Spaces:
Running
Running
Commit ·
4931843
1
Parent(s): 48c37cc
Fixes
Browse files- package-lock.json +185 -0
package-lock.json
CHANGED
|
@@ -56,6 +56,7 @@
|
|
| 56 |
"version": "1.0.0",
|
| 57 |
"license": "ISC",
|
| 58 |
"dependencies": {
|
|
|
|
| 59 |
"archiver": "^5.3.1",
|
| 60 |
"axios": "^1.3.5",
|
| 61 |
"node-fetch-commonjs": "^3.2.4",
|
|
@@ -3280,6 +3281,126 @@
|
|
| 3280 |
"win32"
|
| 3281 |
]
|
| 3282 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3283 |
"node_modules/@firebase/app": {
|
| 3284 |
"version": "0.9.15",
|
| 3285 |
"resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.9.15.tgz",
|
|
@@ -20560,6 +20681,69 @@
|
|
| 20560 |
"integrity": "sha512-Drt5u2vzDnIONf4ZEkKtFlbvwj6rI3kxw1Ck9fpudmtgaZIHD4ucsWB2lCZBXRxJgXR+2IMSti+4rtM4C4rXgg==",
|
| 20561 |
"optional": true
|
| 20562 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20563 |
"@firebase/app": {
|
| 20564 |
"version": "0.9.15",
|
| 20565 |
"resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.9.15.tgz",
|
|
@@ -22806,6 +22990,7 @@
|
|
| 22806 |
"common-utils": {
|
| 22807 |
"version": "file:common-utils",
|
| 22808 |
"requires": {
|
|
|
|
| 22809 |
"archiver": "^5.3.1",
|
| 22810 |
"axios": "^1.3.5",
|
| 22811 |
"node-fetch-commonjs": "^3.2.4",
|
|
|
|
| 56 |
"version": "1.0.0",
|
| 57 |
"license": "ISC",
|
| 58 |
"dependencies": {
|
| 59 |
+
"@ffprobe-installer/ffprobe": "^2.1.1",
|
| 60 |
"archiver": "^5.3.1",
|
| 61 |
"axios": "^1.3.5",
|
| 62 |
"node-fetch-commonjs": "^3.2.4",
|
|
|
|
| 3281 |
"win32"
|
| 3282 |
]
|
| 3283 |
},
|
| 3284 |
+
"node_modules/@ffprobe-installer/darwin-arm64": {
|
| 3285 |
+
"version": "5.0.1",
|
| 3286 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/darwin-arm64/-/darwin-arm64-5.0.1.tgz",
|
| 3287 |
+
"integrity": "sha512-vwNCNjokH8hfkbl6m95zICHwkSzhEvDC3GVBcUp5HX8+4wsX10SP3B+bGur7XUzTIZ4cQpgJmEIAx6TUwRepMg==",
|
| 3288 |
+
"cpu": [
|
| 3289 |
+
"arm64"
|
| 3290 |
+
],
|
| 3291 |
+
"hasInstallScript": true,
|
| 3292 |
+
"optional": true,
|
| 3293 |
+
"os": [
|
| 3294 |
+
"darwin"
|
| 3295 |
+
]
|
| 3296 |
+
},
|
| 3297 |
+
"node_modules/@ffprobe-installer/darwin-x64": {
|
| 3298 |
+
"version": "5.1.0",
|
| 3299 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/darwin-x64/-/darwin-x64-5.1.0.tgz",
|
| 3300 |
+
"integrity": "sha512-J+YGscZMpQclFg31O4cfVRGmDpkVsQ2fZujoUdMAAYcP0NtqpC49Hs3SWJpBdsGB4VeqOt5TTm1vSZQzs1NkhA==",
|
| 3301 |
+
"cpu": [
|
| 3302 |
+
"x64"
|
| 3303 |
+
],
|
| 3304 |
+
"hasInstallScript": true,
|
| 3305 |
+
"optional": true,
|
| 3306 |
+
"os": [
|
| 3307 |
+
"darwin"
|
| 3308 |
+
]
|
| 3309 |
+
},
|
| 3310 |
+
"node_modules/@ffprobe-installer/ffprobe": {
|
| 3311 |
+
"version": "2.1.1",
|
| 3312 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/ffprobe/-/ffprobe-2.1.1.tgz",
|
| 3313 |
+
"integrity": "sha512-v4nAFp70Gv7yyEvjvlGTOrYn1atjFi6Z9vpGpGvWAiCXL6vnL88gBeIyJ4hY01G/XOw1LVuq1vjUM3gQzxMmIA==",
|
| 3314 |
+
"engines": {
|
| 3315 |
+
"node": ">=14.21.2"
|
| 3316 |
+
},
|
| 3317 |
+
"optionalDependencies": {
|
| 3318 |
+
"@ffprobe-installer/darwin-arm64": "5.0.1",
|
| 3319 |
+
"@ffprobe-installer/darwin-x64": "5.1.0",
|
| 3320 |
+
"@ffprobe-installer/linux-arm": "5.1.0",
|
| 3321 |
+
"@ffprobe-installer/linux-arm64": "5.1.0",
|
| 3322 |
+
"@ffprobe-installer/linux-ia32": "5.1.0",
|
| 3323 |
+
"@ffprobe-installer/linux-x64": "5.1.0",
|
| 3324 |
+
"@ffprobe-installer/win32-ia32": "5.1.0",
|
| 3325 |
+
"@ffprobe-installer/win32-x64": "5.1.0"
|
| 3326 |
+
}
|
| 3327 |
+
},
|
| 3328 |
+
"node_modules/@ffprobe-installer/linux-arm": {
|
| 3329 |
+
"version": "5.1.0",
|
| 3330 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/linux-arm/-/linux-arm-5.1.0.tgz",
|
| 3331 |
+
"integrity": "sha512-y34AEive/M5/++RcuRJZciICYYRkmTh5gK6th7raydgfQhIYy/8AXAIGKqD5Hn855i6o/RpEIPjk7DWpEuwrdA==",
|
| 3332 |
+
"cpu": [
|
| 3333 |
+
"arm"
|
| 3334 |
+
],
|
| 3335 |
+
"hasInstallScript": true,
|
| 3336 |
+
"optional": true,
|
| 3337 |
+
"os": [
|
| 3338 |
+
"linux"
|
| 3339 |
+
]
|
| 3340 |
+
},
|
| 3341 |
+
"node_modules/@ffprobe-installer/linux-arm64": {
|
| 3342 |
+
"version": "5.1.0",
|
| 3343 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/linux-arm64/-/linux-arm64-5.1.0.tgz",
|
| 3344 |
+
"integrity": "sha512-u5b3r3/39eZmEV0X4OKUfp6gO3lOyVIpRO4WU+5Eb6omWYy+k0OkVbRffK4qJF1Uz8irwzyiDsmUZ6vE13/abQ==",
|
| 3345 |
+
"cpu": [
|
| 3346 |
+
"arm64"
|
| 3347 |
+
],
|
| 3348 |
+
"hasInstallScript": true,
|
| 3349 |
+
"optional": true,
|
| 3350 |
+
"os": [
|
| 3351 |
+
"linux"
|
| 3352 |
+
]
|
| 3353 |
+
},
|
| 3354 |
+
"node_modules/@ffprobe-installer/linux-ia32": {
|
| 3355 |
+
"version": "5.1.0",
|
| 3356 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/linux-ia32/-/linux-ia32-5.1.0.tgz",
|
| 3357 |
+
"integrity": "sha512-Uqk4sYYQxz0KQmEQ2xxbVu/KiDX7Pw6wRDpCYv0sW49GI3wpX2Umqi/Kmtr0tpCvxctVoCdf/U71EAxH2Lztdg==",
|
| 3358 |
+
"cpu": [
|
| 3359 |
+
"ia32"
|
| 3360 |
+
],
|
| 3361 |
+
"hasInstallScript": true,
|
| 3362 |
+
"optional": true,
|
| 3363 |
+
"os": [
|
| 3364 |
+
"linux"
|
| 3365 |
+
]
|
| 3366 |
+
},
|
| 3367 |
+
"node_modules/@ffprobe-installer/linux-x64": {
|
| 3368 |
+
"version": "5.1.0",
|
| 3369 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/linux-x64/-/linux-x64-5.1.0.tgz",
|
| 3370 |
+
"integrity": "sha512-r7cGOjNb8AMnKAEvz5f8N/WsWsre02LhAfDKZX0m5J0bsrYgs2HUlnnQiwjRCH9CYXYerjYqq592o/GXvxDS+Q==",
|
| 3371 |
+
"cpu": [
|
| 3372 |
+
"x64"
|
| 3373 |
+
],
|
| 3374 |
+
"hasInstallScript": true,
|
| 3375 |
+
"optional": true,
|
| 3376 |
+
"os": [
|
| 3377 |
+
"linux"
|
| 3378 |
+
]
|
| 3379 |
+
},
|
| 3380 |
+
"node_modules/@ffprobe-installer/win32-ia32": {
|
| 3381 |
+
"version": "5.1.0",
|
| 3382 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/win32-ia32/-/win32-ia32-5.1.0.tgz",
|
| 3383 |
+
"integrity": "sha512-5O3vOoNRxmut0/Nu9vSazTdSHasrr+zPT2B3Hm7kjmO3QVFcIfVImS6ReQnZeSy8JPJOqXts5kX5x/3KOX54XQ==",
|
| 3384 |
+
"cpu": [
|
| 3385 |
+
"ia32"
|
| 3386 |
+
],
|
| 3387 |
+
"optional": true,
|
| 3388 |
+
"os": [
|
| 3389 |
+
"win32"
|
| 3390 |
+
]
|
| 3391 |
+
},
|
| 3392 |
+
"node_modules/@ffprobe-installer/win32-x64": {
|
| 3393 |
+
"version": "5.1.0",
|
| 3394 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/win32-x64/-/win32-x64-5.1.0.tgz",
|
| 3395 |
+
"integrity": "sha512-jMGYeAgkrdn4e2vvYt/qakgHRE3CPju4bn5TmdPfoAm1BlX1mY9cyMd8gf5vSzI8gH8Zq5WQAyAkmekX/8TSTg==",
|
| 3396 |
+
"cpu": [
|
| 3397 |
+
"x64"
|
| 3398 |
+
],
|
| 3399 |
+
"optional": true,
|
| 3400 |
+
"os": [
|
| 3401 |
+
"win32"
|
| 3402 |
+
]
|
| 3403 |
+
},
|
| 3404 |
"node_modules/@firebase/app": {
|
| 3405 |
"version": "0.9.15",
|
| 3406 |
"resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.9.15.tgz",
|
|
|
|
| 20681 |
"integrity": "sha512-Drt5u2vzDnIONf4ZEkKtFlbvwj6rI3kxw1Ck9fpudmtgaZIHD4ucsWB2lCZBXRxJgXR+2IMSti+4rtM4C4rXgg==",
|
| 20682 |
"optional": true
|
| 20683 |
},
|
| 20684 |
+
"@ffprobe-installer/darwin-arm64": {
|
| 20685 |
+
"version": "5.0.1",
|
| 20686 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/darwin-arm64/-/darwin-arm64-5.0.1.tgz",
|
| 20687 |
+
"integrity": "sha512-vwNCNjokH8hfkbl6m95zICHwkSzhEvDC3GVBcUp5HX8+4wsX10SP3B+bGur7XUzTIZ4cQpgJmEIAx6TUwRepMg==",
|
| 20688 |
+
"optional": true
|
| 20689 |
+
},
|
| 20690 |
+
"@ffprobe-installer/darwin-x64": {
|
| 20691 |
+
"version": "5.1.0",
|
| 20692 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/darwin-x64/-/darwin-x64-5.1.0.tgz",
|
| 20693 |
+
"integrity": "sha512-J+YGscZMpQclFg31O4cfVRGmDpkVsQ2fZujoUdMAAYcP0NtqpC49Hs3SWJpBdsGB4VeqOt5TTm1vSZQzs1NkhA==",
|
| 20694 |
+
"optional": true
|
| 20695 |
+
},
|
| 20696 |
+
"@ffprobe-installer/ffprobe": {
|
| 20697 |
+
"version": "2.1.1",
|
| 20698 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/ffprobe/-/ffprobe-2.1.1.tgz",
|
| 20699 |
+
"integrity": "sha512-v4nAFp70Gv7yyEvjvlGTOrYn1atjFi6Z9vpGpGvWAiCXL6vnL88gBeIyJ4hY01G/XOw1LVuq1vjUM3gQzxMmIA==",
|
| 20700 |
+
"requires": {
|
| 20701 |
+
"@ffprobe-installer/darwin-arm64": "5.0.1",
|
| 20702 |
+
"@ffprobe-installer/darwin-x64": "5.1.0",
|
| 20703 |
+
"@ffprobe-installer/linux-arm": "5.1.0",
|
| 20704 |
+
"@ffprobe-installer/linux-arm64": "5.1.0",
|
| 20705 |
+
"@ffprobe-installer/linux-ia32": "5.1.0",
|
| 20706 |
+
"@ffprobe-installer/linux-x64": "5.1.0",
|
| 20707 |
+
"@ffprobe-installer/win32-ia32": "5.1.0",
|
| 20708 |
+
"@ffprobe-installer/win32-x64": "5.1.0"
|
| 20709 |
+
}
|
| 20710 |
+
},
|
| 20711 |
+
"@ffprobe-installer/linux-arm": {
|
| 20712 |
+
"version": "5.1.0",
|
| 20713 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/linux-arm/-/linux-arm-5.1.0.tgz",
|
| 20714 |
+
"integrity": "sha512-y34AEive/M5/++RcuRJZciICYYRkmTh5gK6th7raydgfQhIYy/8AXAIGKqD5Hn855i6o/RpEIPjk7DWpEuwrdA==",
|
| 20715 |
+
"optional": true
|
| 20716 |
+
},
|
| 20717 |
+
"@ffprobe-installer/linux-arm64": {
|
| 20718 |
+
"version": "5.1.0",
|
| 20719 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/linux-arm64/-/linux-arm64-5.1.0.tgz",
|
| 20720 |
+
"integrity": "sha512-u5b3r3/39eZmEV0X4OKUfp6gO3lOyVIpRO4WU+5Eb6omWYy+k0OkVbRffK4qJF1Uz8irwzyiDsmUZ6vE13/abQ==",
|
| 20721 |
+
"optional": true
|
| 20722 |
+
},
|
| 20723 |
+
"@ffprobe-installer/linux-ia32": {
|
| 20724 |
+
"version": "5.1.0",
|
| 20725 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/linux-ia32/-/linux-ia32-5.1.0.tgz",
|
| 20726 |
+
"integrity": "sha512-Uqk4sYYQxz0KQmEQ2xxbVu/KiDX7Pw6wRDpCYv0sW49GI3wpX2Umqi/Kmtr0tpCvxctVoCdf/U71EAxH2Lztdg==",
|
| 20727 |
+
"optional": true
|
| 20728 |
+
},
|
| 20729 |
+
"@ffprobe-installer/linux-x64": {
|
| 20730 |
+
"version": "5.1.0",
|
| 20731 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/linux-x64/-/linux-x64-5.1.0.tgz",
|
| 20732 |
+
"integrity": "sha512-r7cGOjNb8AMnKAEvz5f8N/WsWsre02LhAfDKZX0m5J0bsrYgs2HUlnnQiwjRCH9CYXYerjYqq592o/GXvxDS+Q==",
|
| 20733 |
+
"optional": true
|
| 20734 |
+
},
|
| 20735 |
+
"@ffprobe-installer/win32-ia32": {
|
| 20736 |
+
"version": "5.1.0",
|
| 20737 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/win32-ia32/-/win32-ia32-5.1.0.tgz",
|
| 20738 |
+
"integrity": "sha512-5O3vOoNRxmut0/Nu9vSazTdSHasrr+zPT2B3Hm7kjmO3QVFcIfVImS6ReQnZeSy8JPJOqXts5kX5x/3KOX54XQ==",
|
| 20739 |
+
"optional": true
|
| 20740 |
+
},
|
| 20741 |
+
"@ffprobe-installer/win32-x64": {
|
| 20742 |
+
"version": "5.1.0",
|
| 20743 |
+
"resolved": "https://registry.npmjs.org/@ffprobe-installer/win32-x64/-/win32-x64-5.1.0.tgz",
|
| 20744 |
+
"integrity": "sha512-jMGYeAgkrdn4e2vvYt/qakgHRE3CPju4bn5TmdPfoAm1BlX1mY9cyMd8gf5vSzI8gH8Zq5WQAyAkmekX/8TSTg==",
|
| 20745 |
+
"optional": true
|
| 20746 |
+
},
|
| 20747 |
"@firebase/app": {
|
| 20748 |
"version": "0.9.15",
|
| 20749 |
"resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.9.15.tgz",
|
|
|
|
| 22990 |
"common-utils": {
|
| 22991 |
"version": "file:common-utils",
|
| 22992 |
"requires": {
|
| 22993 |
+
"@ffprobe-installer/ffprobe": "^2.1.1",
|
| 22994 |
"archiver": "^5.3.1",
|
| 22995 |
"axios": "^1.3.5",
|
| 22996 |
"node-fetch-commonjs": "^3.2.4",
|