@salesforce/plugin-lightning-dev 4.0.3 → 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/npm-shrinkwrap.json +1017 -218
- package/oclif.lock +233 -21
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@oclif/core": "^4.3.0",
|
|
18
18
|
"@salesforce/core": "^8.12.0",
|
|
19
19
|
"@salesforce/kit": "^3.1.6",
|
|
20
|
-
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.
|
|
20
|
+
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.8.2",
|
|
23
23
|
"glob": "^10.4.5",
|
|
@@ -49,6 +49,31 @@
|
|
|
49
49
|
"node": ">=18.0.0"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
+
"node_modules/@alcalzone/ansi-tokenize": {
|
|
53
|
+
"version": "0.1.3",
|
|
54
|
+
"resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.1.3.tgz",
|
|
55
|
+
"integrity": "sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==",
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"dependencies": {
|
|
58
|
+
"ansi-styles": "^6.2.1",
|
|
59
|
+
"is-fullwidth-code-point": "^4.0.0"
|
|
60
|
+
},
|
|
61
|
+
"engines": {
|
|
62
|
+
"node": ">=14.13.1"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point": {
|
|
66
|
+
"version": "4.0.0",
|
|
67
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
68
|
+
"integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
|
|
69
|
+
"license": "MIT",
|
|
70
|
+
"engines": {
|
|
71
|
+
"node": ">=12"
|
|
72
|
+
},
|
|
73
|
+
"funding": {
|
|
74
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
52
77
|
"node_modules/@ampproject/remapping": {
|
|
53
78
|
"version": "2.3.0",
|
|
54
79
|
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
|
@@ -2972,6 +2997,21 @@
|
|
|
2972
2997
|
"node": ">=18"
|
|
2973
2998
|
}
|
|
2974
2999
|
},
|
|
3000
|
+
"node_modules/@inquirer/checkbox/node_modules/ansi-styles": {
|
|
3001
|
+
"version": "4.3.0",
|
|
3002
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3003
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3004
|
+
"license": "MIT",
|
|
3005
|
+
"dependencies": {
|
|
3006
|
+
"color-convert": "^2.0.1"
|
|
3007
|
+
},
|
|
3008
|
+
"engines": {
|
|
3009
|
+
"node": ">=8"
|
|
3010
|
+
},
|
|
3011
|
+
"funding": {
|
|
3012
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3013
|
+
}
|
|
3014
|
+
},
|
|
2975
3015
|
"node_modules/@inquirer/checkbox/node_modules/signal-exit": {
|
|
2976
3016
|
"version": "4.1.0",
|
|
2977
3017
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2984,6 +3024,20 @@
|
|
|
2984
3024
|
"url": "https://github.com/sponsors/isaacs"
|
|
2985
3025
|
}
|
|
2986
3026
|
},
|
|
3027
|
+
"node_modules/@inquirer/checkbox/node_modules/wrap-ansi": {
|
|
3028
|
+
"version": "6.2.0",
|
|
3029
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3030
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3031
|
+
"license": "MIT",
|
|
3032
|
+
"dependencies": {
|
|
3033
|
+
"ansi-styles": "^4.0.0",
|
|
3034
|
+
"string-width": "^4.1.0",
|
|
3035
|
+
"strip-ansi": "^6.0.0"
|
|
3036
|
+
},
|
|
3037
|
+
"engines": {
|
|
3038
|
+
"node": ">=8"
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
2987
3041
|
"node_modules/@inquirer/confirm": {
|
|
2988
3042
|
"version": "3.2.0",
|
|
2989
3043
|
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
|
|
@@ -3021,6 +3075,21 @@
|
|
|
3021
3075
|
"node": ">=18"
|
|
3022
3076
|
}
|
|
3023
3077
|
},
|
|
3078
|
+
"node_modules/@inquirer/confirm/node_modules/ansi-styles": {
|
|
3079
|
+
"version": "4.3.0",
|
|
3080
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3081
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3082
|
+
"license": "MIT",
|
|
3083
|
+
"dependencies": {
|
|
3084
|
+
"color-convert": "^2.0.1"
|
|
3085
|
+
},
|
|
3086
|
+
"engines": {
|
|
3087
|
+
"node": ">=8"
|
|
3088
|
+
},
|
|
3089
|
+
"funding": {
|
|
3090
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3091
|
+
}
|
|
3092
|
+
},
|
|
3024
3093
|
"node_modules/@inquirer/confirm/node_modules/signal-exit": {
|
|
3025
3094
|
"version": "4.1.0",
|
|
3026
3095
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3033,6 +3102,20 @@
|
|
|
3033
3102
|
"url": "https://github.com/sponsors/isaacs"
|
|
3034
3103
|
}
|
|
3035
3104
|
},
|
|
3105
|
+
"node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
|
|
3106
|
+
"version": "6.2.0",
|
|
3107
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3108
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3109
|
+
"license": "MIT",
|
|
3110
|
+
"dependencies": {
|
|
3111
|
+
"ansi-styles": "^4.0.0",
|
|
3112
|
+
"string-width": "^4.1.0",
|
|
3113
|
+
"strip-ansi": "^6.0.0"
|
|
3114
|
+
},
|
|
3115
|
+
"engines": {
|
|
3116
|
+
"node": ">=8"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3036
3119
|
"node_modules/@inquirer/core": {
|
|
3037
3120
|
"version": "10.1.13",
|
|
3038
3121
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.13.tgz",
|
|
@@ -3089,6 +3172,22 @@
|
|
|
3089
3172
|
}
|
|
3090
3173
|
}
|
|
3091
3174
|
},
|
|
3175
|
+
"node_modules/@inquirer/core/node_modules/ansi-styles": {
|
|
3176
|
+
"version": "4.3.0",
|
|
3177
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3178
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3179
|
+
"dev": true,
|
|
3180
|
+
"license": "MIT",
|
|
3181
|
+
"dependencies": {
|
|
3182
|
+
"color-convert": "^2.0.1"
|
|
3183
|
+
},
|
|
3184
|
+
"engines": {
|
|
3185
|
+
"node": ">=8"
|
|
3186
|
+
},
|
|
3187
|
+
"funding": {
|
|
3188
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3189
|
+
}
|
|
3190
|
+
},
|
|
3092
3191
|
"node_modules/@inquirer/core/node_modules/mute-stream": {
|
|
3093
3192
|
"version": "2.0.0",
|
|
3094
3193
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
@@ -3112,6 +3211,21 @@
|
|
|
3112
3211
|
"url": "https://github.com/sponsors/isaacs"
|
|
3113
3212
|
}
|
|
3114
3213
|
},
|
|
3214
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
3215
|
+
"version": "6.2.0",
|
|
3216
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3217
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3218
|
+
"dev": true,
|
|
3219
|
+
"license": "MIT",
|
|
3220
|
+
"dependencies": {
|
|
3221
|
+
"ansi-styles": "^4.0.0",
|
|
3222
|
+
"string-width": "^4.1.0",
|
|
3223
|
+
"strip-ansi": "^6.0.0"
|
|
3224
|
+
},
|
|
3225
|
+
"engines": {
|
|
3226
|
+
"node": ">=8"
|
|
3227
|
+
}
|
|
3228
|
+
},
|
|
3115
3229
|
"node_modules/@inquirer/editor": {
|
|
3116
3230
|
"version": "2.2.0",
|
|
3117
3231
|
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-2.2.0.tgz",
|
|
@@ -3150,6 +3264,21 @@
|
|
|
3150
3264
|
"node": ">=18"
|
|
3151
3265
|
}
|
|
3152
3266
|
},
|
|
3267
|
+
"node_modules/@inquirer/editor/node_modules/ansi-styles": {
|
|
3268
|
+
"version": "4.3.0",
|
|
3269
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3270
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3271
|
+
"license": "MIT",
|
|
3272
|
+
"dependencies": {
|
|
3273
|
+
"color-convert": "^2.0.1"
|
|
3274
|
+
},
|
|
3275
|
+
"engines": {
|
|
3276
|
+
"node": ">=8"
|
|
3277
|
+
},
|
|
3278
|
+
"funding": {
|
|
3279
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3280
|
+
}
|
|
3281
|
+
},
|
|
3153
3282
|
"node_modules/@inquirer/editor/node_modules/signal-exit": {
|
|
3154
3283
|
"version": "4.1.0",
|
|
3155
3284
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3162,6 +3291,20 @@
|
|
|
3162
3291
|
"url": "https://github.com/sponsors/isaacs"
|
|
3163
3292
|
}
|
|
3164
3293
|
},
|
|
3294
|
+
"node_modules/@inquirer/editor/node_modules/wrap-ansi": {
|
|
3295
|
+
"version": "6.2.0",
|
|
3296
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3297
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3298
|
+
"license": "MIT",
|
|
3299
|
+
"dependencies": {
|
|
3300
|
+
"ansi-styles": "^4.0.0",
|
|
3301
|
+
"string-width": "^4.1.0",
|
|
3302
|
+
"strip-ansi": "^6.0.0"
|
|
3303
|
+
},
|
|
3304
|
+
"engines": {
|
|
3305
|
+
"node": ">=8"
|
|
3306
|
+
}
|
|
3307
|
+
},
|
|
3165
3308
|
"node_modules/@inquirer/expand": {
|
|
3166
3309
|
"version": "2.3.0",
|
|
3167
3310
|
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-2.3.0.tgz",
|
|
@@ -3200,6 +3343,21 @@
|
|
|
3200
3343
|
"node": ">=18"
|
|
3201
3344
|
}
|
|
3202
3345
|
},
|
|
3346
|
+
"node_modules/@inquirer/expand/node_modules/ansi-styles": {
|
|
3347
|
+
"version": "4.3.0",
|
|
3348
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3349
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3350
|
+
"license": "MIT",
|
|
3351
|
+
"dependencies": {
|
|
3352
|
+
"color-convert": "^2.0.1"
|
|
3353
|
+
},
|
|
3354
|
+
"engines": {
|
|
3355
|
+
"node": ">=8"
|
|
3356
|
+
},
|
|
3357
|
+
"funding": {
|
|
3358
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3359
|
+
}
|
|
3360
|
+
},
|
|
3203
3361
|
"node_modules/@inquirer/expand/node_modules/signal-exit": {
|
|
3204
3362
|
"version": "4.1.0",
|
|
3205
3363
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3212,6 +3370,20 @@
|
|
|
3212
3370
|
"url": "https://github.com/sponsors/isaacs"
|
|
3213
3371
|
}
|
|
3214
3372
|
},
|
|
3373
|
+
"node_modules/@inquirer/expand/node_modules/wrap-ansi": {
|
|
3374
|
+
"version": "6.2.0",
|
|
3375
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3376
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3377
|
+
"license": "MIT",
|
|
3378
|
+
"dependencies": {
|
|
3379
|
+
"ansi-styles": "^4.0.0",
|
|
3380
|
+
"string-width": "^4.1.0",
|
|
3381
|
+
"strip-ansi": "^6.0.0"
|
|
3382
|
+
},
|
|
3383
|
+
"engines": {
|
|
3384
|
+
"node": ">=8"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3215
3387
|
"node_modules/@inquirer/figures": {
|
|
3216
3388
|
"version": "1.0.10",
|
|
3217
3389
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.10.tgz",
|
|
@@ -3258,6 +3430,21 @@
|
|
|
3258
3430
|
"node": ">=18"
|
|
3259
3431
|
}
|
|
3260
3432
|
},
|
|
3433
|
+
"node_modules/@inquirer/input/node_modules/ansi-styles": {
|
|
3434
|
+
"version": "4.3.0",
|
|
3435
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3436
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3437
|
+
"license": "MIT",
|
|
3438
|
+
"dependencies": {
|
|
3439
|
+
"color-convert": "^2.0.1"
|
|
3440
|
+
},
|
|
3441
|
+
"engines": {
|
|
3442
|
+
"node": ">=8"
|
|
3443
|
+
},
|
|
3444
|
+
"funding": {
|
|
3445
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3446
|
+
}
|
|
3447
|
+
},
|
|
3261
3448
|
"node_modules/@inquirer/input/node_modules/signal-exit": {
|
|
3262
3449
|
"version": "4.1.0",
|
|
3263
3450
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3270,6 +3457,20 @@
|
|
|
3270
3457
|
"url": "https://github.com/sponsors/isaacs"
|
|
3271
3458
|
}
|
|
3272
3459
|
},
|
|
3460
|
+
"node_modules/@inquirer/input/node_modules/wrap-ansi": {
|
|
3461
|
+
"version": "6.2.0",
|
|
3462
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3463
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3464
|
+
"license": "MIT",
|
|
3465
|
+
"dependencies": {
|
|
3466
|
+
"ansi-styles": "^4.0.0",
|
|
3467
|
+
"string-width": "^4.1.0",
|
|
3468
|
+
"strip-ansi": "^6.0.0"
|
|
3469
|
+
},
|
|
3470
|
+
"engines": {
|
|
3471
|
+
"node": ">=8"
|
|
3472
|
+
}
|
|
3473
|
+
},
|
|
3273
3474
|
"node_modules/@inquirer/number": {
|
|
3274
3475
|
"version": "1.1.0",
|
|
3275
3476
|
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-1.1.0.tgz",
|
|
@@ -3307,6 +3508,21 @@
|
|
|
3307
3508
|
"node": ">=18"
|
|
3308
3509
|
}
|
|
3309
3510
|
},
|
|
3511
|
+
"node_modules/@inquirer/number/node_modules/ansi-styles": {
|
|
3512
|
+
"version": "4.3.0",
|
|
3513
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3514
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3515
|
+
"license": "MIT",
|
|
3516
|
+
"dependencies": {
|
|
3517
|
+
"color-convert": "^2.0.1"
|
|
3518
|
+
},
|
|
3519
|
+
"engines": {
|
|
3520
|
+
"node": ">=8"
|
|
3521
|
+
},
|
|
3522
|
+
"funding": {
|
|
3523
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3310
3526
|
"node_modules/@inquirer/number/node_modules/signal-exit": {
|
|
3311
3527
|
"version": "4.1.0",
|
|
3312
3528
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3319,6 +3535,20 @@
|
|
|
3319
3535
|
"url": "https://github.com/sponsors/isaacs"
|
|
3320
3536
|
}
|
|
3321
3537
|
},
|
|
3538
|
+
"node_modules/@inquirer/number/node_modules/wrap-ansi": {
|
|
3539
|
+
"version": "6.2.0",
|
|
3540
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3541
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3542
|
+
"license": "MIT",
|
|
3543
|
+
"dependencies": {
|
|
3544
|
+
"ansi-styles": "^4.0.0",
|
|
3545
|
+
"string-width": "^4.1.0",
|
|
3546
|
+
"strip-ansi": "^6.0.0"
|
|
3547
|
+
},
|
|
3548
|
+
"engines": {
|
|
3549
|
+
"node": ">=8"
|
|
3550
|
+
}
|
|
3551
|
+
},
|
|
3322
3552
|
"node_modules/@inquirer/password": {
|
|
3323
3553
|
"version": "2.2.0",
|
|
3324
3554
|
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz",
|
|
@@ -3357,6 +3587,21 @@
|
|
|
3357
3587
|
"node": ">=18"
|
|
3358
3588
|
}
|
|
3359
3589
|
},
|
|
3590
|
+
"node_modules/@inquirer/password/node_modules/ansi-styles": {
|
|
3591
|
+
"version": "4.3.0",
|
|
3592
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3593
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3594
|
+
"license": "MIT",
|
|
3595
|
+
"dependencies": {
|
|
3596
|
+
"color-convert": "^2.0.1"
|
|
3597
|
+
},
|
|
3598
|
+
"engines": {
|
|
3599
|
+
"node": ">=8"
|
|
3600
|
+
},
|
|
3601
|
+
"funding": {
|
|
3602
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3603
|
+
}
|
|
3604
|
+
},
|
|
3360
3605
|
"node_modules/@inquirer/password/node_modules/signal-exit": {
|
|
3361
3606
|
"version": "4.1.0",
|
|
3362
3607
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3369,6 +3614,20 @@
|
|
|
3369
3614
|
"url": "https://github.com/sponsors/isaacs"
|
|
3370
3615
|
}
|
|
3371
3616
|
},
|
|
3617
|
+
"node_modules/@inquirer/password/node_modules/wrap-ansi": {
|
|
3618
|
+
"version": "6.2.0",
|
|
3619
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3620
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3621
|
+
"license": "MIT",
|
|
3622
|
+
"dependencies": {
|
|
3623
|
+
"ansi-styles": "^4.0.0",
|
|
3624
|
+
"string-width": "^4.1.0",
|
|
3625
|
+
"strip-ansi": "^6.0.0"
|
|
3626
|
+
},
|
|
3627
|
+
"engines": {
|
|
3628
|
+
"node": ">=8"
|
|
3629
|
+
}
|
|
3630
|
+
},
|
|
3372
3631
|
"node_modules/@inquirer/prompts": {
|
|
3373
3632
|
"version": "5.5.0",
|
|
3374
3633
|
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-5.5.0.tgz",
|
|
@@ -3428,6 +3687,21 @@
|
|
|
3428
3687
|
"node": ">=18"
|
|
3429
3688
|
}
|
|
3430
3689
|
},
|
|
3690
|
+
"node_modules/@inquirer/rawlist/node_modules/ansi-styles": {
|
|
3691
|
+
"version": "4.3.0",
|
|
3692
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3693
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3694
|
+
"license": "MIT",
|
|
3695
|
+
"dependencies": {
|
|
3696
|
+
"color-convert": "^2.0.1"
|
|
3697
|
+
},
|
|
3698
|
+
"engines": {
|
|
3699
|
+
"node": ">=8"
|
|
3700
|
+
},
|
|
3701
|
+
"funding": {
|
|
3702
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3431
3705
|
"node_modules/@inquirer/rawlist/node_modules/signal-exit": {
|
|
3432
3706
|
"version": "4.1.0",
|
|
3433
3707
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3440,8 +3714,22 @@
|
|
|
3440
3714
|
"url": "https://github.com/sponsors/isaacs"
|
|
3441
3715
|
}
|
|
3442
3716
|
},
|
|
3443
|
-
"node_modules/@inquirer/
|
|
3444
|
-
"version": "
|
|
3717
|
+
"node_modules/@inquirer/rawlist/node_modules/wrap-ansi": {
|
|
3718
|
+
"version": "6.2.0",
|
|
3719
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3720
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3721
|
+
"license": "MIT",
|
|
3722
|
+
"dependencies": {
|
|
3723
|
+
"ansi-styles": "^4.0.0",
|
|
3724
|
+
"string-width": "^4.1.0",
|
|
3725
|
+
"strip-ansi": "^6.0.0"
|
|
3726
|
+
},
|
|
3727
|
+
"engines": {
|
|
3728
|
+
"node": ">=8"
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3731
|
+
"node_modules/@inquirer/search": {
|
|
3732
|
+
"version": "1.1.0",
|
|
3445
3733
|
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-1.1.0.tgz",
|
|
3446
3734
|
"integrity": "sha512-h+/5LSj51dx7hp5xOn4QFnUaKeARwUCLs6mIhtkJ0JYPBLmEYjdHSYh7I6GrLg9LwpJ3xeX0FZgAG1q0QdCpVQ==",
|
|
3447
3735
|
"license": "MIT",
|
|
@@ -3479,6 +3767,21 @@
|
|
|
3479
3767
|
"node": ">=18"
|
|
3480
3768
|
}
|
|
3481
3769
|
},
|
|
3770
|
+
"node_modules/@inquirer/search/node_modules/ansi-styles": {
|
|
3771
|
+
"version": "4.3.0",
|
|
3772
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3773
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3774
|
+
"license": "MIT",
|
|
3775
|
+
"dependencies": {
|
|
3776
|
+
"color-convert": "^2.0.1"
|
|
3777
|
+
},
|
|
3778
|
+
"engines": {
|
|
3779
|
+
"node": ">=8"
|
|
3780
|
+
},
|
|
3781
|
+
"funding": {
|
|
3782
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3482
3785
|
"node_modules/@inquirer/search/node_modules/signal-exit": {
|
|
3483
3786
|
"version": "4.1.0",
|
|
3484
3787
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3491,6 +3794,20 @@
|
|
|
3491
3794
|
"url": "https://github.com/sponsors/isaacs"
|
|
3492
3795
|
}
|
|
3493
3796
|
},
|
|
3797
|
+
"node_modules/@inquirer/search/node_modules/wrap-ansi": {
|
|
3798
|
+
"version": "6.2.0",
|
|
3799
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3800
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3801
|
+
"license": "MIT",
|
|
3802
|
+
"dependencies": {
|
|
3803
|
+
"ansi-styles": "^4.0.0",
|
|
3804
|
+
"string-width": "^4.1.0",
|
|
3805
|
+
"strip-ansi": "^6.0.0"
|
|
3806
|
+
},
|
|
3807
|
+
"engines": {
|
|
3808
|
+
"node": ">=8"
|
|
3809
|
+
}
|
|
3810
|
+
},
|
|
3494
3811
|
"node_modules/@inquirer/select": {
|
|
3495
3812
|
"version": "2.5.0",
|
|
3496
3813
|
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz",
|
|
@@ -3531,6 +3848,21 @@
|
|
|
3531
3848
|
"node": ">=18"
|
|
3532
3849
|
}
|
|
3533
3850
|
},
|
|
3851
|
+
"node_modules/@inquirer/select/node_modules/ansi-styles": {
|
|
3852
|
+
"version": "4.3.0",
|
|
3853
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3854
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3855
|
+
"license": "MIT",
|
|
3856
|
+
"dependencies": {
|
|
3857
|
+
"color-convert": "^2.0.1"
|
|
3858
|
+
},
|
|
3859
|
+
"engines": {
|
|
3860
|
+
"node": ">=8"
|
|
3861
|
+
},
|
|
3862
|
+
"funding": {
|
|
3863
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3864
|
+
}
|
|
3865
|
+
},
|
|
3534
3866
|
"node_modules/@inquirer/select/node_modules/signal-exit": {
|
|
3535
3867
|
"version": "4.1.0",
|
|
3536
3868
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3543,6 +3875,20 @@
|
|
|
3543
3875
|
"url": "https://github.com/sponsors/isaacs"
|
|
3544
3876
|
}
|
|
3545
3877
|
},
|
|
3878
|
+
"node_modules/@inquirer/select/node_modules/wrap-ansi": {
|
|
3879
|
+
"version": "6.2.0",
|
|
3880
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3881
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3882
|
+
"license": "MIT",
|
|
3883
|
+
"dependencies": {
|
|
3884
|
+
"ansi-styles": "^4.0.0",
|
|
3885
|
+
"string-width": "^4.1.0",
|
|
3886
|
+
"strip-ansi": "^6.0.0"
|
|
3887
|
+
},
|
|
3888
|
+
"engines": {
|
|
3889
|
+
"node": ">=8"
|
|
3890
|
+
}
|
|
3891
|
+
},
|
|
3546
3892
|
"node_modules/@inquirer/type": {
|
|
3547
3893
|
"version": "1.5.3",
|
|
3548
3894
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
@@ -3584,18 +3930,6 @@
|
|
|
3584
3930
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3585
3931
|
}
|
|
3586
3932
|
},
|
|
3587
|
-
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
3588
|
-
"version": "6.2.1",
|
|
3589
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
3590
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
3591
|
-
"license": "MIT",
|
|
3592
|
-
"engines": {
|
|
3593
|
-
"node": ">=12"
|
|
3594
|
-
},
|
|
3595
|
-
"funding": {
|
|
3596
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3597
|
-
}
|
|
3598
|
-
},
|
|
3599
3933
|
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
3600
3934
|
"version": "9.2.2",
|
|
3601
3935
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -6548,6 +6882,21 @@
|
|
|
6548
6882
|
"node": ">=18.0.0"
|
|
6549
6883
|
}
|
|
6550
6884
|
},
|
|
6885
|
+
"node_modules/@oclif/core/node_modules/ansi-styles": {
|
|
6886
|
+
"version": "4.3.0",
|
|
6887
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
6888
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
6889
|
+
"license": "MIT",
|
|
6890
|
+
"dependencies": {
|
|
6891
|
+
"color-convert": "^2.0.1"
|
|
6892
|
+
},
|
|
6893
|
+
"engines": {
|
|
6894
|
+
"node": ">=8"
|
|
6895
|
+
},
|
|
6896
|
+
"funding": {
|
|
6897
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6898
|
+
}
|
|
6899
|
+
},
|
|
6551
6900
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
6552
6901
|
"version": "9.0.5",
|
|
6553
6902
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
@@ -7010,6 +7359,59 @@
|
|
|
7010
7359
|
"node": ">=18.0.0"
|
|
7011
7360
|
}
|
|
7012
7361
|
},
|
|
7362
|
+
"node_modules/@oclif/table": {
|
|
7363
|
+
"version": "0.4.8",
|
|
7364
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.8.tgz",
|
|
7365
|
+
"integrity": "sha512-HgyeNTyUF67OQ2eOCFia0mfxyPFcPwa8sIq1SiiZf8oxw6JtUciWGXb0cmmo5vnbxRJ3er0PHLwMV0/hBG6NWw==",
|
|
7366
|
+
"license": "MIT",
|
|
7367
|
+
"dependencies": {
|
|
7368
|
+
"@types/react": "^18.3.12",
|
|
7369
|
+
"change-case": "^5.4.4",
|
|
7370
|
+
"cli-truncate": "^4.0.0",
|
|
7371
|
+
"ink": "5.0.1",
|
|
7372
|
+
"natural-orderby": "^3.0.2",
|
|
7373
|
+
"object-hash": "^3.0.0",
|
|
7374
|
+
"react": "^18.3.1",
|
|
7375
|
+
"strip-ansi": "^7.1.0",
|
|
7376
|
+
"wrap-ansi": "^9.0.0"
|
|
7377
|
+
},
|
|
7378
|
+
"engines": {
|
|
7379
|
+
"node": ">=18.0.0"
|
|
7380
|
+
}
|
|
7381
|
+
},
|
|
7382
|
+
"node_modules/@oclif/table/node_modules/ansi-regex": {
|
|
7383
|
+
"version": "6.0.1",
|
|
7384
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
7385
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
7386
|
+
"license": "MIT",
|
|
7387
|
+
"engines": {
|
|
7388
|
+
"node": ">=12"
|
|
7389
|
+
},
|
|
7390
|
+
"funding": {
|
|
7391
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7392
|
+
}
|
|
7393
|
+
},
|
|
7394
|
+
"node_modules/@oclif/table/node_modules/change-case": {
|
|
7395
|
+
"version": "5.4.4",
|
|
7396
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
7397
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
7398
|
+
"license": "MIT"
|
|
7399
|
+
},
|
|
7400
|
+
"node_modules/@oclif/table/node_modules/strip-ansi": {
|
|
7401
|
+
"version": "7.1.0",
|
|
7402
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
7403
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
7404
|
+
"license": "MIT",
|
|
7405
|
+
"dependencies": {
|
|
7406
|
+
"ansi-regex": "^6.0.1"
|
|
7407
|
+
},
|
|
7408
|
+
"engines": {
|
|
7409
|
+
"node": ">=12"
|
|
7410
|
+
},
|
|
7411
|
+
"funding": {
|
|
7412
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
7413
|
+
}
|
|
7414
|
+
},
|
|
7013
7415
|
"node_modules/@opentelemetry/api": {
|
|
7014
7416
|
"version": "1.9.0",
|
|
7015
7417
|
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
|
|
@@ -7905,9 +8307,9 @@
|
|
|
7905
8307
|
}
|
|
7906
8308
|
},
|
|
7907
8309
|
"node_modules/@salesforce/core": {
|
|
7908
|
-
"version": "8.
|
|
7909
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
7910
|
-
"integrity": "sha512-
|
|
8310
|
+
"version": "8.14.0",
|
|
8311
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
|
|
8312
|
+
"integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
|
|
7911
8313
|
"license": "BSD-3-Clause",
|
|
7912
8314
|
"dependencies": {
|
|
7913
8315
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -8602,20 +9004,41 @@
|
|
|
8602
9004
|
}
|
|
8603
9005
|
},
|
|
8604
9006
|
"node_modules/@salesforce/lwc-dev-mobile-core": {
|
|
8605
|
-
"version": "4.0.0-alpha.
|
|
8606
|
-
"resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.
|
|
8607
|
-
"integrity": "sha512-
|
|
9007
|
+
"version": "4.0.0-alpha.10",
|
|
9008
|
+
"resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.10.tgz",
|
|
9009
|
+
"integrity": "sha512-3jGr9VyGJ4RTmNCM4+bIV6KAvX5UzROJsWEwWmyVX/vOXA4Y24Mdp8EGRPuKsfBztkE9hEF9EyuWstxi25P+Pg==",
|
|
8608
9010
|
"license": "MIT",
|
|
8609
9011
|
"dependencies": {
|
|
8610
|
-
"@oclif/core": "^4.
|
|
8611
|
-
"@salesforce/core": "^8.
|
|
8612
|
-
"@salesforce/sf-plugins-core": "^
|
|
9012
|
+
"@oclif/core": "^4.2.7",
|
|
9013
|
+
"@salesforce/core": "^8.8.2",
|
|
9014
|
+
"@salesforce/sf-plugins-core": "^12.2.0",
|
|
8613
9015
|
"@salesforce/ts-types": "^2.0.12",
|
|
8614
9016
|
"ajv": "^8.17.1",
|
|
8615
|
-
"chalk": "^5.
|
|
8616
|
-
"listr2": "^8.2.
|
|
9017
|
+
"chalk": "^5.4.1",
|
|
9018
|
+
"listr2": "^8.2.5",
|
|
8617
9019
|
"node-forge": "^1.3.1"
|
|
8618
9020
|
},
|
|
9021
|
+
"engines": {
|
|
9022
|
+
"node": ">=20.0.0"
|
|
9023
|
+
}
|
|
9024
|
+
},
|
|
9025
|
+
"node_modules/@salesforce/lwc-dev-mobile-core/node_modules/@salesforce/sf-plugins-core": {
|
|
9026
|
+
"version": "12.2.2",
|
|
9027
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz",
|
|
9028
|
+
"integrity": "sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==",
|
|
9029
|
+
"license": "BSD-3-Clause",
|
|
9030
|
+
"dependencies": {
|
|
9031
|
+
"@inquirer/confirm": "^3.1.22",
|
|
9032
|
+
"@inquirer/password": "^2.2.0",
|
|
9033
|
+
"@oclif/core": "^4.3.0",
|
|
9034
|
+
"@oclif/table": "^0.4.6",
|
|
9035
|
+
"@salesforce/core": "^8.10.0",
|
|
9036
|
+
"@salesforce/kit": "^3.2.3",
|
|
9037
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
9038
|
+
"ansis": "^3.3.2",
|
|
9039
|
+
"cli-progress": "^3.12.0",
|
|
9040
|
+
"terminal-link": "^3.0.0"
|
|
9041
|
+
},
|
|
8619
9042
|
"engines": {
|
|
8620
9043
|
"node": ">=18.0.0"
|
|
8621
9044
|
}
|
|
@@ -10003,6 +10426,12 @@
|
|
|
10003
10426
|
"integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==",
|
|
10004
10427
|
"license": "MIT"
|
|
10005
10428
|
},
|
|
10429
|
+
"node_modules/@types/prop-types": {
|
|
10430
|
+
"version": "15.7.15",
|
|
10431
|
+
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
|
|
10432
|
+
"integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
|
|
10433
|
+
"license": "MIT"
|
|
10434
|
+
},
|
|
10006
10435
|
"node_modules/@types/qs": {
|
|
10007
10436
|
"version": "6.9.15",
|
|
10008
10437
|
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz",
|
|
@@ -10015,6 +10444,16 @@
|
|
|
10015
10444
|
"integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
|
|
10016
10445
|
"license": "MIT"
|
|
10017
10446
|
},
|
|
10447
|
+
"node_modules/@types/react": {
|
|
10448
|
+
"version": "18.3.23",
|
|
10449
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz",
|
|
10450
|
+
"integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==",
|
|
10451
|
+
"license": "MIT",
|
|
10452
|
+
"dependencies": {
|
|
10453
|
+
"@types/prop-types": "*",
|
|
10454
|
+
"csstype": "^3.0.2"
|
|
10455
|
+
}
|
|
10456
|
+
},
|
|
10018
10457
|
"node_modules/@types/resolve": {
|
|
10019
10458
|
"version": "1.20.2",
|
|
10020
10459
|
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
|
|
@@ -10510,15 +10949,12 @@
|
|
|
10510
10949
|
"license": "MIT"
|
|
10511
10950
|
},
|
|
10512
10951
|
"node_modules/ansi-styles": {
|
|
10513
|
-
"version": "
|
|
10514
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-
|
|
10515
|
-
"integrity": "sha512-
|
|
10952
|
+
"version": "6.2.1",
|
|
10953
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
10954
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
10516
10955
|
"license": "MIT",
|
|
10517
|
-
"dependencies": {
|
|
10518
|
-
"color-convert": "^2.0.1"
|
|
10519
|
-
},
|
|
10520
10956
|
"engines": {
|
|
10521
|
-
"node": ">=
|
|
10957
|
+
"node": ">=12"
|
|
10522
10958
|
},
|
|
10523
10959
|
"funding": {
|
|
10524
10960
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
@@ -10813,6 +11249,18 @@
|
|
|
10813
11249
|
"node": ">=8.0.0"
|
|
10814
11250
|
}
|
|
10815
11251
|
},
|
|
11252
|
+
"node_modules/auto-bind": {
|
|
11253
|
+
"version": "5.0.1",
|
|
11254
|
+
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-5.0.1.tgz",
|
|
11255
|
+
"integrity": "sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==",
|
|
11256
|
+
"license": "MIT",
|
|
11257
|
+
"engines": {
|
|
11258
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
11259
|
+
},
|
|
11260
|
+
"funding": {
|
|
11261
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
11262
|
+
}
|
|
11263
|
+
},
|
|
10816
11264
|
"node_modules/available-typed-arrays": {
|
|
10817
11265
|
"version": "1.0.7",
|
|
10818
11266
|
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
|
|
@@ -11314,6 +11762,21 @@
|
|
|
11314
11762
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
11315
11763
|
}
|
|
11316
11764
|
},
|
|
11765
|
+
"node_modules/chalk/node_modules/ansi-styles": {
|
|
11766
|
+
"version": "4.3.0",
|
|
11767
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
11768
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
11769
|
+
"license": "MIT",
|
|
11770
|
+
"dependencies": {
|
|
11771
|
+
"color-convert": "^2.0.1"
|
|
11772
|
+
},
|
|
11773
|
+
"engines": {
|
|
11774
|
+
"node": ">=8"
|
|
11775
|
+
},
|
|
11776
|
+
"funding": {
|
|
11777
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
11778
|
+
}
|
|
11779
|
+
},
|
|
11317
11780
|
"node_modules/change-case": {
|
|
11318
11781
|
"version": "4.1.2",
|
|
11319
11782
|
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
@@ -11486,6 +11949,18 @@
|
|
|
11486
11949
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
11487
11950
|
}
|
|
11488
11951
|
},
|
|
11952
|
+
"node_modules/cli-boxes": {
|
|
11953
|
+
"version": "3.0.0",
|
|
11954
|
+
"resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
|
|
11955
|
+
"integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
|
|
11956
|
+
"license": "MIT",
|
|
11957
|
+
"engines": {
|
|
11958
|
+
"node": ">=10"
|
|
11959
|
+
},
|
|
11960
|
+
"funding": {
|
|
11961
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
11962
|
+
}
|
|
11963
|
+
},
|
|
11489
11964
|
"node_modules/cli-cursor": {
|
|
11490
11965
|
"version": "5.0.0",
|
|
11491
11966
|
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
|
|
@@ -11553,18 +12028,6 @@
|
|
|
11553
12028
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
11554
12029
|
}
|
|
11555
12030
|
},
|
|
11556
|
-
"node_modules/cli-truncate/node_modules/ansi-styles": {
|
|
11557
|
-
"version": "6.2.1",
|
|
11558
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
11559
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
11560
|
-
"license": "MIT",
|
|
11561
|
-
"engines": {
|
|
11562
|
-
"node": ">=12"
|
|
11563
|
-
},
|
|
11564
|
-
"funding": {
|
|
11565
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
11566
|
-
}
|
|
11567
|
-
},
|
|
11568
12031
|
"node_modules/cli-truncate/node_modules/emoji-regex": {
|
|
11569
12032
|
"version": "10.3.0",
|
|
11570
12033
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
@@ -11654,6 +12117,21 @@
|
|
|
11654
12117
|
"node": ">=12"
|
|
11655
12118
|
}
|
|
11656
12119
|
},
|
|
12120
|
+
"node_modules/cliui/node_modules/ansi-styles": {
|
|
12121
|
+
"version": "4.3.0",
|
|
12122
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
12123
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
12124
|
+
"license": "MIT",
|
|
12125
|
+
"dependencies": {
|
|
12126
|
+
"color-convert": "^2.0.1"
|
|
12127
|
+
},
|
|
12128
|
+
"engines": {
|
|
12129
|
+
"node": ">=8"
|
|
12130
|
+
},
|
|
12131
|
+
"funding": {
|
|
12132
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
12133
|
+
}
|
|
12134
|
+
},
|
|
11657
12135
|
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
11658
12136
|
"version": "7.0.0",
|
|
11659
12137
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
@@ -11681,6 +12159,18 @@
|
|
|
11681
12159
|
"node": ">= 0.12.0"
|
|
11682
12160
|
}
|
|
11683
12161
|
},
|
|
12162
|
+
"node_modules/code-excerpt": {
|
|
12163
|
+
"version": "4.0.0",
|
|
12164
|
+
"resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz",
|
|
12165
|
+
"integrity": "sha512-xxodCmBen3iy2i0WtAK8FlFNrRzjUqjRsMfho58xT/wvZU1YTM3fCnRjcy1gJPMepaRlgm/0e6w8SpWHpn3/cA==",
|
|
12166
|
+
"license": "MIT",
|
|
12167
|
+
"dependencies": {
|
|
12168
|
+
"convert-to-spaces": "^2.0.1"
|
|
12169
|
+
},
|
|
12170
|
+
"engines": {
|
|
12171
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
12172
|
+
}
|
|
12173
|
+
},
|
|
11684
12174
|
"node_modules/color-convert": {
|
|
11685
12175
|
"version": "2.0.1",
|
|
11686
12176
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -11861,6 +12351,15 @@
|
|
|
11861
12351
|
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
11862
12352
|
"license": "MIT"
|
|
11863
12353
|
},
|
|
12354
|
+
"node_modules/convert-to-spaces": {
|
|
12355
|
+
"version": "2.0.1",
|
|
12356
|
+
"resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz",
|
|
12357
|
+
"integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==",
|
|
12358
|
+
"license": "MIT",
|
|
12359
|
+
"engines": {
|
|
12360
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
12361
|
+
}
|
|
12362
|
+
},
|
|
11864
12363
|
"node_modules/cookie": {
|
|
11865
12364
|
"version": "0.7.1",
|
|
11866
12365
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
|
|
@@ -11981,6 +12480,12 @@
|
|
|
11981
12480
|
"node": ">=4"
|
|
11982
12481
|
}
|
|
11983
12482
|
},
|
|
12483
|
+
"node_modules/csstype": {
|
|
12484
|
+
"version": "3.1.3",
|
|
12485
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
12486
|
+
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
12487
|
+
"license": "MIT"
|
|
12488
|
+
},
|
|
11984
12489
|
"node_modules/csv-parse": {
|
|
11985
12490
|
"version": "5.5.6",
|
|
11986
12491
|
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.6.tgz",
|
|
@@ -15985,6 +16490,222 @@
|
|
|
15985
16490
|
"dev": true,
|
|
15986
16491
|
"license": "ISC"
|
|
15987
16492
|
},
|
|
16493
|
+
"node_modules/ink": {
|
|
16494
|
+
"version": "5.0.1",
|
|
16495
|
+
"resolved": "https://registry.npmjs.org/ink/-/ink-5.0.1.tgz",
|
|
16496
|
+
"integrity": "sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==",
|
|
16497
|
+
"license": "MIT",
|
|
16498
|
+
"dependencies": {
|
|
16499
|
+
"@alcalzone/ansi-tokenize": "^0.1.3",
|
|
16500
|
+
"ansi-escapes": "^7.0.0",
|
|
16501
|
+
"ansi-styles": "^6.2.1",
|
|
16502
|
+
"auto-bind": "^5.0.1",
|
|
16503
|
+
"chalk": "^5.3.0",
|
|
16504
|
+
"cli-boxes": "^3.0.0",
|
|
16505
|
+
"cli-cursor": "^4.0.0",
|
|
16506
|
+
"cli-truncate": "^4.0.0",
|
|
16507
|
+
"code-excerpt": "^4.0.0",
|
|
16508
|
+
"indent-string": "^5.0.0",
|
|
16509
|
+
"is-in-ci": "^0.1.0",
|
|
16510
|
+
"lodash": "^4.17.21",
|
|
16511
|
+
"patch-console": "^2.0.0",
|
|
16512
|
+
"react-reconciler": "^0.29.0",
|
|
16513
|
+
"scheduler": "^0.23.0",
|
|
16514
|
+
"signal-exit": "^3.0.7",
|
|
16515
|
+
"slice-ansi": "^7.1.0",
|
|
16516
|
+
"stack-utils": "^2.0.6",
|
|
16517
|
+
"string-width": "^7.0.0",
|
|
16518
|
+
"type-fest": "^4.8.3",
|
|
16519
|
+
"widest-line": "^5.0.0",
|
|
16520
|
+
"wrap-ansi": "^9.0.0",
|
|
16521
|
+
"ws": "^8.15.0",
|
|
16522
|
+
"yoga-wasm-web": "~0.3.3"
|
|
16523
|
+
},
|
|
16524
|
+
"engines": {
|
|
16525
|
+
"node": ">=18"
|
|
16526
|
+
},
|
|
16527
|
+
"peerDependencies": {
|
|
16528
|
+
"@types/react": ">=18.0.0",
|
|
16529
|
+
"react": ">=18.0.0",
|
|
16530
|
+
"react-devtools-core": "^4.19.1"
|
|
16531
|
+
},
|
|
16532
|
+
"peerDependenciesMeta": {
|
|
16533
|
+
"@types/react": {
|
|
16534
|
+
"optional": true
|
|
16535
|
+
},
|
|
16536
|
+
"react-devtools-core": {
|
|
16537
|
+
"optional": true
|
|
16538
|
+
}
|
|
16539
|
+
}
|
|
16540
|
+
},
|
|
16541
|
+
"node_modules/ink/node_modules/ansi-escapes": {
|
|
16542
|
+
"version": "7.0.0",
|
|
16543
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
|
|
16544
|
+
"integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
|
|
16545
|
+
"license": "MIT",
|
|
16546
|
+
"dependencies": {
|
|
16547
|
+
"environment": "^1.0.0"
|
|
16548
|
+
},
|
|
16549
|
+
"engines": {
|
|
16550
|
+
"node": ">=18"
|
|
16551
|
+
},
|
|
16552
|
+
"funding": {
|
|
16553
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16554
|
+
}
|
|
16555
|
+
},
|
|
16556
|
+
"node_modules/ink/node_modules/ansi-regex": {
|
|
16557
|
+
"version": "6.0.1",
|
|
16558
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
16559
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
16560
|
+
"license": "MIT",
|
|
16561
|
+
"engines": {
|
|
16562
|
+
"node": ">=12"
|
|
16563
|
+
},
|
|
16564
|
+
"funding": {
|
|
16565
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
16566
|
+
}
|
|
16567
|
+
},
|
|
16568
|
+
"node_modules/ink/node_modules/chalk": {
|
|
16569
|
+
"version": "5.4.1",
|
|
16570
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
16571
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
16572
|
+
"license": "MIT",
|
|
16573
|
+
"engines": {
|
|
16574
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
16575
|
+
},
|
|
16576
|
+
"funding": {
|
|
16577
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
16578
|
+
}
|
|
16579
|
+
},
|
|
16580
|
+
"node_modules/ink/node_modules/cli-cursor": {
|
|
16581
|
+
"version": "4.0.0",
|
|
16582
|
+
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
|
|
16583
|
+
"integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
|
|
16584
|
+
"license": "MIT",
|
|
16585
|
+
"dependencies": {
|
|
16586
|
+
"restore-cursor": "^4.0.0"
|
|
16587
|
+
},
|
|
16588
|
+
"engines": {
|
|
16589
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
16590
|
+
},
|
|
16591
|
+
"funding": {
|
|
16592
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16593
|
+
}
|
|
16594
|
+
},
|
|
16595
|
+
"node_modules/ink/node_modules/emoji-regex": {
|
|
16596
|
+
"version": "10.3.0",
|
|
16597
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
16598
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
16599
|
+
"license": "MIT"
|
|
16600
|
+
},
|
|
16601
|
+
"node_modules/ink/node_modules/indent-string": {
|
|
16602
|
+
"version": "5.0.0",
|
|
16603
|
+
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
|
|
16604
|
+
"integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
|
|
16605
|
+
"license": "MIT",
|
|
16606
|
+
"engines": {
|
|
16607
|
+
"node": ">=12"
|
|
16608
|
+
},
|
|
16609
|
+
"funding": {
|
|
16610
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16611
|
+
}
|
|
16612
|
+
},
|
|
16613
|
+
"node_modules/ink/node_modules/restore-cursor": {
|
|
16614
|
+
"version": "4.0.0",
|
|
16615
|
+
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
|
|
16616
|
+
"integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
|
|
16617
|
+
"license": "MIT",
|
|
16618
|
+
"dependencies": {
|
|
16619
|
+
"onetime": "^5.1.0",
|
|
16620
|
+
"signal-exit": "^3.0.2"
|
|
16621
|
+
},
|
|
16622
|
+
"engines": {
|
|
16623
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
16624
|
+
},
|
|
16625
|
+
"funding": {
|
|
16626
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16627
|
+
}
|
|
16628
|
+
},
|
|
16629
|
+
"node_modules/ink/node_modules/string-width": {
|
|
16630
|
+
"version": "7.2.0",
|
|
16631
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
16632
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
16633
|
+
"license": "MIT",
|
|
16634
|
+
"dependencies": {
|
|
16635
|
+
"emoji-regex": "^10.3.0",
|
|
16636
|
+
"get-east-asian-width": "^1.0.0",
|
|
16637
|
+
"strip-ansi": "^7.1.0"
|
|
16638
|
+
},
|
|
16639
|
+
"engines": {
|
|
16640
|
+
"node": ">=18"
|
|
16641
|
+
},
|
|
16642
|
+
"funding": {
|
|
16643
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16644
|
+
}
|
|
16645
|
+
},
|
|
16646
|
+
"node_modules/ink/node_modules/strip-ansi": {
|
|
16647
|
+
"version": "7.1.0",
|
|
16648
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
16649
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
16650
|
+
"license": "MIT",
|
|
16651
|
+
"dependencies": {
|
|
16652
|
+
"ansi-regex": "^6.0.1"
|
|
16653
|
+
},
|
|
16654
|
+
"engines": {
|
|
16655
|
+
"node": ">=12"
|
|
16656
|
+
},
|
|
16657
|
+
"funding": {
|
|
16658
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
16659
|
+
}
|
|
16660
|
+
},
|
|
16661
|
+
"node_modules/ink/node_modules/type-fest": {
|
|
16662
|
+
"version": "4.41.0",
|
|
16663
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
16664
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
16665
|
+
"license": "(MIT OR CC0-1.0)",
|
|
16666
|
+
"engines": {
|
|
16667
|
+
"node": ">=16"
|
|
16668
|
+
},
|
|
16669
|
+
"funding": {
|
|
16670
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16671
|
+
}
|
|
16672
|
+
},
|
|
16673
|
+
"node_modules/ink/node_modules/widest-line": {
|
|
16674
|
+
"version": "5.0.0",
|
|
16675
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
|
|
16676
|
+
"integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
|
|
16677
|
+
"license": "MIT",
|
|
16678
|
+
"dependencies": {
|
|
16679
|
+
"string-width": "^7.0.0"
|
|
16680
|
+
},
|
|
16681
|
+
"engines": {
|
|
16682
|
+
"node": ">=18"
|
|
16683
|
+
},
|
|
16684
|
+
"funding": {
|
|
16685
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16686
|
+
}
|
|
16687
|
+
},
|
|
16688
|
+
"node_modules/ink/node_modules/ws": {
|
|
16689
|
+
"version": "8.18.2",
|
|
16690
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
|
|
16691
|
+
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
|
|
16692
|
+
"license": "MIT",
|
|
16693
|
+
"engines": {
|
|
16694
|
+
"node": ">=10.0.0"
|
|
16695
|
+
},
|
|
16696
|
+
"peerDependencies": {
|
|
16697
|
+
"bufferutil": "^4.0.1",
|
|
16698
|
+
"utf-8-validate": ">=5.0.2"
|
|
16699
|
+
},
|
|
16700
|
+
"peerDependenciesMeta": {
|
|
16701
|
+
"bufferutil": {
|
|
16702
|
+
"optional": true
|
|
16703
|
+
},
|
|
16704
|
+
"utf-8-validate": {
|
|
16705
|
+
"optional": true
|
|
16706
|
+
}
|
|
16707
|
+
}
|
|
16708
|
+
},
|
|
15988
16709
|
"node_modules/inline-style-parser": {
|
|
15989
16710
|
"version": "0.1.1",
|
|
15990
16711
|
"resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
|
|
@@ -16340,6 +17061,21 @@
|
|
|
16340
17061
|
"url": "https://github.com/sponsors/wooorm"
|
|
16341
17062
|
}
|
|
16342
17063
|
},
|
|
17064
|
+
"node_modules/is-in-ci": {
|
|
17065
|
+
"version": "0.1.0",
|
|
17066
|
+
"resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz",
|
|
17067
|
+
"integrity": "sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==",
|
|
17068
|
+
"license": "MIT",
|
|
17069
|
+
"bin": {
|
|
17070
|
+
"is-in-ci": "cli.js"
|
|
17071
|
+
},
|
|
17072
|
+
"engines": {
|
|
17073
|
+
"node": ">=18"
|
|
17074
|
+
},
|
|
17075
|
+
"funding": {
|
|
17076
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
17077
|
+
}
|
|
17078
|
+
},
|
|
16343
17079
|
"node_modules/is-map": {
|
|
16344
17080
|
"version": "2.0.3",
|
|
16345
17081
|
"resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
|
|
@@ -17299,103 +18035,24 @@
|
|
|
17299
18035
|
"node": ">=18"
|
|
17300
18036
|
},
|
|
17301
18037
|
"funding": {
|
|
17302
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
17303
|
-
}
|
|
17304
|
-
},
|
|
17305
|
-
"node_modules/listr2": {
|
|
17306
|
-
"version": "8.
|
|
17307
|
-
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.
|
|
17308
|
-
"integrity": "sha512-
|
|
17309
|
-
"license": "MIT",
|
|
17310
|
-
"dependencies": {
|
|
17311
|
-
"cli-truncate": "^4.0.0",
|
|
17312
|
-
"colorette": "^2.0.20",
|
|
17313
|
-
"eventemitter3": "^5.0.1",
|
|
17314
|
-
"log-update": "^6.1.0",
|
|
17315
|
-
"rfdc": "^1.4.1",
|
|
17316
|
-
"wrap-ansi": "^9.0.0"
|
|
17317
|
-
},
|
|
17318
|
-
"engines": {
|
|
17319
|
-
"node": ">=18.0.0"
|
|
17320
|
-
}
|
|
17321
|
-
},
|
|
17322
|
-
"node_modules/listr2/node_modules/ansi-regex": {
|
|
17323
|
-
"version": "6.0.1",
|
|
17324
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
17325
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
17326
|
-
"license": "MIT",
|
|
17327
|
-
"engines": {
|
|
17328
|
-
"node": ">=12"
|
|
17329
|
-
},
|
|
17330
|
-
"funding": {
|
|
17331
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
17332
|
-
}
|
|
17333
|
-
},
|
|
17334
|
-
"node_modules/listr2/node_modules/ansi-styles": {
|
|
17335
|
-
"version": "6.2.1",
|
|
17336
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
17337
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
17338
|
-
"license": "MIT",
|
|
17339
|
-
"engines": {
|
|
17340
|
-
"node": ">=12"
|
|
17341
|
-
},
|
|
17342
|
-
"funding": {
|
|
17343
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
17344
|
-
}
|
|
17345
|
-
},
|
|
17346
|
-
"node_modules/listr2/node_modules/emoji-regex": {
|
|
17347
|
-
"version": "10.3.0",
|
|
17348
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
17349
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
17350
|
-
"license": "MIT"
|
|
17351
|
-
},
|
|
17352
|
-
"node_modules/listr2/node_modules/string-width": {
|
|
17353
|
-
"version": "7.2.0",
|
|
17354
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
17355
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
17356
|
-
"license": "MIT",
|
|
17357
|
-
"dependencies": {
|
|
17358
|
-
"emoji-regex": "^10.3.0",
|
|
17359
|
-
"get-east-asian-width": "^1.0.0",
|
|
17360
|
-
"strip-ansi": "^7.1.0"
|
|
17361
|
-
},
|
|
17362
|
-
"engines": {
|
|
17363
|
-
"node": ">=18"
|
|
17364
|
-
},
|
|
17365
|
-
"funding": {
|
|
17366
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
17367
|
-
}
|
|
17368
|
-
},
|
|
17369
|
-
"node_modules/listr2/node_modules/strip-ansi": {
|
|
17370
|
-
"version": "7.1.0",
|
|
17371
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
17372
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
17373
|
-
"license": "MIT",
|
|
17374
|
-
"dependencies": {
|
|
17375
|
-
"ansi-regex": "^6.0.1"
|
|
17376
|
-
},
|
|
17377
|
-
"engines": {
|
|
17378
|
-
"node": ">=12"
|
|
17379
|
-
},
|
|
17380
|
-
"funding": {
|
|
17381
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
17382
|
-
}
|
|
17383
|
-
},
|
|
17384
|
-
"node_modules/listr2/node_modules/wrap-ansi": {
|
|
17385
|
-
"version": "9.0.0",
|
|
17386
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
17387
|
-
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
17388
|
-
"license": "MIT",
|
|
17389
|
-
"dependencies": {
|
|
17390
|
-
"ansi-styles": "^6.2.1",
|
|
17391
|
-
"string-width": "^7.0.0",
|
|
17392
|
-
"strip-ansi": "^7.1.0"
|
|
17393
|
-
},
|
|
17394
|
-
"engines": {
|
|
17395
|
-
"node": ">=18"
|
|
17396
|
-
},
|
|
17397
|
-
"funding": {
|
|
17398
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
18038
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
18039
|
+
}
|
|
18040
|
+
},
|
|
18041
|
+
"node_modules/listr2": {
|
|
18042
|
+
"version": "8.3.3",
|
|
18043
|
+
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.3.3.tgz",
|
|
18044
|
+
"integrity": "sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==",
|
|
18045
|
+
"license": "MIT",
|
|
18046
|
+
"dependencies": {
|
|
18047
|
+
"cli-truncate": "^4.0.0",
|
|
18048
|
+
"colorette": "^2.0.20",
|
|
18049
|
+
"eventemitter3": "^5.0.1",
|
|
18050
|
+
"log-update": "^6.1.0",
|
|
18051
|
+
"rfdc": "^1.4.1",
|
|
18052
|
+
"wrap-ansi": "^9.0.0"
|
|
18053
|
+
},
|
|
18054
|
+
"engines": {
|
|
18055
|
+
"node": ">=18.0.0"
|
|
17399
18056
|
}
|
|
17400
18057
|
},
|
|
17401
18058
|
"node_modules/locate-path": {
|
|
@@ -17415,7 +18072,6 @@
|
|
|
17415
18072
|
"version": "4.17.21",
|
|
17416
18073
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
17417
18074
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
17418
|
-
"dev": true,
|
|
17419
18075
|
"license": "MIT"
|
|
17420
18076
|
},
|
|
17421
18077
|
"node_modules/lodash.camelcase": {
|
|
@@ -17612,41 +18268,6 @@
|
|
|
17612
18268
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
17613
18269
|
}
|
|
17614
18270
|
},
|
|
17615
|
-
"node_modules/log-update/node_modules/ansi-styles": {
|
|
17616
|
-
"version": "6.2.1",
|
|
17617
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
17618
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
17619
|
-
"license": "MIT",
|
|
17620
|
-
"engines": {
|
|
17621
|
-
"node": ">=12"
|
|
17622
|
-
},
|
|
17623
|
-
"funding": {
|
|
17624
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
17625
|
-
}
|
|
17626
|
-
},
|
|
17627
|
-
"node_modules/log-update/node_modules/emoji-regex": {
|
|
17628
|
-
"version": "10.3.0",
|
|
17629
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
17630
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
17631
|
-
"license": "MIT"
|
|
17632
|
-
},
|
|
17633
|
-
"node_modules/log-update/node_modules/string-width": {
|
|
17634
|
-
"version": "7.2.0",
|
|
17635
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
17636
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
17637
|
-
"license": "MIT",
|
|
17638
|
-
"dependencies": {
|
|
17639
|
-
"emoji-regex": "^10.3.0",
|
|
17640
|
-
"get-east-asian-width": "^1.0.0",
|
|
17641
|
-
"strip-ansi": "^7.1.0"
|
|
17642
|
-
},
|
|
17643
|
-
"engines": {
|
|
17644
|
-
"node": ">=18"
|
|
17645
|
-
},
|
|
17646
|
-
"funding": {
|
|
17647
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
17648
|
-
}
|
|
17649
|
-
},
|
|
17650
18271
|
"node_modules/log-update/node_modules/strip-ansi": {
|
|
17651
18272
|
"version": "7.1.0",
|
|
17652
18273
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
@@ -17662,23 +18283,6 @@
|
|
|
17662
18283
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
17663
18284
|
}
|
|
17664
18285
|
},
|
|
17665
|
-
"node_modules/log-update/node_modules/wrap-ansi": {
|
|
17666
|
-
"version": "9.0.0",
|
|
17667
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
17668
|
-
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
17669
|
-
"license": "MIT",
|
|
17670
|
-
"dependencies": {
|
|
17671
|
-
"ansi-styles": "^6.2.1",
|
|
17672
|
-
"string-width": "^7.0.0",
|
|
17673
|
-
"strip-ansi": "^7.1.0"
|
|
17674
|
-
},
|
|
17675
|
-
"engines": {
|
|
17676
|
-
"node": ">=18"
|
|
17677
|
-
},
|
|
17678
|
-
"funding": {
|
|
17679
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
17680
|
-
}
|
|
17681
|
-
},
|
|
17682
18286
|
"node_modules/long": {
|
|
17683
18287
|
"version": "5.2.3",
|
|
17684
18288
|
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
|
|
@@ -17695,6 +18299,18 @@
|
|
|
17695
18299
|
"url": "https://github.com/sponsors/wooorm"
|
|
17696
18300
|
}
|
|
17697
18301
|
},
|
|
18302
|
+
"node_modules/loose-envify": {
|
|
18303
|
+
"version": "1.4.0",
|
|
18304
|
+
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
18305
|
+
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
18306
|
+
"license": "MIT",
|
|
18307
|
+
"dependencies": {
|
|
18308
|
+
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
18309
|
+
},
|
|
18310
|
+
"bin": {
|
|
18311
|
+
"loose-envify": "cli.js"
|
|
18312
|
+
}
|
|
18313
|
+
},
|
|
17698
18314
|
"node_modules/loupe": {
|
|
17699
18315
|
"version": "2.3.7",
|
|
17700
18316
|
"resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz",
|
|
@@ -18310,7 +18926,6 @@
|
|
|
18310
18926
|
"version": "2.1.0",
|
|
18311
18927
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
18312
18928
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
18313
|
-
"dev": true,
|
|
18314
18929
|
"license": "MIT",
|
|
18315
18930
|
"engines": {
|
|
18316
18931
|
"node": ">=6"
|
|
@@ -18480,6 +19095,22 @@
|
|
|
18480
19095
|
"node": ">= 14.0.0"
|
|
18481
19096
|
}
|
|
18482
19097
|
},
|
|
19098
|
+
"node_modules/mocha/node_modules/ansi-styles": {
|
|
19099
|
+
"version": "4.3.0",
|
|
19100
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
19101
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
19102
|
+
"dev": true,
|
|
19103
|
+
"license": "MIT",
|
|
19104
|
+
"dependencies": {
|
|
19105
|
+
"color-convert": "^2.0.1"
|
|
19106
|
+
},
|
|
19107
|
+
"engines": {
|
|
19108
|
+
"node": ">=8"
|
|
19109
|
+
},
|
|
19110
|
+
"funding": {
|
|
19111
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
19112
|
+
}
|
|
19113
|
+
},
|
|
18483
19114
|
"node_modules/mocha/node_modules/cliui": {
|
|
18484
19115
|
"version": "7.0.4",
|
|
18485
19116
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
|
|
@@ -18986,6 +19617,22 @@
|
|
|
18986
19617
|
"node": ">=18"
|
|
18987
19618
|
}
|
|
18988
19619
|
},
|
|
19620
|
+
"node_modules/nyc/node_modules/ansi-styles": {
|
|
19621
|
+
"version": "4.3.0",
|
|
19622
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
19623
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
19624
|
+
"dev": true,
|
|
19625
|
+
"license": "MIT",
|
|
19626
|
+
"dependencies": {
|
|
19627
|
+
"color-convert": "^2.0.1"
|
|
19628
|
+
},
|
|
19629
|
+
"engines": {
|
|
19630
|
+
"node": ">=8"
|
|
19631
|
+
},
|
|
19632
|
+
"funding": {
|
|
19633
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
19634
|
+
}
|
|
19635
|
+
},
|
|
18989
19636
|
"node_modules/nyc/node_modules/cliui": {
|
|
18990
19637
|
"version": "6.0.0",
|
|
18991
19638
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
@@ -19026,6 +19673,21 @@
|
|
|
19026
19673
|
"url": "https://github.com/sponsors/isaacs"
|
|
19027
19674
|
}
|
|
19028
19675
|
},
|
|
19676
|
+
"node_modules/nyc/node_modules/wrap-ansi": {
|
|
19677
|
+
"version": "6.2.0",
|
|
19678
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
19679
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
19680
|
+
"dev": true,
|
|
19681
|
+
"license": "MIT",
|
|
19682
|
+
"dependencies": {
|
|
19683
|
+
"ansi-styles": "^4.0.0",
|
|
19684
|
+
"string-width": "^4.1.0",
|
|
19685
|
+
"strip-ansi": "^6.0.0"
|
|
19686
|
+
},
|
|
19687
|
+
"engines": {
|
|
19688
|
+
"node": ">=8"
|
|
19689
|
+
}
|
|
19690
|
+
},
|
|
19029
19691
|
"node_modules/nyc/node_modules/y18n": {
|
|
19030
19692
|
"version": "4.0.3",
|
|
19031
19693
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -19070,6 +19732,15 @@
|
|
|
19070
19732
|
"node": ">=6"
|
|
19071
19733
|
}
|
|
19072
19734
|
},
|
|
19735
|
+
"node_modules/object-hash": {
|
|
19736
|
+
"version": "3.0.0",
|
|
19737
|
+
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
|
|
19738
|
+
"integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
|
|
19739
|
+
"license": "MIT",
|
|
19740
|
+
"engines": {
|
|
19741
|
+
"node": ">= 6"
|
|
19742
|
+
}
|
|
19743
|
+
},
|
|
19073
19744
|
"node_modules/object-inspect": {
|
|
19074
19745
|
"version": "1.13.4",
|
|
19075
19746
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
@@ -19297,7 +19968,6 @@
|
|
|
19297
19968
|
"version": "5.1.2",
|
|
19298
19969
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
19299
19970
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
19300
|
-
"dev": true,
|
|
19301
19971
|
"license": "MIT",
|
|
19302
19972
|
"dependencies": {
|
|
19303
19973
|
"mimic-fn": "^2.1.0"
|
|
@@ -19546,6 +20216,15 @@
|
|
|
19546
20216
|
"tslib": "^2.0.3"
|
|
19547
20217
|
}
|
|
19548
20218
|
},
|
|
20219
|
+
"node_modules/patch-console": {
|
|
20220
|
+
"version": "2.0.0",
|
|
20221
|
+
"resolved": "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz",
|
|
20222
|
+
"integrity": "sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==",
|
|
20223
|
+
"license": "MIT",
|
|
20224
|
+
"engines": {
|
|
20225
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
20226
|
+
}
|
|
20227
|
+
},
|
|
19549
20228
|
"node_modules/path-case": {
|
|
19550
20229
|
"version": "3.0.4",
|
|
19551
20230
|
"resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
|
|
@@ -20188,6 +20867,34 @@
|
|
|
20188
20867
|
"node": ">= 0.8"
|
|
20189
20868
|
}
|
|
20190
20869
|
},
|
|
20870
|
+
"node_modules/react": {
|
|
20871
|
+
"version": "18.3.1",
|
|
20872
|
+
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
20873
|
+
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
20874
|
+
"license": "MIT",
|
|
20875
|
+
"dependencies": {
|
|
20876
|
+
"loose-envify": "^1.1.0"
|
|
20877
|
+
},
|
|
20878
|
+
"engines": {
|
|
20879
|
+
"node": ">=0.10.0"
|
|
20880
|
+
}
|
|
20881
|
+
},
|
|
20882
|
+
"node_modules/react-reconciler": {
|
|
20883
|
+
"version": "0.29.2",
|
|
20884
|
+
"resolved": "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.29.2.tgz",
|
|
20885
|
+
"integrity": "sha512-zZQqIiYgDCTP/f1N/mAR10nJGrPD2ZR+jDSEsKWJHYC7Cm2wodlwbR3upZRdC3cjIjSlTLNVyO7Iu0Yy7t2AYg==",
|
|
20886
|
+
"license": "MIT",
|
|
20887
|
+
"dependencies": {
|
|
20888
|
+
"loose-envify": "^1.1.0",
|
|
20889
|
+
"scheduler": "^0.23.2"
|
|
20890
|
+
},
|
|
20891
|
+
"engines": {
|
|
20892
|
+
"node": ">=0.10.0"
|
|
20893
|
+
},
|
|
20894
|
+
"peerDependencies": {
|
|
20895
|
+
"react": "^18.3.1"
|
|
20896
|
+
}
|
|
20897
|
+
},
|
|
20191
20898
|
"node_modules/read-pkg": {
|
|
20192
20899
|
"version": "5.2.0",
|
|
20193
20900
|
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
|
|
@@ -20906,6 +21613,15 @@
|
|
|
20906
21613
|
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
|
|
20907
21614
|
"license": "ISC"
|
|
20908
21615
|
},
|
|
21616
|
+
"node_modules/scheduler": {
|
|
21617
|
+
"version": "0.23.2",
|
|
21618
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|
21619
|
+
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
21620
|
+
"license": "MIT",
|
|
21621
|
+
"dependencies": {
|
|
21622
|
+
"loose-envify": "^1.1.0"
|
|
21623
|
+
}
|
|
21624
|
+
},
|
|
20909
21625
|
"node_modules/section-matter": {
|
|
20910
21626
|
"version": "1.0.0",
|
|
20911
21627
|
"resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz",
|
|
@@ -21340,18 +22056,6 @@
|
|
|
21340
22056
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
21341
22057
|
}
|
|
21342
22058
|
},
|
|
21343
|
-
"node_modules/slice-ansi/node_modules/ansi-styles": {
|
|
21344
|
-
"version": "6.2.1",
|
|
21345
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
21346
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
21347
|
-
"license": "MIT",
|
|
21348
|
-
"engines": {
|
|
21349
|
-
"node": ">=12"
|
|
21350
|
-
},
|
|
21351
|
-
"funding": {
|
|
21352
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
21353
|
-
}
|
|
21354
|
-
},
|
|
21355
22059
|
"node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
|
|
21356
22060
|
"version": "5.0.0",
|
|
21357
22061
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
@@ -21597,6 +22301,27 @@
|
|
|
21597
22301
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
21598
22302
|
}
|
|
21599
22303
|
},
|
|
22304
|
+
"node_modules/stack-utils": {
|
|
22305
|
+
"version": "2.0.6",
|
|
22306
|
+
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
22307
|
+
"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
|
|
22308
|
+
"license": "MIT",
|
|
22309
|
+
"dependencies": {
|
|
22310
|
+
"escape-string-regexp": "^2.0.0"
|
|
22311
|
+
},
|
|
22312
|
+
"engines": {
|
|
22313
|
+
"node": ">=10"
|
|
22314
|
+
}
|
|
22315
|
+
},
|
|
22316
|
+
"node_modules/stack-utils/node_modules/escape-string-regexp": {
|
|
22317
|
+
"version": "2.0.0",
|
|
22318
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
|
22319
|
+
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
|
|
22320
|
+
"license": "MIT",
|
|
22321
|
+
"engines": {
|
|
22322
|
+
"node": ">=8"
|
|
22323
|
+
}
|
|
22324
|
+
},
|
|
21600
22325
|
"node_modules/statuses": {
|
|
21601
22326
|
"version": "2.0.1",
|
|
21602
22327
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
@@ -23126,17 +23851,20 @@
|
|
|
23126
23851
|
"license": "Apache-2.0"
|
|
23127
23852
|
},
|
|
23128
23853
|
"node_modules/wrap-ansi": {
|
|
23129
|
-
"version": "
|
|
23130
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
23131
|
-
"integrity": "sha512-
|
|
23854
|
+
"version": "9.0.0",
|
|
23855
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
23856
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
23132
23857
|
"license": "MIT",
|
|
23133
23858
|
"dependencies": {
|
|
23134
|
-
"ansi-styles": "^
|
|
23135
|
-
"string-width": "^
|
|
23136
|
-
"strip-ansi": "^
|
|
23859
|
+
"ansi-styles": "^6.2.1",
|
|
23860
|
+
"string-width": "^7.0.0",
|
|
23861
|
+
"strip-ansi": "^7.1.0"
|
|
23137
23862
|
},
|
|
23138
23863
|
"engines": {
|
|
23139
|
-
"node": ">=
|
|
23864
|
+
"node": ">=18"
|
|
23865
|
+
},
|
|
23866
|
+
"funding": {
|
|
23867
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
23140
23868
|
}
|
|
23141
23869
|
},
|
|
23142
23870
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -23157,6 +23885,71 @@
|
|
|
23157
23885
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
23158
23886
|
}
|
|
23159
23887
|
},
|
|
23888
|
+
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
23889
|
+
"version": "4.3.0",
|
|
23890
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
23891
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
23892
|
+
"license": "MIT",
|
|
23893
|
+
"dependencies": {
|
|
23894
|
+
"color-convert": "^2.0.1"
|
|
23895
|
+
},
|
|
23896
|
+
"engines": {
|
|
23897
|
+
"node": ">=8"
|
|
23898
|
+
},
|
|
23899
|
+
"funding": {
|
|
23900
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
23901
|
+
}
|
|
23902
|
+
},
|
|
23903
|
+
"node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
23904
|
+
"version": "6.0.1",
|
|
23905
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
23906
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
23907
|
+
"license": "MIT",
|
|
23908
|
+
"engines": {
|
|
23909
|
+
"node": ">=12"
|
|
23910
|
+
},
|
|
23911
|
+
"funding": {
|
|
23912
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
23913
|
+
}
|
|
23914
|
+
},
|
|
23915
|
+
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
23916
|
+
"version": "10.3.0",
|
|
23917
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
23918
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
23919
|
+
"license": "MIT"
|
|
23920
|
+
},
|
|
23921
|
+
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
23922
|
+
"version": "7.2.0",
|
|
23923
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
23924
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
23925
|
+
"license": "MIT",
|
|
23926
|
+
"dependencies": {
|
|
23927
|
+
"emoji-regex": "^10.3.0",
|
|
23928
|
+
"get-east-asian-width": "^1.0.0",
|
|
23929
|
+
"strip-ansi": "^7.1.0"
|
|
23930
|
+
},
|
|
23931
|
+
"engines": {
|
|
23932
|
+
"node": ">=18"
|
|
23933
|
+
},
|
|
23934
|
+
"funding": {
|
|
23935
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
23936
|
+
}
|
|
23937
|
+
},
|
|
23938
|
+
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
23939
|
+
"version": "7.1.0",
|
|
23940
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
23941
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
23942
|
+
"license": "MIT",
|
|
23943
|
+
"dependencies": {
|
|
23944
|
+
"ansi-regex": "^6.0.1"
|
|
23945
|
+
},
|
|
23946
|
+
"engines": {
|
|
23947
|
+
"node": ">=12"
|
|
23948
|
+
},
|
|
23949
|
+
"funding": {
|
|
23950
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
23951
|
+
}
|
|
23952
|
+
},
|
|
23160
23953
|
"node_modules/wrappy": {
|
|
23161
23954
|
"version": "1.0.2",
|
|
23162
23955
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
@@ -23384,6 +24177,12 @@
|
|
|
23384
24177
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
23385
24178
|
}
|
|
23386
24179
|
},
|
|
24180
|
+
"node_modules/yoga-wasm-web": {
|
|
24181
|
+
"version": "0.3.3",
|
|
24182
|
+
"resolved": "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz",
|
|
24183
|
+
"integrity": "sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==",
|
|
24184
|
+
"license": "MIT"
|
|
24185
|
+
},
|
|
23387
24186
|
"node_modules/zwitch": {
|
|
23388
24187
|
"version": "1.0.5",
|
|
23389
24188
|
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz",
|