视频会议上传文件

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
+47 -11
View File
@@ -1,23 +1,53 @@
{
"name": "strip-indent",
"version": "2.0.0",
"description": "Strip leading whitespace from each line in a string",
"license": "MIT",
"repository": "sindresorhus/strip-indent",
"_args": [
[
"strip-indent@2.0.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "strip-indent@2.0.0",
"_id": "strip-indent@2.0.0",
"_inBundle": false,
"_integrity": "sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA==",
"_location": "/strip-indent",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "strip-indent@2.0.0",
"name": "strip-indent",
"escapedName": "strip-indent",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/yorkie"
],
"_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-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/strip-indent/issues"
},
"description": "Strip leading whitespace from each line in a string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/strip-indent#readme",
"keywords": [
"strip",
"indent",
@@ -31,10 +61,16 @@
"string",
"str"
],
"devDependencies": {
"ava": "*",
"xo": "*"
"license": "MIT",
"name": "strip-indent",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/strip-indent.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0",
"xo": {
"esnext": true
}