视频会议上传文件

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 -27
View File
@@ -1,21 +1,61 @@
{
"name": "module-alias",
"description": "Create aliases of directories and register custom module paths",
"version": "2.2.3",
"_args": [
[
"module-alias@2.2.3",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "module-alias@2.2.3",
"_id": "module-alias@2.2.3",
"_inBundle": false,
"_integrity": "sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==",
"_location": "/module-alias",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "module-alias@2.2.3",
"name": "module-alias",
"escapedName": "module-alias",
"rawSpec": "2.2.3",
"saveSpec": null,
"fetchSpec": "2.2.3"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.3.tgz",
"_spec": "2.2.3",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Nick Gavrilov",
"email": "artnikpro@gmail.com"
},
"scripts": {
"test": "npm run lint && npm run testonly",
"testonly": "NODE_ENV=test mocha test/specs.js",
"testonly-watch": "NODE_ENV=test mocha -w test/specs.js",
"lint": "standard"
},
"bugs": {
"url": "https://github.com/ilearnio/module-alias/issues"
},
"description": "Create aliases of directories and register custom module paths",
"devDependencies": {
"chai": "^3.5.0",
"hello-world-classic": "github:ilearnio/hello-world-classic",
"husky": "^3.0.2",
"mocha": "^2.4.5",
"semver": "^6.1.1",
"standard": "^12.0.1"
},
"files": [
"index.js",
"register.js",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/ilearnio/module-alias",
"husky": {
"hooks": {
"pre-push": "npm run test"
}
},
"keywords": [
"extend",
"modules",
@@ -25,27 +65,16 @@
],
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"register.js",
"README.md",
"LICENSE"
],
"name": "module-alias",
"repository": {
"type": "git",
"url": "git+https://github.com/ilearnio/module-alias.git"
},
"devDependencies": {
"chai": "^3.5.0",
"hello-world-classic": "ilearnio/hello-world-classic",
"husky": "^3.0.2",
"mocha": "^2.4.5",
"semver": "^6.1.1",
"standard": "^12.0.1"
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run testonly",
"testonly": "NODE_ENV=test mocha test/specs.js",
"testonly-watch": "NODE_ENV=test mocha -w test/specs.js"
},
"husky": {
"hooks": {
"pre-push": "npm run test"
}
}
"version": "2.2.3"
}