视频会议上传文件

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
+52 -16
View File
@@ -1,24 +1,58 @@
{
"name": "figures",
"version": "2.0.0",
"description": "Unicode symbols with Windows CMD fallbacks",
"license": "MIT",
"repository": "sindresorhus/figures",
"_args": [
[
"figures@2.0.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "figures@2.0.0",
"_id": "figures@2.0.0",
"_inBundle": false,
"_integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==",
"_location": "/figures",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "figures@2.0.0",
"name": "figures",
"escapedName": "figures",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/progress-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/figures/issues"
},
"dependencies": {
"escape-string-regexp": "^1.0.5"
},
"description": "Unicode symbols with Windows CMD fallbacks",
"devDependencies": {
"ava": "*",
"markdown-table": "^1.0.0",
"require-uncached": "^1.0.2",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava",
"make": "./makefile.js"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/figures#readme",
"keywords": [
"unicode",
"cli",
@@ -32,15 +66,17 @@
"figures",
"fallback"
],
"dependencies": {
"escape-string-regexp": "^1.0.5"
"license": "MIT",
"name": "figures",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/figures.git"
},
"devDependencies": {
"ava": "*",
"markdown-table": "^1.0.0",
"require-uncached": "^1.0.2",
"xo": "*"
"scripts": {
"make": "./makefile.js",
"test": "xo && ava"
},
"version": "2.0.0",
"xo": {
"esnext": true
}