视频会议上传文件

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
+62 -15
View File
@@ -1,23 +1,56 @@
{
"name": "compressible",
"description": "Compressible Content-Type / mime checking",
"version": "2.0.18",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)"
"_args": [
[
"compressible@2.0.18",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"license": "MIT",
"repository": "jshttp/compressible",
"keywords": [
"compress",
"gzip",
"mime",
"content-type"
"_development": true,
"_from": "compressible@2.0.18",
"_id": "compressible@2.0.18",
"_inBundle": false,
"_integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
"_location": "/compressible",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "compressible@2.0.18",
"name": "compressible",
"escapedName": "compressible",
"rawSpec": "2.0.18",
"saveSpec": null,
"fetchSpec": "2.0.18"
},
"_requiredBy": [
"/compression"
],
"_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
"_spec": "2.0.18",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"bugs": {
"url": "https://github.com/jshttp/compressible/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
{
"name": "Jeremiah Senkpiel",
"email": "fishrock123@rocketmail.com",
"url": "https://searchbeam.jit.su"
}
],
"dependencies": {
"mime-db": ">= 1.43.0 < 2"
},
"description": "Compressible Content-Type / mime checking",
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
@@ -38,11 +71,25 @@
"README.md",
"index.js"
],
"homepage": "https://github.com/jshttp/compressible#readme",
"keywords": [
"compress",
"gzip",
"mime",
"content-type"
],
"license": "MIT",
"name": "compressible",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/compressible.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "nyc --reporter=html --reporter=text npm test",
"test-travis": "nyc --reporter=text npm test",
"version": "node scripts/version-history.js && git add HISTORY.md"
}
},
"version": "2.0.18"
}