|
|
@@ -35,12 +35,14 @@
|
|
35
|
35
|
"@types/turndown": "^5.0.6",
|
|
36
|
36
|
"@types/uuid": "^10.0.0",
|
|
37
|
37
|
"@vitejs/plugin-react": "^6.0.1",
|
|
|
38
|
+ "cross-env": "^10.1.0",
|
|
38
|
39
|
"eslint": "^10.3.0",
|
|
39
|
40
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
40
|
41
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
41
|
42
|
"globals": "^17.6.0",
|
|
42
|
43
|
"jsdom": "^29.1.1",
|
|
43
|
44
|
"prettier": "^3.4.2",
|
|
|
45
|
+ "rollup-plugin-visualizer": "^7.0.1",
|
|
44
|
46
|
"typescript": "~6.0.2",
|
|
45
|
47
|
"typescript-eslint": "^8.59.2",
|
|
46
|
48
|
"vite": "^8.0.12",
|
|
|
@@ -667,6 +669,13 @@
|
|
667
|
669
|
"integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
|
|
668
|
670
|
"license": "MIT"
|
|
669
|
671
|
},
|
|
|
672
|
+ "node_modules/@epic-web/invariant": {
|
|
|
673
|
+ "version": "1.0.0",
|
|
|
674
|
+ "resolved": "https://registry.npmmirror.com/@epic-web/invariant/-/invariant-1.0.0.tgz",
|
|
|
675
|
+ "integrity": "sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==",
|
|
|
676
|
+ "dev": true,
|
|
|
677
|
+ "license": "MIT"
|
|
|
678
|
+ },
|
|
670
|
679
|
"node_modules/@eslint-community/eslint-utils": {
|
|
671
|
680
|
"version": "4.9.1",
|
|
672
|
681
|
"resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
|
|
|
@@ -2396,6 +2405,22 @@
|
|
2396
|
2405
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
2397
|
2406
|
}
|
|
2398
|
2407
|
},
|
|
|
2408
|
+ "node_modules/bundle-name": {
|
|
|
2409
|
+ "version": "4.1.0",
|
|
|
2410
|
+ "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
|
|
|
2411
|
+ "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
|
|
|
2412
|
+ "dev": true,
|
|
|
2413
|
+ "license": "MIT",
|
|
|
2414
|
+ "dependencies": {
|
|
|
2415
|
+ "run-applescript": "^7.0.0"
|
|
|
2416
|
+ },
|
|
|
2417
|
+ "engines": {
|
|
|
2418
|
+ "node": ">=18"
|
|
|
2419
|
+ },
|
|
|
2420
|
+ "funding": {
|
|
|
2421
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
2422
|
+ }
|
|
|
2423
|
+ },
|
|
2399
|
2424
|
"node_modules/call-bind-apply-helpers": {
|
|
2400
|
2425
|
"version": "1.0.2",
|
|
2401
|
2426
|
"resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
|
@@ -2516,6 +2541,21 @@
|
|
2516
|
2541
|
"integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
|
|
2517
|
2542
|
"license": "MIT"
|
|
2518
|
2543
|
},
|
|
|
2544
|
+ "node_modules/cliui": {
|
|
|
2545
|
+ "version": "9.0.1",
|
|
|
2546
|
+ "resolved": "https://registry.npmmirror.com/cliui/-/cliui-9.0.1.tgz",
|
|
|
2547
|
+ "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
|
|
|
2548
|
+ "dev": true,
|
|
|
2549
|
+ "license": "ISC",
|
|
|
2550
|
+ "dependencies": {
|
|
|
2551
|
+ "string-width": "^7.2.0",
|
|
|
2552
|
+ "strip-ansi": "^7.1.0",
|
|
|
2553
|
+ "wrap-ansi": "^9.0.0"
|
|
|
2554
|
+ },
|
|
|
2555
|
+ "engines": {
|
|
|
2556
|
+ "node": ">=20"
|
|
|
2557
|
+ }
|
|
|
2558
|
+ },
|
|
2519
|
2559
|
"node_modules/clsx": {
|
|
2520
|
2560
|
"version": "2.1.1",
|
|
2521
|
2561
|
"resolved": "https://registry.npmmirror.com/clsx/-/clsx-2.1.1.tgz",
|
|
|
@@ -2587,6 +2627,24 @@
|
|
2587
|
2627
|
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
2588
|
2628
|
"license": "MIT"
|
|
2589
|
2629
|
},
|
|
|
2630
|
+ "node_modules/cross-env": {
|
|
|
2631
|
+ "version": "10.1.0",
|
|
|
2632
|
+ "resolved": "https://registry.npmmirror.com/cross-env/-/cross-env-10.1.0.tgz",
|
|
|
2633
|
+ "integrity": "sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==",
|
|
|
2634
|
+ "dev": true,
|
|
|
2635
|
+ "license": "MIT",
|
|
|
2636
|
+ "dependencies": {
|
|
|
2637
|
+ "@epic-web/invariant": "^1.0.0",
|
|
|
2638
|
+ "cross-spawn": "^7.0.6"
|
|
|
2639
|
+ },
|
|
|
2640
|
+ "bin": {
|
|
|
2641
|
+ "cross-env": "dist/bin/cross-env.js",
|
|
|
2642
|
+ "cross-env-shell": "dist/bin/cross-env-shell.js"
|
|
|
2643
|
+ },
|
|
|
2644
|
+ "engines": {
|
|
|
2645
|
+ "node": ">=20"
|
|
|
2646
|
+ }
|
|
|
2647
|
+ },
|
|
2590
|
2648
|
"node_modules/cross-spawn": {
|
|
2591
|
2649
|
"version": "7.0.6",
|
|
2592
|
2650
|
"resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
|
@@ -2702,6 +2760,49 @@
|
|
2702
|
2760
|
"dev": true,
|
|
2703
|
2761
|
"license": "MIT"
|
|
2704
|
2762
|
},
|
|
|
2763
|
+ "node_modules/default-browser": {
|
|
|
2764
|
+ "version": "5.5.0",
|
|
|
2765
|
+ "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.5.0.tgz",
|
|
|
2766
|
+ "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
|
|
|
2767
|
+ "dev": true,
|
|
|
2768
|
+ "license": "MIT",
|
|
|
2769
|
+ "dependencies": {
|
|
|
2770
|
+ "bundle-name": "^4.1.0",
|
|
|
2771
|
+ "default-browser-id": "^5.0.0"
|
|
|
2772
|
+ },
|
|
|
2773
|
+ "engines": {
|
|
|
2774
|
+ "node": ">=18"
|
|
|
2775
|
+ },
|
|
|
2776
|
+ "funding": {
|
|
|
2777
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
2778
|
+ }
|
|
|
2779
|
+ },
|
|
|
2780
|
+ "node_modules/default-browser-id": {
|
|
|
2781
|
+ "version": "5.0.1",
|
|
|
2782
|
+ "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.1.tgz",
|
|
|
2783
|
+ "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
|
|
|
2784
|
+ "dev": true,
|
|
|
2785
|
+ "license": "MIT",
|
|
|
2786
|
+ "engines": {
|
|
|
2787
|
+ "node": ">=18"
|
|
|
2788
|
+ },
|
|
|
2789
|
+ "funding": {
|
|
|
2790
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
2791
|
+ }
|
|
|
2792
|
+ },
|
|
|
2793
|
+ "node_modules/define-lazy-prop": {
|
|
|
2794
|
+ "version": "3.0.0",
|
|
|
2795
|
+ "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
|
|
|
2796
|
+ "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
|
|
|
2797
|
+ "dev": true,
|
|
|
2798
|
+ "license": "MIT",
|
|
|
2799
|
+ "engines": {
|
|
|
2800
|
+ "node": ">=12"
|
|
|
2801
|
+ },
|
|
|
2802
|
+ "funding": {
|
|
|
2803
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
2804
|
+ }
|
|
|
2805
|
+ },
|
|
2705
|
2806
|
"node_modules/delayed-stream": {
|
|
2706
|
2807
|
"version": "1.0.0",
|
|
2707
|
2808
|
"resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
|
@@ -2796,6 +2897,13 @@
|
|
2796
|
2897
|
"dev": true,
|
|
2797
|
2898
|
"license": "ISC"
|
|
2798
|
2899
|
},
|
|
|
2900
|
+ "node_modules/emoji-regex": {
|
|
|
2901
|
+ "version": "10.6.0",
|
|
|
2902
|
+ "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
|
2903
|
+ "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
|
2904
|
+ "dev": true,
|
|
|
2905
|
+ "license": "MIT"
|
|
|
2906
|
+ },
|
|
2799
|
2907
|
"node_modules/entities": {
|
|
2800
|
2908
|
"version": "8.0.0",
|
|
2801
|
2909
|
"resolved": "https://registry.npmmirror.com/entities/-/entities-8.0.0.tgz",
|
|
|
@@ -3298,6 +3406,29 @@
|
|
3298
|
3406
|
"node": ">=6.9.0"
|
|
3299
|
3407
|
}
|
|
3300
|
3408
|
},
|
|
|
3409
|
+ "node_modules/get-caller-file": {
|
|
|
3410
|
+ "version": "2.0.5",
|
|
|
3411
|
+ "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
|
3412
|
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
|
3413
|
+ "dev": true,
|
|
|
3414
|
+ "license": "ISC",
|
|
|
3415
|
+ "engines": {
|
|
|
3416
|
+ "node": "6.* || 8.* || >= 10.*"
|
|
|
3417
|
+ }
|
|
|
3418
|
+ },
|
|
|
3419
|
+ "node_modules/get-east-asian-width": {
|
|
|
3420
|
+ "version": "1.6.0",
|
|
|
3421
|
+ "resolved": "https://registry.npmmirror.com/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
|
|
|
3422
|
+ "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
|
|
|
3423
|
+ "dev": true,
|
|
|
3424
|
+ "license": "MIT",
|
|
|
3425
|
+ "engines": {
|
|
|
3426
|
+ "node": ">=18"
|
|
|
3427
|
+ },
|
|
|
3428
|
+ "funding": {
|
|
|
3429
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
3430
|
+ }
|
|
|
3431
|
+ },
|
|
3301
|
3432
|
"node_modules/get-intrinsic": {
|
|
3302
|
3433
|
"version": "1.3.0",
|
|
3303
|
3434
|
"resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
|
@@ -3749,6 +3880,22 @@
|
|
3749
|
3880
|
"url": "https://github.com/sponsors/wooorm"
|
|
3750
|
3881
|
}
|
|
3751
|
3882
|
},
|
|
|
3883
|
+ "node_modules/is-docker": {
|
|
|
3884
|
+ "version": "3.0.0",
|
|
|
3885
|
+ "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
|
|
|
3886
|
+ "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
|
|
|
3887
|
+ "dev": true,
|
|
|
3888
|
+ "license": "MIT",
|
|
|
3889
|
+ "bin": {
|
|
|
3890
|
+ "is-docker": "cli.js"
|
|
|
3891
|
+ },
|
|
|
3892
|
+ "engines": {
|
|
|
3893
|
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
3894
|
+ },
|
|
|
3895
|
+ "funding": {
|
|
|
3896
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
3897
|
+ }
|
|
|
3898
|
+ },
|
|
3752
|
3899
|
"node_modules/is-extglob": {
|
|
3753
|
3900
|
"version": "2.1.1",
|
|
3754
|
3901
|
"resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
|
@@ -3782,6 +3929,38 @@
|
|
3782
|
3929
|
"url": "https://github.com/sponsors/wooorm"
|
|
3783
|
3930
|
}
|
|
3784
|
3931
|
},
|
|
|
3932
|
+ "node_modules/is-in-ssh": {
|
|
|
3933
|
+ "version": "1.0.0",
|
|
|
3934
|
+ "resolved": "https://registry.npmmirror.com/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
|
|
|
3935
|
+ "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
|
|
|
3936
|
+ "dev": true,
|
|
|
3937
|
+ "license": "MIT",
|
|
|
3938
|
+ "engines": {
|
|
|
3939
|
+ "node": ">=20"
|
|
|
3940
|
+ },
|
|
|
3941
|
+ "funding": {
|
|
|
3942
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
3943
|
+ }
|
|
|
3944
|
+ },
|
|
|
3945
|
+ "node_modules/is-inside-container": {
|
|
|
3946
|
+ "version": "1.0.0",
|
|
|
3947
|
+ "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
|
|
3948
|
+ "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
|
|
|
3949
|
+ "dev": true,
|
|
|
3950
|
+ "license": "MIT",
|
|
|
3951
|
+ "dependencies": {
|
|
|
3952
|
+ "is-docker": "^3.0.0"
|
|
|
3953
|
+ },
|
|
|
3954
|
+ "bin": {
|
|
|
3955
|
+ "is-inside-container": "cli.js"
|
|
|
3956
|
+ },
|
|
|
3957
|
+ "engines": {
|
|
|
3958
|
+ "node": ">=14.16"
|
|
|
3959
|
+ },
|
|
|
3960
|
+ "funding": {
|
|
|
3961
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
3962
|
+ }
|
|
|
3963
|
+ },
|
|
3785
|
3964
|
"node_modules/is-mobile": {
|
|
3786
|
3965
|
"version": "5.0.0",
|
|
3787
|
3966
|
"resolved": "https://registry.npmmirror.com/is-mobile/-/is-mobile-5.0.0.tgz",
|
|
|
@@ -3807,6 +3986,22 @@
|
|
3807
|
3986
|
"dev": true,
|
|
3808
|
3987
|
"license": "MIT"
|
|
3809
|
3988
|
},
|
|
|
3989
|
+ "node_modules/is-wsl": {
|
|
|
3990
|
+ "version": "3.1.1",
|
|
|
3991
|
+ "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.1.tgz",
|
|
|
3992
|
+ "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
|
|
|
3993
|
+ "dev": true,
|
|
|
3994
|
+ "license": "MIT",
|
|
|
3995
|
+ "dependencies": {
|
|
|
3996
|
+ "is-inside-container": "^1.0.0"
|
|
|
3997
|
+ },
|
|
|
3998
|
+ "engines": {
|
|
|
3999
|
+ "node": ">=16"
|
|
|
4000
|
+ },
|
|
|
4001
|
+ "funding": {
|
|
|
4002
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
4003
|
+ }
|
|
|
4004
|
+ },
|
|
3810
|
4005
|
"node_modules/isarray": {
|
|
3811
|
4006
|
"version": "1.0.0",
|
|
3812
|
4007
|
"resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
|
|
|
@@ -5356,6 +5551,27 @@
|
|
5356
|
5551
|
"node": ">=12.20.0"
|
|
5357
|
5552
|
}
|
|
5358
|
5553
|
},
|
|
|
5554
|
+ "node_modules/open": {
|
|
|
5555
|
+ "version": "11.0.0",
|
|
|
5556
|
+ "resolved": "https://registry.npmmirror.com/open/-/open-11.0.0.tgz",
|
|
|
5557
|
+ "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
|
|
|
5558
|
+ "dev": true,
|
|
|
5559
|
+ "license": "MIT",
|
|
|
5560
|
+ "dependencies": {
|
|
|
5561
|
+ "default-browser": "^5.4.0",
|
|
|
5562
|
+ "define-lazy-prop": "^3.0.0",
|
|
|
5563
|
+ "is-in-ssh": "^1.0.0",
|
|
|
5564
|
+ "is-inside-container": "^1.0.0",
|
|
|
5565
|
+ "powershell-utils": "^0.1.0",
|
|
|
5566
|
+ "wsl-utils": "^0.3.0"
|
|
|
5567
|
+ },
|
|
|
5568
|
+ "engines": {
|
|
|
5569
|
+ "node": ">=20"
|
|
|
5570
|
+ },
|
|
|
5571
|
+ "funding": {
|
|
|
5572
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
5573
|
+ }
|
|
|
5574
|
+ },
|
|
5359
|
5575
|
"node_modules/option": {
|
|
5360
|
5576
|
"version": "0.2.4",
|
|
5361
|
5577
|
"resolved": "https://registry.npmmirror.com/option/-/option-0.2.4.tgz",
|
|
|
@@ -5548,6 +5764,19 @@
|
|
5548
|
5764
|
"node": "^10 || ^12 || >=14"
|
|
5549
|
5765
|
}
|
|
5550
|
5766
|
},
|
|
|
5767
|
+ "node_modules/powershell-utils": {
|
|
|
5768
|
+ "version": "0.1.0",
|
|
|
5769
|
+ "resolved": "https://registry.npmmirror.com/powershell-utils/-/powershell-utils-0.1.0.tgz",
|
|
|
5770
|
+ "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
|
|
|
5771
|
+ "dev": true,
|
|
|
5772
|
+ "license": "MIT",
|
|
|
5773
|
+ "engines": {
|
|
|
5774
|
+ "node": ">=20"
|
|
|
5775
|
+ },
|
|
|
5776
|
+ "funding": {
|
|
|
5777
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
5778
|
+ }
|
|
|
5779
|
+ },
|
|
5551
|
5780
|
"node_modules/prelude-ls": {
|
|
5552
|
5781
|
"version": "1.2.1",
|
|
5553
|
5782
|
"resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
|
@@ -6498,6 +6727,50 @@
|
|
6498
|
6727
|
"@rolldown/binding-win32-x64-msvc": "1.0.3"
|
|
6499
|
6728
|
}
|
|
6500
|
6729
|
},
|
|
|
6730
|
+ "node_modules/rollup-plugin-visualizer": {
|
|
|
6731
|
+ "version": "7.0.1",
|
|
|
6732
|
+ "resolved": "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-7.0.1.tgz",
|
|
|
6733
|
+ "integrity": "sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==",
|
|
|
6734
|
+ "dev": true,
|
|
|
6735
|
+ "license": "MIT",
|
|
|
6736
|
+ "dependencies": {
|
|
|
6737
|
+ "open": "^11.0.0",
|
|
|
6738
|
+ "picomatch": "^4.0.2",
|
|
|
6739
|
+ "source-map": "^0.7.4",
|
|
|
6740
|
+ "yargs": "^18.0.0"
|
|
|
6741
|
+ },
|
|
|
6742
|
+ "bin": {
|
|
|
6743
|
+ "rollup-plugin-visualizer": "dist/bin/cli.js"
|
|
|
6744
|
+ },
|
|
|
6745
|
+ "engines": {
|
|
|
6746
|
+ "node": ">=22"
|
|
|
6747
|
+ },
|
|
|
6748
|
+ "peerDependencies": {
|
|
|
6749
|
+ "rolldown": "1.x || ^1.0.0-beta || ^1.0.0-rc",
|
|
|
6750
|
+ "rollup": "2.x || 3.x || 4.x"
|
|
|
6751
|
+ },
|
|
|
6752
|
+ "peerDependenciesMeta": {
|
|
|
6753
|
+ "rolldown": {
|
|
|
6754
|
+ "optional": true
|
|
|
6755
|
+ },
|
|
|
6756
|
+ "rollup": {
|
|
|
6757
|
+ "optional": true
|
|
|
6758
|
+ }
|
|
|
6759
|
+ }
|
|
|
6760
|
+ },
|
|
|
6761
|
+ "node_modules/run-applescript": {
|
|
|
6762
|
+ "version": "7.1.0",
|
|
|
6763
|
+ "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.1.0.tgz",
|
|
|
6764
|
+ "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
|
|
|
6765
|
+ "dev": true,
|
|
|
6766
|
+ "license": "MIT",
|
|
|
6767
|
+ "engines": {
|
|
|
6768
|
+ "node": ">=18"
|
|
|
6769
|
+ },
|
|
|
6770
|
+ "funding": {
|
|
|
6771
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
6772
|
+ }
|
|
|
6773
|
+ },
|
|
6501
|
6774
|
"node_modules/safe-buffer": {
|
|
6502
|
6775
|
"version": "5.1.2",
|
|
6503
|
6776
|
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
|
@@ -6581,6 +6854,16 @@
|
|
6581
|
6854
|
"dev": true,
|
|
6582
|
6855
|
"license": "ISC"
|
|
6583
|
6856
|
},
|
|
|
6857
|
+ "node_modules/source-map": {
|
|
|
6858
|
+ "version": "0.7.6",
|
|
|
6859
|
+ "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.6.tgz",
|
|
|
6860
|
+ "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
|
|
|
6861
|
+ "dev": true,
|
|
|
6862
|
+ "license": "BSD-3-Clause",
|
|
|
6863
|
+ "engines": {
|
|
|
6864
|
+ "node": ">= 12"
|
|
|
6865
|
+ }
|
|
|
6866
|
+ },
|
|
6584
|
6867
|
"node_modules/source-map-js": {
|
|
6585
|
6868
|
"version": "1.2.1",
|
|
6586
|
6869
|
"resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
@@ -6646,6 +6929,24 @@
|
|
6646
|
6929
|
"integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==",
|
|
6647
|
6930
|
"license": "MIT"
|
|
6648
|
6931
|
},
|
|
|
6932
|
+ "node_modules/string-width": {
|
|
|
6933
|
+ "version": "7.2.0",
|
|
|
6934
|
+ "resolved": "https://registry.npmmirror.com/string-width/-/string-width-7.2.0.tgz",
|
|
|
6935
|
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
|
6936
|
+ "dev": true,
|
|
|
6937
|
+ "license": "MIT",
|
|
|
6938
|
+ "dependencies": {
|
|
|
6939
|
+ "emoji-regex": "^10.3.0",
|
|
|
6940
|
+ "get-east-asian-width": "^1.0.0",
|
|
|
6941
|
+ "strip-ansi": "^7.1.0"
|
|
|
6942
|
+ },
|
|
|
6943
|
+ "engines": {
|
|
|
6944
|
+ "node": ">=18"
|
|
|
6945
|
+ },
|
|
|
6946
|
+ "funding": {
|
|
|
6947
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
6948
|
+ }
|
|
|
6949
|
+ },
|
|
6649
|
6950
|
"node_modules/stringify-entities": {
|
|
6650
|
6951
|
"version": "4.0.4",
|
|
6651
|
6952
|
"resolved": "https://registry.npmmirror.com/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
|
|
@@ -6660,6 +6961,35 @@
|
|
6660
|
6961
|
"url": "https://github.com/sponsors/wooorm"
|
|
6661
|
6962
|
}
|
|
6662
|
6963
|
},
|
|
|
6964
|
+ "node_modules/strip-ansi": {
|
|
|
6965
|
+ "version": "7.2.0",
|
|
|
6966
|
+ "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
|
6967
|
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
|
6968
|
+ "dev": true,
|
|
|
6969
|
+ "license": "MIT",
|
|
|
6970
|
+ "dependencies": {
|
|
|
6971
|
+ "ansi-regex": "^6.2.2"
|
|
|
6972
|
+ },
|
|
|
6973
|
+ "engines": {
|
|
|
6974
|
+ "node": ">=12"
|
|
|
6975
|
+ },
|
|
|
6976
|
+ "funding": {
|
|
|
6977
|
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
|
6978
|
+ }
|
|
|
6979
|
+ },
|
|
|
6980
|
+ "node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
|
6981
|
+ "version": "6.2.2",
|
|
|
6982
|
+ "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
|
6983
|
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
|
6984
|
+ "dev": true,
|
|
|
6985
|
+ "license": "MIT",
|
|
|
6986
|
+ "engines": {
|
|
|
6987
|
+ "node": ">=12"
|
|
|
6988
|
+ },
|
|
|
6989
|
+ "funding": {
|
|
|
6990
|
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
|
6991
|
+ }
|
|
|
6992
|
+ },
|
|
6663
|
6993
|
"node_modules/strip-indent": {
|
|
6664
|
6994
|
"version": "3.0.0",
|
|
6665
|
6995
|
"resolved": "https://registry.npmmirror.com/strip-indent/-/strip-indent-3.0.0.tgz",
|
|
|
@@ -7432,6 +7762,54 @@
|
|
7432
|
7762
|
"node": ">=0.10.0"
|
|
7433
|
7763
|
}
|
|
7434
|
7764
|
},
|
|
|
7765
|
+ "node_modules/wrap-ansi": {
|
|
|
7766
|
+ "version": "9.0.2",
|
|
|
7767
|
+ "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
|
7768
|
+ "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
|
7769
|
+ "dev": true,
|
|
|
7770
|
+ "license": "MIT",
|
|
|
7771
|
+ "dependencies": {
|
|
|
7772
|
+ "ansi-styles": "^6.2.1",
|
|
|
7773
|
+ "string-width": "^7.0.0",
|
|
|
7774
|
+ "strip-ansi": "^7.1.0"
|
|
|
7775
|
+ },
|
|
|
7776
|
+ "engines": {
|
|
|
7777
|
+ "node": ">=18"
|
|
|
7778
|
+ },
|
|
|
7779
|
+ "funding": {
|
|
|
7780
|
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
|
7781
|
+ }
|
|
|
7782
|
+ },
|
|
|
7783
|
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
|
7784
|
+ "version": "6.2.3",
|
|
|
7785
|
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
|
7786
|
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
|
7787
|
+ "dev": true,
|
|
|
7788
|
+ "license": "MIT",
|
|
|
7789
|
+ "engines": {
|
|
|
7790
|
+ "node": ">=12"
|
|
|
7791
|
+ },
|
|
|
7792
|
+ "funding": {
|
|
|
7793
|
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
7794
|
+ }
|
|
|
7795
|
+ },
|
|
|
7796
|
+ "node_modules/wsl-utils": {
|
|
|
7797
|
+ "version": "0.3.1",
|
|
|
7798
|
+ "resolved": "https://registry.npmmirror.com/wsl-utils/-/wsl-utils-0.3.1.tgz",
|
|
|
7799
|
+ "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
|
|
|
7800
|
+ "dev": true,
|
|
|
7801
|
+ "license": "MIT",
|
|
|
7802
|
+ "dependencies": {
|
|
|
7803
|
+ "is-wsl": "^3.1.0",
|
|
|
7804
|
+ "powershell-utils": "^0.1.0"
|
|
|
7805
|
+ },
|
|
|
7806
|
+ "engines": {
|
|
|
7807
|
+ "node": ">=20"
|
|
|
7808
|
+ },
|
|
|
7809
|
+ "funding": {
|
|
|
7810
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
7811
|
+ }
|
|
|
7812
|
+ },
|
|
7435
|
7813
|
"node_modules/xml-name-validator": {
|
|
7436
|
7814
|
"version": "5.0.0",
|
|
7437
|
7815
|
"resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
|
|
|
@@ -7458,6 +7836,16 @@
|
|
7458
|
7836
|
"dev": true,
|
|
7459
|
7837
|
"license": "MIT"
|
|
7460
|
7838
|
},
|
|
|
7839
|
+ "node_modules/y18n": {
|
|
|
7840
|
+ "version": "5.0.8",
|
|
|
7841
|
+ "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
|
|
|
7842
|
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
|
7843
|
+ "dev": true,
|
|
|
7844
|
+ "license": "ISC",
|
|
|
7845
|
+ "engines": {
|
|
|
7846
|
+ "node": ">=10"
|
|
|
7847
|
+ }
|
|
|
7848
|
+ },
|
|
7461
|
7849
|
"node_modules/yallist": {
|
|
7462
|
7850
|
"version": "3.1.1",
|
|
7463
|
7851
|
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
|
|
|
@@ -7465,6 +7853,34 @@
|
|
7465
|
7853
|
"dev": true,
|
|
7466
|
7854
|
"license": "ISC"
|
|
7467
|
7855
|
},
|
|
|
7856
|
+ "node_modules/yargs": {
|
|
|
7857
|
+ "version": "18.0.0",
|
|
|
7858
|
+ "resolved": "https://registry.npmmirror.com/yargs/-/yargs-18.0.0.tgz",
|
|
|
7859
|
+ "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
|
|
|
7860
|
+ "dev": true,
|
|
|
7861
|
+ "license": "MIT",
|
|
|
7862
|
+ "dependencies": {
|
|
|
7863
|
+ "cliui": "^9.0.1",
|
|
|
7864
|
+ "escalade": "^3.1.1",
|
|
|
7865
|
+ "get-caller-file": "^2.0.5",
|
|
|
7866
|
+ "string-width": "^7.2.0",
|
|
|
7867
|
+ "y18n": "^5.0.5",
|
|
|
7868
|
+ "yargs-parser": "^22.0.0"
|
|
|
7869
|
+ },
|
|
|
7870
|
+ "engines": {
|
|
|
7871
|
+ "node": "^20.19.0 || ^22.12.0 || >=23"
|
|
|
7872
|
+ }
|
|
|
7873
|
+ },
|
|
|
7874
|
+ "node_modules/yargs-parser": {
|
|
|
7875
|
+ "version": "22.0.0",
|
|
|
7876
|
+ "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-22.0.0.tgz",
|
|
|
7877
|
+ "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
|
|
|
7878
|
+ "dev": true,
|
|
|
7879
|
+ "license": "ISC",
|
|
|
7880
|
+ "engines": {
|
|
|
7881
|
+ "node": "^20.19.0 || ^22.12.0 || >=23"
|
|
|
7882
|
+ }
|
|
|
7883
|
+ },
|
|
7468
|
7884
|
"node_modules/yocto-queue": {
|
|
7469
|
7885
|
"version": "0.1.0",
|
|
7470
|
7886
|
"resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
|