视频会议上传文件
This commit is contained in:
+60
-24
@@ -1,11 +1,50 @@
|
||||
{
|
||||
"name": "totalist",
|
||||
"version": "3.0.1",
|
||||
"repository": "lukeed/totalist",
|
||||
"_args": [
|
||||
[
|
||||
"totalist@3.0.1",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "totalist@3.0.1",
|
||||
"_id": "totalist@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
|
||||
"_location": "/totalist",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "totalist@3.0.1",
|
||||
"name": "totalist",
|
||||
"escapedName": "totalist",
|
||||
"rawSpec": "3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sirv"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
|
||||
"_spec": "3.0.1",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Luke Edwards",
|
||||
"email": "luke.edwards05@gmail.com",
|
||||
"url": "https://lukeed.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lukeed/totalist/issues"
|
||||
},
|
||||
"description": "A tiny (195B to 220B) utility to recursively list all (total) files in a directory",
|
||||
"module": "dist/index.mjs",
|
||||
"main": "dist/index.js",
|
||||
"types": "index.d.ts",
|
||||
"devDependencies": {
|
||||
"bundt": "1.1.1",
|
||||
"esm": "3.2.25",
|
||||
"uvu": "0.3.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
@@ -18,20 +57,12 @@
|
||||
"require": "./sync/index.js"
|
||||
}
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"dist",
|
||||
"sync"
|
||||
],
|
||||
"author": {
|
||||
"name": "Luke Edwards",
|
||||
"email": "luke.edwards05@gmail.com",
|
||||
"url": "https://lukeed.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"homepage": "https://github.com/lukeed/totalist#readme",
|
||||
"keywords": [
|
||||
"list",
|
||||
"recursive",
|
||||
@@ -39,17 +70,22 @@
|
||||
"glob",
|
||||
"tree"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "bundt",
|
||||
"test": "uvu -r esm test -i fixtures"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"modes": {
|
||||
"sync": "src/sync.js",
|
||||
"default": "src/async.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bundt": "1.1.1",
|
||||
"esm": "3.2.25",
|
||||
"uvu": "0.3.3"
|
||||
}
|
||||
"module": "dist/index.mjs",
|
||||
"name": "totalist",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lukeed/totalist.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bundt",
|
||||
"test": "uvu -r esm test -i fixtures"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "3.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user