[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

feat: add Marko example and include code coverage for Marko files (#4263)

authored by

Dylan Piercey and committed by
GitHub
(Oct 8, 2023, 6:53 PM +0200) eac77765 5a741ca2

+516 -1241
+1 -1
README.md
··· 38 38 - [Native code coverage](https://vitest.dev/guide/features.html#coverage) via [`v8`](https://v8.dev/blog/javascript-code-coverage) or [`istanbul`](https://istanbul.js.org/). 39 39 - [Tinyspy](https://github.com/tinylibs/tinyspy) built-in for mocking, stubbing, and spies. 40 40 - [JSDOM](https://github.com/jsdom/jsdom) and [happy-dom](https://github.com/capricorn86/happy-dom) for DOM and browser API mocking 41 - - Components testing ([Vue](./examples/vue), [React](./examples/react), [Svelte](./examples/svelte), [Lit](./examples/lit), [Vitesse](./examples/vitesse)) 41 + - Components testing ([Vue](./examples/vue), [React](./examples/react), [Svelte](./examples/svelte), [Lit](./examples/lit), [Vitesse](./examples/vitesse), [Marko](./examples/marko)) 42 42 - Workers multi-threading via [Tinypool](https://github.com/tinylibs/tinypool) (a lightweight fork of [Piscina](https://github.com/piscinajs/piscina)) 43 43 - Benchmarking support with [Tinybench](https://github.com/tinylibs/tinybench) 44 44 - [Workspace](https://vitest.dev/guide/workspace) support
+399 -1235
pnpm-lock.yaml
··· 282 282 specifier: workspace:* 283 283 version: link:../../packages/vitest 284 284 285 + examples/marko: 286 + devDependencies: 287 + '@marko/compiler': 288 + specifier: latest 289 + version: 5.33.2 290 + '@marko/testing-library': 291 + specifier: latest 292 + version: 6.1.4(marko@5.31.11) 293 + '@marko/vite': 294 + specifier: latest 295 + version: 3.1.1(@marko/compiler@5.33.2)(vite@4.4.10) 296 + '@vitest/ui': 297 + specifier: latest 298 + version: link:../../packages/ui 299 + jsdom: 300 + specifier: latest 301 + version: 22.1.0 302 + marko: 303 + specifier: latest 304 + version: 5.31.11 305 + vite: 306 + specifier: ^4.4.10 307 + version: 4.4.10(@types/node@18.16.19)(less@4.1.3) 308 + vitest: 309 + specifier: workspace:* 310 + version: link:../../packages/vitest 311 + 285 312 examples/mocks: 286 313 dependencies: 287 314 '@vueuse/integrations': ··· 2396 2423 engines: {node: '>=6.9.0'} 2397 2424 dependencies: 2398 2425 '@babel/code-frame': 7.22.13 2399 - '@babel/generator': 7.22.15 2400 - '@babel/helper-module-transforms': 7.22.15(@babel/core@7.12.9) 2401 - '@babel/helpers': 7.22.15 2402 - '@babel/parser': 7.22.16 2426 + '@babel/generator': 7.23.0 2427 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.12.9) 2428 + '@babel/helpers': 7.23.1 2429 + '@babel/parser': 7.23.0 2403 2430 '@babel/template': 7.22.15 2404 - '@babel/traverse': 7.22.15 2405 - '@babel/types': 7.22.15 2431 + '@babel/traverse': 7.23.0 2432 + '@babel/types': 7.23.0 2406 2433 convert-source-map: 1.9.0 2407 2434 debug: 4.3.4(supports-color@8.1.1) 2408 2435 gensync: 1.0.0-beta.2 ··· 2452 2479 '@babel/template': 7.22.5 2453 2480 '@babel/traverse': 7.22.8 2454 2481 '@babel/types': 7.22.5 2455 - convert-source-map: 1.9.0 2456 - debug: 4.3.4(supports-color@8.1.1) 2457 - gensync: 1.0.0-beta.2 2458 - json5: 2.2.3 2459 - semver: 6.3.1 2460 - transitivePeerDependencies: 2461 - - supports-color 2462 - dev: true 2463 - 2464 - /@babel/core@7.22.15: 2465 - resolution: {integrity: sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==} 2466 - engines: {node: '>=6.9.0'} 2467 - dependencies: 2468 - '@ampproject/remapping': 2.2.1 2469 - '@babel/code-frame': 7.22.13 2470 - '@babel/generator': 7.22.15 2471 - '@babel/helper-compilation-targets': 7.22.15 2472 - '@babel/helper-module-transforms': 7.22.15(@babel/core@7.22.15) 2473 - '@babel/helpers': 7.22.15 2474 - '@babel/parser': 7.22.16 2475 - '@babel/template': 7.22.15 2476 - '@babel/traverse': 7.22.15 2477 - '@babel/types': 7.22.15 2478 2482 convert-source-map: 1.9.0 2479 2483 debug: 4.3.4(supports-color@8.1.1) 2480 2484 gensync: 1.0.0-beta.2 ··· 2560 2564 jsesc: 2.5.2 2561 2565 dev: true 2562 2566 2563 - /@babel/generator@7.22.15: 2564 - resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==} 2565 - engines: {node: '>=6.9.0'} 2566 - dependencies: 2567 - '@babel/types': 7.23.0 2568 - '@jridgewell/gen-mapping': 0.3.2 2569 - '@jridgewell/trace-mapping': 0.3.18 2570 - jsesc: 2.5.2 2571 - dev: true 2572 - 2573 2567 /@babel/generator@7.22.9: 2574 2568 resolution: {integrity: sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==} 2575 2569 engines: {node: '>=6.9.0'} ··· 2607 2601 engines: {node: '>=6.9.0'} 2608 2602 dependencies: 2609 2603 '@babel/helper-explode-assignable-expression': 7.18.6 2610 - '@babel/types': 7.22.5 2604 + '@babel/types': 7.23.0 2611 2605 dev: true 2612 2606 2613 2607 /@babel/helper-compilation-targets@7.18.9(@babel/core@7.18.13): ··· 2702 2696 semver: 6.3.1 2703 2697 dev: true 2704 2698 2705 - /@babel/helper-create-class-features-plugin@7.21.0(@babel/core@7.18.13): 2706 - resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==} 2707 - engines: {node: '>=6.9.0'} 2708 - peerDependencies: 2709 - '@babel/core': ^7.0.0 2710 - dependencies: 2711 - '@babel/core': 7.18.13 2712 - '@babel/helper-annotate-as-pure': 7.18.6 2713 - '@babel/helper-environment-visitor': 7.22.5 2714 - '@babel/helper-function-name': 7.22.5 2715 - '@babel/helper-member-expression-to-functions': 7.21.0 2716 - '@babel/helper-optimise-call-expression': 7.18.6 2717 - '@babel/helper-replace-supers': 7.20.7 2718 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 2719 - '@babel/helper-split-export-declaration': 7.22.6 2720 - transitivePeerDependencies: 2721 - - supports-color 2722 - dev: true 2723 - 2724 2699 /@babel/helper-create-class-features-plugin@7.21.0(@babel/core@7.20.5): 2725 2700 resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==} 2726 2701 engines: {node: '>=6.9.0'} ··· 2728 2703 '@babel/core': ^7.0.0 2729 2704 dependencies: 2730 2705 '@babel/core': 7.20.5 2731 - '@babel/helper-annotate-as-pure': 7.18.6 2706 + '@babel/helper-annotate-as-pure': 7.22.5 2732 2707 '@babel/helper-environment-visitor': 7.22.5 2733 2708 '@babel/helper-function-name': 7.22.5 2734 2709 '@babel/helper-member-expression-to-functions': 7.21.0 ··· 2747 2722 '@babel/core': ^7.0.0 2748 2723 dependencies: 2749 2724 '@babel/core': 7.22.9 2750 - '@babel/helper-annotate-as-pure': 7.18.6 2725 + '@babel/helper-annotate-as-pure': 7.22.5 2751 2726 '@babel/helper-environment-visitor': 7.22.5 2752 2727 '@babel/helper-function-name': 7.22.5 2753 2728 '@babel/helper-member-expression-to-functions': 7.21.0 ··· 2759 2734 - supports-color 2760 2735 dev: true 2761 2736 2762 - /@babel/helper-create-class-features-plugin@7.21.0(@babel/core@7.23.0): 2763 - resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==} 2737 + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.18.13): 2738 + resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} 2764 2739 engines: {node: '>=6.9.0'} 2765 2740 peerDependencies: 2766 2741 '@babel/core': ^7.0.0 2767 2742 dependencies: 2768 - '@babel/core': 7.23.0 2769 - '@babel/helper-annotate-as-pure': 7.18.6 2770 - '@babel/helper-environment-visitor': 7.22.5 2771 - '@babel/helper-function-name': 7.22.5 2772 - '@babel/helper-member-expression-to-functions': 7.21.0 2773 - '@babel/helper-optimise-call-expression': 7.18.6 2774 - '@babel/helper-replace-supers': 7.20.7 2775 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 2743 + '@babel/core': 7.18.13 2744 + '@babel/helper-annotate-as-pure': 7.22.5 2745 + '@babel/helper-environment-visitor': 7.22.20 2746 + '@babel/helper-function-name': 7.23.0 2747 + '@babel/helper-member-expression-to-functions': 7.22.15 2748 + '@babel/helper-optimise-call-expression': 7.22.5 2749 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.18.13) 2750 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 2776 2751 '@babel/helper-split-export-declaration': 7.22.6 2777 - transitivePeerDependencies: 2778 - - supports-color 2752 + semver: 6.3.1 2779 2753 dev: true 2780 2754 2781 2755 /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.0): ··· 2803 2777 '@babel/core': ^7.0.0 2804 2778 dependencies: 2805 2779 '@babel/core': 7.18.13 2806 - '@babel/helper-annotate-as-pure': 7.18.6 2807 - regexpu-core: 5.1.0 2808 - dev: true 2809 - 2810 - /@babel/helper-create-regexp-features-plugin@7.18.6(@babel/core@7.22.9): 2811 - resolution: {integrity: sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==} 2812 - engines: {node: '>=6.9.0'} 2813 - peerDependencies: 2814 - '@babel/core': ^7.0.0 2815 - dependencies: 2816 - '@babel/core': 7.22.9 2817 - '@babel/helper-annotate-as-pure': 7.18.6 2780 + '@babel/helper-annotate-as-pure': 7.22.5 2818 2781 regexpu-core: 5.1.0 2819 2782 dev: true 2820 2783 ··· 2825 2788 '@babel/core': ^7.0.0 2826 2789 dependencies: 2827 2790 '@babel/core': 7.23.0 2828 - '@babel/helper-annotate-as-pure': 7.18.6 2791 + '@babel/helper-annotate-as-pure': 7.22.5 2829 2792 regexpu-core: 5.1.0 2830 2793 dev: true 2831 2794 2832 - /@babel/helper-define-polyfill-provider@0.1.5(@babel/core@7.22.9): 2795 + /@babel/helper-define-polyfill-provider@0.1.5(@babel/core@7.23.0): 2833 2796 resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} 2834 2797 peerDependencies: 2835 2798 '@babel/core': ^7.4.0-0 2836 2799 dependencies: 2837 - '@babel/core': 7.22.9 2838 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) 2800 + '@babel/core': 7.23.0 2801 + '@babel/helper-compilation-targets': 7.22.15 2839 2802 '@babel/helper-module-imports': 7.22.5 2840 2803 '@babel/helper-plugin-utils': 7.22.5 2841 - '@babel/traverse': 7.22.8 2804 + '@babel/traverse': 7.23.0 2842 2805 debug: 4.3.4(supports-color@8.1.1) 2843 2806 lodash.debounce: 4.0.8 2844 2807 resolve: 1.22.3 ··· 2853 2816 '@babel/core': ^7.4.0-0 2854 2817 dependencies: 2855 2818 '@babel/core': 7.18.13 2856 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.18.13) 2857 - '@babel/helper-plugin-utils': 7.22.5 2858 - debug: 4.3.4(supports-color@8.1.1) 2859 - lodash.debounce: 4.0.8 2860 - resolve: 1.22.3 2861 - semver: 6.3.1 2862 - transitivePeerDependencies: 2863 - - supports-color 2864 - dev: true 2865 - 2866 - /@babel/helper-define-polyfill-provider@0.3.2(@babel/core@7.22.9): 2867 - resolution: {integrity: sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==} 2868 - peerDependencies: 2869 - '@babel/core': ^7.4.0-0 2870 - dependencies: 2871 - '@babel/core': 7.22.9 2872 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) 2819 + '@babel/helper-compilation-targets': 7.22.15 2873 2820 '@babel/helper-plugin-utils': 7.22.5 2874 2821 debug: 4.3.4(supports-color@8.1.1) 2875 2822 lodash.debounce: 4.0.8 ··· 2885 2832 '@babel/core': ^7.4.0-0 2886 2833 dependencies: 2887 2834 '@babel/core': 7.23.0 2888 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.23.0) 2835 + '@babel/helper-compilation-targets': 7.22.15 2889 2836 '@babel/helper-plugin-utils': 7.22.5 2890 2837 debug: 4.3.4(supports-color@8.1.1) 2891 2838 lodash.debounce: 4.0.8 ··· 2907 2854 resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} 2908 2855 engines: {node: '>=6.9.0'} 2909 2856 dependencies: 2910 - '@babel/types': 7.22.5 2857 + '@babel/types': 7.23.0 2911 2858 dev: true 2912 2859 2913 2860 /@babel/helper-function-name@7.22.5: ··· 2934 2881 resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==} 2935 2882 engines: {node: '>=6.9.0'} 2936 2883 dependencies: 2937 - '@babel/types': 7.22.5 2884 + '@babel/types': 7.23.0 2938 2885 dev: true 2939 2886 2940 2887 /@babel/helper-member-expression-to-functions@7.22.15: ··· 2979 2926 - supports-color 2980 2927 dev: true 2981 2928 2982 - /@babel/helper-module-transforms@7.22.15(@babel/core@7.12.9): 2983 - resolution: {integrity: sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==} 2984 - engines: {node: '>=6.9.0'} 2985 - peerDependencies: 2986 - '@babel/core': ^7.0.0 2987 - dependencies: 2988 - '@babel/core': 7.12.9 2989 - '@babel/helper-environment-visitor': 7.22.20 2990 - '@babel/helper-module-imports': 7.22.15 2991 - '@babel/helper-simple-access': 7.22.5 2992 - '@babel/helper-split-export-declaration': 7.22.6 2993 - '@babel/helper-validator-identifier': 7.22.20 2994 - dev: true 2995 - 2996 - /@babel/helper-module-transforms@7.22.15(@babel/core@7.22.15): 2997 - resolution: {integrity: sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==} 2998 - engines: {node: '>=6.9.0'} 2999 - peerDependencies: 3000 - '@babel/core': ^7.0.0 3001 - dependencies: 3002 - '@babel/core': 7.22.15 3003 - '@babel/helper-environment-visitor': 7.22.20 3004 - '@babel/helper-module-imports': 7.22.15 3005 - '@babel/helper-simple-access': 7.22.5 3006 - '@babel/helper-split-export-declaration': 7.22.6 3007 - '@babel/helper-validator-identifier': 7.22.20 3008 - dev: true 3009 - 3010 - /@babel/helper-module-transforms@7.22.9(@babel/core@7.18.13): 3011 - resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} 3012 - engines: {node: '>=6.9.0'} 3013 - peerDependencies: 3014 - '@babel/core': ^7.0.0 3015 - dependencies: 3016 - '@babel/core': 7.18.13 3017 - '@babel/helper-environment-visitor': 7.22.5 3018 - '@babel/helper-module-imports': 7.22.15 3019 - '@babel/helper-simple-access': 7.22.5 3020 - '@babel/helper-split-export-declaration': 7.22.6 3021 - '@babel/helper-validator-identifier': 7.22.20 3022 - dev: true 3023 - 3024 2929 /@babel/helper-module-transforms@7.22.9(@babel/core@7.20.5): 3025 2930 resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} 3026 2931 engines: {node: '>=6.9.0'} ··· 3062 2967 '@babel/helper-validator-identifier': 7.22.20 3063 2968 dev: true 3064 2969 3065 - /@babel/helper-module-transforms@7.22.9(@babel/core@7.23.0): 3066 - resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} 2970 + /@babel/helper-module-transforms@7.23.0(@babel/core@7.12.9): 2971 + resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} 3067 2972 engines: {node: '>=6.9.0'} 3068 2973 peerDependencies: 3069 2974 '@babel/core': ^7.0.0 3070 2975 dependencies: 3071 - '@babel/core': 7.23.0 3072 - '@babel/helper-environment-visitor': 7.22.5 2976 + '@babel/core': 7.12.9 2977 + '@babel/helper-environment-visitor': 7.22.20 2978 + '@babel/helper-module-imports': 7.22.15 2979 + '@babel/helper-simple-access': 7.22.5 2980 + '@babel/helper-split-export-declaration': 7.22.6 2981 + '@babel/helper-validator-identifier': 7.22.20 2982 + dev: true 2983 + 2984 + /@babel/helper-module-transforms@7.23.0(@babel/core@7.18.13): 2985 + resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} 2986 + engines: {node: '>=6.9.0'} 2987 + peerDependencies: 2988 + '@babel/core': ^7.0.0 2989 + dependencies: 2990 + '@babel/core': 7.18.13 2991 + '@babel/helper-environment-visitor': 7.22.20 3073 2992 '@babel/helper-module-imports': 7.22.15 3074 2993 '@babel/helper-simple-access': 7.22.5 3075 2994 '@babel/helper-split-export-declaration': 7.22.6 ··· 3093 3012 resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} 3094 3013 engines: {node: '>=6.9.0'} 3095 3014 dependencies: 3096 - '@babel/types': 7.22.5 3015 + '@babel/types': 7.23.0 3097 3016 dev: true 3098 3017 3099 3018 /@babel/helper-optimise-call-expression@7.22.5: ··· 3118 3037 '@babel/core': ^7.0.0 3119 3038 dependencies: 3120 3039 '@babel/core': 7.18.13 3121 - '@babel/helper-annotate-as-pure': 7.18.6 3040 + '@babel/helper-annotate-as-pure': 7.22.5 3122 3041 '@babel/helper-environment-visitor': 7.22.5 3123 3042 '@babel/helper-wrap-function': 7.18.11 3124 - '@babel/types': 7.22.5 3125 - transitivePeerDependencies: 3126 - - supports-color 3127 - dev: true 3128 - 3129 - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.9): 3130 - resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} 3131 - engines: {node: '>=6.9.0'} 3132 - peerDependencies: 3133 - '@babel/core': ^7.0.0 3134 - dependencies: 3135 - '@babel/core': 7.22.9 3136 - '@babel/helper-annotate-as-pure': 7.18.6 3137 - '@babel/helper-environment-visitor': 7.22.5 3138 - '@babel/helper-wrap-function': 7.18.11 3139 - '@babel/types': 7.22.5 3043 + '@babel/types': 7.23.0 3140 3044 transitivePeerDependencies: 3141 3045 - supports-color 3142 3046 dev: true ··· 3148 3052 '@babel/core': ^7.0.0 3149 3053 dependencies: 3150 3054 '@babel/core': 7.23.0 3151 - '@babel/helper-annotate-as-pure': 7.18.6 3055 + '@babel/helper-annotate-as-pure': 7.22.5 3152 3056 '@babel/helper-environment-visitor': 7.22.5 3153 3057 '@babel/helper-wrap-function': 7.18.11 3154 - '@babel/types': 7.22.5 3058 + '@babel/types': 7.23.0 3155 3059 transitivePeerDependencies: 3156 3060 - supports-color 3157 3061 dev: true ··· 3163 3067 '@babel/helper-environment-visitor': 7.22.5 3164 3068 '@babel/helper-member-expression-to-functions': 7.21.0 3165 3069 '@babel/helper-optimise-call-expression': 7.18.6 3166 - '@babel/template': 7.22.5 3167 - '@babel/traverse': 7.22.8 3168 - '@babel/types': 7.22.5 3070 + '@babel/template': 7.22.15 3071 + '@babel/traverse': 7.23.0 3072 + '@babel/types': 7.23.0 3169 3073 transitivePeerDependencies: 3170 3074 - supports-color 3075 + dev: true 3076 + 3077 + /@babel/helper-replace-supers@7.22.9(@babel/core@7.18.13): 3078 + resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} 3079 + engines: {node: '>=6.9.0'} 3080 + peerDependencies: 3081 + '@babel/core': ^7.0.0 3082 + dependencies: 3083 + '@babel/core': 7.18.13 3084 + '@babel/helper-environment-visitor': 7.22.20 3085 + '@babel/helper-member-expression-to-functions': 7.22.15 3086 + '@babel/helper-optimise-call-expression': 7.22.5 3171 3087 dev: true 3172 3088 3173 3089 /@babel/helper-replace-supers@7.22.9(@babel/core@7.23.0): ··· 3192 3108 resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} 3193 3109 engines: {node: '>=6.9.0'} 3194 3110 dependencies: 3195 - '@babel/types': 7.22.5 3111 + '@babel/types': 7.23.0 3196 3112 dev: true 3197 3113 3198 3114 /@babel/helper-skip-transparent-expression-wrappers@7.22.5: ··· 3234 3150 engines: {node: '>=6.9.0'} 3235 3151 dependencies: 3236 3152 '@babel/helper-function-name': 7.22.5 3237 - '@babel/template': 7.22.5 3238 - '@babel/traverse': 7.22.8 3239 - '@babel/types': 7.22.5 3153 + '@babel/template': 7.22.15 3154 + '@babel/traverse': 7.23.0 3155 + '@babel/types': 7.23.0 3240 3156 transitivePeerDependencies: 3241 3157 - supports-color 3242 3158 dev: true ··· 3248 3164 '@babel/template': 7.22.5 3249 3165 '@babel/traverse': 7.22.8 3250 3166 '@babel/types': 7.22.5 3251 - transitivePeerDependencies: 3252 - - supports-color 3253 - dev: true 3254 - 3255 - /@babel/helpers@7.22.15: 3256 - resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==} 3257 - engines: {node: '>=6.9.0'} 3258 - dependencies: 3259 - '@babel/template': 7.22.15 3260 - '@babel/traverse': 7.23.0 3261 - '@babel/types': 7.23.0 3262 3167 transitivePeerDependencies: 3263 3168 - supports-color 3264 3169 dev: true ··· 3309 3214 '@babel/types': 7.22.5 3310 3215 dev: true 3311 3216 3312 - /@babel/parser@7.22.16: 3313 - resolution: {integrity: sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==} 3314 - engines: {node: '>=6.0.0'} 3315 - hasBin: true 3316 - dependencies: 3317 - '@babel/types': 7.23.0 3318 - dev: true 3319 - 3320 3217 /@babel/parser@7.22.5: 3321 3218 resolution: {integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==} 3322 3219 engines: {node: '>=6.0.0'} ··· 3349 3246 '@babel/helper-plugin-utils': 7.22.5 3350 3247 dev: true 3351 3248 3352 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.9): 3353 - resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} 3354 - engines: {node: '>=6.9.0'} 3355 - peerDependencies: 3356 - '@babel/core': ^7.0.0 3357 - dependencies: 3358 - '@babel/core': 7.22.9 3359 - '@babel/helper-plugin-utils': 7.22.5 3360 - dev: true 3361 - 3362 3249 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.23.0): 3363 3250 resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} 3364 3251 engines: {node: '>=6.9.0'} ··· 3379 3266 '@babel/helper-plugin-utils': 7.22.5 3380 3267 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 3381 3268 '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.18.13) 3382 - dev: true 3383 - 3384 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.18.9(@babel/core@7.22.9): 3385 - resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} 3386 - engines: {node: '>=6.9.0'} 3387 - peerDependencies: 3388 - '@babel/core': ^7.13.0 3389 - dependencies: 3390 - '@babel/core': 7.22.9 3391 - '@babel/helper-plugin-utils': 7.22.5 3392 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 3393 - '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.22.9) 3394 3269 dev: true 3395 3270 3396 3271 /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.18.9(@babel/core@7.23.0): ··· 3420 3295 - supports-color 3421 3296 dev: true 3422 3297 3423 - /@babel/plugin-proposal-async-generator-functions@7.18.10(@babel/core@7.22.9): 3424 - resolution: {integrity: sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==} 3425 - engines: {node: '>=6.9.0'} 3426 - peerDependencies: 3427 - '@babel/core': ^7.0.0-0 3428 - dependencies: 3429 - '@babel/core': 7.22.9 3430 - '@babel/helper-environment-visitor': 7.22.5 3431 - '@babel/helper-plugin-utils': 7.22.5 3432 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.9) 3433 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.9) 3434 - transitivePeerDependencies: 3435 - - supports-color 3436 - dev: true 3437 - 3438 3298 /@babel/plugin-proposal-async-generator-functions@7.18.10(@babel/core@7.23.0): 3439 3299 resolution: {integrity: sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==} 3440 3300 engines: {node: '>=6.9.0'} ··· 3457 3317 '@babel/core': ^7.0.0-0 3458 3318 dependencies: 3459 3319 '@babel/core': 7.18.13 3460 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.18.13) 3320 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.18.13) 3461 3321 '@babel/helper-plugin-utils': 7.22.5 3462 - transitivePeerDependencies: 3463 - - supports-color 3464 - dev: true 3465 - 3466 - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.9): 3467 - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} 3468 - engines: {node: '>=6.9.0'} 3469 - peerDependencies: 3470 - '@babel/core': ^7.0.0-0 3471 - dependencies: 3472 - '@babel/core': 7.22.9 3473 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.22.9) 3474 - '@babel/helper-plugin-utils': 7.22.5 3475 - transitivePeerDependencies: 3476 - - supports-color 3477 3322 dev: true 3478 3323 3479 3324 /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.0): ··· 3483 3328 '@babel/core': ^7.0.0-0 3484 3329 dependencies: 3485 3330 '@babel/core': 7.23.0 3486 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.23.0) 3331 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) 3487 3332 '@babel/helper-plugin-utils': 7.22.5 3488 - transitivePeerDependencies: 3489 - - supports-color 3490 3333 dev: true 3491 3334 3492 3335 /@babel/plugin-proposal-class-static-block@7.18.6(@babel/core@7.18.13): ··· 3496 3339 '@babel/core': ^7.12.0 3497 3340 dependencies: 3498 3341 '@babel/core': 7.18.13 3499 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.18.13) 3342 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.18.13) 3500 3343 '@babel/helper-plugin-utils': 7.22.5 3501 3344 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.18.13) 3502 - transitivePeerDependencies: 3503 - - supports-color 3504 - dev: true 3505 - 3506 - /@babel/plugin-proposal-class-static-block@7.18.6(@babel/core@7.22.9): 3507 - resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} 3508 - engines: {node: '>=6.9.0'} 3509 - peerDependencies: 3510 - '@babel/core': ^7.12.0 3511 - dependencies: 3512 - '@babel/core': 7.22.9 3513 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.22.9) 3514 - '@babel/helper-plugin-utils': 7.22.5 3515 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.9) 3516 - transitivePeerDependencies: 3517 - - supports-color 3518 3345 dev: true 3519 3346 3520 3347 /@babel/plugin-proposal-class-static-block@7.18.6(@babel/core@7.23.0): ··· 3524 3351 '@babel/core': ^7.12.0 3525 3352 dependencies: 3526 3353 '@babel/core': 7.23.0 3527 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.23.0) 3354 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) 3528 3355 '@babel/helper-plugin-utils': 7.22.5 3529 3356 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0) 3530 - transitivePeerDependencies: 3531 - - supports-color 3532 3357 dev: true 3533 3358 3534 - /@babel/plugin-proposal-decorators@7.18.10(@babel/core@7.22.9): 3359 + /@babel/plugin-proposal-decorators@7.18.10(@babel/core@7.23.0): 3535 3360 resolution: {integrity: sha512-wdGTwWF5QtpTY/gbBtQLAiCnoxfD4qMbN87NYZle1dOZ9Os8Y6zXcKrIaOU8W+TIvFUWVGG9tUgNww3CjXRVVw==} 3536 3361 engines: {node: '>=6.9.0'} 3537 3362 peerDependencies: 3538 3363 '@babel/core': ^7.0.0-0 3539 3364 dependencies: 3540 - '@babel/core': 7.22.9 3541 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.22.9) 3365 + '@babel/core': 7.23.0 3366 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) 3542 3367 '@babel/helper-plugin-utils': 7.22.5 3543 3368 '@babel/helper-replace-supers': 7.20.7 3544 3369 '@babel/helper-split-export-declaration': 7.22.6 3545 - '@babel/plugin-syntax-decorators': 7.18.6(@babel/core@7.22.9) 3370 + '@babel/plugin-syntax-decorators': 7.18.6(@babel/core@7.23.0) 3546 3371 transitivePeerDependencies: 3547 3372 - supports-color 3548 3373 dev: true ··· 3558 3383 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.18.13) 3559 3384 dev: true 3560 3385 3561 - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.22.9): 3562 - resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} 3563 - engines: {node: '>=6.9.0'} 3564 - peerDependencies: 3565 - '@babel/core': ^7.0.0-0 3566 - dependencies: 3567 - '@babel/core': 7.22.9 3568 - '@babel/helper-plugin-utils': 7.22.5 3569 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.9) 3570 - dev: true 3571 - 3572 3386 /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.23.0): 3573 3387 resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} 3574 3388 engines: {node: '>=6.9.0'} ··· 3580 3394 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0) 3581 3395 dev: true 3582 3396 3583 - /@babel/plugin-proposal-export-default-from@7.18.10(@babel/core@7.22.9): 3397 + /@babel/plugin-proposal-export-default-from@7.18.10(@babel/core@7.23.0): 3584 3398 resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} 3585 3399 engines: {node: '>=6.9.0'} 3586 3400 peerDependencies: 3587 3401 '@babel/core': ^7.0.0-0 3588 3402 dependencies: 3589 - '@babel/core': 7.22.9 3403 + '@babel/core': 7.23.0 3590 3404 '@babel/helper-plugin-utils': 7.22.5 3591 - '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.22.9) 3405 + '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.23.0) 3592 3406 dev: true 3593 3407 3594 3408 /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.18.13): ··· 3600 3414 '@babel/core': 7.18.13 3601 3415 '@babel/helper-plugin-utils': 7.22.5 3602 3416 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.18.13) 3603 - dev: true 3604 - 3605 - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.22.9): 3606 - resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} 3607 - engines: {node: '>=6.9.0'} 3608 - peerDependencies: 3609 - '@babel/core': ^7.0.0-0 3610 - dependencies: 3611 - '@babel/core': 7.22.9 3612 - '@babel/helper-plugin-utils': 7.22.5 3613 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.9) 3614 3417 dev: true 3615 3418 3616 3419 /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.23.0): ··· 3635 3438 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.18.13) 3636 3439 dev: true 3637 3440 3638 - /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.22.9): 3639 - resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} 3640 - engines: {node: '>=6.9.0'} 3641 - peerDependencies: 3642 - '@babel/core': ^7.0.0-0 3643 - dependencies: 3644 - '@babel/core': 7.22.9 3645 - '@babel/helper-plugin-utils': 7.22.5 3646 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.9) 3647 - dev: true 3648 - 3649 3441 /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.23.0): 3650 3442 resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} 3651 3443 engines: {node: '>=6.9.0'} ··· 3666 3458 '@babel/core': 7.18.13 3667 3459 '@babel/helper-plugin-utils': 7.22.5 3668 3460 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.18.13) 3669 - dev: true 3670 - 3671 - /@babel/plugin-proposal-logical-assignment-operators@7.18.9(@babel/core@7.22.9): 3672 - resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} 3673 - engines: {node: '>=6.9.0'} 3674 - peerDependencies: 3675 - '@babel/core': ^7.0.0-0 3676 - dependencies: 3677 - '@babel/core': 7.22.9 3678 - '@babel/helper-plugin-utils': 7.22.5 3679 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.9) 3680 3461 dev: true 3681 3462 3682 3463 /@babel/plugin-proposal-logical-assignment-operators@7.18.9(@babel/core@7.23.0): ··· 3701 3482 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.18.13) 3702 3483 dev: true 3703 3484 3704 - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.9): 3705 - resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} 3706 - engines: {node: '>=6.9.0'} 3707 - peerDependencies: 3708 - '@babel/core': ^7.0.0-0 3709 - dependencies: 3710 - '@babel/core': 7.22.9 3711 - '@babel/helper-plugin-utils': 7.22.5 3712 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.9) 3713 - dev: true 3714 - 3715 3485 /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.0): 3716 3486 resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} 3717 3487 engines: {node: '>=6.9.0'} ··· 3732 3502 '@babel/core': 7.18.13 3733 3503 '@babel/helper-plugin-utils': 7.22.5 3734 3504 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.18.13) 3735 - dev: true 3736 - 3737 - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.22.9): 3738 - resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} 3739 - engines: {node: '>=6.9.0'} 3740 - peerDependencies: 3741 - '@babel/core': ^7.0.0-0 3742 - dependencies: 3743 - '@babel/core': 7.22.9 3744 - '@babel/helper-plugin-utils': 7.22.5 3745 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.9) 3746 3505 dev: true 3747 3506 3748 3507 /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.23.0): ··· 3775 3534 dependencies: 3776 3535 '@babel/compat-data': 7.22.9 3777 3536 '@babel/core': 7.18.13 3778 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.18.13) 3537 + '@babel/helper-compilation-targets': 7.22.15 3779 3538 '@babel/helper-plugin-utils': 7.22.5 3780 3539 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.18.13) 3781 3540 '@babel/plugin-transform-parameters': 7.18.8(@babel/core@7.18.13) 3782 - dev: true 3783 - 3784 - /@babel/plugin-proposal-object-rest-spread@7.18.9(@babel/core@7.22.9): 3785 - resolution: {integrity: sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==} 3786 - engines: {node: '>=6.9.0'} 3787 - peerDependencies: 3788 - '@babel/core': ^7.0.0-0 3789 - dependencies: 3790 - '@babel/compat-data': 7.22.9 3791 - '@babel/core': 7.22.9 3792 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) 3793 - '@babel/helper-plugin-utils': 7.22.5 3794 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.9) 3795 - '@babel/plugin-transform-parameters': 7.18.8(@babel/core@7.22.9) 3796 3541 dev: true 3797 3542 3798 3543 /@babel/plugin-proposal-object-rest-spread@7.18.9(@babel/core@7.23.0): ··· 3803 3548 dependencies: 3804 3549 '@babel/compat-data': 7.22.9 3805 3550 '@babel/core': 7.23.0 3806 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.23.0) 3551 + '@babel/helper-compilation-targets': 7.22.15 3807 3552 '@babel/helper-plugin-utils': 7.22.5 3808 3553 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0) 3809 3554 '@babel/plugin-transform-parameters': 7.18.8(@babel/core@7.23.0) ··· 3818 3563 '@babel/core': 7.18.13 3819 3564 '@babel/helper-plugin-utils': 7.22.5 3820 3565 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.18.13) 3821 - dev: true 3822 - 3823 - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.22.9): 3824 - resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} 3825 - engines: {node: '>=6.9.0'} 3826 - peerDependencies: 3827 - '@babel/core': ^7.0.0-0 3828 - dependencies: 3829 - '@babel/core': 7.22.9 3830 - '@babel/helper-plugin-utils': 7.22.5 3831 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.9) 3832 3566 dev: true 3833 3567 3834 3568 /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.23.0): ··· 3854 3588 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.18.13) 3855 3589 dev: true 3856 3590 3857 - /@babel/plugin-proposal-optional-chaining@7.18.9(@babel/core@7.22.9): 3858 - resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} 3859 - engines: {node: '>=6.9.0'} 3860 - peerDependencies: 3861 - '@babel/core': ^7.0.0-0 3862 - dependencies: 3863 - '@babel/core': 7.22.9 3864 - '@babel/helper-plugin-utils': 7.22.5 3865 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 3866 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.9) 3867 - dev: true 3868 - 3869 3591 /@babel/plugin-proposal-optional-chaining@7.18.9(@babel/core@7.23.0): 3870 3592 resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} 3871 3593 engines: {node: '>=6.9.0'} ··· 3885 3607 '@babel/core': ^7.0.0-0 3886 3608 dependencies: 3887 3609 '@babel/core': 7.18.13 3888 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.18.13) 3610 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.18.13) 3889 3611 '@babel/helper-plugin-utils': 7.22.5 3890 - transitivePeerDependencies: 3891 - - supports-color 3892 - dev: true 3893 - 3894 - /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.22.9): 3895 - resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} 3896 - engines: {node: '>=6.9.0'} 3897 - peerDependencies: 3898 - '@babel/core': ^7.0.0-0 3899 - dependencies: 3900 - '@babel/core': 7.22.9 3901 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.22.9) 3902 - '@babel/helper-plugin-utils': 7.22.5 3903 - transitivePeerDependencies: 3904 - - supports-color 3905 3612 dev: true 3906 3613 3907 3614 /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.23.0): ··· 3911 3618 '@babel/core': ^7.0.0-0 3912 3619 dependencies: 3913 3620 '@babel/core': 7.23.0 3914 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.23.0) 3621 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) 3915 3622 '@babel/helper-plugin-utils': 7.22.5 3916 - transitivePeerDependencies: 3917 - - supports-color 3918 3623 dev: true 3919 3624 3920 3625 /@babel/plugin-proposal-private-property-in-object@7.18.6(@babel/core@7.18.13): ··· 3924 3629 '@babel/core': ^7.0.0-0 3925 3630 dependencies: 3926 3631 '@babel/core': 7.18.13 3927 - '@babel/helper-annotate-as-pure': 7.18.6 3928 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.18.13) 3632 + '@babel/helper-annotate-as-pure': 7.22.5 3633 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.18.13) 3929 3634 '@babel/helper-plugin-utils': 7.22.5 3930 3635 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.18.13) 3931 - transitivePeerDependencies: 3932 - - supports-color 3933 - dev: true 3934 - 3935 - /@babel/plugin-proposal-private-property-in-object@7.18.6(@babel/core@7.22.9): 3936 - resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} 3937 - engines: {node: '>=6.9.0'} 3938 - peerDependencies: 3939 - '@babel/core': ^7.0.0-0 3940 - dependencies: 3941 - '@babel/core': 7.22.9 3942 - '@babel/helper-annotate-as-pure': 7.18.6 3943 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.22.9) 3944 - '@babel/helper-plugin-utils': 7.22.5 3945 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.9) 3946 - transitivePeerDependencies: 3947 - - supports-color 3948 3636 dev: true 3949 3637 3950 3638 /@babel/plugin-proposal-private-property-in-object@7.18.6(@babel/core@7.23.0): ··· 3954 3642 '@babel/core': ^7.0.0-0 3955 3643 dependencies: 3956 3644 '@babel/core': 7.23.0 3957 - '@babel/helper-annotate-as-pure': 7.18.6 3958 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.23.0) 3645 + '@babel/helper-annotate-as-pure': 7.22.5 3646 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) 3959 3647 '@babel/helper-plugin-utils': 7.22.5 3960 3648 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0) 3961 - transitivePeerDependencies: 3962 - - supports-color 3963 3649 dev: true 3964 3650 3965 3651 /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.18.13): ··· 3970 3656 dependencies: 3971 3657 '@babel/core': 7.18.13 3972 3658 '@babel/helper-create-regexp-features-plugin': 7.18.6(@babel/core@7.18.13) 3973 - '@babel/helper-plugin-utils': 7.22.5 3974 - dev: true 3975 - 3976 - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.9): 3977 - resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} 3978 - engines: {node: '>=4'} 3979 - peerDependencies: 3980 - '@babel/core': ^7.0.0-0 3981 - dependencies: 3982 - '@babel/core': 7.22.9 3983 - '@babel/helper-create-regexp-features-plugin': 7.18.6(@babel/core@7.22.9) 3984 3659 '@babel/helper-plugin-utils': 7.22.5 3985 3660 dev: true 3986 3661 ··· 4001 3676 '@babel/core': ^7.0.0-0 4002 3677 dependencies: 4003 3678 '@babel/core': 7.18.13 4004 - '@babel/helper-plugin-utils': 7.22.5 4005 - dev: true 4006 - 4007 - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.9): 4008 - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} 4009 - peerDependencies: 4010 - '@babel/core': ^7.0.0-0 4011 - dependencies: 4012 - '@babel/core': 7.22.9 4013 3679 '@babel/helper-plugin-utils': 7.22.5 4014 3680 dev: true 4015 3681 ··· 4040 3706 '@babel/helper-plugin-utils': 7.22.5 4041 3707 dev: true 4042 3708 4043 - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.9): 4044 - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} 4045 - peerDependencies: 4046 - '@babel/core': ^7.0.0-0 4047 - dependencies: 4048 - '@babel/core': 7.22.9 4049 - '@babel/helper-plugin-utils': 7.22.5 4050 - dev: true 4051 - 4052 3709 /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.0): 4053 3710 resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} 4054 3711 peerDependencies: ··· 4068 3725 '@babel/helper-plugin-utils': 7.22.5 4069 3726 dev: true 4070 3727 4071 - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.9): 4072 - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} 4073 - engines: {node: '>=6.9.0'} 4074 - peerDependencies: 4075 - '@babel/core': ^7.0.0-0 4076 - dependencies: 4077 - '@babel/core': 7.22.9 4078 - '@babel/helper-plugin-utils': 7.22.5 4079 - dev: true 4080 - 4081 3728 /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.0): 4082 3729 resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} 4083 3730 engines: {node: '>=6.9.0'} ··· 4088 3735 '@babel/helper-plugin-utils': 7.22.5 4089 3736 dev: true 4090 3737 4091 - /@babel/plugin-syntax-decorators@7.18.6(@babel/core@7.22.9): 3738 + /@babel/plugin-syntax-decorators@7.18.6(@babel/core@7.23.0): 4092 3739 resolution: {integrity: sha512-fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ==} 4093 3740 engines: {node: '>=6.9.0'} 4094 3741 peerDependencies: 4095 3742 '@babel/core': ^7.0.0-0 4096 3743 dependencies: 4097 - '@babel/core': 7.22.9 3744 + '@babel/core': 7.23.0 4098 3745 '@babel/helper-plugin-utils': 7.22.5 4099 3746 dev: true 4100 3747 ··· 4107 3754 '@babel/helper-plugin-utils': 7.22.5 4108 3755 dev: true 4109 3756 4110 - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.9): 4111 - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} 4112 - peerDependencies: 4113 - '@babel/core': ^7.0.0-0 4114 - dependencies: 4115 - '@babel/core': 7.22.9 4116 - '@babel/helper-plugin-utils': 7.22.5 4117 - dev: true 4118 - 4119 3757 /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.0): 4120 3758 resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} 4121 3759 peerDependencies: ··· 4125 3763 '@babel/helper-plugin-utils': 7.22.5 4126 3764 dev: true 4127 3765 4128 - /@babel/plugin-syntax-export-default-from@7.18.6(@babel/core@7.22.9): 3766 + /@babel/plugin-syntax-export-default-from@7.18.6(@babel/core@7.23.0): 4129 3767 resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} 4130 3768 engines: {node: '>=6.9.0'} 4131 3769 peerDependencies: 4132 3770 '@babel/core': ^7.0.0-0 4133 3771 dependencies: 4134 - '@babel/core': 7.22.9 3772 + '@babel/core': 7.23.0 4135 3773 '@babel/helper-plugin-utils': 7.22.5 4136 3774 dev: true 4137 3775 ··· 4141 3779 '@babel/core': ^7.0.0-0 4142 3780 dependencies: 4143 3781 '@babel/core': 7.18.13 4144 - '@babel/helper-plugin-utils': 7.22.5 4145 - dev: true 4146 - 4147 - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.9): 4148 - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} 4149 - peerDependencies: 4150 - '@babel/core': ^7.0.0-0 4151 - dependencies: 4152 - '@babel/core': 7.22.9 4153 3782 '@babel/helper-plugin-utils': 7.22.5 4154 3783 dev: true 4155 3784 ··· 4182 3811 '@babel/helper-plugin-utils': 7.22.5 4183 3812 dev: true 4184 3813 4185 - /@babel/plugin-syntax-import-assertions@7.18.6(@babel/core@7.22.9): 4186 - resolution: {integrity: sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==} 4187 - engines: {node: '>=6.9.0'} 4188 - peerDependencies: 4189 - '@babel/core': ^7.0.0-0 4190 - dependencies: 4191 - '@babel/core': 7.22.9 4192 - '@babel/helper-plugin-utils': 7.22.5 4193 - dev: true 4194 - 4195 3814 /@babel/plugin-syntax-import-assertions@7.18.6(@babel/core@7.23.0): 4196 3815 resolution: {integrity: sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==} 4197 3816 engines: {node: '>=6.9.0'} ··· 4217 3836 '@babel/core': ^7.0.0-0 4218 3837 dependencies: 4219 3838 '@babel/core': 7.18.13 4220 - '@babel/helper-plugin-utils': 7.22.5 4221 - dev: true 4222 - 4223 - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.9): 4224 - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} 4225 - peerDependencies: 4226 - '@babel/core': ^7.0.0-0 4227 - dependencies: 4228 - '@babel/core': 7.22.9 4229 3839 '@babel/helper-plugin-utils': 7.22.5 4230 3840 dev: true 4231 3841 ··· 4305 3915 '@babel/helper-plugin-utils': 7.22.5 4306 3916 dev: true 4307 3917 4308 - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.9): 4309 - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} 4310 - peerDependencies: 4311 - '@babel/core': ^7.0.0-0 4312 - dependencies: 4313 - '@babel/core': 7.22.9 4314 - '@babel/helper-plugin-utils': 7.22.5 4315 - dev: true 4316 - 4317 3918 /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.0): 4318 3919 resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} 4319 3920 peerDependencies: ··· 4332 3933 '@babel/helper-plugin-utils': 7.22.5 4333 3934 dev: true 4334 3935 4335 - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.9): 4336 - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} 4337 - peerDependencies: 4338 - '@babel/core': ^7.0.0-0 4339 - dependencies: 4340 - '@babel/core': 7.22.9 4341 - '@babel/helper-plugin-utils': 7.22.5 4342 - dev: true 4343 - 4344 3936 /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.0): 4345 3937 resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} 4346 3938 peerDependencies: ··· 4356 3948 '@babel/core': ^7.0.0-0 4357 3949 dependencies: 4358 3950 '@babel/core': 7.18.13 4359 - '@babel/helper-plugin-utils': 7.22.5 4360 - dev: true 4361 - 4362 - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.9): 4363 - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} 4364 - peerDependencies: 4365 - '@babel/core': ^7.0.0-0 4366 - dependencies: 4367 - '@babel/core': 7.22.9 4368 3951 '@babel/helper-plugin-utils': 7.22.5 4369 3952 dev: true 4370 3953 ··· 4395 3978 '@babel/helper-plugin-utils': 7.22.5 4396 3979 dev: true 4397 3980 4398 - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.9): 4399 - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} 4400 - peerDependencies: 4401 - '@babel/core': ^7.0.0-0 4402 - dependencies: 4403 - '@babel/core': 7.22.9 4404 - '@babel/helper-plugin-utils': 7.22.5 4405 - dev: true 4406 - 4407 3981 /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.0): 4408 3982 resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} 4409 3983 peerDependencies: ··· 4422 3996 '@babel/helper-plugin-utils': 7.22.5 4423 3997 dev: true 4424 3998 4425 - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.9): 4426 - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} 4427 - peerDependencies: 4428 - '@babel/core': ^7.0.0-0 4429 - dependencies: 4430 - '@babel/core': 7.22.9 4431 - '@babel/helper-plugin-utils': 7.22.5 4432 - dev: true 4433 - 4434 3999 /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.0): 4435 4000 resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} 4436 4001 peerDependencies: ··· 4446 4011 '@babel/core': ^7.0.0-0 4447 4012 dependencies: 4448 4013 '@babel/core': 7.18.13 4449 - '@babel/helper-plugin-utils': 7.22.5 4450 - dev: true 4451 - 4452 - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.9): 4453 - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} 4454 - peerDependencies: 4455 - '@babel/core': ^7.0.0-0 4456 - dependencies: 4457 - '@babel/core': 7.22.9 4458 4014 '@babel/helper-plugin-utils': 7.22.5 4459 4015 dev: true 4460 4016 ··· 4477 4033 '@babel/helper-plugin-utils': 7.22.5 4478 4034 dev: true 4479 4035 4480 - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.9): 4481 - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} 4482 - engines: {node: '>=6.9.0'} 4483 - peerDependencies: 4484 - '@babel/core': ^7.0.0-0 4485 - dependencies: 4486 - '@babel/core': 7.22.9 4487 - '@babel/helper-plugin-utils': 7.22.5 4488 - dev: true 4489 - 4490 4036 /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.0): 4491 4037 resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} 4492 4038 engines: {node: '>=6.9.0'} ··· 4504 4050 '@babel/core': ^7.0.0-0 4505 4051 dependencies: 4506 4052 '@babel/core': 7.18.13 4507 - '@babel/helper-plugin-utils': 7.22.5 4508 - dev: true 4509 - 4510 - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.9): 4511 - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} 4512 - engines: {node: '>=6.9.0'} 4513 - peerDependencies: 4514 - '@babel/core': ^7.0.0-0 4515 - dependencies: 4516 - '@babel/core': 7.22.9 4517 4053 '@babel/helper-plugin-utils': 7.22.5 4518 4054 dev: true 4519 4055 ··· 4567 4103 '@babel/helper-plugin-utils': 7.22.5 4568 4104 dev: true 4569 4105 4570 - /@babel/plugin-transform-arrow-functions@7.18.6(@babel/core@7.22.9): 4571 - resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} 4572 - engines: {node: '>=6.9.0'} 4573 - peerDependencies: 4574 - '@babel/core': ^7.0.0-0 4575 - dependencies: 4576 - '@babel/core': 7.22.9 4577 - '@babel/helper-plugin-utils': 7.22.5 4578 - dev: true 4579 - 4580 4106 /@babel/plugin-transform-arrow-functions@7.18.6(@babel/core@7.23.0): 4581 4107 resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} 4582 4108 engines: {node: '>=6.9.0'} ··· 4597 4123 '@babel/helper-module-imports': 7.22.5 4598 4124 '@babel/helper-plugin-utils': 7.22.5 4599 4125 '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.18.13) 4600 - transitivePeerDependencies: 4601 - - supports-color 4602 - dev: true 4603 - 4604 - /@babel/plugin-transform-async-to-generator@7.18.6(@babel/core@7.22.9): 4605 - resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} 4606 - engines: {node: '>=6.9.0'} 4607 - peerDependencies: 4608 - '@babel/core': ^7.0.0-0 4609 - dependencies: 4610 - '@babel/core': 7.22.9 4611 - '@babel/helper-module-imports': 7.22.5 4612 - '@babel/helper-plugin-utils': 7.22.5 4613 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.9) 4614 4126 transitivePeerDependencies: 4615 4127 - supports-color 4616 4128 dev: true ··· 4639 4151 '@babel/helper-plugin-utils': 7.22.5 4640 4152 dev: true 4641 4153 4642 - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.9): 4643 - resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} 4644 - engines: {node: '>=6.9.0'} 4645 - peerDependencies: 4646 - '@babel/core': ^7.0.0-0 4647 - dependencies: 4648 - '@babel/core': 7.22.9 4649 - '@babel/helper-plugin-utils': 7.22.5 4650 - dev: true 4651 - 4652 4154 /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.23.0): 4653 4155 resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} 4654 4156 engines: {node: '>=6.9.0'} ··· 4669 4171 '@babel/helper-plugin-utils': 7.22.5 4670 4172 dev: true 4671 4173 4672 - /@babel/plugin-transform-block-scoping@7.18.9(@babel/core@7.22.9): 4673 - resolution: {integrity: sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==} 4674 - engines: {node: '>=6.9.0'} 4675 - peerDependencies: 4676 - '@babel/core': ^7.0.0-0 4677 - dependencies: 4678 - '@babel/core': 7.22.9 4679 - '@babel/helper-plugin-utils': 7.22.5 4680 - dev: true 4681 - 4682 4174 /@babel/plugin-transform-block-scoping@7.18.9(@babel/core@7.23.0): 4683 4175 resolution: {integrity: sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==} 4684 4176 engines: {node: '>=6.9.0'} ··· 4696 4188 '@babel/core': ^7.0.0-0 4697 4189 dependencies: 4698 4190 '@babel/core': 7.18.13 4699 - '@babel/helper-annotate-as-pure': 7.18.6 4700 - '@babel/helper-environment-visitor': 7.22.5 4701 - '@babel/helper-function-name': 7.22.5 4702 - '@babel/helper-optimise-call-expression': 7.18.6 4703 - '@babel/helper-plugin-utils': 7.22.5 4704 - '@babel/helper-replace-supers': 7.20.7 4705 - '@babel/helper-split-export-declaration': 7.22.6 4706 - globals: 11.12.0 4707 - transitivePeerDependencies: 4708 - - supports-color 4709 - dev: true 4710 - 4711 - /@babel/plugin-transform-classes@7.18.9(@babel/core@7.22.9): 4712 - resolution: {integrity: sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==} 4713 - engines: {node: '>=6.9.0'} 4714 - peerDependencies: 4715 - '@babel/core': ^7.0.0-0 4716 - dependencies: 4717 - '@babel/core': 7.22.9 4718 - '@babel/helper-annotate-as-pure': 7.18.6 4191 + '@babel/helper-annotate-as-pure': 7.22.5 4719 4192 '@babel/helper-environment-visitor': 7.22.5 4720 4193 '@babel/helper-function-name': 7.22.5 4721 4194 '@babel/helper-optimise-call-expression': 7.18.6 ··· 4734 4207 '@babel/core': ^7.0.0-0 4735 4208 dependencies: 4736 4209 '@babel/core': 7.23.0 4737 - '@babel/helper-annotate-as-pure': 7.18.6 4210 + '@babel/helper-annotate-as-pure': 7.22.5 4738 4211 '@babel/helper-environment-visitor': 7.22.5 4739 4212 '@babel/helper-function-name': 7.22.5 4740 4213 '@babel/helper-optimise-call-expression': 7.18.6 ··· 4756 4229 '@babel/helper-plugin-utils': 7.22.5 4757 4230 dev: true 4758 4231 4759 - /@babel/plugin-transform-computed-properties@7.18.9(@babel/core@7.22.9): 4760 - resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} 4761 - engines: {node: '>=6.9.0'} 4762 - peerDependencies: 4763 - '@babel/core': ^7.0.0-0 4764 - dependencies: 4765 - '@babel/core': 7.22.9 4766 - '@babel/helper-plugin-utils': 7.22.5 4767 - dev: true 4768 - 4769 4232 /@babel/plugin-transform-computed-properties@7.18.9(@babel/core@7.23.0): 4770 4233 resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} 4771 4234 engines: {node: '>=6.9.0'} ··· 4783 4246 '@babel/core': ^7.0.0-0 4784 4247 dependencies: 4785 4248 '@babel/core': 7.18.13 4786 - '@babel/helper-plugin-utils': 7.22.5 4787 - dev: true 4788 - 4789 - /@babel/plugin-transform-destructuring@7.18.13(@babel/core@7.22.9): 4790 - resolution: {integrity: sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==} 4791 - engines: {node: '>=6.9.0'} 4792 - peerDependencies: 4793 - '@babel/core': ^7.0.0-0 4794 - dependencies: 4795 - '@babel/core': 7.22.9 4796 4249 '@babel/helper-plugin-utils': 7.22.5 4797 4250 dev: true 4798 4251 ··· 4817 4270 '@babel/helper-plugin-utils': 7.22.5 4818 4271 dev: true 4819 4272 4820 - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.9): 4821 - resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} 4822 - engines: {node: '>=6.9.0'} 4823 - peerDependencies: 4824 - '@babel/core': ^7.0.0-0 4825 - dependencies: 4826 - '@babel/core': 7.22.9 4827 - '@babel/helper-create-regexp-features-plugin': 7.18.6(@babel/core@7.22.9) 4828 - '@babel/helper-plugin-utils': 7.22.5 4829 - dev: true 4830 - 4831 4273 /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.23.0): 4832 4274 resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} 4833 4275 engines: {node: '>=6.9.0'} ··· 4849 4291 '@babel/helper-plugin-utils': 7.22.5 4850 4292 dev: true 4851 4293 4852 - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.9): 4853 - resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} 4854 - engines: {node: '>=6.9.0'} 4855 - peerDependencies: 4856 - '@babel/core': ^7.0.0-0 4857 - dependencies: 4858 - '@babel/core': 7.22.9 4859 - '@babel/helper-plugin-utils': 7.22.5 4860 - dev: true 4861 - 4862 4294 /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.23.0): 4863 4295 resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} 4864 4296 engines: {node: '>=6.9.0'} ··· 4876 4308 '@babel/core': ^7.0.0-0 4877 4309 dependencies: 4878 4310 '@babel/core': 7.18.13 4879 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 4880 - '@babel/helper-plugin-utils': 7.22.5 4881 - dev: true 4882 - 4883 - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.9): 4884 - resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} 4885 - engines: {node: '>=6.9.0'} 4886 - peerDependencies: 4887 - '@babel/core': ^7.0.0-0 4888 - dependencies: 4889 - '@babel/core': 7.22.9 4890 4311 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 4891 4312 '@babel/helper-plugin-utils': 7.22.5 4892 4313 dev: true ··· 4923 4344 '@babel/helper-plugin-utils': 7.22.5 4924 4345 dev: true 4925 4346 4926 - /@babel/plugin-transform-for-of@7.18.8(@babel/core@7.22.9): 4927 - resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} 4928 - engines: {node: '>=6.9.0'} 4929 - peerDependencies: 4930 - '@babel/core': ^7.0.0-0 4931 - dependencies: 4932 - '@babel/core': 7.22.9 4933 - '@babel/helper-plugin-utils': 7.22.5 4934 - dev: true 4935 - 4936 4347 /@babel/plugin-transform-for-of@7.18.8(@babel/core@7.23.0): 4937 4348 resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} 4938 4349 engines: {node: '>=6.9.0'} ··· 4950 4361 '@babel/core': ^7.0.0-0 4951 4362 dependencies: 4952 4363 '@babel/core': 7.18.13 4953 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.18.13) 4954 - '@babel/helper-function-name': 7.22.5 4955 - '@babel/helper-plugin-utils': 7.22.5 4956 - dev: true 4957 - 4958 - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.9): 4959 - resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} 4960 - engines: {node: '>=6.9.0'} 4961 - peerDependencies: 4962 - '@babel/core': ^7.0.0-0 4963 - dependencies: 4964 - '@babel/core': 7.22.9 4965 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) 4364 + '@babel/helper-compilation-targets': 7.22.15 4966 4365 '@babel/helper-function-name': 7.22.5 4967 4366 '@babel/helper-plugin-utils': 7.22.5 4968 4367 dev: true ··· 4974 4373 '@babel/core': ^7.0.0-0 4975 4374 dependencies: 4976 4375 '@babel/core': 7.23.0 4977 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.23.0) 4376 + '@babel/helper-compilation-targets': 7.22.15 4978 4377 '@babel/helper-function-name': 7.22.5 4979 4378 '@babel/helper-plugin-utils': 7.22.5 4980 4379 dev: true ··· 4986 4385 '@babel/core': ^7.0.0-0 4987 4386 dependencies: 4988 4387 '@babel/core': 7.18.13 4989 - '@babel/helper-plugin-utils': 7.22.5 4990 - dev: true 4991 - 4992 - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.9): 4993 - resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} 4994 - engines: {node: '>=6.9.0'} 4995 - peerDependencies: 4996 - '@babel/core': ^7.0.0-0 4997 - dependencies: 4998 - '@babel/core': 7.22.9 4999 4388 '@babel/helper-plugin-utils': 7.22.5 5000 4389 dev: true 5001 4390 ··· 5019 4408 '@babel/helper-plugin-utils': 7.22.5 5020 4409 dev: true 5021 4410 5022 - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.9): 5023 - resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} 5024 - engines: {node: '>=6.9.0'} 5025 - peerDependencies: 5026 - '@babel/core': ^7.0.0-0 5027 - dependencies: 5028 - '@babel/core': 7.22.9 5029 - '@babel/helper-plugin-utils': 7.22.5 5030 - dev: true 5031 - 5032 4411 /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.23.0): 5033 4412 resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} 5034 4413 engines: {node: '>=6.9.0'} ··· 5046 4425 '@babel/core': ^7.0.0-0 5047 4426 dependencies: 5048 4427 '@babel/core': 7.18.13 5049 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.18.13) 5050 - '@babel/helper-plugin-utils': 7.22.5 5051 - babel-plugin-dynamic-import-node: 2.3.3 5052 - dev: true 5053 - 5054 - /@babel/plugin-transform-modules-amd@7.18.6(@babel/core@7.22.9): 5055 - resolution: {integrity: sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==} 5056 - engines: {node: '>=6.9.0'} 5057 - peerDependencies: 5058 - '@babel/core': ^7.0.0-0 5059 - dependencies: 5060 - '@babel/core': 7.22.9 5061 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) 4428 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.18.13) 5062 4429 '@babel/helper-plugin-utils': 7.22.5 5063 4430 babel-plugin-dynamic-import-node: 2.3.3 5064 4431 dev: true ··· 5070 4437 '@babel/core': ^7.0.0-0 5071 4438 dependencies: 5072 4439 '@babel/core': 7.23.0 5073 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.23.0) 4440 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) 5074 4441 '@babel/helper-plugin-utils': 7.22.5 5075 4442 babel-plugin-dynamic-import-node: 2.3.3 5076 4443 dev: true ··· 5082 4449 '@babel/core': ^7.0.0-0 5083 4450 dependencies: 5084 4451 '@babel/core': 7.18.13 5085 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.18.13) 5086 - '@babel/helper-plugin-utils': 7.22.5 5087 - '@babel/helper-simple-access': 7.22.5 5088 - babel-plugin-dynamic-import-node: 2.3.3 5089 - dev: true 5090 - 5091 - /@babel/plugin-transform-modules-commonjs@7.18.6(@babel/core@7.22.9): 5092 - resolution: {integrity: sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==} 5093 - engines: {node: '>=6.9.0'} 5094 - peerDependencies: 5095 - '@babel/core': ^7.0.0-0 5096 - dependencies: 5097 - '@babel/core': 7.22.9 5098 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) 4452 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.18.13) 5099 4453 '@babel/helper-plugin-utils': 7.22.5 5100 4454 '@babel/helper-simple-access': 7.22.5 5101 4455 babel-plugin-dynamic-import-node: 2.3.3 ··· 5108 4462 '@babel/core': ^7.0.0-0 5109 4463 dependencies: 5110 4464 '@babel/core': 7.23.0 5111 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.23.0) 4465 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) 5112 4466 '@babel/helper-plugin-utils': 7.22.5 5113 4467 '@babel/helper-simple-access': 7.22.5 5114 4468 babel-plugin-dynamic-import-node: 2.3.3 ··· 5122 4476 dependencies: 5123 4477 '@babel/core': 7.18.13 5124 4478 '@babel/helper-hoist-variables': 7.22.5 5125 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.18.13) 5126 - '@babel/helper-plugin-utils': 7.22.5 5127 - '@babel/helper-validator-identifier': 7.22.20 5128 - babel-plugin-dynamic-import-node: 2.3.3 5129 - dev: true 5130 - 5131 - /@babel/plugin-transform-modules-systemjs@7.18.9(@babel/core@7.22.9): 5132 - resolution: {integrity: sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==} 5133 - engines: {node: '>=6.9.0'} 5134 - peerDependencies: 5135 - '@babel/core': ^7.0.0-0 5136 - dependencies: 5137 - '@babel/core': 7.22.9 5138 - '@babel/helper-hoist-variables': 7.22.5 5139 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) 4479 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.18.13) 5140 4480 '@babel/helper-plugin-utils': 7.22.5 5141 4481 '@babel/helper-validator-identifier': 7.22.20 5142 4482 babel-plugin-dynamic-import-node: 2.3.3 ··· 5150 4490 dependencies: 5151 4491 '@babel/core': 7.23.0 5152 4492 '@babel/helper-hoist-variables': 7.22.5 5153 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.23.0) 4493 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) 5154 4494 '@babel/helper-plugin-utils': 7.22.5 5155 4495 '@babel/helper-validator-identifier': 7.22.20 5156 4496 babel-plugin-dynamic-import-node: 2.3.3 ··· 5163 4503 '@babel/core': ^7.0.0-0 5164 4504 dependencies: 5165 4505 '@babel/core': 7.18.13 5166 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.18.13) 5167 - '@babel/helper-plugin-utils': 7.22.5 5168 - dev: true 5169 - 5170 - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.9): 5171 - resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} 5172 - engines: {node: '>=6.9.0'} 5173 - peerDependencies: 5174 - '@babel/core': ^7.0.0-0 5175 - dependencies: 5176 - '@babel/core': 7.22.9 5177 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) 4506 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.18.13) 5178 4507 '@babel/helper-plugin-utils': 7.22.5 5179 4508 dev: true 5180 4509 ··· 5185 4514 '@babel/core': ^7.0.0-0 5186 4515 dependencies: 5187 4516 '@babel/core': 7.23.0 5188 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.23.0) 4517 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) 5189 4518 '@babel/helper-plugin-utils': 7.22.5 5190 4519 dev: true 5191 4520 ··· 5197 4526 dependencies: 5198 4527 '@babel/core': 7.18.13 5199 4528 '@babel/helper-create-regexp-features-plugin': 7.18.6(@babel/core@7.18.13) 5200 - '@babel/helper-plugin-utils': 7.22.5 5201 - dev: true 5202 - 5203 - /@babel/plugin-transform-named-capturing-groups-regex@7.18.6(@babel/core@7.22.9): 5204 - resolution: {integrity: sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==} 5205 - engines: {node: '>=6.9.0'} 5206 - peerDependencies: 5207 - '@babel/core': ^7.0.0 5208 - dependencies: 5209 - '@babel/core': 7.22.9 5210 - '@babel/helper-create-regexp-features-plugin': 7.18.6(@babel/core@7.22.9) 5211 4529 '@babel/helper-plugin-utils': 7.22.5 5212 4530 dev: true 5213 4531 ··· 5232 4550 '@babel/helper-plugin-utils': 7.22.5 5233 4551 dev: true 5234 4552 5235 - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.22.9): 5236 - resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} 5237 - engines: {node: '>=6.9.0'} 5238 - peerDependencies: 5239 - '@babel/core': ^7.0.0-0 5240 - dependencies: 5241 - '@babel/core': 7.22.9 5242 - '@babel/helper-plugin-utils': 7.22.5 5243 - dev: true 5244 - 5245 4553 /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.23.0): 5246 4554 resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} 5247 4555 engines: {node: '>=6.9.0'} ··· 5259 4567 '@babel/core': ^7.0.0-0 5260 4568 dependencies: 5261 4569 '@babel/core': 7.18.13 5262 - '@babel/helper-plugin-utils': 7.22.5 5263 - '@babel/helper-replace-supers': 7.20.7 5264 - transitivePeerDependencies: 5265 - - supports-color 5266 - dev: true 5267 - 5268 - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.9): 5269 - resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} 5270 - engines: {node: '>=6.9.0'} 5271 - peerDependencies: 5272 - '@babel/core': ^7.0.0-0 5273 - dependencies: 5274 - '@babel/core': 7.22.9 5275 4570 '@babel/helper-plugin-utils': 7.22.5 5276 4571 '@babel/helper-replace-supers': 7.20.7 5277 4572 transitivePeerDependencies: ··· 5311 4606 '@babel/helper-plugin-utils': 7.22.5 5312 4607 dev: true 5313 4608 5314 - /@babel/plugin-transform-parameters@7.18.8(@babel/core@7.22.9): 5315 - resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} 5316 - engines: {node: '>=6.9.0'} 5317 - peerDependencies: 5318 - '@babel/core': ^7.0.0-0 5319 - dependencies: 5320 - '@babel/core': 7.22.9 5321 - '@babel/helper-plugin-utils': 7.22.5 5322 - dev: true 5323 - 5324 4609 /@babel/plugin-transform-parameters@7.18.8(@babel/core@7.23.0): 5325 4610 resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} 5326 4611 engines: {node: '>=6.9.0'} ··· 5338 4623 '@babel/core': ^7.0.0-0 5339 4624 dependencies: 5340 4625 '@babel/core': 7.18.13 5341 - '@babel/helper-plugin-utils': 7.22.5 5342 - dev: true 5343 - 5344 - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.9): 5345 - resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} 5346 - engines: {node: '>=6.9.0'} 5347 - peerDependencies: 5348 - '@babel/core': ^7.0.0-0 5349 - dependencies: 5350 - '@babel/core': 7.22.9 5351 4626 '@babel/helper-plugin-utils': 7.22.5 5352 4627 dev: true 5353 4628 ··· 5371 4646 '@babel/helper-plugin-utils': 7.22.5 5372 4647 dev: true 5373 4648 5374 - /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.22.9): 5375 - resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} 5376 - engines: {node: '>=6.9.0'} 5377 - peerDependencies: 5378 - '@babel/core': ^7.0.0-0 5379 - dependencies: 5380 - '@babel/core': 7.22.9 5381 - '@babel/helper-plugin-utils': 7.22.5 5382 - dev: true 5383 - 5384 4649 /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.23.0): 5385 4650 resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} 5386 4651 engines: {node: '>=6.9.0'} ··· 5399 4664 dependencies: 5400 4665 '@babel/core': 7.18.13 5401 4666 '@babel/plugin-transform-react-jsx': 7.19.0(@babel/core@7.18.13) 5402 - dev: true 5403 - 5404 - /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.22.9): 5405 - resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} 5406 - engines: {node: '>=6.9.0'} 5407 - peerDependencies: 5408 - '@babel/core': ^7.0.0-0 5409 - dependencies: 5410 - '@babel/core': 7.22.9 5411 - '@babel/plugin-transform-react-jsx': 7.19.0(@babel/core@7.22.9) 5412 4667 dev: true 5413 4668 5414 4669 /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.23.0): ··· 5475 4730 '@babel/types': 7.22.5 5476 4731 dev: true 5477 4732 5478 - /@babel/plugin-transform-react-jsx@7.19.0(@babel/core@7.22.9): 5479 - resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} 5480 - engines: {node: '>=6.9.0'} 5481 - peerDependencies: 5482 - '@babel/core': ^7.0.0-0 5483 - dependencies: 5484 - '@babel/core': 7.22.9 5485 - '@babel/helper-annotate-as-pure': 7.18.6 5486 - '@babel/helper-module-imports': 7.22.5 5487 - '@babel/helper-plugin-utils': 7.22.5 5488 - '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.22.9) 5489 - '@babel/types': 7.22.5 5490 - dev: true 5491 - 5492 4733 /@babel/plugin-transform-react-jsx@7.19.0(@babel/core@7.23.0): 5493 4734 resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} 5494 4735 engines: {node: '>=6.9.0'} ··· 5510 4751 '@babel/core': ^7.0.0-0 5511 4752 dependencies: 5512 4753 '@babel/core': 7.18.13 5513 - '@babel/helper-annotate-as-pure': 7.18.6 5514 - '@babel/helper-plugin-utils': 7.22.5 5515 - dev: true 5516 - 5517 - /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.22.9): 5518 - resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} 5519 - engines: {node: '>=6.9.0'} 5520 - peerDependencies: 5521 - '@babel/core': ^7.0.0-0 5522 - dependencies: 5523 - '@babel/core': 7.22.9 5524 4754 '@babel/helper-annotate-as-pure': 7.18.6 5525 4755 '@babel/helper-plugin-utils': 7.22.5 5526 4756 dev: true ··· 5547 4777 regenerator-transform: 0.15.0 5548 4778 dev: true 5549 4779 5550 - /@babel/plugin-transform-regenerator@7.18.6(@babel/core@7.22.9): 5551 - resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} 5552 - engines: {node: '>=6.9.0'} 5553 - peerDependencies: 5554 - '@babel/core': ^7.0.0-0 5555 - dependencies: 5556 - '@babel/core': 7.22.9 5557 - '@babel/helper-plugin-utils': 7.22.5 5558 - regenerator-transform: 0.15.0 5559 - dev: true 5560 - 5561 4780 /@babel/plugin-transform-regenerator@7.18.6(@babel/core@7.23.0): 5562 4781 resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} 5563 4782 engines: {node: '>=6.9.0'} ··· 5576 4795 '@babel/core': ^7.0.0-0 5577 4796 dependencies: 5578 4797 '@babel/core': 7.18.13 5579 - '@babel/helper-plugin-utils': 7.22.5 5580 - dev: true 5581 - 5582 - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.9): 5583 - resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} 5584 - engines: {node: '>=6.9.0'} 5585 - peerDependencies: 5586 - '@babel/core': ^7.0.0-0 5587 - dependencies: 5588 - '@babel/core': 7.22.9 5589 4798 '@babel/helper-plugin-utils': 7.22.5 5590 4799 dev: true 5591 4800 ··· 5609 4818 '@babel/helper-plugin-utils': 7.22.5 5610 4819 dev: true 5611 4820 5612 - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.9): 5613 - resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} 5614 - engines: {node: '>=6.9.0'} 5615 - peerDependencies: 5616 - '@babel/core': ^7.0.0-0 5617 - dependencies: 5618 - '@babel/core': 7.22.9 5619 - '@babel/helper-plugin-utils': 7.22.5 5620 - dev: true 5621 - 5622 4821 /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.23.0): 5623 4822 resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} 5624 4823 engines: {node: '>=6.9.0'} ··· 5636 4835 '@babel/core': ^7.0.0-0 5637 4836 dependencies: 5638 4837 '@babel/core': 7.18.13 5639 - '@babel/helper-plugin-utils': 7.22.5 5640 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 5641 - dev: true 5642 - 5643 - /@babel/plugin-transform-spread@7.18.9(@babel/core@7.22.9): 5644 - resolution: {integrity: sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==} 5645 - engines: {node: '>=6.9.0'} 5646 - peerDependencies: 5647 - '@babel/core': ^7.0.0-0 5648 - dependencies: 5649 - '@babel/core': 7.22.9 5650 4838 '@babel/helper-plugin-utils': 7.22.5 5651 4839 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 5652 4840 dev: true ··· 5672 4860 '@babel/helper-plugin-utils': 7.22.5 5673 4861 dev: true 5674 4862 5675 - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.9): 5676 - resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} 5677 - engines: {node: '>=6.9.0'} 5678 - peerDependencies: 5679 - '@babel/core': ^7.0.0-0 5680 - dependencies: 5681 - '@babel/core': 7.22.9 5682 - '@babel/helper-plugin-utils': 7.22.5 5683 - dev: true 5684 - 5685 4863 /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.23.0): 5686 4864 resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} 5687 4865 engines: {node: '>=6.9.0'} ··· 5702 4880 '@babel/helper-plugin-utils': 7.22.5 5703 4881 dev: true 5704 4882 5705 - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.9): 5706 - resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} 5707 - engines: {node: '>=6.9.0'} 5708 - peerDependencies: 5709 - '@babel/core': ^7.0.0-0 5710 - dependencies: 5711 - '@babel/core': 7.22.9 5712 - '@babel/helper-plugin-utils': 7.22.5 5713 - dev: true 5714 - 5715 4883 /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.23.0): 5716 4884 resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} 5717 4885 engines: {node: '>=6.9.0'} ··· 5729 4897 '@babel/core': ^7.0.0-0 5730 4898 dependencies: 5731 4899 '@babel/core': 7.18.13 5732 - '@babel/helper-plugin-utils': 7.22.5 5733 - dev: true 5734 - 5735 - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.9): 5736 - resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} 5737 - engines: {node: '>=6.9.0'} 5738 - peerDependencies: 5739 - '@babel/core': ^7.0.0-0 5740 - dependencies: 5741 - '@babel/core': 7.22.9 5742 4900 '@babel/helper-plugin-utils': 7.22.5 5743 4901 dev: true 5744 4902 ··· 5805 4963 '@babel/helper-plugin-utils': 7.22.5 5806 4964 dev: true 5807 4965 5808 - /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.22.9): 5809 - resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} 5810 - engines: {node: '>=6.9.0'} 5811 - peerDependencies: 5812 - '@babel/core': ^7.0.0-0 5813 - dependencies: 5814 - '@babel/core': 7.22.9 5815 - '@babel/helper-plugin-utils': 7.22.5 5816 - dev: true 5817 - 5818 4966 /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.23.0): 5819 4967 resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} 5820 4968 engines: {node: '>=6.9.0'} ··· 5833 4981 dependencies: 5834 4982 '@babel/core': 7.18.13 5835 4983 '@babel/helper-create-regexp-features-plugin': 7.18.6(@babel/core@7.18.13) 5836 - '@babel/helper-plugin-utils': 7.22.5 5837 - dev: true 5838 - 5839 - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.9): 5840 - resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} 5841 - engines: {node: '>=6.9.0'} 5842 - peerDependencies: 5843 - '@babel/core': ^7.0.0-0 5844 - dependencies: 5845 - '@babel/core': 7.22.9 5846 - '@babel/helper-create-regexp-features-plugin': 7.18.6(@babel/core@7.22.9) 5847 4984 '@babel/helper-plugin-utils': 7.22.5 5848 4985 dev: true 5849 4986 ··· 5938 5075 babel-plugin-polyfill-corejs2: 0.3.2(@babel/core@7.18.13) 5939 5076 babel-plugin-polyfill-corejs3: 0.5.3(@babel/core@7.18.13) 5940 5077 babel-plugin-polyfill-regenerator: 0.4.0(@babel/core@7.18.13) 5941 - core-js-compat: 3.25.0 5942 - semver: 6.3.1 5943 - transitivePeerDependencies: 5944 - - supports-color 5945 - dev: true 5946 - 5947 - /@babel/preset-env@7.18.10(@babel/core@7.22.9): 5948 - resolution: {integrity: sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==} 5949 - engines: {node: '>=6.9.0'} 5950 - peerDependencies: 5951 - '@babel/core': ^7.0.0-0 5952 - dependencies: 5953 - '@babel/compat-data': 7.22.9 5954 - '@babel/core': 7.22.9 5955 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) 5956 - '@babel/helper-plugin-utils': 7.22.5 5957 - '@babel/helper-validator-option': 7.22.5 5958 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.9) 5959 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9(@babel/core@7.22.9) 5960 - '@babel/plugin-proposal-async-generator-functions': 7.18.10(@babel/core@7.22.9) 5961 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.9) 5962 - '@babel/plugin-proposal-class-static-block': 7.18.6(@babel/core@7.22.9) 5963 - '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.22.9) 5964 - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.22.9) 5965 - '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.22.9) 5966 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9(@babel/core@7.22.9) 5967 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.9) 5968 - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.22.9) 5969 - '@babel/plugin-proposal-object-rest-spread': 7.18.9(@babel/core@7.22.9) 5970 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.22.9) 5971 - '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.22.9) 5972 - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.22.9) 5973 - '@babel/plugin-proposal-private-property-in-object': 7.18.6(@babel/core@7.22.9) 5974 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.9) 5975 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.9) 5976 - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.9) 5977 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.9) 5978 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.9) 5979 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.9) 5980 - '@babel/plugin-syntax-import-assertions': 7.18.6(@babel/core@7.22.9) 5981 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.9) 5982 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.9) 5983 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.9) 5984 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.9) 5985 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.9) 5986 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.9) 5987 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.9) 5988 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.9) 5989 - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.9) 5990 - '@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.22.9) 5991 - '@babel/plugin-transform-async-to-generator': 7.18.6(@babel/core@7.22.9) 5992 - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.22.9) 5993 - '@babel/plugin-transform-block-scoping': 7.18.9(@babel/core@7.22.9) 5994 - '@babel/plugin-transform-classes': 7.18.9(@babel/core@7.22.9) 5995 - '@babel/plugin-transform-computed-properties': 7.18.9(@babel/core@7.22.9) 5996 - '@babel/plugin-transform-destructuring': 7.18.13(@babel/core@7.22.9) 5997 - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.9) 5998 - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.22.9) 5999 - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.22.9) 6000 - '@babel/plugin-transform-for-of': 7.18.8(@babel/core@7.22.9) 6001 - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.22.9) 6002 - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.22.9) 6003 - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.9) 6004 - '@babel/plugin-transform-modules-amd': 7.18.6(@babel/core@7.22.9) 6005 - '@babel/plugin-transform-modules-commonjs': 7.18.6(@babel/core@7.22.9) 6006 - '@babel/plugin-transform-modules-systemjs': 7.18.9(@babel/core@7.22.9) 6007 - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.22.9) 6008 - '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6(@babel/core@7.22.9) 6009 - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.22.9) 6010 - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.22.9) 6011 - '@babel/plugin-transform-parameters': 7.18.8(@babel/core@7.22.9) 6012 - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.22.9) 6013 - '@babel/plugin-transform-regenerator': 7.18.6(@babel/core@7.22.9) 6014 - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.22.9) 6015 - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.22.9) 6016 - '@babel/plugin-transform-spread': 7.18.9(@babel/core@7.22.9) 6017 - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.22.9) 6018 - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.22.9) 6019 - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.22.9) 6020 - '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.22.9) 6021 - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.9) 6022 - '@babel/preset-modules': 0.1.5(@babel/core@7.22.9) 6023 - '@babel/types': 7.22.5 6024 - babel-plugin-polyfill-corejs2: 0.3.2(@babel/core@7.22.9) 6025 - babel-plugin-polyfill-corejs3: 0.5.3(@babel/core@7.22.9) 6026 - babel-plugin-polyfill-regenerator: 0.4.0(@babel/core@7.22.9) 6027 5078 core-js-compat: 3.25.0 6028 5079 semver: 6.3.1 6029 5080 transitivePeerDependencies: ··· 6137 5188 '@babel/helper-plugin-utils': 7.22.5 6138 5189 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.18.13) 6139 5190 '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.18.13) 6140 - '@babel/types': 7.22.5 6141 - esutils: 2.0.3 6142 - dev: true 6143 - 6144 - /@babel/preset-modules@0.1.5(@babel/core@7.22.9): 6145 - resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} 6146 - peerDependencies: 6147 - '@babel/core': ^7.0.0-0 6148 - dependencies: 6149 - '@babel/core': 7.22.9 6150 - '@babel/helper-plugin-utils': 7.22.5 6151 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.9) 6152 - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.9) 6153 - '@babel/types': 7.22.5 5191 + '@babel/types': 7.23.0 6154 5192 esutils: 2.0.3 6155 5193 dev: true 6156 5194 ··· 6163 5201 '@babel/helper-plugin-utils': 7.22.5 6164 5202 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.23.0) 6165 5203 '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.23.0) 6166 - '@babel/types': 7.22.5 5204 + '@babel/types': 7.23.0 6167 5205 esutils: 2.0.3 6168 5206 dev: true 6169 5207 ··· 6180 5218 '@babel/plugin-transform-react-jsx': 7.19.0(@babel/core@7.18.13) 6181 5219 '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.18.13) 6182 5220 '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.18.13) 6183 - dev: true 6184 - 6185 - /@babel/preset-react@7.18.6(@babel/core@7.22.9): 6186 - resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} 6187 - engines: {node: '>=6.9.0'} 6188 - peerDependencies: 6189 - '@babel/core': ^7.0.0-0 6190 - dependencies: 6191 - '@babel/core': 7.22.9 6192 - '@babel/helper-plugin-utils': 7.22.5 6193 - '@babel/helper-validator-option': 7.22.5 6194 - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.22.9) 6195 - '@babel/plugin-transform-react-jsx': 7.19.0(@babel/core@7.22.9) 6196 - '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.22.9) 6197 - '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.22.9) 6198 5221 dev: true 6199 5222 6200 5223 /@babel/preset-react@7.18.6(@babel/core@7.23.0): ··· 6226 5249 - supports-color 6227 5250 dev: true 6228 5251 6229 - /@babel/preset-typescript@7.18.6(@babel/core@7.22.9): 5252 + /@babel/preset-typescript@7.18.6(@babel/core@7.23.0): 6230 5253 resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} 6231 5254 engines: {node: '>=6.9.0'} 6232 5255 peerDependencies: 6233 5256 '@babel/core': ^7.0.0-0 6234 5257 dependencies: 6235 - '@babel/core': 7.22.9 5258 + '@babel/core': 7.23.0 6236 5259 '@babel/helper-plugin-utils': 7.22.5 6237 5260 '@babel/helper-validator-option': 7.22.5 6238 - '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.22.9) 6239 - transitivePeerDependencies: 6240 - - supports-color 5261 + '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0) 6241 5262 dev: true 6242 5263 6243 - /@babel/register@7.18.9(@babel/core@7.22.9): 5264 + /@babel/register@7.18.9(@babel/core@7.23.0): 6244 5265 resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} 6245 5266 engines: {node: '>=6.9.0'} 6246 5267 peerDependencies: 6247 5268 '@babel/core': ^7.0.0-0 6248 5269 dependencies: 6249 - '@babel/core': 7.22.9 5270 + '@babel/core': 7.23.0 6250 5271 clone-deep: 4.0.1 6251 5272 find-cache-dir: 2.1.0 6252 5273 make-dir: 2.1.0 ··· 6303 5324 - supports-color 6304 5325 dev: true 6305 5326 6306 - /@babel/traverse@7.22.15: 6307 - resolution: {integrity: sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==} 6308 - engines: {node: '>=6.9.0'} 6309 - dependencies: 6310 - '@babel/code-frame': 7.22.13 6311 - '@babel/generator': 7.23.0 6312 - '@babel/helper-environment-visitor': 7.22.20 6313 - '@babel/helper-function-name': 7.23.0 6314 - '@babel/helper-hoist-variables': 7.22.5 6315 - '@babel/helper-split-export-declaration': 7.22.6 6316 - '@babel/parser': 7.23.0 6317 - '@babel/types': 7.23.0 6318 - debug: 4.3.4(supports-color@8.1.1) 6319 - globals: 11.12.0 6320 - transitivePeerDependencies: 6321 - - supports-color 6322 - dev: true 6323 - 6324 5327 /@babel/traverse@7.22.8: 6325 5328 resolution: {integrity: sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==} 6326 5329 engines: {node: '>=6.9.0'} ··· 6361 5364 dependencies: 6362 5365 '@babel/helper-string-parser': 7.22.5 6363 5366 '@babel/helper-validator-identifier': 7.22.5 6364 - to-fast-properties: 2.0.0 6365 - dev: true 6366 - 6367 - /@babel/types@7.22.15: 6368 - resolution: {integrity: sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==} 6369 - engines: {node: '>=6.9.0'} 6370 - dependencies: 6371 - '@babel/helper-string-parser': 7.22.5 6372 - '@babel/helper-validator-identifier': 7.22.20 6373 5367 to-fast-properties: 2.0.0 6374 5368 dev: true 6375 5369 ··· 7478 6472 resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} 7479 6473 engines: {node: '>= 10.14.2'} 7480 6474 dependencies: 7481 - '@babel/core': 7.22.15 6475 + '@babel/core': 7.23.0 7482 6476 '@jest/types': 26.6.2 7483 6477 babel-plugin-istanbul: 6.1.1 7484 6478 chalk: 4.1.2 ··· 7631 6625 /@lit/reactive-element@1.4.1: 7632 6626 resolution: {integrity: sha512-qDv4851VFSaBWzpS02cXHclo40jsbAjRXnebNXpm0uVg32kCneZPo9RYVQtrTNICtZ+1wAYHu1ZtxWSWMbKrBw==} 7633 6627 dev: false 6628 + 6629 + /@marko/babel-utils@6.3.1: 6630 + resolution: {integrity: sha512-cxYUqmnS6pG3frmZsyC358qxtzOmalzT6IcF70+OaUeQ5DDq6b4CTi6MvMcCuXFj6ZoLLUkhOCe3HDX78f92Ig==} 6631 + dependencies: 6632 + '@babel/runtime': 7.18.9 6633 + jsesc: 3.0.2 6634 + relative-import-path: 1.0.0 6635 + dev: true 6636 + 6637 + /@marko/compiler@5.33.2: 6638 + resolution: {integrity: sha512-UeAjJXNwPIv1xnj6P6WSJTW/vm15xaFRMzAIUTfozsDdUoxVpp2leWArgEO1srZPD6Xdljr1J3is4QOL5aDCHg==} 6639 + dependencies: 6640 + '@babel/code-frame': 7.22.13 6641 + '@babel/core': 7.23.0 6642 + '@babel/generator': 7.23.0 6643 + '@babel/parser': 7.23.0 6644 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0) 6645 + '@babel/plugin-transform-modules-commonjs': 7.18.6(@babel/core@7.23.0) 6646 + '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0) 6647 + '@babel/runtime': 7.18.9 6648 + '@babel/traverse': 7.23.0 6649 + '@babel/types': 7.23.0 6650 + '@marko/babel-utils': 6.3.1 6651 + complain: 1.6.0 6652 + he: 1.2.0 6653 + htmljs-parser: 5.5.0 6654 + jsesc: 3.0.2 6655 + kleur: 4.1.5 6656 + lasso-package-root: 1.0.1 6657 + raptor-regexp: 1.0.1 6658 + raptor-util: 3.2.0 6659 + resolve-from: 5.0.0 6660 + self-closing-tags: 1.0.1 6661 + source-map-support: 0.5.21 6662 + strip-ansi: 6.0.1 6663 + strip-json-comments: 3.1.1 6664 + transitivePeerDependencies: 6665 + - supports-color 6666 + dev: true 6667 + 6668 + /@marko/testing-library@6.1.4(marko@5.31.11): 6669 + resolution: {integrity: sha512-d4ulSs6kMlFvWNV0/Xq/Z79D5EpawR4e0nTqWIyXlGdrFSKDD/kaLrBBJLG3EN+NwHA8tMc0mgMTmK9+37MtIw==} 6670 + peerDependencies: 6671 + marko: ^3 || ^4 || ^5 6672 + dependencies: 6673 + '@testing-library/dom': 9.3.1 6674 + jsdom: 22.1.0 6675 + marko: 5.31.11 6676 + transitivePeerDependencies: 6677 + - bufferutil 6678 + - canvas 6679 + - supports-color 6680 + - utf-8-validate 6681 + dev: true 6682 + 6683 + /@marko/translator-default@5.31.3(@marko/compiler@5.33.2)(marko@5.31.11): 6684 + resolution: {integrity: sha512-2N7OQ2AMNFqBqcScg/q3L4Rsh3VToy/SL78yqtbNoom5N5rdoQWyMxOkWR1zFD8/YN9kqbX5AGg2bm5iGLL7Qw==} 6685 + peerDependencies: 6686 + '@marko/compiler': ^5.16.1 6687 + marko: ^5.17.2 6688 + dependencies: 6689 + '@babel/runtime': 7.18.9 6690 + '@marko/babel-utils': 6.3.1 6691 + '@marko/compiler': 5.33.2 6692 + escape-string-regexp: 4.0.0 6693 + magic-string: 0.27.0 6694 + marko: 5.31.11 6695 + self-closing-tags: 1.0.1 6696 + dev: true 6697 + 6698 + /@marko/vite@3.1.1(@marko/compiler@5.33.2)(vite@4.4.10): 6699 + resolution: {integrity: sha512-pcfKyFp3lEsqFnu32kQkUNCwAddxDZLZedBPwGBE4IVAM7FGtB6/trutjbLyYzuFyojA8MJL4mvkx81yf8Grkg==} 6700 + peerDependencies: 6701 + '@marko/compiler': ^5 6702 + vite: ^4.4.10 6703 + dependencies: 6704 + '@marko/compiler': 5.33.2 6705 + anymatch: 3.1.3 6706 + domelementtype: 2.3.0 6707 + domhandler: 5.0.3 6708 + htmlparser2: 9.0.0 6709 + vite: 4.4.10(@types/node@18.16.19)(less@4.1.3) 6710 + dev: true 7634 6711 7635 6712 /@mdx-js/mdx@1.6.22: 7636 6713 resolution: {integrity: sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==} ··· 9140 8217 typescript: 9141 8218 optional: true 9142 8219 dependencies: 9143 - '@babel/core': 7.22.9 9144 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.9) 9145 - '@babel/plugin-proposal-decorators': 7.18.10(@babel/core@7.22.9) 9146 - '@babel/plugin-proposal-export-default-from': 7.18.10(@babel/core@7.22.9) 9147 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.9) 9148 - '@babel/plugin-proposal-object-rest-spread': 7.18.9(@babel/core@7.22.9) 9149 - '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.22.9) 9150 - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.22.9) 9151 - '@babel/plugin-proposal-private-property-in-object': 7.18.6(@babel/core@7.22.9) 9152 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.9) 9153 - '@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.22.9) 9154 - '@babel/plugin-transform-block-scoping': 7.18.9(@babel/core@7.22.9) 9155 - '@babel/plugin-transform-classes': 7.18.9(@babel/core@7.22.9) 9156 - '@babel/plugin-transform-destructuring': 7.18.13(@babel/core@7.22.9) 9157 - '@babel/plugin-transform-for-of': 7.18.8(@babel/core@7.22.9) 9158 - '@babel/plugin-transform-parameters': 7.18.8(@babel/core@7.22.9) 9159 - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.22.9) 9160 - '@babel/plugin-transform-spread': 7.18.9(@babel/core@7.22.9) 9161 - '@babel/preset-env': 7.18.10(@babel/core@7.22.9) 9162 - '@babel/preset-react': 7.18.6(@babel/core@7.22.9) 9163 - '@babel/preset-typescript': 7.18.6(@babel/core@7.22.9) 9164 - '@babel/register': 7.18.9(@babel/core@7.22.9) 8220 + '@babel/core': 7.23.0 8221 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0) 8222 + '@babel/plugin-proposal-decorators': 7.18.10(@babel/core@7.23.0) 8223 + '@babel/plugin-proposal-export-default-from': 7.18.10(@babel/core@7.23.0) 8224 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.0) 8225 + '@babel/plugin-proposal-object-rest-spread': 7.18.9(@babel/core@7.23.0) 8226 + '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.23.0) 8227 + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.23.0) 8228 + '@babel/plugin-proposal-private-property-in-object': 7.18.6(@babel/core@7.23.0) 8229 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0) 8230 + '@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.23.0) 8231 + '@babel/plugin-transform-block-scoping': 7.18.9(@babel/core@7.23.0) 8232 + '@babel/plugin-transform-classes': 7.18.9(@babel/core@7.23.0) 8233 + '@babel/plugin-transform-destructuring': 7.18.13(@babel/core@7.23.0) 8234 + '@babel/plugin-transform-for-of': 7.18.8(@babel/core@7.23.0) 8235 + '@babel/plugin-transform-parameters': 7.18.8(@babel/core@7.23.0) 8236 + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.23.0) 8237 + '@babel/plugin-transform-spread': 7.18.9(@babel/core@7.23.0) 8238 + '@babel/preset-env': 7.18.10(@babel/core@7.23.0) 8239 + '@babel/preset-react': 7.18.6(@babel/core@7.23.0) 8240 + '@babel/preset-typescript': 7.18.6(@babel/core@7.23.0) 8241 + '@babel/register': 7.18.9(@babel/core@7.23.0) 9165 8242 '@storybook/node-logger': 6.5.10 9166 8243 '@storybook/semver': 7.3.2 9167 8244 '@types/node': 16.11.56 9168 8245 '@types/pretty-hrtime': 1.0.1 9169 - babel-loader: 8.2.5(@babel/core@7.22.9)(webpack@4.46.0) 8246 + babel-loader: 8.2.5(@babel/core@7.23.0)(webpack@4.46.0) 9170 8247 babel-plugin-macros: 3.1.0 9171 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.22.9) 8248 + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.23.0) 9172 8249 chalk: 4.1.2 9173 8250 core-js: 3.25.0 9174 8251 express: 4.18.1 ··· 9448 8525 /@storybook/mdx1-csf@0.0.1(@babel/core@7.18.13): 9449 8526 resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} 9450 8527 dependencies: 9451 - '@babel/generator': 7.22.9 9452 - '@babel/parser': 7.22.7 8528 + '@babel/generator': 7.23.0 8529 + '@babel/parser': 7.23.0 9453 8530 '@babel/preset-env': 7.18.10(@babel/core@7.18.13) 9454 - '@babel/types': 7.22.5 8531 + '@babel/types': 7.23.0 9455 8532 '@mdx-js/mdx': 1.6.22 9456 8533 '@types/lodash': 4.14.195 9457 8534 js-string-escape: 1.0.1 ··· 9467 8544 /@storybook/mdx1-csf@0.0.1(@babel/core@7.23.0): 9468 8545 resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} 9469 8546 dependencies: 9470 - '@babel/generator': 7.22.9 9471 - '@babel/parser': 7.22.7 8547 + '@babel/generator': 7.23.0 8548 + '@babel/parser': 7.23.0 9472 8549 '@babel/preset-env': 7.18.10(@babel/core@7.23.0) 9473 - '@babel/types': 7.22.5 8550 + '@babel/types': 7.23.0 9474 8551 '@mdx-js/mdx': 1.6.22 9475 8552 '@types/lodash': 4.14.195 9476 8553 js-string-escape: 1.0.1 ··· 12402 11479 picomatch: 2.3.1 12403 11480 dev: true 12404 11481 11482 + /anymatch@3.1.3: 11483 + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} 11484 + engines: {node: '>= 8'} 11485 + dependencies: 11486 + normalize-path: 3.0.0 11487 + picomatch: 2.3.1 11488 + dev: true 11489 + 11490 + /app-module-path@2.2.0: 11491 + resolution: {integrity: sha512-gkco+qxENJV+8vFcDiiFhuoSvRXb2a/QPqpSoWhVz829VNJfOTnELbBmPmNKFxf3xdNnw4DWCkzkDaavcX/1YQ==} 11492 + dev: true 11493 + 12405 11494 /app-root-dir@1.0.2: 12406 11495 resolution: {integrity: sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==} 12407 11496 dev: true ··· 12490 11579 12491 11580 /arg@4.1.3: 12492 11581 resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} 11582 + dev: true 11583 + 11584 + /argly@1.2.0: 11585 + resolution: {integrity: sha512-+F3InkcH2XOGK7Jf/ZQis4cwZ4wbfmpBKo5J+SAA9bglT1gVd0e9hroHWarU076pJrAfs8JKuRPwDqwPBOKHnw==} 12493 11586 dev: true 12494 11587 12495 11588 /argparse@1.0.10: ··· 12679 11772 12680 11773 /assertion-error@1.1.0: 12681 11774 resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} 12682 - dev: false 12683 11775 12684 11776 /assign-symbols@1.0.0: 12685 11777 resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==} ··· 12822 11914 webpack: 5.74.0(esbuild@0.18.11) 12823 11915 dev: true 12824 11916 12825 - /babel-loader@8.2.5(@babel/core@7.22.9)(webpack@4.46.0): 12826 - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} 12827 - engines: {node: '>= 8.9'} 12828 - peerDependencies: 12829 - '@babel/core': ^7.0.0 12830 - webpack: '>=2' 12831 - dependencies: 12832 - '@babel/core': 7.22.9 12833 - find-cache-dir: 3.3.2 12834 - loader-utils: 2.0.2 12835 - make-dir: 3.1.0 12836 - schema-utils: 2.7.1 12837 - webpack: 4.46.0 12838 - dev: true 12839 - 12840 11917 /babel-loader@8.2.5(@babel/core@7.23.0)(webpack@4.46.0): 12841 11918 resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} 12842 11919 engines: {node: '>= 8.9'} ··· 12934 12011 - supports-color 12935 12012 dev: true 12936 12013 12937 - /babel-plugin-polyfill-corejs2@0.3.2(@babel/core@7.22.9): 12938 - resolution: {integrity: sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==} 12939 - peerDependencies: 12940 - '@babel/core': ^7.0.0-0 12941 - dependencies: 12942 - '@babel/compat-data': 7.22.9 12943 - '@babel/core': 7.22.9 12944 - '@babel/helper-define-polyfill-provider': 0.3.2(@babel/core@7.22.9) 12945 - semver: 6.3.1 12946 - transitivePeerDependencies: 12947 - - supports-color 12948 - dev: true 12949 - 12950 12014 /babel-plugin-polyfill-corejs2@0.3.2(@babel/core@7.23.0): 12951 12015 resolution: {integrity: sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==} 12952 12016 peerDependencies: ··· 12960 12024 - supports-color 12961 12025 dev: true 12962 12026 12963 - /babel-plugin-polyfill-corejs3@0.1.7(@babel/core@7.22.9): 12027 + /babel-plugin-polyfill-corejs3@0.1.7(@babel/core@7.23.0): 12964 12028 resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} 12965 12029 peerDependencies: 12966 12030 '@babel/core': ^7.0.0-0 12967 12031 dependencies: 12968 - '@babel/core': 7.22.9 12969 - '@babel/helper-define-polyfill-provider': 0.1.5(@babel/core@7.22.9) 12032 + '@babel/core': 7.23.0 12033 + '@babel/helper-define-polyfill-provider': 0.1.5(@babel/core@7.23.0) 12970 12034 core-js-compat: 3.25.0 12971 12035 transitivePeerDependencies: 12972 12036 - supports-color ··· 12979 12043 dependencies: 12980 12044 '@babel/core': 7.18.13 12981 12045 '@babel/helper-define-polyfill-provider': 0.3.2(@babel/core@7.18.13) 12982 - core-js-compat: 3.25.0 12983 - transitivePeerDependencies: 12984 - - supports-color 12985 - dev: true 12986 - 12987 - /babel-plugin-polyfill-corejs3@0.5.3(@babel/core@7.22.9): 12988 - resolution: {integrity: sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==} 12989 - peerDependencies: 12990 - '@babel/core': ^7.0.0-0 12991 - dependencies: 12992 - '@babel/core': 7.22.9 12993 - '@babel/helper-define-polyfill-provider': 0.3.2(@babel/core@7.22.9) 12994 12046 core-js-compat: 3.25.0 12995 12047 transitivePeerDependencies: 12996 12048 - supports-color ··· 13015 12067 dependencies: 13016 12068 '@babel/core': 7.18.13 13017 12069 '@babel/helper-define-polyfill-provider': 0.3.2(@babel/core@7.18.13) 13018 - transitivePeerDependencies: 13019 - - supports-color 13020 - dev: true 13021 - 13022 - /babel-plugin-polyfill-regenerator@0.4.0(@babel/core@7.22.9): 13023 - resolution: {integrity: sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==} 13024 - peerDependencies: 13025 - '@babel/core': ^7.0.0-0 13026 - dependencies: 13027 - '@babel/core': 7.22.9 13028 - '@babel/helper-define-polyfill-provider': 0.3.2(@babel/core@7.22.9) 13029 12070 transitivePeerDependencies: 13030 12071 - supports-color 13031 12072 dev: true ··· 13312 12353 13313 12354 /browser-process-hrtime@1.0.0: 13314 12355 resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} 12356 + dev: true 12357 + 12358 + /browser-refresh-client@1.1.4: 12359 + resolution: {integrity: sha1-jl/4R1/h1UHSroH3oa6gWuIaYhc=} 13315 12360 dev: true 13316 12361 13317 12362 /browserify-aes@1.2.0: ··· 13688 12733 /chai-subset@1.6.0: 13689 12734 resolution: {integrity: sha512-K3d+KmqdS5XKW5DWPd5sgNffL3uxdDe+6GdnJh3AYPhwnBGRY5urfvfcbRtWIvvpz+KxkL9FeBB6MZewLUNwug==} 13690 12735 engines: {node: '>=4'} 12736 + dev: true 12737 + 12738 + /chai@3.5.0: 12739 + resolution: {integrity: sha512-eRYY0vPS2a9zt5w5Z0aCeWbrXTEyvk7u/Xf71EzNObrjSCPgMm1Nku/D/u2tiqHBX5j40wWhj54YJLtgn8g55A==} 12740 + engines: {node: '>= 0.4.0'} 12741 + dependencies: 12742 + assertion-error: 1.1.0 12743 + deep-eql: 0.1.3 12744 + type-detect: 1.0.0 13691 12745 dev: true 13692 12746 13693 12747 /chai@4.3.10: ··· 14180 13234 14181 13235 /commondir@1.0.1: 14182 13236 resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} 13237 + dev: true 13238 + 13239 + /complain@1.6.0: 13240 + resolution: {integrity: sha512-9oBfSEfxveaNmo2eSp/vEPkaBVxUhiJTZVgGYayzBchSAXQM6CK1PAQeV5ICShnSgfT+biYzrN7egKwwX+HkCw==} 13241 + dependencies: 13242 + error-stack-parser: 2.1.4 14183 13243 dev: true 14184 13244 14185 13245 /component-emitter@1.3.0: ··· 15005 14065 resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} 15006 14066 dev: true 15007 14067 14068 + /deep-eql@0.1.3: 14069 + resolution: {integrity: sha512-6sEotTRGBFiNcqVoeHwnfopbSpi5NbH1VWJmYCVkmxMmaVTT0bUTrNaGyBwhgP4MZL012W/mkzIn3Da+iDYweg==} 14070 + dependencies: 14071 + type-detect: 0.1.1 14072 + dev: true 14073 + 15008 14074 /deep-eql@4.1.3: 15009 14075 resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} 15010 14076 engines: {node: '>=6'} ··· 15423 14489 15424 14490 /domutils@3.0.1: 15425 14491 resolution: {integrity: sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==} 14492 + dependencies: 14493 + dom-serializer: 2.0.0 14494 + domelementtype: 2.3.0 14495 + domhandler: 5.0.3 14496 + dev: true 14497 + 14498 + /domutils@3.1.0: 14499 + resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} 15426 14500 dependencies: 15427 14501 dom-serializer: 2.0.0 15428 14502 domelementtype: 2.3.0 ··· 16587 15661 /eventemitter3@4.0.7: 16588 15662 resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} 16589 15663 dev: false 15664 + 15665 + /events-light@1.0.5: 15666 + resolution: {integrity: sha512-jF51LJzg5W+tkJgfZbjlbFCLcyVFEtOjU+xMCBylrXG13X5XHvfp6lNGfyBLF9u1mRTpUsMVYqSDukvpZff1mQ==} 15667 + dependencies: 15668 + chai: 3.5.0 15669 + dev: true 16590 15670 16591 15671 /events@3.3.0: 16592 15672 resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} ··· 18227 17307 webpack: 4.46.0 18228 17308 dev: true 18229 17309 17310 + /htmljs-parser@5.5.0: 17311 + resolution: {integrity: sha512-KcJ84GmLFo+EWQ1hYjgLTSro8kEMFuTTdchOUeco5N95peHMtoY5XsX7YeU4oj+tPrvl9OXHlUkJAnY5zshhaQ==} 17312 + dev: true 17313 + 18230 17314 /htmlparser2-svelte@4.1.0: 18231 17315 resolution: {integrity: sha512-+4f4RBFz7Rj2Hp0ZbFbXC+Kzbd6S9PgjiuFtdT76VMNgKogrEZy0pG2UrPycPbrZzVEIM5lAT3lAdkSTCHLPjg==} 18232 17316 dependencies: ··· 18251 17335 domelementtype: 2.3.0 18252 17336 domhandler: 5.0.3 18253 17337 domutils: 3.0.1 17338 + entities: 4.5.0 17339 + dev: true 17340 + 17341 + /htmlparser2@9.0.0: 17342 + resolution: {integrity: sha512-uxbSI98wmFT/G4P2zXx4OVx04qWUmyFPrD2/CNepa2Zo3GPNaCaaxElDgwUrwYWkK1nr9fft0Ya8dws8coDLLQ==} 17343 + dependencies: 17344 + domelementtype: 2.3.0 17345 + domhandler: 5.0.3 17346 + domutils: 3.1.0 18254 17347 entities: 4.5.0 18255 17348 dev: true 18256 17349 ··· 19149 18242 resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} 19150 18243 engines: {node: '>=8'} 19151 18244 dependencies: 19152 - '@babel/core': 7.22.15 19153 - '@babel/parser': 7.22.16 18245 + '@babel/core': 7.23.0 18246 + '@babel/parser': 7.23.0 19154 18247 '@istanbuljs/schema': 0.1.3 19155 18248 istanbul-lib-coverage: 3.2.0 19156 18249 semver: 6.3.1 ··· 20252 19345 engines: {node: '>=14.16'} 20253 19346 dev: true 20254 19347 19348 + /lasso-caching-fs@1.0.2: 19349 + resolution: {integrity: sha512-mudop0s8U3tLm3Fn9lhiZsiELpLeJToEo6RlDLdph7vWRxL9Sz0o+9WUw1IwlpCYXv/P0CLsMYWFgPwIKWEYvg==} 19350 + dependencies: 19351 + raptor-async: 1.1.3 19352 + dev: true 19353 + 19354 + /lasso-package-root@1.0.1: 19355 + resolution: {integrity: sha512-j6LnauNCldqSDvOxoKpD6sTzudPGMiwcZQbySoF9KvJ0lD9Dp2t6QZF8kC0jbUDHuQPiAo5RuQ/mC3AGXscUYA==} 19356 + dependencies: 19357 + lasso-caching-fs: 1.0.2 19358 + dev: true 19359 + 20255 19360 /lazy-ass@1.6.0: 20256 19361 resolution: {integrity: sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==} 20257 19362 engines: {node: '> 0.8'} ··· 20366 19471 transitivePeerDependencies: 20367 19472 - enquirer 20368 19473 - supports-color 19474 + dev: true 19475 + 19476 + /listener-tracker@2.0.0: 19477 + resolution: {integrity: sha512-U6NLzBRyrAsJs9AAjuBYifXtNYnAIDPIp81rNpxNoypXBR7qi/LhsuUWX5399zuTg1sBEQyOnWDYFrBQ28vk/w==} 20369 19478 dev: true 20370 19479 20371 19480 /listenercount@1.0.1: ··· 20814 19923 20815 19924 /markdown-escapes@1.0.4: 20816 19925 resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==} 19926 + dev: true 19927 + 19928 + /marko@5.31.11: 19929 + resolution: {integrity: sha512-SaawIgeOxdqW7LLOuBUCokcU1stdddkda6HMtLmZpQB/RJlCqhV63IG77xxLtM79eeV6hpxXo5948I0sMNxXiw==} 19930 + hasBin: true 19931 + dependencies: 19932 + '@marko/compiler': 5.33.2 19933 + '@marko/translator-default': 5.31.3(@marko/compiler@5.33.2)(marko@5.31.11) 19934 + app-module-path: 2.2.0 19935 + argly: 1.2.0 19936 + browser-refresh-client: 1.1.4 19937 + complain: 1.6.0 19938 + csstype: 3.1.2 19939 + events-light: 1.0.5 19940 + listener-tracker: 2.0.0 19941 + minimatch: 3.1.2 19942 + raptor-util: 3.2.0 19943 + resolve-from: 5.0.0 19944 + self-closing-tags: 1.0.1 19945 + warp10: 2.1.0 19946 + transitivePeerDependencies: 19947 + - supports-color 20817 19948 dev: true 20818 19949 20819 19950 /marky@1.2.5: ··· 23233 22364 engines: {node: '>= 0.6'} 23234 22365 dev: true 23235 22366 22367 + /raptor-async@1.1.3: 22368 + resolution: {integrity: sha512-VZCxygWMjW9lKqnApK9D2QbfyzRn7ehiTqnXWwMCLBXANSy+xbnYfbX/5f8YX3bZXu+g+JESmqWPchIQrZj2ig==} 22369 + dev: true 22370 + 22371 + /raptor-regexp@1.0.1: 22372 + resolution: {integrity: sha512-DqC7ViHJUs3jLIxJI1/HVvCu3yPJaP8CM7PGsHvjimg7yJ3lLOdCBxlPE0G2Q8OJgUA8Pe7nvhm6lcQ3hZepow==} 22373 + dev: true 22374 + 22375 + /raptor-util@3.2.0: 22376 + resolution: {integrity: sha512-uEDMMkBCJvjTqYMBnJNxn+neiS6a0rhybQNA9RaexGor1uvKjwyHA5VcbZMZEuqXhKUWbL+WNS7PhuZVZNB7pw==} 22377 + dev: true 22378 + 23236 22379 /raw-body@2.5.1: 23237 22380 resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} 23238 22381 engines: {node: '>= 0.8'} ··· 23841 22984 engines: {node: '>= 0.10'} 23842 22985 dev: true 23843 22986 22987 + /relative-import-path@1.0.0: 22988 + resolution: {integrity: sha512-ZvbtoduKQmD4PZeJPfH6Ql21qUWhaMxiHkIsH+FUnZqKDwNIXBtGg5zRZyHWomiGYk8n5+KMBPK7Mi4D0XWfNg==} 22989 + dev: true 22990 + 23844 22991 /remark-external-links@8.0.0: 23845 22992 resolution: {integrity: sha512-5vPSX0kHoSsqtdftSHhIYofVINC8qmp0nctkeU9YoJwV3YfiBRiI6cbFRJ0oI/1F9xS+bopXG0m2KS8VFscuKA==} 23846 22993 dependencies: ··· 24410 23557 24411 23558 /select-hose@2.0.0: 24412 23559 resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} 23560 + dev: true 23561 + 23562 + /self-closing-tags@1.0.1: 23563 + resolution: {integrity: sha512-7t6hNbYMxM+VHXTgJmxwgZgLGktuXtVVD5AivWzNTdJBM4DBjnDKDzkf2SrNjihaArpeJYNjxkELBu1evI4lQA==} 23564 + engines: {node: '>=0.12.0'} 24413 23565 dev: true 24414 23566 24415 23567 /semver@5.7.1: ··· 26200 25352 prelude-ls: 1.2.1 26201 25353 dev: true 26202 25354 25355 + /type-detect@0.1.1: 25356 + resolution: {integrity: sha512-5rqszGVwYgBoDkIm2oUtvkfZMQ0vk29iDMU0W2qCa3rG0vPDNczCMT4hV/bLBgLg8k8ri6+u3Zbt+S/14eMzlA==} 25357 + dev: true 25358 + 25359 + /type-detect@1.0.0: 25360 + resolution: {integrity: sha512-f9Uv6ezcpvCQjJU0Zqbg+65qdcszv3qUQsZfjdRbWiZ7AMenrX1u0lNk9EoWWX6e1F+NULyg27mtdeZ5WhpljA==} 25361 + dev: true 25362 + 26203 25363 /type-detect@4.0.8: 26204 25364 resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} 26205 25365 engines: {node: '>=4'} ··· 27403 26563 resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} 27404 26564 dependencies: 27405 26565 makeerror: 1.0.12 26566 + dev: true 26567 + 26568 + /warp10@2.1.0: 26569 + resolution: {integrity: sha512-krhkqzJdUxAZv2Cx0Gz6dN1r7TTrG9RDewkDHBbJQIqbNTCdB5ZUHVh7VkA4DgrKW4ZXPPUQKCwmI/3btDse9A==} 27406 26570 dev: true 27407 26571 27408 26572 /watchpack-chokidar2@2.0.1:
+1
examples/README.md
··· 20 20 | `solid` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/solid) | [Play Online](https://stackblitz.com/fork/github/vitest-dev/vitest/tree/main/examples/solid?initialPath=__vitest__/) | 21 21 | `svelte` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/svelte) | [Play Online](https://stackblitz.com/fork/github/vitest-dev/vitest/tree/main/examples/svelte?initialPath=__vitest__/) | 22 22 | `sveltekit` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/sveltekit) | [Play Online](https://stackblitz.com/fork/github/vitest-dev/vitest/tree/main/examples/sveltekit?initialPath=__vitest__/) | 23 + | `marko` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/marko) | [Play Online](https://stackblitz.com/fork/github/vitest-dev/vitest/tree/main/examples/marko?initialPath=__vitest__/) | 23 24 | `vitesse` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/vitesse) | [Play Online](https://stackblitz.com/fork/github/vitest-dev/vitest/tree/main/examples/vitesse?initialPath=__vitest__/) | 24 25 | `vue-jsx` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/vue-jsx) | [Play Online](https://stackblitz.com/fork/github/vitest-dev/vitest/tree/main/examples/vue-jsx?initialPath=__vitest__/) | 25 26 | `vue` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/vue) | [Play Online](https://stackblitz.com/fork/github/vitest-dev/vitest/tree/main/examples/vue?initialPath=__vitest__/) |
+1 -1
docs/.vitepress/config.ts
··· 37 37 ['link', { rel: 'icon', href: '/favicon.ico', sizes: 'any' }], 38 38 ['link', { rel: 'icon', href: '/logo.svg', type: 'image/svg+xml' }], 39 39 ['meta', { name: 'author', content: `${teamMembers.map(c => c.name).join(', ')} and ${vitestName} contributors` }], 40 - ['meta', { name: 'keywords', content: 'vitest, vite, test, coverage, snapshot, react, vue, preact, svelte, solid, lit, ruby, cypress, puppeteer, jsdom, happy-dom, test-runner, jest, typescript, esm, tinypool, tinyspy, node' }], 40 + ['meta', { name: 'keywords', content: 'vitest, vite, test, coverage, snapshot, react, vue, preact, svelte, solid, lit, marko, ruby, cypress, puppeteer, jsdom, happy-dom, test-runner, jest, typescript, esm, tinypool, tinyspy, node' }], 41 41 ['meta', { property: 'og:title', content: vitestName }], 42 42 ['meta', { property: 'og:description', content: vitestDescription }], 43 43 ['meta', { property: 'og:url', content: ogUrl }],
+1 -1
docs/config/index.md
··· 1007 1007 #### coverage.extension 1008 1008 1009 1009 - **Type:** `string | string[]` 1010 - - **Default:** `['.js', '.cjs', '.mjs', '.ts', '.mts', '.cts', '.tsx', '.jsx', '.vue', '.svelte']` 1010 + - **Default:** `['.js', '.cjs', '.mjs', '.ts', '.mts', '.cts', '.tsx', '.jsx', '.vue', '.svelte', '.marko']` 1011 1011 - **Available for providers:** `'v8' | 'istanbul'` 1012 1012 - **CLI:** `--coverage.extension=<extension>`, `--coverage.extension=<extension1> --coverage.extension=<extension2>` 1013 1013
+23
examples/marko/package.json
··· 1 + { 2 + "name": "@vitest/example-marko", 3 + "type": "module", 4 + "private": true, 5 + "scripts": { 6 + "test": "vitest", 7 + "test:ui": "vitest --ui", 8 + "coverage": "vitest run --coverage" 9 + }, 10 + "devDependencies": { 11 + "@marko/compiler": "latest", 12 + "@marko/testing-library": "latest", 13 + "@marko/vite": "latest", 14 + "@vitest/ui": "latest", 15 + "jsdom": "latest", 16 + "marko": "latest", 17 + "vite": "latest", 18 + "vitest": "latest" 19 + }, 20 + "stackblitz": { 21 + "startCommand": "npm run test:ui" 22 + } 23 + }
+12
examples/marko/vitest.config.ts
··· 1 + import { defineConfig } from 'vite' 2 + import marko from '@marko/vite' 3 + 4 + export default defineConfig({ 5 + plugins: [ 6 + marko(), 7 + ], 8 + test: { 9 + globals: true, 10 + environment: 'jsdom', 11 + }, 12 + })
+1 -1
docs/.vitepress/components/FeaturesList.vue
··· 7 7 <ListItem><a target="_blank" href="https://vitejs.dev" rel="noopener noreferrer">Vite</a>'s config, transformers, resolvers, and plugins.</ListItem> 8 8 <ListItem>Use the same setup from your app to run the tests!</ListItem> 9 9 <ListItem><a target="_blank" href="https://twitter.com/antfu7/status/1468233216939245579" rel="noopener noreferrer">Smart & instant watch mode, like HMR for tests!</a></ListItem> 10 - <ListItem>Component testing for Vue, React, Svelte, Lit and more</ListItem> 10 + <ListItem>Component testing for Vue, React, Svelte, Lit, Marko and more</ListItem> 11 11 <ListItem>Out-of-the-box TypeScript / JSX support</ListItem> 12 12 <ListItem>ESM first, top level await</ListItem> 13 13 <ListItem>Workers multi-threading via <a target="_blank" href="https://github.com/tinylibs/tinypool" rel="noopener noreferrer">Tinypool</a></ListItem>
+17
examples/marko/components/Hello.marko
··· 1 + export interface Input { 2 + count: number; 3 + } 4 + 5 + class { 6 + declare state: { times: number }; 7 + onCreate() { 8 + this.state = { times: 2 }; 9 + } 10 + } 11 + 12 + $ const { count } = input; 13 + $ const { times } = state; 14 + $ const result = count * times; 15 + 16 + <div>${count} x ${times} = ${result}</div> 17 + <button onClick(() => component.state.times++)>x1</button>
+31
examples/marko/test/basic.test.ts
··· 1 + import Hello from '../components/Hello.marko' 2 + 3 + let host: HTMLElement 4 + 5 + afterEach(() => { 6 + host.remove() 7 + }) 8 + 9 + test('mount component', async () => { 10 + host = document.createElement('div') 11 + host.setAttribute('id', 'host') 12 + document.body.appendChild(host) 13 + const instance = Hello 14 + .renderSync({ count: 4 }) 15 + .appendTo(host) 16 + .getComponent() 17 + expect(instance).toBeTruthy() 18 + expect(host.innerHTML).toContain('4 x 2 = 8') 19 + expect(host.innerHTML).toMatchSnapshot() 20 + const btn = host.getElementsByTagName('button')[0] 21 + btn.click() // or btn.dispatchEvent(new window.Event('click', { bubbles: true })) 22 + await tick() 23 + expect(host.innerHTML).toContain('4 x 3 = 12') 24 + btn.click() 25 + await tick() 26 + expect(host.innerHTML).toContain('4 x 4 = 16') 27 + }) 28 + 29 + async function tick() { 30 + await new Promise(resolve => setTimeout(resolve)) 31 + }
+21
examples/marko/test/hello.test.ts
··· 1 + import { fireEvent, render, screen } from '@marko/testing-library' 2 + import Hello from '../components/Hello.marko' 3 + 4 + describe('Hello.marko', () => { 5 + it('mounts', async () => { 6 + const { container } = await render(Hello, { count: 4 }) 7 + expect(container).toBeTruthy() 8 + expect(container.innerHTML).toContain('4 x 2 = 8') 9 + expect(container.innerHTML).toMatchSnapshot() 10 + }) 11 + 12 + it('updates on button click', async () => { 13 + await render(Hello, { count: 4 }) 14 + const btn = screen.getByRole('button') 15 + const div = screen.getByText('4 x 2 = 8') 16 + await fireEvent.click(btn) 17 + expect(div.innerHTML).toBe('4 x 3 = 12') 18 + await fireEvent.click(btn) 19 + expect(div.innerHTML).toBe('4 x 4 = 16') 20 + }) 21 + })
+1 -1
packages/vitest/src/defaults.ts
··· 39 39 exclude: defaultCoverageExcludes, 40 40 reportOnFailure: false, 41 41 reporter: [['text', {}], ['html', {}], ['clover', {}], ['json', {}]], 42 - extension: ['.js', '.cjs', '.mjs', '.ts', '.mts', '.cts', '.tsx', '.jsx', '.vue', '.svelte'], 42 + extension: ['.js', '.cjs', '.mjs', '.ts', '.mts', '.cts', '.tsx', '.jsx', '.vue', '.svelte', '.marko'], 43 43 allowExternal: false, 44 44 } 45 45
+3
examples/marko/test/__snapshots__/basic.test.ts.snap
··· 1 + // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html 2 + 3 + exports[`mount component 1`] = `"<div>4 x 2 = 8</div><button>x1</button>"`;
+3
examples/marko/test/__snapshots__/hello.test.ts.snap
··· 1 + // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html 2 + 3 + exports[`Hello.marko > mounts 1`] = `"<div>4 x 2 = 8</div><button>x1</button>"`;
+1 -1
packages/vitest/src/types/coverage.ts
··· 106 106 /** 107 107 * Extensions for files to be included in coverage 108 108 * 109 - * @default ['.js', '.cjs', '.mjs', '.ts', '.tsx', '.jsx', '.vue', '.svelte'] 109 + * @default ['.js', '.cjs', '.mjs', '.ts', '.tsx', '.jsx', '.vue', '.svelte', '.marko'] 110 110 */ 111 111 extension?: string | string[] 112 112