视频会议上传文件
This commit is contained in:
+55
-19
@@ -1,19 +1,42 @@
|
||||
{
|
||||
"name": "address",
|
||||
"version": "1.2.2",
|
||||
"description": "Get current machine IP, MAC and DNS servers.",
|
||||
"main": "lib/address.js",
|
||||
"types": "lib/address.d.ts",
|
||||
"files": [
|
||||
"lib"
|
||||
"_args": [
|
||||
[
|
||||
"address@1.2.2",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "eslint test",
|
||||
"test": "egg-bin test",
|
||||
"ci": "egg-bin cov",
|
||||
"contributors": "git-contributor"
|
||||
"_development": true,
|
||||
"_from": "address@1.2.2",
|
||||
"_id": "address@1.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
|
||||
"_location": "/address",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "address@1.2.2",
|
||||
"name": "address",
|
||||
"escapedName": "address",
|
||||
"rawSpec": "1.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/cli-service"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz",
|
||||
"_spec": "1.2.2",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "fengmk2",
|
||||
"email": "fengmk2@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/node-modules/address/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Get current machine IP, MAC and DNS servers.",
|
||||
"devDependencies": {
|
||||
"@types/node": "14",
|
||||
"egg-bin": "^5.6.1",
|
||||
@@ -24,19 +47,32 @@
|
||||
"runscript": "^1.4.0",
|
||||
"typescript": "4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/node-modules/address.git"
|
||||
"engines": {
|
||||
"node": ">= 10.0.0"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/node-modules/address#readme",
|
||||
"keywords": [
|
||||
"address",
|
||||
"ip",
|
||||
"ipv4",
|
||||
"mac"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 10.0.0"
|
||||
"license": "MIT",
|
||||
"main": "lib/address.js",
|
||||
"name": "address",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/node-modules/address.git"
|
||||
},
|
||||
"author": "fengmk2 <fengmk2@gmail.com>",
|
||||
"license": "MIT"
|
||||
"scripts": {
|
||||
"ci": "egg-bin cov",
|
||||
"contributors": "git-contributor",
|
||||
"lint": "eslint test",
|
||||
"test": "egg-bin test"
|
||||
},
|
||||
"types": "lib/address.d.ts",
|
||||
"version": "1.2.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user