视频会议上传文件
This commit is contained in:
+51
-15
@@ -1,27 +1,63 @@
|
||||
{
|
||||
"name": "sirv",
|
||||
"version": "2.0.3",
|
||||
"description": "The optimized & lightweight middleware for serving requests to static assets",
|
||||
"repository": "lukeed/sirv",
|
||||
"module": "build.mjs",
|
||||
"types": "sirv.d.ts",
|
||||
"main": "build.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"build.*",
|
||||
"sirv.d.ts"
|
||||
"_args": [
|
||||
[
|
||||
"sirv@2.0.3",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "sirv@2.0.3",
|
||||
"_id": "sirv@2.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==",
|
||||
"_location": "/sirv",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "sirv@2.0.3",
|
||||
"name": "sirv",
|
||||
"escapedName": "sirv",
|
||||
"rawSpec": "2.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack-bundle-analyzer"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.3.tgz",
|
||||
"_spec": "2.0.3",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Luke Edwards",
|
||||
"email": "luke@lukeed.com",
|
||||
"url": "https://lukeed.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
"bugs": {
|
||||
"url": "https://github.com/lukeed/sirv/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@polka/url": "^1.0.0-next.20",
|
||||
"mrmime": "^1.0.0",
|
||||
"totalist": "^3.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "The optimized & lightweight middleware for serving requests to static assets",
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
},
|
||||
"files": [
|
||||
"build.*",
|
||||
"sirv.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/lukeed/sirv#readme",
|
||||
"license": "MIT",
|
||||
"main": "build.js",
|
||||
"module": "build.mjs",
|
||||
"name": "sirv",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lukeed/sirv.git"
|
||||
},
|
||||
"types": "sirv.d.ts",
|
||||
"version": "2.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user