视频会议上传文件

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
+54 -15
View File
@@ -1,18 +1,49 @@
{
"name": "destroy",
"description": "destroy a stream if possible",
"version": "1.2.0",
"_args": [
[
"destroy@1.2.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "destroy@1.2.0",
"_id": "destroy@1.2.0",
"_inBundle": false,
"_integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
"_location": "/destroy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "destroy@1.2.0",
"name": "destroy",
"escapedName": "destroy",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/body-parser",
"/send"
],
"_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/stream-utils/destroy/issues"
},
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>"
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"license": "MIT",
"repository": "stream-utils/destroy",
"description": "destroy a stream if possible",
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-standard": "14.1.1",
@@ -27,16 +58,11 @@
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec",
"test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"files": [
"index.js",
"LICENSE"
],
"homepage": "https://github.com/stream-utils/destroy#readme",
"keywords": [
"stream",
"streams",
@@ -44,5 +70,18 @@
"cleanup",
"leak",
"fd"
]
],
"license": "MIT",
"name": "destroy",
"repository": {
"type": "git",
"url": "git+https://github.com/stream-utils/destroy.git"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec",
"test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"version": "1.2.0"
}