视频会议上传文件

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
+48 -16
View File
@@ -1,23 +1,49 @@
{
"name": "functional-red-black-tree",
"version": "1.0.1",
"description": "A fully persistent balanced binary search tree",
"main": "rbtree.js",
"directories": {
"test": "test"
"_args": [
[
"functional-red-black-tree@1.0.1",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "functional-red-black-tree@1.0.1",
"_id": "functional-red-black-tree@1.0.1",
"_inBundle": false,
"_integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==",
"_location": "/functional-red-black-tree",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "functional-red-black-tree@1.0.1",
"name": "functional-red-black-tree",
"escapedName": "functional-red-black-tree",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/functional-red-black-tree/issues"
},
"dependencies": {},
"description": "A fully persistent balanced binary search tree",
"devDependencies": {
"iota-array": "^0.0.1",
"tape": "^2.12.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/functional-red-black-tree.git"
"directories": {
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/functional-red-black-tree#readme",
"keywords": [
"functional",
"red",
@@ -32,9 +58,15 @@
"data",
"structure"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/functional-red-black-tree/issues"
}
"main": "rbtree.js",
"name": "functional-red-black-tree",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/functional-red-black-tree.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.1"
}