UNPKG

use-m

Version:

use-m: dynamically import any JavaScript module

1,260 lines (1,259 loc) 135 kB
{ "version": "5", "specifiers": { "npm:@babel/preset-env@^7.28.3": "7.28.3_@babel+core@7.28.3", "npm:@types/node@*": "24.2.0", "npm:babel-jest@^29.7.0": "29.7.0_@babel+core@7.28.3", "npm:command-stream@^0.0.5": "0.0.5", "npm:express@^5.1.0": "5.1.0", "npm:jest@^29.7.0": "29.7.0_@types+node@24.2.0", "npm:puppeteer@^24.16.2": "24.16.2_devtools-protocol@0.0.1475386" }, "npm": { "@ampproject/remapping@2.3.0": { "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dependencies": [ "@jridgewell/gen-mapping", "@jridgewell/trace-mapping" ] }, "@babel/code-frame@7.27.1": { "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", "dependencies": [ "@babel/helper-validator-identifier", "js-tokens", "picocolors" ] }, "@babel/compat-data@7.28.0": { "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==" }, "@babel/core@7.28.3": { "integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==", "dependencies": [ "@ampproject/remapping", "@babel/code-frame", "@babel/generator", "@babel/helper-compilation-targets", "@babel/helper-module-transforms", "@babel/helpers", "@babel/parser", "@babel/template", "@babel/traverse", "@babel/types", "convert-source-map", "debug", "gensync", "json5", "semver@6.3.1" ] }, "@babel/generator@7.28.3": { "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==", "dependencies": [ "@babel/parser", "@babel/types", "@jridgewell/gen-mapping", "@jridgewell/trace-mapping", "jsesc@3.1.0" ] }, "@babel/helper-annotate-as-pure@7.27.3": { "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", "dependencies": [ "@babel/types" ] }, "@babel/helper-compilation-targets@7.27.2": { "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", "dependencies": [ "@babel/compat-data", "@babel/helper-validator-option", "browserslist", "lru-cache@5.1.1", "semver@6.3.1" ] }, "@babel/helper-create-class-features-plugin@7.28.3_@babel+core@7.28.3": { "integrity": "sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==", "dependencies": [ "@babel/core", "@babel/helper-annotate-as-pure", "@babel/helper-member-expression-to-functions", "@babel/helper-optimise-call-expression", "@babel/helper-replace-supers", "@babel/helper-skip-transparent-expression-wrappers", "@babel/traverse", "semver@6.3.1" ] }, "@babel/helper-create-regexp-features-plugin@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==", "dependencies": [ "@babel/core", "@babel/helper-annotate-as-pure", "regexpu-core", "semver@6.3.1" ] }, "@babel/helper-define-polyfill-provider@0.6.5_@babel+core@7.28.3": { "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==", "dependencies": [ "@babel/core", "@babel/helper-compilation-targets", "@babel/helper-plugin-utils", "debug", "lodash.debounce", "resolve" ] }, "@babel/helper-globals@7.28.0": { "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==" }, "@babel/helper-member-expression-to-functions@7.27.1": { "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==", "dependencies": [ "@babel/traverse", "@babel/types" ] }, "@babel/helper-module-imports@7.27.1": { "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", "dependencies": [ "@babel/traverse", "@babel/types" ] }, "@babel/helper-module-transforms@7.28.3_@babel+core@7.28.3": { "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", "dependencies": [ "@babel/core", "@babel/helper-module-imports", "@babel/helper-validator-identifier", "@babel/traverse" ] }, "@babel/helper-optimise-call-expression@7.27.1": { "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==", "dependencies": [ "@babel/types" ] }, "@babel/helper-plugin-utils@7.27.1": { "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==" }, "@babel/helper-remap-async-to-generator@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==", "dependencies": [ "@babel/core", "@babel/helper-annotate-as-pure", "@babel/helper-wrap-function", "@babel/traverse" ] }, "@babel/helper-replace-supers@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==", "dependencies": [ "@babel/core", "@babel/helper-member-expression-to-functions", "@babel/helper-optimise-call-expression", "@babel/traverse" ] }, "@babel/helper-skip-transparent-expression-wrappers@7.27.1": { "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==", "dependencies": [ "@babel/traverse", "@babel/types" ] }, "@babel/helper-string-parser@7.27.1": { "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==" }, "@babel/helper-validator-identifier@7.27.1": { "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==" }, "@babel/helper-validator-option@7.27.1": { "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==" }, "@babel/helper-wrap-function@7.28.3": { "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==", "dependencies": [ "@babel/template", "@babel/traverse", "@babel/types" ] }, "@babel/helpers@7.28.3": { "integrity": "sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==", "dependencies": [ "@babel/template", "@babel/types" ] }, "@babel/parser@7.28.3": { "integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==", "dependencies": [ "@babel/types" ], "bin": true }, "@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/traverse" ] }, "@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/helper-skip-transparent-expression-wrappers", "@babel/plugin-transform-optional-chaining" ] }, "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3_@babel+core@7.28.3": { "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/traverse" ] }, "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2_@babel+core@7.28.3": { "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "dependencies": [ "@babel/core" ] }, "@babel/plugin-syntax-async-generators@7.8.4_@babel+core@7.28.3": { "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-bigint@7.8.3_@babel+core@7.28.3": { "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-class-properties@7.12.13_@babel+core@7.28.3": { "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-class-static-block@7.14.5_@babel+core@7.28.3": { "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-import-assertions@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-import-attributes@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-import-meta@7.10.4_@babel+core@7.28.3": { "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-json-strings@7.8.3_@babel+core@7.28.3": { "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-jsx@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-logical-assignment-operators@7.10.4_@babel+core@7.28.3": { "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3_@babel+core@7.28.3": { "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-numeric-separator@7.10.4_@babel+core@7.28.3": { "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-object-rest-spread@7.8.3_@babel+core@7.28.3": { "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-optional-catch-binding@7.8.3_@babel+core@7.28.3": { "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-optional-chaining@7.8.3_@babel+core@7.28.3": { "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-private-property-in-object@7.14.5_@babel+core@7.28.3": { "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-top-level-await@7.14.5_@babel+core@7.28.3": { "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-typescript@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-syntax-unicode-sets-regex@7.18.6_@babel+core@7.28.3": { "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", "dependencies": [ "@babel/core", "@babel/helper-create-regexp-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-arrow-functions@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-async-generator-functions@7.28.0_@babel+core@7.28.3": { "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/helper-remap-async-to-generator", "@babel/traverse" ] }, "@babel/plugin-transform-async-to-generator@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==", "dependencies": [ "@babel/core", "@babel/helper-module-imports", "@babel/helper-plugin-utils", "@babel/helper-remap-async-to-generator" ] }, "@babel/plugin-transform-block-scoped-functions@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-block-scoping@7.28.0_@babel+core@7.28.3": { "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-class-properties@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==", "dependencies": [ "@babel/core", "@babel/helper-create-class-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-class-static-block@7.28.3_@babel+core@7.28.3": { "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==", "dependencies": [ "@babel/core", "@babel/helper-create-class-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-classes@7.28.3_@babel+core@7.28.3": { "integrity": "sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==", "dependencies": [ "@babel/core", "@babel/helper-annotate-as-pure", "@babel/helper-compilation-targets", "@babel/helper-globals", "@babel/helper-plugin-utils", "@babel/helper-replace-supers", "@babel/traverse" ] }, "@babel/plugin-transform-computed-properties@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/template" ] }, "@babel/plugin-transform-destructuring@7.28.0_@babel+core@7.28.3": { "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/traverse" ] }, "@babel/plugin-transform-dotall-regex@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==", "dependencies": [ "@babel/core", "@babel/helper-create-regexp-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-duplicate-keys@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==", "dependencies": [ "@babel/core", "@babel/helper-create-regexp-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-dynamic-import@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-explicit-resource-management@7.28.0_@babel+core@7.28.3": { "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/plugin-transform-destructuring" ] }, "@babel/plugin-transform-exponentiation-operator@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-export-namespace-from@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-for-of@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/helper-skip-transparent-expression-wrappers" ] }, "@babel/plugin-transform-function-name@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==", "dependencies": [ "@babel/core", "@babel/helper-compilation-targets", "@babel/helper-plugin-utils", "@babel/traverse" ] }, "@babel/plugin-transform-json-strings@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-literals@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-logical-assignment-operators@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-member-expression-literals@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-modules-amd@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==", "dependencies": [ "@babel/core", "@babel/helper-module-transforms", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-modules-commonjs@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==", "dependencies": [ "@babel/core", "@babel/helper-module-transforms", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-modules-systemjs@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==", "dependencies": [ "@babel/core", "@babel/helper-module-transforms", "@babel/helper-plugin-utils", "@babel/helper-validator-identifier", "@babel/traverse" ] }, "@babel/plugin-transform-modules-umd@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==", "dependencies": [ "@babel/core", "@babel/helper-module-transforms", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-named-capturing-groups-regex@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==", "dependencies": [ "@babel/core", "@babel/helper-create-regexp-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-new-target@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-nullish-coalescing-operator@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-numeric-separator@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-object-rest-spread@7.28.0_@babel+core@7.28.3": { "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==", "dependencies": [ "@babel/core", "@babel/helper-compilation-targets", "@babel/helper-plugin-utils", "@babel/plugin-transform-destructuring", "@babel/plugin-transform-parameters", "@babel/traverse" ] }, "@babel/plugin-transform-object-super@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/helper-replace-supers" ] }, "@babel/plugin-transform-optional-catch-binding@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-optional-chaining@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/helper-skip-transparent-expression-wrappers" ] }, "@babel/plugin-transform-parameters@7.27.7_@babel+core@7.28.3": { "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-private-methods@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==", "dependencies": [ "@babel/core", "@babel/helper-create-class-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-private-property-in-object@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==", "dependencies": [ "@babel/core", "@babel/helper-annotate-as-pure", "@babel/helper-create-class-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-property-literals@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-regenerator@7.28.3_@babel+core@7.28.3": { "integrity": "sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-regexp-modifiers@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==", "dependencies": [ "@babel/core", "@babel/helper-create-regexp-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-reserved-words@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-shorthand-properties@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-spread@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/helper-skip-transparent-expression-wrappers" ] }, "@babel/plugin-transform-sticky-regex@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-template-literals@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-typeof-symbol@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-unicode-escapes@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-unicode-property-regex@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==", "dependencies": [ "@babel/core", "@babel/helper-create-regexp-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-unicode-regex@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==", "dependencies": [ "@babel/core", "@babel/helper-create-regexp-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/plugin-transform-unicode-sets-regex@7.27.1_@babel+core@7.28.3": { "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==", "dependencies": [ "@babel/core", "@babel/helper-create-regexp-features-plugin", "@babel/helper-plugin-utils" ] }, "@babel/preset-env@7.28.3_@babel+core@7.28.3": { "integrity": "sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==", "dependencies": [ "@babel/compat-data", "@babel/core", "@babel/helper-compilation-targets", "@babel/helper-plugin-utils", "@babel/helper-validator-option", "@babel/plugin-bugfix-firefox-class-in-computed-class-key", "@babel/plugin-bugfix-safari-class-field-initializer-scope", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "@babel/plugin-proposal-private-property-in-object", "@babel/plugin-syntax-import-assertions", "@babel/plugin-syntax-import-attributes", "@babel/plugin-syntax-unicode-sets-regex", "@babel/plugin-transform-arrow-functions", "@babel/plugin-transform-async-generator-functions", "@babel/plugin-transform-async-to-generator", "@babel/plugin-transform-block-scoped-functions", "@babel/plugin-transform-block-scoping", "@babel/plugin-transform-class-properties", "@babel/plugin-transform-class-static-block", "@babel/plugin-transform-classes", "@babel/plugin-transform-computed-properties", "@babel/plugin-transform-destructuring", "@babel/plugin-transform-dotall-regex", "@babel/plugin-transform-duplicate-keys", "@babel/plugin-transform-duplicate-named-capturing-groups-regex", "@babel/plugin-transform-dynamic-import", "@babel/plugin-transform-explicit-resource-management", "@babel/plugin-transform-exponentiation-operator", "@babel/plugin-transform-export-namespace-from", "@babel/plugin-transform-for-of", "@babel/plugin-transform-function-name", "@babel/plugin-transform-json-strings", "@babel/plugin-transform-literals", "@babel/plugin-transform-logical-assignment-operators", "@babel/plugin-transform-member-expression-literals", "@babel/plugin-transform-modules-amd", "@babel/plugin-transform-modules-commonjs", "@babel/plugin-transform-modules-systemjs", "@babel/plugin-transform-modules-umd", "@babel/plugin-transform-named-capturing-groups-regex", "@babel/plugin-transform-new-target", "@babel/plugin-transform-nullish-coalescing-operator", "@babel/plugin-transform-numeric-separator", "@babel/plugin-transform-object-rest-spread", "@babel/plugin-transform-object-super", "@babel/plugin-transform-optional-catch-binding", "@babel/plugin-transform-optional-chaining", "@babel/plugin-transform-parameters", "@babel/plugin-transform-private-methods", "@babel/plugin-transform-private-property-in-object", "@babel/plugin-transform-property-literals", "@babel/plugin-transform-regenerator", "@babel/plugin-transform-regexp-modifiers", "@babel/plugin-transform-reserved-words", "@babel/plugin-transform-shorthand-properties", "@babel/plugin-transform-spread", "@babel/plugin-transform-sticky-regex", "@babel/plugin-transform-template-literals", "@babel/plugin-transform-typeof-symbol", "@babel/plugin-transform-unicode-escapes", "@babel/plugin-transform-unicode-property-regex", "@babel/plugin-transform-unicode-regex", "@babel/plugin-transform-unicode-sets-regex", "@babel/preset-modules", "babel-plugin-polyfill-corejs2", "babel-plugin-polyfill-corejs3", "babel-plugin-polyfill-regenerator", "core-js-compat", "semver@6.3.1" ] }, "@babel/preset-modules@0.1.6-no-external-plugins_@babel+core@7.28.3": { "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "dependencies": [ "@babel/core", "@babel/helper-plugin-utils", "@babel/types", "esutils" ] }, "@babel/template@7.27.2": { "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", "dependencies": [ "@babel/code-frame", "@babel/parser", "@babel/types" ] }, "@babel/traverse@7.28.3": { "integrity": "sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==", "dependencies": [ "@babel/code-frame", "@babel/generator", "@babel/helper-globals", "@babel/parser", "@babel/template", "@babel/types", "debug" ] }, "@babel/types@7.28.2": { "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==", "dependencies": [ "@babel/helper-string-parser", "@babel/helper-validator-identifier" ] }, "@bcoe/v8-coverage@0.2.3": { "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "@istanbuljs/load-nyc-config@1.1.0": { "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", "dependencies": [ "camelcase@5.3.1", "find-up", "get-package-type", "js-yaml@3.14.1", "resolve-from@5.0.0" ] }, "@istanbuljs/schema@0.1.3": { "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" }, "@jest/console@29.7.0": { "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", "dependencies": [ "@jest/types", "@types/node", "chalk", "jest-message-util", "jest-util", "slash" ] }, "@jest/core@29.7.0_@types+node@24.2.0": { "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", "dependencies": [ "@jest/console", "@jest/reporters", "@jest/test-result", "@jest/transform", "@jest/types", "@types/node", "ansi-escapes", "chalk", "ci-info", "exit", "graceful-fs", "jest-changed-files", "jest-config", "jest-haste-map", "jest-message-util", "jest-regex-util", "jest-resolve", "jest-resolve-dependencies", "jest-runner", "jest-runtime", "jest-snapshot", "jest-util", "jest-validate", "jest-watcher", "micromatch", "pretty-format", "slash", "strip-ansi" ] }, "@jest/environment@29.7.0": { "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", "dependencies": [ "@jest/fake-timers", "@jest/types", "@types/node", "jest-mock" ] }, "@jest/expect-utils@29.7.0": { "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", "dependencies": [ "jest-get-type" ] }, "@jest/expect@29.7.0": { "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", "dependencies": [ "expect", "jest-snapshot" ] }, "@jest/fake-timers@29.7.0": { "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", "dependencies": [ "@jest/types", "@sinonjs/fake-timers", "@types/node", "jest-message-util", "jest-mock", "jest-util" ] }, "@jest/globals@29.7.0": { "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", "dependencies": [ "@jest/environment", "@jest/expect", "@jest/types", "jest-mock" ] }, "@jest/reporters@29.7.0": { "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", "dependencies": [ "@bcoe/v8-coverage", "@jest/console", "@jest/test-result", "@jest/transform", "@jest/types", "@jridgewell/trace-mapping", "@types/node", "chalk", "collect-v8-coverage", "exit", "glob", "graceful-fs", "istanbul-lib-coverage", "istanbul-lib-instrument@6.0.3", "istanbul-lib-report", "istanbul-lib-source-maps", "istanbul-reports", "jest-message-util", "jest-util", "jest-worker", "slash", "string-length", "strip-ansi", "v8-to-istanbul" ] }, "@jest/schemas@29.6.3": { "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", "dependencies": [ "@sinclair/typebox" ] }, "@jest/source-map@29.6.3": { "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", "dependencies": [ "@jridgewell/trace-mapping", "callsites", "graceful-fs" ] }, "@jest/test-result@29.7.0": { "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", "dependencies": [ "@jest/console", "@jest/types", "@types/istanbul-lib-coverage", "collect-v8-coverage" ] }, "@jest/test-sequencer@29.7.0": { "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", "dependencies": [ "@jest/test-result", "graceful-fs", "jest-haste-map", "slash" ] }, "@jest/transform@29.7.0": { "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", "dependencies": [ "@babel/core", "@jest/types", "@jridgewell/trace-mapping", "babel-plugin-istanbul", "chalk", "convert-source-map", "fast-json-stable-stringify", "graceful-fs", "jest-haste-map", "jest-regex-util", "jest-util", "micromatch", "pirates", "slash", "write-file-atomic" ] }, "@jest/types@29.6.3": { "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", "dependencies": [ "@jest/schemas", "@types/istanbul-lib-coverage", "@types/istanbul-reports", "@types/node", "@types/yargs", "chalk" ] }, "@jridgewell/gen-mapping@0.3.13": { "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", "dependencies": [ "@jridgewell/sourcemap-codec", "@jridgewell/trace-mapping" ] }, "@jridgewell/resolve-uri@3.1.2": { "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" }, "@jridgewell/sourcemap-codec@1.5.5": { "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" }, "@jridgewell/trace-mapping@0.3.30": { "integrity": "sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==", "dependencies": [ "@jridgewell/resolve-uri", "@jridgewell/sourcemap-codec" ] }, "@puppeteer/browsers@2.10.6": { "integrity": "sha512-pHUn6ZRt39bP3698HFQlu2ZHCkS/lPcpv7fVQcGBSzNNygw171UXAKrCUhy+TEMw4lEttOKDgNpb04hwUAJeiQ==", "dependencies": [ "debug", "extract-zip", "progress", "proxy-agent", "semver@7.7.2", "tar-fs", "yargs" ], "bin": true }, "@sinclair/typebox@0.27.8": { "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" }, "@sinonjs/commons@3.0.1": { "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", "dependencies": [ "type-detect" ] }, "@sinonjs/fake-timers@10.3.0": { "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", "dependencies": [ "@sinonjs/commons" ] }, "@tootallnate/quickjs-emscripten@0.23.0": { "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==" }, "@types/babel__core@7.20.5": { "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "dependencies": [ "@babel/parser", "@babel/types", "@types/babel__generator", "@types/babel__template", "@types/babel__traverse" ] }, "@types/babel__generator@7.27.0": { "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", "dependencies": [ "@babel/types" ] }, "@types/babel__template@7.4.4": { "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "dependencies": [ "@babel/parser", "@babel/types" ] }, "@types/babel__traverse@7.28.0": { "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", "dependencies": [ "@babel/types" ] }, "@types/graceful-fs@4.1.9": { "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", "dependencies": [ "@types/node" ] }, "@types/istanbul-lib-coverage@2.0.6": { "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" }, "@types/istanbul-lib-report@3.0.3": { "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", "dependencies": [ "@types/istanbul-lib-coverage" ] }, "@types/istanbul-reports@3.0.4": { "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", "dependencies": [ "@types/istanbul-lib-report" ] }, "@types/node@24.2.0": { "integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==", "dependencies": [ "undici-types" ] }, "@types/stack-utils@2.0.3": { "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" }, "@types/yargs-parser@21.0.3": { "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" }, "@types/yargs@17.0.33": { "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", "dependencies": [ "@types/yargs-parser" ] }, "@types/yauzl@2.10.3": { "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", "dependencies": [ "@types/node" ] }, "accepts@2.0.0": { "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==", "dependencies": [ "mime-types", "negotiator" ] }, "agent-base@7.1.4": { "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==" }, "ansi-escapes@4.3.2": { "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dependencies": [ "type-fest" ] }, "ansi-regex@5.0.1": { "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" }, "ansi-styles@4.3.0": { "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": [ "color-convert" ] }, "ansi-styles@5.2.0": { "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" }, "anymatch@3.1.3": { "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dependencies": [ "normalize-path", "picomatch" ] }, "argparse@1.0.10": { "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dependencies": [ "sprintf-js" ] }, "argparse@2.0.1": { "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, "ast-types@0.13.4": { "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==", "dependencies": [ "tslib" ] }, "b4a@1.6.7": { "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg=="