2025-06-25 16:45:58 -04:00
{
2025-06-30 15:54:10 -04:00
"name" : "britton-site" ,
"version" : "2.0.0" ,
2025-06-25 16:45:58 -04:00
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
2025-06-30 15:54:10 -04:00
"name" : "britton-site" ,
"version" : "2.0.0" ,
2025-06-25 16:45:58 -04:00
"dependencies" : {
2025-11-24 08:28:31 -05:00
"@apollo/client" : "^3.13.9" ,
"@apollo/experimental-nextjs-app-support" : "^0.12.3" ,
"graphql" : "^16.11.0" ,
2026-07-23 10:38:20 -04:00
"jose" : "^6.2.3" ,
2025-06-25 16:45:58 -04:00
"next" : "15.3.4" ,
"react" : "^19.0.0" ,
2025-07-23 13:57:45 -04:00
"react-dom" : "^19.0.0" ,
2026-07-23 10:38:20 -04:00
"react-idle-timer" : "^5.7.3" ,
2025-11-24 08:28:31 -05:00
"react-markdown" : "^10.1.0" ,
2025-07-23 13:57:45 -04:00
"react-places-autocomplete" : "^7.3.0"
2025-06-25 16:45:58 -04:00
},
"devDependencies" : {
"@eslint/eslintrc" : "^3" ,
2025-07-16 17:27:22 -04:00
"@headlessui/react" : "2.2.4" ,
2025-06-25 16:45:58 -04:00
"@tailwindcss/postcss" : "^4" ,
"@types/node" : "^20" ,
"@types/react" : "^19" ,
"@types/react-dom" : "^19" ,
2025-07-23 13:57:45 -04:00
"@types/react-places-autocomplete" : "^7.2.14" ,
2025-06-30 15:54:10 -04:00
"classnames" : "^2.5" ,
2025-06-25 16:45:58 -04:00
"eslint" : "^9" ,
"eslint-config-next" : "15.3.4" ,
2025-06-30 15:54:10 -04:00
"react-icons" : "^5.5" ,
2025-07-23 13:57:45 -04:00
"recharts" : "3.1.0" ,
2025-07-08 14:57:06 -04:00
"tailwind-rounded-out" : "2.0.0" ,
2025-06-25 16:45:58 -04:00
"tailwindcss" : "^4" ,
"typescript" : "^5"
}
},
"node_modules/@alloc/quick-lru" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz" ,
"integrity" : "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/@apollo/client" : {
2026-07-23 10:38:20 -04:00
"version" : "3.14.1" ,
"resolved" : "https://registry.npmjs.org/@apollo/client/-/client-3.14.1.tgz" ,
"integrity" : "sha512-SgGX6E23JsZhUdG2anxiyHvEvvN6CUaI4ZfMsndZFeuHPXL3H0IsaiNAhLITSISbeyeYd+CBd9oERXQDdjXWZw==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"dependencies" : {
"@graphql-typed-document-node/core" : "^3.1.1" ,
"@wry/caches" : "^1.0.0" ,
"@wry/equality" : "^0.5.6" ,
"@wry/trie" : "^0.5.0" ,
"graphql-tag" : "^2.12.6" ,
"hoist-non-react-statics" : "^3.3.2" ,
"optimism" : "^0.18.0" ,
"prop-types" : "^15.7.2" ,
"rehackt" : "^0.1.0" ,
"symbol-observable" : "^4.0.0" ,
"ts-invariant" : "^0.10.3" ,
"tslib" : "^2.3.0" ,
"zen-observable-ts" : "^1.2.5"
},
"peerDependencies" : {
"graphql" : "^15.0.0 || ^16.0.0" ,
"graphql-ws" : "^5.5.5 || ^6.0.3" ,
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc" ,
"react-dom" : "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc" ,
"subscriptions-transport-ws" : "^0.9.0 || ^0.11.0"
},
"peerDependenciesMeta" : {
"graphql-ws" : {
"optional" : true
},
"react" : {
"optional" : true
},
"react-dom" : {
"optional" : true
},
"subscriptions-transport-ws" : {
"optional" : true
}
}
},
"node_modules/@apollo/client-integration-nextjs" : {
"version" : "0.12.3" ,
"resolved" : "https://registry.npmjs.org/@apollo/client-integration-nextjs/-/client-integration-nextjs-0.12.3.tgz" ,
"integrity" : "sha512-kX/PwWYJqwNBusnxm5AEM/0eEgkRJWAG04iKcJE2wAg1M+81X+sojlZXdFK5oQB2tc5+H2atzwWiLBq+mk5ddQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@apollo/client-react-streaming" : "0.12.3"
},
"peerDependencies" : {
"@apollo/client" : "^3.13.0" ,
"next" : "^15.2.3" ,
"react" : "^19"
}
},
"node_modules/@apollo/client-react-streaming" : {
"version" : "0.12.3" ,
"resolved" : "https://registry.npmjs.org/@apollo/client-react-streaming/-/client-react-streaming-0.12.3.tgz" ,
"integrity" : "sha512-RyLHV29R79lJQ/qVhXevDV0lVgTujFsbzr4RzyhtjWRknDX4GP7CGKTESHu8/JDM1y6XC8AdNwnXT3dkSBjUsw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/react-dom" : "^19.0.0" ,
"@wry/equality" : "^0.5.6" ,
"ts-invariant" : "^0.10.3"
},
"peerDependencies" : {
"@apollo/client" : "^3.13.0" ,
"graphql" : "^16 || >=17.0.0-alpha.2" ,
"react" : "^19" ,
"react-dom" : "^19"
}
},
"node_modules/@apollo/experimental-nextjs-app-support" : {
"version" : "0.12.3" ,
"resolved" : "https://registry.npmjs.org/@apollo/experimental-nextjs-app-support/-/experimental-nextjs-app-support-0.12.3.tgz" ,
"integrity" : "sha512-4bcBJvYBaqdDacLPyVPT2H3P+kwjZfjziMwgLSnO+vzbF5gscQQmayjgwTTyuW6yJNJEenh/jhiAfgVW1w1imA==" ,
"license" : "MIT" ,
"dependencies" : {
"@apollo/client-integration-nextjs" : "0.12.3"
},
"peerDependencies" : {
"@apollo/client" : "^3.13.0" ,
"next" : "^15.2.3" ,
"react" : "^19"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/@emnapi/core" : {
2026-07-23 10:38:20 -04:00
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz" ,
"integrity" : "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@emnapi/wasi-threads" : "1.2.1" ,
2025-06-25 16:45:58 -04:00
"tslib" : "^2.4.0"
}
},
"node_modules/@emnapi/runtime" : {
2026-07-23 10:38:20 -04:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.1.tgz" ,
"integrity" : "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==" ,
2025-06-25 16:45:58 -04:00
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
},
"node_modules/@emnapi/wasi-threads" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz" ,
"integrity" : "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
},
"node_modules/@eslint-community/eslint-utils" : {
2026-07-23 10:38:20 -04:00
"version" : "4.9.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz" ,
"integrity" : "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"eslint-visitor-keys" : "^3.4.3"
},
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
},
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
}
},
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
"node_modules/@eslint-community/regexpp" : {
2026-07-23 10:38:20 -04:00
"version" : "4.12.2" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz" ,
"integrity" : "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
},
"node_modules/@eslint/config-array" : {
2026-07-23 10:38:20 -04:00
"version" : "0.21.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz" ,
"integrity" : "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@eslint/object-schema" : "^2.1.7" ,
2025-06-25 16:45:58 -04:00
"debug" : "^4.3.1" ,
2026-07-23 10:38:20 -04:00
"minimatch" : "^3.1.5"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/config-helpers" : {
2026-07-23 10:38:20 -04:00
"version" : "0.4.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz" ,
"integrity" : "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
2026-07-23 10:38:20 -04:00
"dependencies" : {
"@eslint/core" : "^0.17.0"
},
2025-06-25 16:45:58 -04:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/core" : {
2026-07-23 10:38:20 -04:00
"version" : "0.17.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz" ,
"integrity" : "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@types/json-schema" : "^7.0.15"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/eslintrc" : {
2026-07-23 10:38:20 -04:00
"version" : "3.3.5" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz" ,
"integrity" : "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"ajv" : "^6.14.0" ,
2025-06-25 16:45:58 -04:00
"debug" : "^4.3.2" ,
"espree" : "^10.0.1" ,
"globals" : "^14.0.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
2026-07-23 10:38:20 -04:00
"js-yaml" : "^4.1.1" ,
"minimatch" : "^3.1.5" ,
2025-06-25 16:45:58 -04:00
"strip-json-comments" : "^3.1.1"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
"node_modules/@eslint/js" : {
2026-07-23 10:38:20 -04:00
"version" : "9.39.4" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz" ,
"integrity" : "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"url" : "https://eslint.org/donate"
}
},
"node_modules/@eslint/object-schema" : {
2026-07-23 10:38:20 -04:00
"version" : "2.1.7" ,
"resolved" : "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz" ,
"integrity" : "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/plugin-kit" : {
2026-07-23 10:38:20 -04:00
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz" ,
"integrity" : "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@eslint/core" : "^0.17.0" ,
2025-06-25 16:45:58 -04:00
"levn" : "^0.4.1"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
2025-07-16 17:27:22 -04:00
"node_modules/@floating-ui/core" : {
2026-07-23 10:38:20 -04:00
"version" : "1.7.5" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz" ,
"integrity" : "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==" ,
2025-07-16 17:27:22 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@floating-ui/utils" : "^0.2.11"
2025-07-16 17:27:22 -04:00
}
},
"node_modules/@floating-ui/dom" : {
2026-07-23 10:38:20 -04:00
"version" : "1.7.6" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz" ,
"integrity" : "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==" ,
2025-07-16 17:27:22 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@floating-ui/core" : "^1.7.5" ,
"@floating-ui/utils" : "^0.2.11"
2025-07-16 17:27:22 -04:00
}
},
"node_modules/@floating-ui/react" : {
"version" : "0.26.28" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/react/-/react-0.26.28.tgz" ,
"integrity" : "sha512-yORQuuAtVpiRjpMhdc0wJj06b9JFjrYF4qp96j++v2NBpbi6SEGF7donUJ3TMieerQ6qVkAv1tgr7L4r5roTqw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@floating-ui/react-dom" : "^2.1.2" ,
"@floating-ui/utils" : "^0.2.8" ,
"tabbable" : "^6.0.0"
},
"peerDependencies" : {
"react" : ">=16.8.0" ,
"react-dom" : ">=16.8.0"
}
},
"node_modules/@floating-ui/react-dom" : {
2026-07-23 10:38:20 -04:00
"version" : "2.1.8" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.8.tgz" ,
"integrity" : "sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==" ,
2025-07-16 17:27:22 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@floating-ui/dom" : "^1.7.6"
2025-07-16 17:27:22 -04:00
},
"peerDependencies" : {
"react" : ">=16.8.0" ,
"react-dom" : ">=16.8.0"
}
},
"node_modules/@floating-ui/utils" : {
2026-07-23 10:38:20 -04:00
"version" : "0.2.11" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz" ,
"integrity" : "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==" ,
2025-07-16 17:27:22 -04:00
"dev" : true ,
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/@graphql-typed-document-node/core" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz" ,
"integrity" : "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==" ,
"license" : "MIT" ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
2025-07-16 17:27:22 -04:00
"node_modules/@headlessui/react" : {
"version" : "2.2.4" ,
"resolved" : "https://registry.npmjs.org/@headlessui/react/-/react-2.2.4.tgz" ,
"integrity" : "sha512-lz+OGcAH1dK93rgSMzXmm1qKOJkBUqZf1L4M8TWLNplftQD3IkoEDdUFNfAn4ylsN6WOTVtWaLmvmaHOUk1dTA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@floating-ui/react" : "^0.26.16" ,
"@react-aria/focus" : "^3.20.2" ,
"@react-aria/interactions" : "^3.25.0" ,
"@tanstack/react-virtual" : "^3.13.9" ,
"use-sync-external-store" : "^1.5.0"
},
"engines" : {
"node" : ">=10"
},
"peerDependencies" : {
"react" : "^18 || ^19 || ^19.0.0-rc" ,
"react-dom" : "^18 || ^19 || ^19.0.0-rc"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/@humanfs/core" : {
2026-07-23 10:38:20 -04:00
"version" : "0.19.2" ,
"resolved" : "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz" ,
"integrity" : "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
2026-07-23 10:38:20 -04:00
"dependencies" : {
"@humanfs/types" : "^0.15.0"
},
2025-06-25 16:45:58 -04:00
"engines" : {
"node" : ">=18.18.0"
}
},
"node_modules/@humanfs/node" : {
2026-07-23 10:38:20 -04:00
"version" : "0.16.8" ,
"resolved" : "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz" ,
"integrity" : "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@humanfs/core" : "^0.19.2" ,
"@humanfs/types" : "^0.15.0" ,
"@humanwhocodes/retry" : "^0.4.0"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">=18.18.0"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/@humanfs/types" : {
"version" : "0.15.0" ,
"resolved" : "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz" ,
"integrity" : "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">=18.18.0"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=12.22"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
},
"node_modules/@humanwhocodes/retry" : {
"version" : "0.4.3" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz" ,
"integrity" : "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.18"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/@img/colour" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz" ,
"integrity" : "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=18"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/@img/sharp-darwin-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz" ,
"integrity" : "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"@img/sharp-libvips-darwin-arm64" : "1.2.4"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@img/sharp-darwin-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz" ,
"integrity" : "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"@img/sharp-libvips-darwin-x64" : "1.2.4"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@img/sharp-libvips-darwin-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz" ,
"integrity" : "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"darwin"
],
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-libvips-darwin-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz" ,
"integrity" : "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"darwin"
],
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-libvips-linux-arm" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz" ,
"integrity" : "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm"
],
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
],
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-libvips-linux-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz" ,
"integrity" : "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
],
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-libvips-linux-ppc64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz" ,
"integrity" : "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"ppc64"
],
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
],
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/@img/sharp-libvips-linux-riscv64" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz" ,
"integrity" : "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==" ,
"cpu" : [
"riscv64"
],
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
],
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/@img/sharp-libvips-linux-s390x" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz" ,
"integrity" : "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"s390x"
],
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
],
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-libvips-linux-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz" ,
"integrity" : "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
],
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-libvips-linuxmusl-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz" ,
"integrity" : "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
],
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-libvips-linuxmusl-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz" ,
"integrity" : "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
],
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-linux-arm" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz" ,
"integrity" : "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm"
],
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"@img/sharp-libvips-linux-arm" : "1.2.4"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@img/sharp-linux-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz" ,
"integrity" : "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"@img/sharp-libvips-linux-arm64" : "1.2.4"
}
},
"node_modules/@img/sharp-linux-ppc64" : {
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz" ,
"integrity" : "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==" ,
"cpu" : [
"ppc64"
],
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
},
"optionalDependencies" : {
"@img/sharp-libvips-linux-ppc64" : "1.2.4"
}
},
"node_modules/@img/sharp-linux-riscv64" : {
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz" ,
"integrity" : "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==" ,
"cpu" : [
"riscv64"
],
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
},
"optionalDependencies" : {
"@img/sharp-libvips-linux-riscv64" : "1.2.4"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@img/sharp-linux-s390x" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz" ,
"integrity" : "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"s390x"
],
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"@img/sharp-libvips-linux-s390x" : "1.2.4"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@img/sharp-linux-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz" ,
"integrity" : "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"@img/sharp-libvips-linux-x64" : "1.2.4"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@img/sharp-linuxmusl-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz" ,
"integrity" : "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"@img/sharp-libvips-linuxmusl-arm64" : "1.2.4"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@img/sharp-linuxmusl-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz" ,
"integrity" : "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"@img/sharp-libvips-linuxmusl-x64" : "1.2.4"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@img/sharp-wasm32" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz" ,
"integrity" : "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"wasm32"
],
"license" : "Apache-2.0 AND LGPL-3.0-or-later AND MIT" ,
"optional" : true ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@emnapi/runtime" : "^1.7.0"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-win32-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz" ,
"integrity" : "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-win32-ia32" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz" ,
"integrity" : "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"ia32"
],
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-win32-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz" ,
"integrity" : "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/@internationalized/date" : {
"version" : "3.12.2" ,
"resolved" : "https://registry.npmjs.org/@internationalized/date/-/date-3.12.2.tgz" ,
"integrity" : "sha512-FY1Y+H64NDs+HAF6omlnWxm3mEpfgaCSWtL5l551ZZfImA+kGjPFgrnJrGjH6lfmLL0g8Z/mBu1R3kufeCp6Jw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
2026-07-23 10:38:20 -04:00
"license" : "Apache-2.0" ,
2025-06-25 16:45:58 -04:00
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@swc/helpers" : "^0.5.0"
}
},
"node_modules/@internationalized/number" : {
"version" : "3.6.7" ,
"resolved" : "https://registry.npmjs.org/@internationalized/number/-/number-3.6.7.tgz" ,
"integrity" : "sha512-3ji1fcrT+FPAK86UqEhB/psHixYo6niWPJtt7+qRaYFynt/BaJG8GhAPimtWUpEiVSTq8ZM8L5psMxGquiB/Vg==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@swc/helpers" : "^0.5.0"
}
},
"node_modules/@internationalized/string" : {
"version" : "3.2.9" ,
"resolved" : "https://registry.npmjs.org/@internationalized/string/-/string-3.2.9.tgz" ,
"integrity" : "sha512-kzP/M/mbQxODlmOt4bIQZ2SBVUWUSqMLXooXixnX7noche8WHaQcA+nwFN1K2KCF/cp+LDUhcJsCicwkvhD1pg==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@swc/helpers" : "^0.5.0"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@jridgewell/gen-mapping" : {
2026-07-23 10:38:20 -04:00
"version" : "0.3.13" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz" ,
"integrity" : "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@jridgewell/sourcemap-codec" : "^1.5.0" ,
2025-06-25 16:45:58 -04:00
"@jridgewell/trace-mapping" : "^0.3.24"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/@jridgewell/remapping" : {
"version" : "2.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz" ,
"integrity" : "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
2026-07-23 10:38:20 -04:00
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
2025-06-25 16:45:58 -04:00
}
},
2026-07-23 10:38:20 -04:00
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
},
"node_modules/@jridgewell/sourcemap-codec" : {
2026-07-23 10:38:20 -04:00
"version" : "1.5.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" ,
"integrity" : "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT"
},
"node_modules/@jridgewell/trace-mapping" : {
2026-07-23 10:38:20 -04:00
"version" : "0.3.31" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz" ,
"integrity" : "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
},
"node_modules/@napi-rs/wasm-runtime" : {
2026-07-23 10:38:20 -04:00
"version" : "1.1.6" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz" ,
"integrity" : "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@tybys/wasm-util" : "^0.10.3"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Brooooooklyn"
},
"peerDependencies" : {
"@emnapi/core" : "^1.7.1" ,
"@emnapi/runtime" : "^1.7.1"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@next/env" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/@next/env/-/env-15.3.4.tgz" ,
"integrity" : "sha512-ZkdYzBseS6UjYzz6ylVKPOK+//zLWvD6Ta+vpoye8cW11AjiQjGYVibF0xuvT4L0iJfAPfZLFidaEzAOywyOAQ==" ,
"license" : "MIT"
},
"node_modules/@next/eslint-plugin-next" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.4.tgz" ,
"integrity" : "sha512-lBxYdj7TI8phbJcLSAqDt57nIcobEign5NYIKCiy0hXQhrUbTqLqOaSDi568U6vFg4hJfBdZYsG4iP/uKhCqgg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"fast-glob" : "3.3.1"
}
},
"node_modules/@next/swc-darwin-arm64" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.3.4.tgz" ,
"integrity" : "sha512-z0qIYTONmPRbwHWvpyrFXJd5F9YWLCsw3Sjrzj2ZvMYy9NPQMPZ1NjOJh4ojr4oQzcGYwgJKfidzehaNa1BpEg==" ,
"cpu" : [
"arm64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@next/swc-darwin-x64" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.3.4.tgz" ,
"integrity" : "sha512-Z0FYJM8lritw5Wq+vpHYuCIzIlEMjewG2aRkc3Hi2rcbULknYL/xqfpBL23jQnCSrDUGAo/AEv0Z+s2bff9Zkw==" ,
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@next/swc-linux-arm64-gnu" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.3.4.tgz" ,
"integrity" : "sha512-l8ZQOCCg7adwmsnFm8m5q9eIPAHdaB2F3cxhufYtVo84pymwKuWfpYTKcUiFcutJdp9xGHC+F1Uq3xnFU1B/7g==" ,
"cpu" : [
"arm64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@next/swc-linux-arm64-musl" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.3.4.tgz" ,
"integrity" : "sha512-wFyZ7X470YJQtpKot4xCY3gpdn8lE9nTlldG07/kJYexCUpX1piX+MBfZdvulo+t1yADFVEuzFfVHfklfEx8kw==" ,
"cpu" : [
"arm64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@next/swc-linux-x64-gnu" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.3.4.tgz" ,
"integrity" : "sha512-gEbH9rv9o7I12qPyvZNVTyP/PWKqOp8clvnoYZQiX800KkqsaJZuOXkWgMa7ANCCh/oEN2ZQheh3yH8/kWPSEg==" ,
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@next/swc-linux-x64-musl" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.3.4.tgz" ,
"integrity" : "sha512-Cf8sr0ufuC/nu/yQ76AnarbSAXcwG/wj+1xFPNbyNo8ltA6kw5d5YqO8kQuwVIxk13SBdtgXrNyom3ZosHAy4A==" ,
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@next/swc-win32-arm64-msvc" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.3.4.tgz" ,
"integrity" : "sha512-ay5+qADDN3rwRbRpEhTOreOn1OyJIXS60tg9WMYTWCy3fB6rGoyjLVxc4dR9PYjEdR2iDYsaF5h03NA+XuYPQQ==" ,
"cpu" : [
"arm64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@next/swc-win32-x64-msvc" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.3.4.tgz" ,
"integrity" : "sha512-4kDt31Bc9DGyYs41FTL1/kNpDeHyha2TC0j5sRRoKCyrhNcfZ/nRQkAUlF27mETwm8QyHqIjHJitfcza2Iykfg==" ,
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@nodelib/fs.scandir" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" ,
"integrity" : "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
},
"engines" : {
"node" : ">= 8"
}
},
"node_modules/@nodelib/fs.stat" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" ,
"integrity" : "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
},
"node_modules/@nodelib/fs.walk" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" ,
"integrity" : "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
},
"engines" : {
"node" : ">= 8"
}
},
"node_modules/@nolyfill/is-core-module" : {
"version" : "1.0.39" ,
"resolved" : "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz" ,
"integrity" : "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12.4.0"
}
},
2025-07-16 17:27:22 -04:00
"node_modules/@react-aria/focus" : {
2026-07-23 10:38:20 -04:00
"version" : "3.22.1" ,
"resolved" : "https://registry.npmjs.org/@react-aria/focus/-/focus-3.22.1.tgz" ,
"integrity" : "sha512-CPxtkyrBi/HYY5P3lE/57sQ6qfa0lN8E55TOm89H0kNGv0lKt+/0zP7lWERzBjRr5IxBVrQX4gFEowBN52LPaA==" ,
2025-07-16 17:27:22 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@swc/helpers" : "^0.5.0" ,
2026-07-23 10:38:20 -04:00
"react-aria" : "^3.48.0"
2025-07-16 17:27:22 -04:00
},
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" ,
"react-dom" : "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
},
"node_modules/@react-aria/interactions" : {
2026-07-23 10:38:20 -04:00
"version" : "3.28.1" ,
"resolved" : "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.28.1.tgz" ,
"integrity" : "sha512-Bqb+HrD5I5MHS2SKBhISYqo2SW8Y2dfzgF/Y1lIJq7xqLxheo9vzxPGEHhz+XzkgGfoqEJx8A6a3C7uiqS3HWA==" ,
2025-07-16 17:27:22 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@react-types/shared" : "^3.34.0" ,
2025-07-16 17:27:22 -04:00
"@swc/helpers" : "^0.5.0" ,
2026-07-23 10:38:20 -04:00
"react-aria" : "^3.48.0"
2025-07-16 17:27:22 -04:00
},
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" ,
"react-dom" : "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
},
"node_modules/@react-types/shared" : {
2026-07-23 10:38:20 -04:00
"version" : "3.36.0" ,
"resolved" : "https://registry.npmjs.org/@react-types/shared/-/shared-3.36.0.tgz" ,
"integrity" : "sha512-DkP/H0C2YjjS7gZWKNqOmU8a16qHPjQNdzMwmTq9SzplM6Iw0kVMTZ0OIoe6FOgGqa+FwMsE2QbPjh/n3g/jXQ==" ,
2025-07-16 17:27:22 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/@reduxjs/toolkit" : {
2026-07-23 10:38:20 -04:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.12.0.tgz" ,
"integrity" : "sha512-KiT+RzZbp6mQET+Mg+h2c97+9j1sNflUxQkIHI7Yuzf6Peu+OYpmkn6nbHWmLLWj+1ZODUJFwGZ7gx3L9R9EOw==" ,
2025-07-23 13:57:45 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@standard-schema/spec" : "^1.0.0" ,
"@standard-schema/utils" : "^0.3.0" ,
2026-07-23 10:38:20 -04:00
"immer" : "^11.0.0" ,
2025-07-23 13:57:45 -04:00
"redux" : "^5.0.1" ,
"redux-thunk" : "^3.1.0" ,
"reselect" : "^5.1.0"
},
"peerDependencies" : {
"react" : "^16.9.0 || ^17.0.0 || ^18 || ^19" ,
"react-redux" : "^7.2.1 || ^8.1.3 || ^9.0.0"
},
"peerDependenciesMeta" : {
"react" : {
"optional" : true
},
"react-redux" : {
"optional" : true
}
}
},
2026-07-23 10:38:20 -04:00
"node_modules/@reduxjs/toolkit/node_modules/immer" : {
"version" : "11.1.9" ,
"resolved" : "https://registry.npmjs.org/immer/-/immer-11.1.9.tgz" ,
"integrity" : "sha512-sc/z0Cyti70bZa0ZU4sWfAElfovFb9Ni8tArJZLuklYWxegPiK3pDOql1Rq5H0FIRAW9LSQRG6OX4KqBldbhBA==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/immer"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/@rtsao/scc" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz" ,
"integrity" : "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/@rushstack/eslint-patch" : {
2026-07-23 10:38:20 -04:00
"version" : "1.16.1" ,
"resolved" : "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.16.1.tgz" ,
"integrity" : "sha512-TvZbIpeKqGQQ7X0zSCvPH9riMSFQFSggnfBjFZ1mEoILW+UuXCKwOoPcgjMwiUtRqFZ8jWhPJc4um14vC6I4ag==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT"
},
2025-07-23 13:57:45 -04:00
"node_modules/@standard-schema/spec" : {
2026-07-23 10:38:20 -04:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz" ,
"integrity" : "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==" ,
2025-07-23 13:57:45 -04:00
"dev" : true ,
"license" : "MIT"
},
"node_modules/@standard-schema/utils" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz" ,
"integrity" : "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==" ,
"dev" : true ,
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/@swc/counter" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz" ,
"integrity" : "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==" ,
"license" : "Apache-2.0"
},
"node_modules/@swc/helpers" : {
2026-07-23 10:38:20 -04:00
"version" : "0.5.23" ,
"resolved" : "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.23.tgz" ,
"integrity" : "sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==" ,
"dev" : true ,
2025-06-25 16:45:58 -04:00
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.8.0"
}
},
"node_modules/@tailwindcss/node" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.2.tgz" ,
"integrity" : "sha512-yWP/sqEcBLaD8JuA6zNwxoYKr75qxTioYwlRwekj5Jr/I5GXnoJfjetH/psLUIv74cYTH2lBUEzBkinthoYcBg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@jridgewell/remapping" : "^2.3.5" ,
"enhanced-resolve" : "5.21.6" ,
"jiti" : "^2.7.0" ,
"lightningcss" : "1.32.0" ,
"magic-string" : "^0.30.21" ,
2025-06-25 16:45:58 -04:00
"source-map-js" : "^1.2.1" ,
2026-07-23 10:38:20 -04:00
"tailwindcss" : "4.3.2"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.2.tgz" ,
"integrity" : "sha512-z8ZgnzX8gdNoWLBLqBPoh/sjnxkwvf9ZuWjnO0l0yIzbLa5/9S+eC5QxGZKRobVHIC3/1BoMWjHblqWjcgFgag==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"@tailwindcss/oxide-android-arm64" : "4.3.2" ,
"@tailwindcss/oxide-darwin-arm64" : "4.3.2" ,
"@tailwindcss/oxide-darwin-x64" : "4.3.2" ,
"@tailwindcss/oxide-freebsd-x64" : "4.3.2" ,
"@tailwindcss/oxide-linux-arm-gnueabihf" : "4.3.2" ,
"@tailwindcss/oxide-linux-arm64-gnu" : "4.3.2" ,
"@tailwindcss/oxide-linux-arm64-musl" : "4.3.2" ,
"@tailwindcss/oxide-linux-x64-gnu" : "4.3.2" ,
"@tailwindcss/oxide-linux-x64-musl" : "4.3.2" ,
"@tailwindcss/oxide-wasm32-wasi" : "4.3.2" ,
"@tailwindcss/oxide-win32-arm64-msvc" : "4.3.2" ,
"@tailwindcss/oxide-win32-x64-msvc" : "4.3.2"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide-android-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.2.tgz" ,
"integrity" : "sha512-WHxqIuHpvZ5VtdX6GTl1Ik/Vp2YuN42Et+0CdeaVd/frQ9jAvGmvR8vLT+jk3e8/Q3x8kECB9+R17pgpp2BulA==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
],
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide-darwin-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.2.tgz" ,
"integrity" : "sha512-GZypeUY/IDJW3877KeM+O67vbXr3MBnbtEL4aYhNErv/JWZhye2vGSWWG9tB6iiqR2MqRNkY8IOUy4NdSZV26w==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide-darwin-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.2.tgz" ,
"integrity" : "sha512-UIIzmefR6KO1sDU7MzRqAxC8iBpft/VhkGjTjnhoS6k7Z3rQ9wEgA1ODSiyH/tcSYssulNm4Ci3hOeK1jH7ccQ==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide-freebsd-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.2.tgz" ,
"integrity" : "sha512-GN+uAmcI6DNspnCDwtOAZrTz6oukJnp337qZvxqCGLd3BHBzJpO0ZbTLRvJNdztOeAmTzewewGIMPb0tk2R4WA==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
],
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.2.tgz" ,
"integrity" : "sha512-4ABn7qSbdHRwTiDiuWNegCyb5+2FJ4vKIKc3DmKrvAFw7MU1Lm11dIkTPwUaFdTzc7IsOpDbqBrlh0x6y36U/w==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide-linux-arm64-gnu" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.2.tgz" ,
"integrity" : "sha512-wDgEIGwoM8w8pufh9LVt1PahDgNdKXrLC2qfAnV3vAmococ9RWbxeAw4pxPttd/TsJfwjyLf90Dg1y9y8I6Emw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide-linux-arm64-musl" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.2.tgz" ,
"integrity" : "sha512-J5Nuk0uZQIiMTJj3LEx4sAA9tMFUoXQZFv1J6An+QGYe53HKRJuFDi0rpq/tuouCZeAbOBY3kQ6g8qeD4TUjtA==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide-linux-x64-gnu" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.2.tgz" ,
"integrity" : "sha512-kqCZpSKOBEJO4mz7OqWoofBZeXTAwaVGPj0ErAj7CojmhKpWVWVOnrt9dE8odoIraZq4oj3ausM37kXi+Tow8w==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide-linux-x64-musl" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.2.tgz" ,
"integrity" : "sha512-cixpqbh2toJDmkuCRI68nXA8ZxNmdK9Y+9v5h3MC3ZQKy/0BO8AWzlkWyRM7JAFSGBlfig4YVTPsK6MVgqz1uw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide-wasm32-wasi" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.2.tgz" ,
"integrity" : "sha512-4ec2Z/LOmRsAgU23CS4xeJfcJlmRg94A/XrbGRCF1gyU/zdDfRLYDVsS+ynSZCmGNxQ1jQriQOKMQeQxBA3Isw==" ,
2025-06-25 16:45:58 -04:00
"bundleDependencies" : [
"@napi-rs/wasm-runtime" ,
"@emnapi/core" ,
"@emnapi/runtime" ,
"@tybys/wasm-util" ,
"@emnapi/wasi-threads" ,
"tslib"
],
"cpu" : [
"wasm32"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@emnapi/core" : "^1.11.1" ,
"@emnapi/runtime" : "^1.11.1" ,
"@emnapi/wasi-threads" : "^1.2.2" ,
"@napi-rs/wasm-runtime" : "^1.1.4" ,
"@tybys/wasm-util" : "^0.10.2" ,
"tslib" : "^2.8.1"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">=14.0.0"
}
},
"node_modules/@tailwindcss/oxide-win32-arm64-msvc" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.2.tgz" ,
"integrity" : "sha512-Zyr/M0+XcYZu3bZrUytc7TXvrk0ftWfl8gN2MwekNDzhqhKRUucMPSeOzM0o0wH5AWOU49BsKRrfKxI2atCPMQ==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/oxide-win32-x64-msvc" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.2.tgz" ,
"integrity" : "sha512-QI9BO7KlNZsp2GuO0jwAAj5jCDABOKXRkCk2XuKTSaNEFSdfzqswYVTtCHBNKHLsqyjFyFkqlDiwkNbTYSssMQ==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : ">= 20"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@tailwindcss/postcss" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.2.tgz" ,
"integrity" : "sha512-rjVWYCa7Ngbi5AarT6k8TkxUG3Wl1QKzHdIZVsjZSzf36Jmo2IKZt/NHRAwly8oDkbBOH0YTu+CHuf9jPxMc+g==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@alloc/quick-lru" : "^5.2.0" ,
2026-07-23 10:38:20 -04:00
"@tailwindcss/node" : "4.3.2" ,
"@tailwindcss/oxide" : "4.3.2" ,
"postcss" : "^8.5.15" ,
"tailwindcss" : "4.3.2"
2025-06-25 16:45:58 -04:00
}
},
2025-07-16 17:27:22 -04:00
"node_modules/@tanstack/react-virtual" : {
2026-07-23 10:38:20 -04:00
"version" : "3.14.5" ,
"resolved" : "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.14.5.tgz" ,
"integrity" : "sha512-4EKRXh7zBLkbKbFmG3AUVkircuHd+7OdT1pocJSepxtfBd3qnrJgJ5rtPkRYyo9fmyVb2+pI2xPy5oYvMLQy6A==" ,
2025-07-16 17:27:22 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@tanstack/virtual-core" : "3.17.3"
2025-07-16 17:27:22 -04:00
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react-dom" : "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/@tanstack/virtual-core" : {
2026-07-23 10:38:20 -04:00
"version" : "3.17.3" ,
"resolved" : "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.17.3.tgz" ,
"integrity" : "sha512-8Np/TFELpI0ySuJoVmjvOrQYXH/8sTX0Biv9szhFhY39xOdAAY+smrMxjxOum/ux3eM8MUJQsEJ0/R0UpvC8dw==" ,
2025-07-16 17:27:22 -04:00
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/tannerlinsley"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/@tybys/wasm-util" : {
2026-07-23 10:38:20 -04:00
"version" : "0.10.3" ,
"resolved" : "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz" ,
"integrity" : "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/@types/d3-array" : {
2026-07-23 10:38:20 -04:00
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz" ,
"integrity" : "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==" ,
2025-07-23 13:57:45 -04:00
"dev" : true ,
"license" : "MIT"
},
"node_modules/@types/d3-color" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz" ,
"integrity" : "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/@types/d3-ease" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz" ,
"integrity" : "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/@types/d3-interpolate" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz" ,
"integrity" : "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/d3-color" : "*"
}
},
"node_modules/@types/d3-path" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz" ,
"integrity" : "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/@types/d3-scale" : {
"version" : "4.0.9" ,
"resolved" : "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz" ,
"integrity" : "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/d3-time" : "*"
}
},
"node_modules/@types/d3-shape" : {
2026-07-23 10:38:20 -04:00
"version" : "3.1.8" ,
"resolved" : "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.8.tgz" ,
"integrity" : "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==" ,
2025-07-23 13:57:45 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/d3-path" : "*"
}
},
"node_modules/@types/d3-time" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz" ,
"integrity" : "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/@types/d3-timer" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz" ,
"integrity" : "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==" ,
"dev" : true ,
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/@types/debug" : {
2026-07-23 10:38:20 -04:00
"version" : "4.1.13" ,
"resolved" : "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz" ,
"integrity" : "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"dependencies" : {
"@types/ms" : "*"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/@types/estree" : {
2026-07-23 10:38:20 -04:00
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz" ,
"integrity" : "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==" ,
2025-06-25 16:45:58 -04:00
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/@types/estree-jsx" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz" ,
"integrity" : "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "*"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/@types/google.maps" : {
2026-07-23 10:38:20 -04:00
"version" : "3.65.2" ,
"resolved" : "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.65.2.tgz" ,
"integrity" : "sha512-e52bmOhGCQSNabFpL48iQlwJybq6rfns8NUVJ20MR7CdPlHQ2RmSCnPbJfrUYJfogrE4OiHQTZ4LXpop+eer1w==" ,
2025-07-23 13:57:45 -04:00
"dev" : true ,
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/@types/hast" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz" ,
"integrity" : "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "*"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/@types/json5" : {
"version" : "0.0.29" ,
"resolved" : "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz" ,
"integrity" : "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" ,
"dev" : true ,
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/@types/mdast" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz" ,
"integrity" : "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "*"
}
},
"node_modules/@types/ms" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz" ,
"integrity" : "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==" ,
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/@types/node" : {
2026-07-23 10:38:20 -04:00
"version" : "20.19.43" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-20.19.43.tgz" ,
"integrity" : "sha512-6oYBAi5ikg4Pl+kGsoYtawUMBT2zZMCvPNF7pVLnHZfd1zf38DRiWn/gT01RYCdUqkv7Fhr+C9ot4/tb+2sVvA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"undici-types" : "~6.21.0"
}
},
"node_modules/@types/react" : {
2026-07-23 10:38:20 -04:00
"version" : "19.2.17" ,
"resolved" : "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz" ,
"integrity" : "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==" ,
2025-06-25 16:45:58 -04:00
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"csstype" : "^3.2.2"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@types/react-dom" : {
2026-07-23 10:38:20 -04:00
"version" : "19.2.3" ,
"resolved" : "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz" ,
"integrity" : "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==" ,
2025-06-25 16:45:58 -04:00
"license" : "MIT" ,
"peerDependencies" : {
2026-07-23 10:38:20 -04:00
"@types/react" : "^19.2.0"
2025-06-25 16:45:58 -04:00
}
},
2025-07-23 13:57:45 -04:00
"node_modules/@types/react-places-autocomplete" : {
"version" : "7.2.14" ,
"resolved" : "https://registry.npmjs.org/@types/react-places-autocomplete/-/react-places-autocomplete-7.2.14.tgz" ,
"integrity" : "sha512-5ywNgYR/oDbEcZaSdmVRa+AZlOjBlc1YnWnvp1Ufr/ww00tOds4MT+9qTmelSbdN/5y3sybYIeKeRKMJaKVDqg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/google.maps" : "*" ,
"@types/react" : "*"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/@types/unist" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz" ,
"integrity" : "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==" ,
"license" : "MIT"
},
2025-07-23 13:57:45 -04:00
"node_modules/@types/use-sync-external-store" : {
"version" : "0.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz" ,
"integrity" : "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==" ,
"dev" : true ,
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/@typescript-eslint/eslint-plugin" : {
2026-07-23 10:38:20 -04:00
"version" : "8.62.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.1.tgz" ,
"integrity" : "sha512-4EQM77WgVNxj7OkL/5b/D/xZsw00G577+UriYTC7JF5opcF3T2AuoeY7ueLaZgSVjSgCS6yOAJB5bRGLPSJUzA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@eslint-community/regexpp" : "^4.12.2" ,
"@typescript-eslint/scope-manager" : "8.62.1" ,
"@typescript-eslint/type-utils" : "8.62.1" ,
"@typescript-eslint/utils" : "8.62.1" ,
"@typescript-eslint/visitor-keys" : "8.62.1" ,
"ignore" : "^7.0.5" ,
2025-06-25 16:45:58 -04:00
"natural-compare" : "^1.4.0" ,
2026-07-23 10:38:20 -04:00
"ts-api-utils" : "^2.5.0"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-23 10:38:20 -04:00
"@typescript-eslint/parser" : "^8.62.1" ,
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore" : {
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz" ,
"integrity" : "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
},
"node_modules/@typescript-eslint/parser" : {
2026-07-23 10:38:20 -04:00
"version" : "8.62.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.62.1.tgz" ,
"integrity" : "sha512-sPhE4iHuJDSvoAiec+Ro8JyXw8f0ql13HFR82P99nCm9GwTEKG0KYLvDe6REk8BCXuit6vJAv/Yxg5ABaNS2rA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@typescript-eslint/scope-manager" : "8.62.1" ,
"@typescript-eslint/types" : "8.62.1" ,
"@typescript-eslint/typescript-estree" : "8.62.1" ,
"@typescript-eslint/visitor-keys" : "8.62.1" ,
"debug" : "^4.4.3"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-23 10:38:20 -04:00
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@typescript-eslint/project-service" : {
2026-07-23 10:38:20 -04:00
"version" : "8.62.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.62.1.tgz" ,
"integrity" : "sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@typescript-eslint/tsconfig-utils" : "^8.62.1" ,
"@typescript-eslint/types" : "^8.62.1" ,
"debug" : "^4.4.3"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-23 10:38:20 -04:00
"typescript" : ">=4.8.4 <6.1.0"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@typescript-eslint/scope-manager" : {
2026-07-23 10:38:20 -04:00
"version" : "8.62.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.62.1.tgz" ,
"integrity" : "sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@typescript-eslint/types" : "8.62.1" ,
"@typescript-eslint/visitor-keys" : "8.62.1"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/tsconfig-utils" : {
2026-07-23 10:38:20 -04:00
"version" : "8.62.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.1.tgz" ,
"integrity" : "sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-23 10:38:20 -04:00
"typescript" : ">=4.8.4 <6.1.0"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@typescript-eslint/type-utils" : {
2026-07-23 10:38:20 -04:00
"version" : "8.62.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.62.1.tgz" ,
"integrity" : "sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@typescript-eslint/types" : "8.62.1" ,
"@typescript-eslint/typescript-estree" : "8.62.1" ,
"@typescript-eslint/utils" : "8.62.1" ,
"debug" : "^4.4.3" ,
"ts-api-utils" : "^2.5.0"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-23 10:38:20 -04:00
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@typescript-eslint/types" : {
2026-07-23 10:38:20 -04:00
"version" : "8.62.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.1.tgz" ,
"integrity" : "sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/typescript-estree" : {
2026-07-23 10:38:20 -04:00
"version" : "8.62.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.1.tgz" ,
"integrity" : "sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@typescript-eslint/project-service" : "8.62.1" ,
"@typescript-eslint/tsconfig-utils" : "8.62.1" ,
"@typescript-eslint/types" : "8.62.1" ,
"@typescript-eslint/visitor-keys" : "8.62.1" ,
"debug" : "^4.4.3" ,
"minimatch" : "^10.2.2" ,
"semver" : "^7.7.3" ,
"tinyglobby" : "^0.2.15" ,
"ts-api-utils" : "^2.5.0"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-23 10:38:20 -04:00
"typescript" : ">=4.8.4 <6.1.0"
2025-06-25 16:45:58 -04:00
}
},
2026-07-23 10:38:20 -04:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz" ,
"integrity" : "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : "18 || 20 || >=22"
2025-06-25 16:45:58 -04:00
}
},
2026-07-23 10:38:20 -04:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion" : {
"version" : "5.0.7" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz" ,
"integrity" : "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
2026-07-23 10:38:20 -04:00
"license" : "MIT" ,
2025-06-25 16:45:58 -04:00
"dependencies" : {
2026-07-23 10:38:20 -04:00
"balanced-match" : "^4.0.2"
2025-06-25 16:45:58 -04:00
},
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : "18 || 20 || >=22"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch" : {
2026-07-23 10:38:20 -04:00
"version" : "10.2.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz" ,
"integrity" : "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
2026-07-23 10:38:20 -04:00
"license" : "BlueOak-1.0.0" ,
2025-06-25 16:45:58 -04:00
"dependencies" : {
2026-07-23 10:38:20 -04:00
"brace-expansion" : "^5.0.5"
2025-06-25 16:45:58 -04:00
},
"engines" : {
2026-07-23 10:38:20 -04:00
"node" : "18 || 20 || >=22"
2025-06-25 16:45:58 -04:00
},
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
},
"node_modules/@typescript-eslint/utils" : {
2026-07-23 10:38:20 -04:00
"version" : "8.62.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.62.1.tgz" ,
"integrity" : "sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@eslint-community/eslint-utils" : "^4.9.1" ,
"@typescript-eslint/scope-manager" : "8.62.1" ,
"@typescript-eslint/types" : "8.62.1" ,
"@typescript-eslint/typescript-estree" : "8.62.1"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-23 10:38:20 -04:00
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/@typescript-eslint/visitor-keys" : {
2026-07-23 10:38:20 -04:00
"version" : "8.62.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.1.tgz" ,
"integrity" : "sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@typescript-eslint/types" : "8.62.1" ,
"eslint-visitor-keys" : "^5.0.0"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz" ,
"integrity" : "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^20.19.0 || ^22.13.0 || >=24"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/@ungap/structured-clone" : {
2026-07-23 10:38:20 -04:00
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.2.tgz" ,
"integrity" : "sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA==" ,
2025-11-24 08:28:31 -05:00
"license" : "ISC"
},
2025-06-25 16:45:58 -04:00
"node_modules/@unrs/resolver-binding-android-arm-eabi" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.12.2.tgz" ,
"integrity" : "sha512-g5T90pqg1bo/7mytQx6F4iBNC0Wsh9cu+z9veDbFjc7HjpesJFWD7QMS0NGStXM075+7dJPPVvBbpZlnrdpi/w==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
},
"node_modules/@unrs/resolver-binding-android-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.12.2.tgz" ,
"integrity" : "sha512-YGCRZv/9GLhwmz6mYDeTsm/92BAyR28l6c2ReweVW5pWgfsitWLY8upvfRlGdoyD8HjeTHSYJWyZGD4KJA/nFQ==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
},
"node_modules/@unrs/resolver-binding-darwin-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.12.2.tgz" ,
"integrity" : "sha512-u9DiNT1auQMO20A9SyTuG3wUgQWB9Z7KjAg0uFuCDR1FsAY8A0CG2S6JpHS1xwm/w1G08bjXZDcyOCjv1WAm2w==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
},
"node_modules/@unrs/resolver-binding-darwin-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.12.2.tgz" ,
"integrity" : "sha512-f7rPLi/T1HVKZu/u6t87lroib16n8vrSzcyxI7lg4BGO9UF26KhQL44sd9eOUgrTYhvRXtWOIZT5PejdPyJfUA==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
},
"node_modules/@unrs/resolver-binding-freebsd-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.12.2.tgz" ,
"integrity" : "sha512-BpcOjWCJub6nRZUS2zA20pmLvjtqAtGejETaIyRLiZiQf++cbrjltLA5NN/xaXfqeOBOSlMFbemIl5/S5tljmg==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
},
"node_modules/@unrs/resolver-binding-linux-arm-gnueabihf" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.12.2.tgz" ,
"integrity" : "sha512-vZTDvdSISZjJx66OzJqtsOhzifbqRjbmI1Mnu49fQDwog5GtDI4QidRiEAYbZCRj9C8YZEW+3ZjqsyS9GR4k2A==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@unrs/resolver-binding-linux-arm-musleabihf" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.12.2.tgz" ,
"integrity" : "sha512-BiPI+IrIlwcW4nLLMM21+B1dFPzd55yAVgVGrdgDjNef+ch03GdxrcyaIz8X9SsQirh/kCQ7mviyWlMxdh2D7g==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@unrs/resolver-binding-linux-arm64-gnu" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.12.2.tgz" ,
"integrity" : "sha512-zJc0H99FEPoFfSrNpa91HYfxzfAJCr502oxNK1cfdC9hlaFI43RT+JFCann9JUgZmLzzntChHyn13Sgn9ljHNg==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@unrs/resolver-binding-linux-arm64-musl" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.12.2.tgz" ,
"integrity" : "sha512-KQ3Lki6l+Pz1k/eBipN41ES+YUK30beLGb9YqcB1O542cyLCNE6GaxrfcY3T6EezmGGk84wb5XyO9loTM9tkcA==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
2026-07-23 10:38:20 -04:00
"node_modules/@unrs/resolver-binding-linux-loong64-gnu" : {
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-loong64-gnu/-/resolver-binding-linux-loong64-gnu-1.12.2.tgz" ,
"integrity" : "sha512-3SJGEh1DborhG6pyxvhPzCT4bbSIVihsvgJc13P1bHG7KLdNDaF9T3gsTwFc7Jw/5Y5/iWOjkEx7Zy0NvCGX3Q==" ,
"cpu" : [
"loong64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@unrs/resolver-binding-linux-loong64-musl" : {
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-loong64-musl/-/resolver-binding-linux-loong64-musl-1.12.2.tgz" ,
"integrity" : "sha512-jiuG/Obbel7uw1PwHNFfrkiKhLAF6mnyZ6aWlOAVN9WqKm8v0OFGnciJIHu8+CMvXLQ8AD51LPzAoUfT21D5Ew==" ,
"cpu" : [
"loong64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
2025-06-25 16:45:58 -04:00
"node_modules/@unrs/resolver-binding-linux-ppc64-gnu" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.12.2.tgz" ,
"integrity" : "sha512-q7xRvVpmcfeL+LlZg8Pbbo6QaTZwDU5BaGZbwfhkEsXJn3Was8xYfE0RBH266xZt0rM6B7i8xAYIvjthuUIWHg==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"ppc64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@unrs/resolver-binding-linux-riscv64-gnu" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.12.2.tgz" ,
"integrity" : "sha512-0CVdx6lcnT3Q9inOH8tsMIOJ6ImndllMjqJHg8RLVdB7Vq4SfkEXl9mCSsVNuNA4MCYycRicCUxPCabVHJRr6A==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"riscv64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@unrs/resolver-binding-linux-riscv64-musl" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.12.2.tgz" ,
"integrity" : "sha512-iOwlRo9vnp6R6ohHQS11n0NnfdXx/omhkocmIfaPRpQhKZ+3BDMkkdRVh53qjkFkpPddf+FETA28NwGN7l5l+w==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"riscv64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@unrs/resolver-binding-linux-s390x-gnu" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.12.2.tgz" ,
"integrity" : "sha512-HYJtLfXq94q8iZNFT1lknx258wlkkWhZeUXJRqzKBBUJ00CvZ+N33zgbCqimLjsyw5Va6uUxhVa12mI+kaveEw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"s390x"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@unrs/resolver-binding-linux-x64-gnu" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.12.2.tgz" ,
"integrity" : "sha512-mPsUhunKKDih5O96Y6enDQyHc1SqBPlY1E/SfMWDM3EdJ95Z9CArPeCVwCCqbP45ljvivdEk8Fxn+SIb1rDAJQ==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@unrs/resolver-binding-linux-x64-musl" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.12.2.tgz" ,
"integrity" : "sha512-azrt6+5ydLd8Vt210AAFis/lZevSfPw93EJRIJG+xPu4WCJ8K0kppCTpMyLPcKT7H15M4Jnt2tMp5bOvCkRC6A==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
2026-07-23 10:38:20 -04:00
"node_modules/@unrs/resolver-binding-openharmony-arm64" : {
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-openharmony-arm64/-/resolver-binding-openharmony-arm64-1.12.2.tgz" ,
"integrity" : "sha512-YZ9hP4O0X9PQb8eO980qmLNGH4zT3I9+SZTdt0Pr0YyuGQhYKoOZkV02VzrzyOZJ5xIJ3UFIenKkUkGg8GjgWQ==" ,
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
]
},
2025-06-25 16:45:58 -04:00
"node_modules/@unrs/resolver-binding-wasm32-wasi" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.12.2.tgz" ,
"integrity" : "sha512-tYFDIkMxSflfEc/h92ZWNsZlHSwgimbNHSO3PL2JWQHfCuC2q316jMyYU9TIWZsFK2bQwyK5VAdYgn8ygPj69A==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"wasm32"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@emnapi/core" : "1.10.0" ,
"@emnapi/runtime" : "1.10.0" ,
"@napi-rs/wasm-runtime" : "^1.1.4"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">=14.0.0"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/@unrs/resolver-binding-wasm32-wasi/node_modules/@emnapi/runtime" : {
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz" ,
"integrity" : "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==" ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/@unrs/resolver-binding-win32-arm64-msvc" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.12.2.tgz" ,
"integrity" : "sha512-qzNyg3xL0VPQmCaUh+N5jSitce6k+uCBfMDesWRnlULOZaqUkaJ0ybdT+UqlAWJoQjuqfIU/0Ptx9bteN4D82g==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
},
"node_modules/@unrs/resolver-binding-win32-ia32-msvc" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.12.2.tgz" ,
"integrity" : "sha512-WD9sY00OfpHVGfsnHZoA8jVT+esS/Bg8z8jzxp5BnDCjjwsuKsPQrzswwpFy4J1AUJbXPRfkpcX0mXrzeXW79g==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"ia32"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
},
"node_modules/@unrs/resolver-binding-win32-x64-msvc" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.12.2.tgz" ,
"integrity" : "sha512-nAB74NfSNKknqQ1RrYj6uz8FcXEomu/MATJZxh/x+BArzN2U3JbOYC0APYzUIGhVY3m5hRxA8VPNdPBoG8txlA==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
},
2025-11-24 08:28:31 -05:00
"node_modules/@wry/caches" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@wry/caches/-/caches-1.0.1.tgz" ,
"integrity" : "sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==" ,
"license" : "MIT" ,
"dependencies" : {
"tslib" : "^2.3.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/@wry/context" : {
"version" : "0.7.4" ,
"resolved" : "https://registry.npmjs.org/@wry/context/-/context-0.7.4.tgz" ,
"integrity" : "sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==" ,
"license" : "MIT" ,
"dependencies" : {
"tslib" : "^2.3.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/@wry/equality" : {
"version" : "0.5.7" ,
"resolved" : "https://registry.npmjs.org/@wry/equality/-/equality-0.5.7.tgz" ,
"integrity" : "sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==" ,
"license" : "MIT" ,
"dependencies" : {
"tslib" : "^2.3.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/@wry/trie" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/@wry/trie/-/trie-0.5.0.tgz" ,
"integrity" : "sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==" ,
"license" : "MIT" ,
"dependencies" : {
"tslib" : "^2.3.0"
},
"engines" : {
"node" : ">=8"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/acorn" : {
2026-07-23 10:38:20 -04:00
"version" : "8.17.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz" ,
"integrity" : "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"acorn" : "bin/acorn"
},
"engines" : {
"node" : ">=0.4.0"
}
},
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/ajv" : {
2026-07-23 10:38:20 -04:00
"version" : "6.15.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz" ,
"integrity" : "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1"
},
"engines" : {
"node" : ">=8"
},
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/argparse" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
"dev" : true ,
"license" : "Python-2.0"
},
2026-07-23 10:38:20 -04:00
"node_modules/aria-hidden" : {
"version" : "1.2.6" ,
"resolved" : "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz" ,
"integrity" : "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tslib" : "^2.0.0"
},
"engines" : {
"node" : ">=10"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/aria-query" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz" ,
"integrity" : "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/array-buffer-byte-length" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz" ,
"integrity" : "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"is-array-buffer" : "^3.0.5"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/array-includes" : {
"version" : "3.1.9" ,
"resolved" : "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz" ,
"integrity" : "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.4" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.24.0" ,
"es-object-atoms" : "^1.1.1" ,
"get-intrinsic" : "^1.3.0" ,
"is-string" : "^1.1.1" ,
"math-intrinsics" : "^1.1.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/array.prototype.findlast" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz" ,
"integrity" : "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-shim-unscopables" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/array.prototype.findlastindex" : {
"version" : "1.2.6" ,
"resolved" : "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz" ,
"integrity" : "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.4" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.9" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.1.1" ,
"es-shim-unscopables" : "^1.1.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/array.prototype.flat" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz" ,
"integrity" : "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.5" ,
"es-shim-unscopables" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/array.prototype.flatmap" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz" ,
"integrity" : "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.5" ,
"es-shim-unscopables" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/array.prototype.tosorted" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz" ,
"integrity" : "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.3" ,
"es-errors" : "^1.3.0" ,
"es-shim-unscopables" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/arraybuffer.prototype.slice" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz" ,
"integrity" : "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"array-buffer-byte-length" : "^1.0.1" ,
"call-bind" : "^1.0.8" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.5" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.6" ,
"is-array-buffer" : "^3.0.4"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/ast-types-flow" : {
"version" : "0.0.8" ,
"resolved" : "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz" ,
"integrity" : "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/async-function" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz" ,
"integrity" : "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/available-typed-arrays" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz" ,
"integrity" : "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"possible-typed-array-names" : "^1.0.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/axe-core" : {
2026-07-23 10:38:20 -04:00
"version" : "4.12.1" ,
"resolved" : "https://registry.npmjs.org/axe-core/-/axe-core-4.12.1.tgz" ,
"integrity" : "sha512-s7iGf5GaVMxEG0ENN9x+xTr7GFZCb1ZP/1uATUpCEK2X78nDB3RwbtFCo9pGAf9ru+VwoQ464DkaLEeRM08wJA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MPL-2.0" ,
"engines" : {
"node" : ">=4"
}
},
"node_modules/axobject-query" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz" ,
"integrity" : "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">= 0.4"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/bail" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz" ,
"integrity" : "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/brace-expansion" : {
2026-07-23 10:38:20 -04:00
"version" : "1.1.15" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz" ,
"integrity" : "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
},
"node_modules/braces" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"fill-range" : "^7.1.1"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/busboy" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz" ,
"integrity" : "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==" ,
"dependencies" : {
"streamsearch" : "^1.1.0"
},
"engines" : {
"node" : ">=10.16.0"
}
},
"node_modules/call-bind" : {
2026-07-23 10:38:20 -04:00
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz" ,
"integrity" : "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"call-bind-apply-helpers" : "^1.0.2" ,
"es-define-property" : "^1.0.1" ,
"get-intrinsic" : "^1.3.0" ,
2025-06-25 16:45:58 -04:00
"set-function-length" : "^1.2.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/call-bind-apply-helpers" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" ,
"integrity" : "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/call-bound" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" ,
"integrity" : "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.2" ,
"get-intrinsic" : "^1.3.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
},
"node_modules/caniuse-lite" : {
2026-07-23 10:38:20 -04:00
"version" : "1.0.30001800" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001800.tgz" ,
"integrity" : "sha512-MMHtuAz9Ys840zAY5F4k6fV5GaivZ9sPk+nz0mY+GYVzRBnYkN0mpqkSR92oWRQ19yQWo4HvBV/FnC16AJX8MA==" ,
2025-06-25 16:45:58 -04:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
},
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
},
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
],
"license" : "CC-BY-4.0"
},
2025-11-24 08:28:31 -05:00
"node_modules/ccount" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz" ,
"integrity" : "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/character-entities" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz" ,
"integrity" : "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
"node_modules/character-entities-html4" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz" ,
"integrity" : "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
"node_modules/character-entities-legacy" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz" ,
"integrity" : "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
"node_modules/character-reference-invalid" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz" ,
"integrity" : "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-30 15:54:10 -04:00
"node_modules/classnames" : {
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz" ,
"integrity" : "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" ,
"dev" : true ,
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/client-only" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz" ,
"integrity" : "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" ,
"license" : "MIT"
},
2025-07-16 17:27:22 -04:00
"node_modules/clsx" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz" ,
"integrity" : "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2026-07-23 10:38:20 -04:00
"dev" : true ,
2025-06-25 16:45:58 -04:00
"license" : "MIT" ,
"dependencies" : {
"color-name" : "~1.1.4"
},
"engines" : {
"node" : ">=7.0.0"
}
},
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2026-07-23 10:38:20 -04:00
"dev" : true ,
2025-06-25 16:45:58 -04:00
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/comma-separated-tokens" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz" ,
"integrity" : "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/cross-spawn" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
},
"engines" : {
"node" : ">= 8"
}
},
"node_modules/csstype" : {
2026-07-23 10:38:20 -04:00
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz" ,
"integrity" : "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==" ,
2025-06-25 16:45:58 -04:00
"license" : "MIT"
},
2025-07-23 13:57:45 -04:00
"node_modules/d3-array" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz" ,
"integrity" : "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"internmap" : "1 - 2"
},
"engines" : {
"node" : ">=12"
}
},
"node_modules/d3-color" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz" ,
"integrity" : "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
},
"node_modules/d3-ease" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz" ,
"integrity" : "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=12"
}
},
"node_modules/d3-format" : {
2026-07-23 10:38:20 -04:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/d3-format/-/d3-format-3.1.2.tgz" ,
"integrity" : "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==" ,
2025-07-23 13:57:45 -04:00
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
},
"node_modules/d3-interpolate" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz" ,
"integrity" : "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"d3-color" : "1 - 3"
},
"engines" : {
"node" : ">=12"
}
},
"node_modules/d3-path" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz" ,
"integrity" : "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
},
"node_modules/d3-scale" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz" ,
"integrity" : "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"d3-array" : "2.10.0 - 3" ,
"d3-format" : "1 - 3" ,
"d3-interpolate" : "1.2.0 - 3" ,
"d3-time" : "2.1.1 - 3" ,
"d3-time-format" : "2 - 4"
},
"engines" : {
"node" : ">=12"
}
},
"node_modules/d3-shape" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz" ,
"integrity" : "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"d3-path" : "^3.1.0"
},
"engines" : {
"node" : ">=12"
}
},
"node_modules/d3-time" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz" ,
"integrity" : "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"d3-array" : "2 - 3"
},
"engines" : {
"node" : ">=12"
}
},
"node_modules/d3-time-format" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz" ,
"integrity" : "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"d3-time" : "1 - 3"
},
"engines" : {
"node" : ">=12"
}
},
"node_modules/d3-timer" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz" ,
"integrity" : "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/damerau-levenshtein" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz" ,
"integrity" : "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" ,
"dev" : true ,
"license" : "BSD-2-Clause"
},
"node_modules/data-view-buffer" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz" ,
"integrity" : "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/data-view-byte-length" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz" ,
"integrity" : "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/inspect-js"
}
},
"node_modules/data-view-byte-offset" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz" ,
"integrity" : "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/debug" : {
2026-07-23 10:38:20 -04:00
"version" : "4.4.3" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" ,
"integrity" : "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" ,
2025-06-25 16:45:58 -04:00
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
},
"engines" : {
"node" : ">=6.0"
},
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
},
2025-07-23 13:57:45 -04:00
"node_modules/decimal.js-light" : {
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz" ,
"integrity" : "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==" ,
"dev" : true ,
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/decode-named-character-reference" : {
2026-07-23 10:38:20 -04:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz" ,
"integrity" : "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"dependencies" : {
"character-entities" : "^2.0.0"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/deep-is" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" ,
"integrity" : "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/define-data-property" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz" ,
"integrity" : "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.0.1"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/define-properties" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz" ,
"integrity" : "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"define-data-property" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.0" ,
"object-keys" : "^1.1.1"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/dequal" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz" ,
"integrity" : "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/detect-libc" : {
2026-07-23 10:38:20 -04:00
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz" ,
"integrity" : "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==" ,
2025-06-25 16:45:58 -04:00
"devOptional" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=8"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/devlop" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz" ,
"integrity" : "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==" ,
"license" : "MIT" ,
"dependencies" : {
"dequal" : "^2.0.0"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/doctrine" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz" ,
"integrity" : "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"esutils" : "^2.0.2"
},
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/dunder-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" ,
"integrity" : "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/enhanced-resolve" : {
2026-07-23 10:38:20 -04:00
"version" : "5.21.6" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.6.tgz" ,
"integrity" : "sha512-aNnGCvbJ/RIyWo1IuhNdVjnNF+EjH9wpzpNHt+ci/m9He9LJvUN8wrCcXjp9cWsGNAuvSpVFTx/vraAFQ8qGjQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
2026-07-23 10:38:20 -04:00
"tapable" : "^2.3.3"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">=10.13.0"
}
},
"node_modules/es-abstract" : {
2026-07-23 10:38:20 -04:00
"version" : "1.24.2" ,
"resolved" : "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.2.tgz" ,
"integrity" : "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"array-buffer-byte-length" : "^1.0.2" ,
"arraybuffer.prototype.slice" : "^1.0.4" ,
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.4" ,
"data-view-buffer" : "^1.0.2" ,
"data-view-byte-length" : "^1.0.2" ,
"data-view-byte-offset" : "^1.0.1" ,
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.1.1" ,
"es-set-tostringtag" : "^2.1.0" ,
"es-to-primitive" : "^1.3.0" ,
"function.prototype.name" : "^1.1.8" ,
"get-intrinsic" : "^1.3.0" ,
"get-proto" : "^1.0.1" ,
"get-symbol-description" : "^1.1.0" ,
"globalthis" : "^1.0.4" ,
"gopd" : "^1.2.0" ,
"has-property-descriptors" : "^1.0.2" ,
"has-proto" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"internal-slot" : "^1.1.0" ,
"is-array-buffer" : "^3.0.5" ,
"is-callable" : "^1.2.7" ,
"is-data-view" : "^1.0.2" ,
"is-negative-zero" : "^2.0.3" ,
"is-regex" : "^1.2.1" ,
"is-set" : "^2.0.3" ,
"is-shared-array-buffer" : "^1.0.4" ,
"is-string" : "^1.1.1" ,
"is-typed-array" : "^1.1.15" ,
"is-weakref" : "^1.1.1" ,
"math-intrinsics" : "^1.1.0" ,
"object-inspect" : "^1.13.4" ,
"object-keys" : "^1.1.1" ,
"object.assign" : "^4.1.7" ,
"own-keys" : "^1.0.1" ,
"regexp.prototype.flags" : "^1.5.4" ,
"safe-array-concat" : "^1.1.3" ,
"safe-push-apply" : "^1.0.0" ,
"safe-regex-test" : "^1.1.0" ,
"set-proto" : "^1.0.0" ,
"stop-iteration-iterator" : "^1.1.0" ,
"string.prototype.trim" : "^1.2.10" ,
"string.prototype.trimend" : "^1.0.9" ,
"string.prototype.trimstart" : "^1.0.8" ,
"typed-array-buffer" : "^1.0.3" ,
"typed-array-byte-length" : "^1.0.3" ,
"typed-array-byte-offset" : "^1.0.4" ,
"typed-array-length" : "^1.0.7" ,
"unbox-primitive" : "^1.1.0" ,
"which-typed-array" : "^1.1.19"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/es-abstract-get" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-abstract-get/-/es-abstract-get-1.0.0.tgz" ,
"integrity" : "sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.1.2" ,
"is-callable" : "^1.2.7" ,
"object-inspect" : "^1.13.4"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/es-define-property" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" ,
"integrity" : "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/es-iterator-helpers" : {
2026-07-23 10:38:20 -04:00
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.3.tgz" ,
"integrity" : "sha512-0PuBxFi+4uPanB97iDxCLWuHeYud2FALrw5HFZGtAF38UpJDbDC8frwp2cnDyae692CQ0dou60UwWfhgsa4U/g==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"call-bind" : "^1.0.9" ,
"call-bound" : "^1.0.4" ,
2025-06-25 16:45:58 -04:00
"define-properties" : "^1.2.1" ,
2026-07-23 10:38:20 -04:00
"es-abstract" : "^1.24.2" ,
2025-06-25 16:45:58 -04:00
"es-errors" : "^1.3.0" ,
2026-07-23 10:38:20 -04:00
"es-set-tostringtag" : "^2.1.0" ,
2025-06-25 16:45:58 -04:00
"function-bind" : "^1.1.2" ,
2026-07-23 10:38:20 -04:00
"get-intrinsic" : "^1.3.0" ,
2025-06-25 16:45:58 -04:00
"globalthis" : "^1.0.4" ,
"gopd" : "^1.2.0" ,
"has-property-descriptors" : "^1.0.2" ,
"has-proto" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"internal-slot" : "^1.1.0" ,
2026-07-23 10:38:20 -04:00
"iterator.prototype" : "^1.1.5" ,
"math-intrinsics" : "^1.1.0"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/es-object-atoms" : {
2026-07-23 10:38:20 -04:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz" ,
"integrity" : "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/es-set-tostringtag" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz" ,
"integrity" : "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.6" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/es-shim-unscopables" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz" ,
"integrity" : "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"hasown" : "^2.0.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/es-to-primitive" : {
2026-07-23 10:38:20 -04:00
"version" : "1.3.4" ,
"resolved" : "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.4.tgz" ,
"integrity" : "sha512-yPDz7wqpg1/mmHLmS3tcfTfbw5f1eryXvyghYBffGdERwe+mV7ZcWzTR8LR17Kvqt3qfPurjlonmnq3MKXIOXw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"es-abstract-get" : "^1.0.0" ,
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
2025-06-25 16:45:58 -04:00
"is-callable" : "^1.2.7" ,
2026-07-23 10:38:20 -04:00
"is-date-object" : "^1.1.0" ,
"is-symbol" : "^1.1.1"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/es-toolkit" : {
2026-07-23 10:38:20 -04:00
"version" : "1.49.0" ,
"resolved" : "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.49.0.tgz" ,
"integrity" : "sha512-G5iZ6Pc/FNRY/soKZHC+TxGDD83rHUDXxzaWhGCX44vAv/tMs56WMusnm/KMNK+luUPsgA9U28cGr4RDlSzL2g==" ,
2025-07-23 13:57:45 -04:00
"dev" : true ,
"license" : "MIT" ,
"workspaces" : [
"docs" ,
"benchmarks"
]
},
2025-06-25 16:45:58 -04:00
"node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint" : {
2026-07-23 10:38:20 -04:00
"version" : "9.39.4" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz" ,
"integrity" : "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@eslint-community/eslint-utils" : "^4.8.0" ,
2025-06-25 16:45:58 -04:00
"@eslint-community/regexpp" : "^4.12.1" ,
2026-07-23 10:38:20 -04:00
"@eslint/config-array" : "^0.21.2" ,
"@eslint/config-helpers" : "^0.4.2" ,
"@eslint/core" : "^0.17.0" ,
"@eslint/eslintrc" : "^3.3.5" ,
"@eslint/js" : "9.39.4" ,
"@eslint/plugin-kit" : "^0.4.1" ,
2025-06-25 16:45:58 -04:00
"@humanfs/node" : "^0.16.6" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@humanwhocodes/retry" : "^0.4.2" ,
"@types/estree" : "^1.0.6" ,
2026-07-23 10:38:20 -04:00
"ajv" : "^6.14.0" ,
2025-06-25 16:45:58 -04:00
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.6" ,
"debug" : "^4.3.2" ,
"escape-string-regexp" : "^4.0.0" ,
"eslint-scope" : "^8.4.0" ,
"eslint-visitor-keys" : "^4.2.1" ,
"espree" : "^10.4.0" ,
"esquery" : "^1.5.0" ,
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^8.0.0" ,
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"lodash.merge" : "^4.6.2" ,
2026-07-23 10:38:20 -04:00
"minimatch" : "^3.1.5" ,
2025-06-25 16:45:58 -04:00
"natural-compare" : "^1.4.0" ,
"optionator" : "^0.9.3"
},
"bin" : {
"eslint" : "bin/eslint.js"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"url" : "https://eslint.org/donate"
},
"peerDependencies" : {
"jiti" : "*"
},
"peerDependenciesMeta" : {
"jiti" : {
"optional" : true
}
}
},
"node_modules/eslint-config-next" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.3.4.tgz" ,
"integrity" : "sha512-WqeumCq57QcTP2lYlV6BRUySfGiBYEXlQ1L0mQ+u4N4X4ZhUVSSQ52WtjqHv60pJ6dD7jn+YZc0d1/ZSsxccvg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@next/eslint-plugin-next" : "15.3.4" ,
"@rushstack/eslint-patch" : "^1.10.3" ,
"@typescript-eslint/eslint-plugin" : "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" ,
"@typescript-eslint/parser" : "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" ,
"eslint-import-resolver-node" : "^0.3.6" ,
"eslint-import-resolver-typescript" : "^3.5.2" ,
"eslint-plugin-import" : "^2.31.0" ,
"eslint-plugin-jsx-a11y" : "^6.10.0" ,
"eslint-plugin-react" : "^7.37.0" ,
"eslint-plugin-react-hooks" : "^5.0.0"
},
"peerDependencies" : {
"eslint" : "^7.23.0 || ^8.0.0 || ^9.0.0" ,
"typescript" : ">=3.3.1"
},
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
},
"node_modules/eslint-import-resolver-node" : {
2026-07-23 10:38:20 -04:00
"version" : "0.3.10" ,
"resolved" : "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.10.tgz" ,
"integrity" : "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^3.2.7" ,
2026-07-23 10:38:20 -04:00
"is-core-module" : "^2.16.1" ,
"resolve" : "^2.0.0-next.6"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/eslint-import-resolver-node/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.1"
}
},
"node_modules/eslint-import-resolver-typescript" : {
"version" : "3.10.1" ,
"resolved" : "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz" ,
"integrity" : "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"@nolyfill/is-core-module" : "1.0.39" ,
"debug" : "^4.4.0" ,
"get-tsconfig" : "^4.10.0" ,
"is-bun-module" : "^2.0.0" ,
"stable-hash" : "^0.0.5" ,
"tinyglobby" : "^0.2.13" ,
"unrs-resolver" : "^1.6.2"
},
"engines" : {
"node" : "^14.18.0 || >=16.0.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint-import-resolver-typescript"
},
"peerDependencies" : {
"eslint" : "*" ,
"eslint-plugin-import" : "*" ,
"eslint-plugin-import-x" : "*"
},
"peerDependenciesMeta" : {
"eslint-plugin-import" : {
"optional" : true
},
"eslint-plugin-import-x" : {
"optional" : true
}
}
},
"node_modules/eslint-module-utils" : {
2026-07-23 10:38:20 -04:00
"version" : "2.13.0" ,
"resolved" : "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.13.0.tgz" ,
"integrity" : "sha512-bLohSkT6469rRs8czj0tLTD8vaeIS/whvPRJVjDr7IuoTT1k5DYDERlNycjDj/HkOlvQdYurmfZ/g3fG5bgeLQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^3.2.7"
},
"engines" : {
"node" : ">=4"
},
"peerDependenciesMeta" : {
"eslint" : {
"optional" : true
}
}
},
"node_modules/eslint-module-utils/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.1"
}
},
"node_modules/eslint-plugin-import" : {
"version" : "2.32.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz" ,
"integrity" : "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@rtsao/scc" : "^1.1.0" ,
"array-includes" : "^3.1.9" ,
"array.prototype.findlastindex" : "^1.2.6" ,
"array.prototype.flat" : "^1.3.3" ,
"array.prototype.flatmap" : "^1.3.3" ,
"debug" : "^3.2.7" ,
"doctrine" : "^2.1.0" ,
"eslint-import-resolver-node" : "^0.3.9" ,
"eslint-module-utils" : "^2.12.1" ,
"hasown" : "^2.0.2" ,
"is-core-module" : "^2.16.1" ,
"is-glob" : "^4.0.3" ,
"minimatch" : "^3.1.2" ,
"object.fromentries" : "^2.0.8" ,
"object.groupby" : "^1.0.3" ,
"object.values" : "^1.2.1" ,
"semver" : "^6.3.1" ,
"string.prototype.trimend" : "^1.0.9" ,
"tsconfig-paths" : "^3.15.0"
},
"engines" : {
"node" : ">=4"
},
"peerDependencies" : {
"eslint" : "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
}
},
"node_modules/eslint-plugin-import/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.1"
}
},
"node_modules/eslint-plugin-import/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
},
"node_modules/eslint-plugin-jsx-a11y" : {
"version" : "6.10.2" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz" ,
"integrity" : "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"aria-query" : "^5.3.2" ,
"array-includes" : "^3.1.8" ,
"array.prototype.flatmap" : "^1.3.2" ,
"ast-types-flow" : "^0.0.8" ,
"axe-core" : "^4.10.0" ,
"axobject-query" : "^4.1.0" ,
"damerau-levenshtein" : "^1.0.8" ,
"emoji-regex" : "^9.2.2" ,
"hasown" : "^2.0.2" ,
"jsx-ast-utils" : "^3.3.5" ,
"language-tags" : "^1.0.9" ,
"minimatch" : "^3.1.2" ,
"object.fromentries" : "^2.0.8" ,
"safe-regex-test" : "^1.0.3" ,
"string.prototype.includes" : "^2.0.1"
},
"engines" : {
"node" : ">=4.0"
},
"peerDependencies" : {
"eslint" : "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
}
},
"node_modules/eslint-plugin-react" : {
"version" : "7.37.5" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz" ,
"integrity" : "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"array-includes" : "^3.1.8" ,
"array.prototype.findlast" : "^1.2.5" ,
"array.prototype.flatmap" : "^1.3.3" ,
"array.prototype.tosorted" : "^1.1.4" ,
"doctrine" : "^2.1.0" ,
"es-iterator-helpers" : "^1.2.1" ,
"estraverse" : "^5.3.0" ,
"hasown" : "^2.0.2" ,
"jsx-ast-utils" : "^2.4.1 || ^3.0.0" ,
"minimatch" : "^3.1.2" ,
"object.entries" : "^1.1.9" ,
"object.fromentries" : "^2.0.8" ,
"object.values" : "^1.2.1" ,
"prop-types" : "^15.8.1" ,
"resolve" : "^2.0.0-next.5" ,
"semver" : "^6.3.1" ,
"string.prototype.matchall" : "^4.0.12" ,
"string.prototype.repeat" : "^1.0.0"
},
"engines" : {
"node" : ">=4"
},
"peerDependencies" : {
"eslint" : "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
}
},
"node_modules/eslint-plugin-react-hooks" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz" ,
"integrity" : "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==" ,
2026-07-23 10:38:20 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
2025-06-25 16:45:58 -04:00
},
2026-07-23 10:38:20 -04:00
"peerDependencies" : {
"eslint" : "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/eslint-plugin-react/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
},
"node_modules/eslint-scope" : {
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz" ,
"integrity" : "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
"node_modules/eslint-visitor-keys" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz" ,
"integrity" : "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
"node_modules/espree" : {
"version" : "10.4.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz" ,
"integrity" : "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"acorn" : "^8.15.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^4.2.1"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
"node_modules/esquery" : {
2026-07-23 10:38:20 -04:00
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz" ,
"integrity" : "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"estraverse" : "^5.1.0"
},
"engines" : {
"node" : ">=0.10"
}
},
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" ,
"integrity" : "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"estraverse" : "^5.2.0"
},
"engines" : {
"node" : ">=4.0"
}
},
"node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=4.0"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/estree-util-is-identifier-name" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz" ,
"integrity" : "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/eventemitter3" : {
2026-07-23 10:38:20 -04:00
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz" ,
"integrity" : "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==" ,
2025-07-23 13:57:45 -04:00
"dev" : true ,
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/extend" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" ,
"integrity" : "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" ,
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/fast-glob" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz" ,
"integrity" : "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@nodelib/fs.stat" : "^2.0.2" ,
"@nodelib/fs.walk" : "^1.2.3" ,
"glob-parent" : "^5.1.2" ,
"merge2" : "^1.3.0" ,
"micromatch" : "^4.0.4"
},
"engines" : {
"node" : ">=8.6.0"
}
},
"node_modules/fast-glob/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"is-glob" : "^4.0.1"
},
"engines" : {
"node" : ">= 6"
}
},
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/fastq" : {
2026-07-23 10:38:20 -04:00
"version" : "1.20.1" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz" ,
"integrity" : "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"reusify" : "^1.0.4"
}
},
"node_modules/file-entry-cache" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz" ,
"integrity" : "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"flat-cache" : "^4.0.0"
},
"engines" : {
"node" : ">=16.0.0"
}
},
"node_modules/fill-range" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"to-regex-range" : "^5.0.1"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/flat-cache" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz" ,
"integrity" : "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.4"
},
"engines" : {
"node" : ">=16"
}
},
"node_modules/flatted" : {
2026-07-23 10:38:20 -04:00
"version" : "3.4.2" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz" ,
"integrity" : "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "ISC"
},
"node_modules/for-each" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz" ,
"integrity" : "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-callable" : "^1.2.7"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/function.prototype.name" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.2.0.tgz" ,
"integrity" : "sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"call-bind" : "^1.0.9" ,
"call-bound" : "^1.0.4" ,
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
2025-06-25 16:45:58 -04:00
"functions-have-names" : "^1.2.3" ,
2026-07-23 10:38:20 -04:00
"has-property-descriptors" : "^1.0.2" ,
"hasown" : "^2.0.4" ,
"is-callable" : "^1.2.7" ,
"is-document.all" : "^1.0.0"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/functions-have-names" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz" ,
"integrity" : "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/generator-function" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz" ,
"integrity" : "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/get-intrinsic" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" ,
"integrity" : "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.2" ,
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.1.1" ,
"function-bind" : "^1.1.2" ,
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"math-intrinsics" : "^1.1.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/get-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" ,
"integrity" : "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-object-atoms" : "^1.0.0"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/get-symbol-description" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz" ,
"integrity" : "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.6"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/get-tsconfig" : {
2026-07-23 10:38:20 -04:00
"version" : "4.14.0" ,
"resolved" : "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.14.0.tgz" ,
"integrity" : "sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"resolve-pkg-maps" : "^1.0.0"
},
"funding" : {
"url" : "https://github.com/privatenumber/get-tsconfig?sponsor=1"
}
},
"node_modules/glob-parent" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"is-glob" : "^4.0.3"
},
"engines" : {
"node" : ">=10.13.0"
}
},
"node_modules/globals" : {
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz" ,
"integrity" : "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/globalthis" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz" ,
"integrity" : "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"define-properties" : "^1.2.1" ,
"gopd" : "^1.0.1"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/gopd" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
"dev" : true ,
"license" : "ISC"
},
2025-11-24 08:28:31 -05:00
"node_modules/graphql" : {
2026-07-23 10:38:20 -04:00
"version" : "16.14.2" ,
"resolved" : "https://registry.npmjs.org/graphql/-/graphql-16.14.2.tgz" ,
"integrity" : "sha512-Chq1s4CY7jmh8gO2qvLIJyfCDIN+EHLFW/9iShnp1z8FjBQMoodWP1kDC36VAMXXIvAjj4ARa7ntfAV2BrjsbA==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"engines" : {
"node" : "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
}
},
"node_modules/graphql-tag" : {
2026-07-23 10:38:20 -04:00
"version" : "2.12.7" ,
"resolved" : "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.7.tgz" ,
"integrity" : "sha512-xnE/NFzy+0eIesvAsREJZ284zTl/wYuBAvpsFSDhRGRdRHdnE90M21Q3xAWyYInb0J756c6x0pIQ62+vtvOs1Q==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"dependencies" : {
"tslib" : "^2.1.0"
},
"engines" : {
"node" : ">=10"
},
"peerDependencies" : {
2026-07-23 10:38:20 -04:00
"graphql" : "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
2025-11-24 08:28:31 -05:00
}
},
2025-06-25 16:45:58 -04:00
"node_modules/has-bigints" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz" ,
"integrity" : "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
},
"node_modules/has-property-descriptors" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz" ,
"integrity" : "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-define-property" : "^1.0.0"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-proto" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz" ,
"integrity" : "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-symbols" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" ,
"integrity" : "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-tostringtag" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz" ,
"integrity" : "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"has-symbols" : "^1.0.3"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/hasown" : {
2026-07-23 10:38:20 -04:00
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz" ,
"integrity" : "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"function-bind" : "^1.1.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/hast-util-to-jsx-runtime" : {
"version" : "2.3.6" ,
"resolved" : "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz" ,
"integrity" : "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"@types/hast" : "^3.0.0" ,
"@types/unist" : "^3.0.0" ,
"comma-separated-tokens" : "^2.0.0" ,
"devlop" : "^1.0.0" ,
"estree-util-is-identifier-name" : "^3.0.0" ,
"hast-util-whitespace" : "^3.0.0" ,
"mdast-util-mdx-expression" : "^2.0.0" ,
"mdast-util-mdx-jsx" : "^3.0.0" ,
"mdast-util-mdxjs-esm" : "^2.0.0" ,
"property-information" : "^7.0.0" ,
"space-separated-tokens" : "^2.0.0" ,
"style-to-js" : "^1.0.0" ,
"unist-util-position" : "^5.0.0" ,
"vfile-message" : "^4.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/hast-util-whitespace" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz" ,
"integrity" : "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/hoist-non-react-statics" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz" ,
"integrity" : "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"react-is" : "^16.7.0"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/hoist-non-react-statics/node_modules/react-is" : {
"version" : "16.13.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" ,
"integrity" : "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" ,
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/html-url-attributes" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz" ,
"integrity" : "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==" ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/immer" : {
2026-07-23 10:38:20 -04:00
"version" : "10.2.0" ,
"resolved" : "https://registry.npmjs.org/immer/-/immer-10.2.0.tgz" ,
"integrity" : "sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==" ,
2025-07-23 13:57:45 -04:00
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/immer"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/import-fresh" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz" ,
"integrity" : "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
},
"engines" : {
"node" : ">=6"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.19"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/inline-style-parser" : {
2026-07-23 10:38:20 -04:00
"version" : "0.2.7" ,
"resolved" : "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz" ,
"integrity" : "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/internal-slot" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz" ,
"integrity" : "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"hasown" : "^2.0.2" ,
"side-channel" : "^1.1.0"
},
"engines" : {
"node" : ">= 0.4"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/internmap" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz" ,
"integrity" : "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/is-alphabetical" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz" ,
"integrity" : "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
"node_modules/is-alphanumerical" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz" ,
"integrity" : "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==" ,
"license" : "MIT" ,
"dependencies" : {
"is-alphabetical" : "^2.0.0" ,
"is-decimal" : "^2.0.0"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/is-array-buffer" : {
"version" : "3.0.5" ,
"resolved" : "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz" ,
"integrity" : "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"get-intrinsic" : "^1.2.6"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-async-function" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz" ,
"integrity" : "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"async-function" : "^1.0.0" ,
"call-bound" : "^1.0.3" ,
"get-proto" : "^1.0.1" ,
"has-tostringtag" : "^1.0.2" ,
"safe-regex-test" : "^1.1.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-bigint" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz" ,
"integrity" : "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"has-bigints" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-boolean-object" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz" ,
"integrity" : "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"has-tostringtag" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-bun-module" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz" ,
"integrity" : "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"semver" : "^7.7.1"
}
},
"node_modules/is-callable" : {
"version" : "1.2.7" ,
"resolved" : "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz" ,
"integrity" : "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-core-module" : {
2026-07-23 10:38:20 -04:00
"version" : "2.16.2" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz" ,
"integrity" : "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"hasown" : "^2.0.3"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-data-view" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz" ,
"integrity" : "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"get-intrinsic" : "^1.2.6" ,
"is-typed-array" : "^1.1.13"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-date-object" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz" ,
"integrity" : "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"has-tostringtag" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/is-decimal" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz" ,
"integrity" : "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/is-document.all" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-document.all/-/is-document.all-1.0.0.tgz" ,
"integrity" : "sha512-+XSoyS05OdBbhFuELhgTCpFNHkpBOJqtsZfUFFpe5QTw+9Sjbh8zitxhQkYAo6wV7e1Vb8cAPvpCk9jGam/82g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.4"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/is-finalizationregistry" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz" ,
"integrity" : "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-generator-function" : {
2026-07-23 10:38:20 -04:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz" ,
"integrity" : "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"call-bound" : "^1.0.4" ,
"generator-function" : "^2.0.0" ,
"get-proto" : "^1.0.1" ,
2025-06-25 16:45:58 -04:00
"has-tostringtag" : "^1.0.2" ,
"safe-regex-test" : "^1.1.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-glob" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-extglob" : "^2.1.1"
},
"engines" : {
"node" : ">=0.10.0"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/is-hexadecimal" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz" ,
"integrity" : "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/is-map" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz" ,
"integrity" : "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-negative-zero" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz" ,
"integrity" : "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-number" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.12.0"
}
},
"node_modules/is-number-object" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz" ,
"integrity" : "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"has-tostringtag" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/is-plain-obj" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz" ,
"integrity" : "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-regex" : {
"version" : "1.2.1" ,
2025-06-25 16:45:58 -04:00
"resolved" : "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz" ,
"integrity" : "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"gopd" : "^1.2.0" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-set" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz" ,
"integrity" : "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-shared-array-buffer" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz" ,
"integrity" : "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-string" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz" ,
"integrity" : "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"has-tostringtag" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-symbol" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz" ,
"integrity" : "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"has-symbols" : "^1.1.0" ,
"safe-regex-test" : "^1.1.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-typed-array" : {
"version" : "1.1.15" ,
"resolved" : "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz" ,
"integrity" : "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"which-typed-array" : "^1.1.16"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-weakmap" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz" ,
"integrity" : "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-weakref" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz" ,
"integrity" : "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-weakset" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz" ,
"integrity" : "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"get-intrinsic" : "^1.2.6"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/isarray" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz" ,
"integrity" : "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"dev" : true ,
"license" : "ISC"
},
"node_modules/iterator.prototype" : {
"version" : "1.1.5" ,
"resolved" : "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz" ,
"integrity" : "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"define-data-property" : "^1.1.4" ,
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.6" ,
"get-proto" : "^1.0.0" ,
"has-symbols" : "^1.1.0" ,
"set-function-name" : "^2.0.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/jiti" : {
2026-07-23 10:38:20 -04:00
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz" ,
"integrity" : "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/jose" : {
"version" : "6.2.3" ,
"resolved" : "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz" ,
"integrity" : "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/panva"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
"license" : "MIT"
},
"node_modules/js-yaml" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz" ,
"integrity" : "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
2026-07-23 10:38:20 -04:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/puzrin"
},
{
"type" : "github" ,
"url" : "https://github.com/sponsors/nodeca"
}
],
2025-06-25 16:45:58 -04:00
"license" : "MIT" ,
"dependencies" : {
"argparse" : "^2.0.1"
},
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
},
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" ,
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" ,
"integrity" : "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/json5" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz" ,
"integrity" : "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"minimist" : "^1.2.0"
},
"bin" : {
"json5" : "lib/cli.js"
}
},
"node_modules/jsx-ast-utils" : {
"version" : "3.3.5" ,
"resolved" : "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz" ,
"integrity" : "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"array-includes" : "^3.1.6" ,
"array.prototype.flat" : "^1.3.1" ,
"object.assign" : "^4.1.4" ,
"object.values" : "^1.1.6"
},
"engines" : {
"node" : ">=4.0"
}
},
"node_modules/keyv" : {
"version" : "4.5.4" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"json-buffer" : "3.0.1"
}
},
"node_modules/language-subtag-registry" : {
"version" : "0.3.23" ,
"resolved" : "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz" ,
"integrity" : "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==" ,
"dev" : true ,
"license" : "CC0-1.0"
},
"node_modules/language-tags" : {
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz" ,
"integrity" : "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"language-subtag-registry" : "^0.3.20"
},
"engines" : {
"node" : ">=0.10"
}
},
"node_modules/levn" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" ,
"integrity" : "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
},
"engines" : {
"node" : ">= 0.8.0"
}
},
"node_modules/lightningcss" : {
2026-07-23 10:38:20 -04:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz" ,
"integrity" : "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MPL-2.0" ,
"dependencies" : {
"detect-libc" : "^2.0.3"
},
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"lightningcss-android-arm64" : "1.32.0" ,
"lightningcss-darwin-arm64" : "1.32.0" ,
"lightningcss-darwin-x64" : "1.32.0" ,
"lightningcss-freebsd-x64" : "1.32.0" ,
"lightningcss-linux-arm-gnueabihf" : "1.32.0" ,
"lightningcss-linux-arm64-gnu" : "1.32.0" ,
"lightningcss-linux-arm64-musl" : "1.32.0" ,
"lightningcss-linux-x64-gnu" : "1.32.0" ,
"lightningcss-linux-x64-musl" : "1.32.0" ,
"lightningcss-win32-arm64-msvc" : "1.32.0" ,
"lightningcss-win32-x64-msvc" : "1.32.0"
}
},
"node_modules/lightningcss-android-arm64" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz" ,
"integrity" : "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==" ,
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"android"
],
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/lightningcss-darwin-arm64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz" ,
"integrity" : "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-darwin-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz" ,
"integrity" : "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-freebsd-x64" : {
2026-07-23 10:38:20 -04:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz" ,
"integrity" : "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"freebsd"
],
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-linux-arm-gnueabihf" : {
2026-07-23 10:38:20 -04:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz" ,
"integrity" : "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm"
],
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-linux-arm64-gnu" : {
2026-07-23 10:38:20 -04:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz" ,
"integrity" : "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-linux-arm64-musl" : {
2026-07-23 10:38:20 -04:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz" ,
"integrity" : "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-linux-x64-gnu" : {
2026-07-23 10:38:20 -04:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz" ,
"integrity" : "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-linux-x64-musl" : {
2026-07-23 10:38:20 -04:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz" ,
"integrity" : "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-win32-arm64-msvc" : {
2026-07-23 10:38:20 -04:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz" ,
"integrity" : "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-win32-x64-msvc" : {
2026-07-23 10:38:20 -04:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz" ,
"integrity" : "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==" ,
2025-06-25 16:45:58 -04:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">= 12.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-locate" : "^5.0.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/lodash.debounce" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz" ,
"integrity" : "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" ,
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
"dev" : true ,
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/longest-streak" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz" ,
"integrity" : "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/loose-envify" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" ,
"integrity" : "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" ,
"license" : "MIT" ,
"dependencies" : {
"js-tokens" : "^3.0.0 || ^4.0.0"
},
"bin" : {
"loose-envify" : "cli.js"
}
},
"node_modules/magic-string" : {
2026-07-23 10:38:20 -04:00
"version" : "0.30.21" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz" ,
"integrity" : "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@jridgewell/sourcemap-codec" : "^1.5.5"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/math-intrinsics" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" ,
"integrity" : "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/mdast-util-from-markdown" : {
2026-07-23 10:38:20 -04:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz" ,
"integrity" : "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"@types/unist" : "^3.0.0" ,
"decode-named-character-reference" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"mdast-util-to-string" : "^4.0.0" ,
"micromark" : "^4.0.0" ,
"micromark-util-decode-numeric-character-reference" : "^2.0.0" ,
"micromark-util-decode-string" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0" ,
"unist-util-stringify-position" : "^4.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/mdast-util-mdx-expression" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz" ,
"integrity" : "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree-jsx" : "^1.0.0" ,
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"devlop" : "^1.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/mdast-util-mdx-jsx" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz" ,
"integrity" : "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree-jsx" : "^1.0.0" ,
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"@types/unist" : "^3.0.0" ,
"ccount" : "^2.0.0" ,
"devlop" : "^1.1.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0" ,
"parse-entities" : "^4.0.0" ,
"stringify-entities" : "^4.0.0" ,
"unist-util-stringify-position" : "^4.0.0" ,
"vfile-message" : "^4.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/mdast-util-mdxjs-esm" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz" ,
"integrity" : "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree-jsx" : "^1.0.0" ,
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"devlop" : "^1.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/mdast-util-phrasing" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz" ,
"integrity" : "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"unist-util-is" : "^6.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/mdast-util-to-hast" : {
2026-07-23 10:38:20 -04:00
"version" : "13.2.1" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz" ,
"integrity" : "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"@ungap/structured-clone" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-util-sanitize-uri" : "^2.0.0" ,
"trim-lines" : "^3.0.0" ,
"unist-util-position" : "^5.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"vfile" : "^6.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/mdast-util-to-markdown" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz" ,
"integrity" : "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"@types/unist" : "^3.0.0" ,
"longest-streak" : "^3.0.0" ,
"mdast-util-phrasing" : "^4.0.0" ,
"mdast-util-to-string" : "^4.0.0" ,
"micromark-util-classify-character" : "^2.0.0" ,
"micromark-util-decode-string" : "^2.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"zwitch" : "^2.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/mdast-util-to-string" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz" ,
"integrity" : "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/mdast" : "^4.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/merge2" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/micromark" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz" ,
"integrity" : "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"@types/debug" : "^4.0.0" ,
"debug" : "^4.0.0" ,
"decode-named-character-reference" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-core-commonmark" : "^2.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-combine-extensions" : "^2.0.0" ,
"micromark-util-decode-numeric-character-reference" : "^2.0.0" ,
"micromark-util-encode" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0" ,
"micromark-util-resolve-all" : "^2.0.0" ,
"micromark-util-sanitize-uri" : "^2.0.0" ,
"micromark-util-subtokenize" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-core-commonmark" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz" ,
"integrity" : "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"decode-named-character-reference" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-factory-destination" : "^2.0.0" ,
"micromark-factory-label" : "^2.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-factory-title" : "^2.0.0" ,
"micromark-factory-whitespace" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-classify-character" : "^2.0.0" ,
"micromark-util-html-tag-name" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0" ,
"micromark-util-resolve-all" : "^2.0.0" ,
"micromark-util-subtokenize" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-factory-destination" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz" ,
"integrity" : "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-factory-label" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz" ,
"integrity" : "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"devlop" : "^1.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-factory-space" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz" ,
"integrity" : "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-factory-title" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz" ,
"integrity" : "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-factory-whitespace" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz" ,
"integrity" : "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-util-character" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz" ,
"integrity" : "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-util-chunked" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz" ,
"integrity" : "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0"
}
},
"node_modules/micromark-util-classify-character" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz" ,
"integrity" : "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-util-combine-extensions" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz" ,
"integrity" : "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-util-decode-numeric-character-reference" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz" ,
"integrity" : "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0"
}
},
"node_modules/micromark-util-decode-string" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz" ,
"integrity" : "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"decode-named-character-reference" : "^1.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-decode-numeric-character-reference" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0"
}
},
"node_modules/micromark-util-encode" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz" ,
"integrity" : "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT"
},
"node_modules/micromark-util-html-tag-name" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz" ,
"integrity" : "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT"
},
"node_modules/micromark-util-normalize-identifier" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz" ,
"integrity" : "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0"
}
},
"node_modules/micromark-util-resolve-all" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz" ,
"integrity" : "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-util-sanitize-uri" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz" ,
"integrity" : "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-encode" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0"
}
},
"node_modules/micromark-util-subtokenize" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz" ,
"integrity" : "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT" ,
"dependencies" : {
"devlop" : "^1.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
},
"node_modules/micromark-util-symbol" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz" ,
"integrity" : "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT"
},
"node_modules/micromark-util-types" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz" ,
"integrity" : "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
},
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
],
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/micromatch" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
},
"engines" : {
"node" : ">=8.6"
}
},
"node_modules/minimatch" : {
2026-07-23 10:38:20 -04:00
"version" : "3.1.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz" ,
"integrity" : "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
},
"engines" : {
"node" : "*"
}
},
"node_modules/minimist" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" ,
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
},
"node_modules/nanoid" : {
2026-07-23 10:38:20 -04:00
"version" : "3.3.15" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.15.tgz" ,
"integrity" : "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==" ,
2025-06-25 16:45:58 -04:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
],
"license" : "MIT" ,
"bin" : {
"nanoid" : "bin/nanoid.cjs"
},
"engines" : {
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
"node_modules/napi-postinstall" : {
2026-07-23 10:38:20 -04:00
"version" : "0.3.4" ,
"resolved" : "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz" ,
"integrity" : "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"napi-postinstall" : "lib/cli.js"
},
"engines" : {
"node" : "^12.20.0 || ^14.18.0 || >=16.0.0"
},
"funding" : {
"url" : "https://opencollective.com/napi-postinstall"
}
},
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/next" : {
"version" : "15.3.4" ,
"resolved" : "https://registry.npmjs.org/next/-/next-15.3.4.tgz" ,
"integrity" : "sha512-mHKd50C+mCjam/gcnwqL1T1vPx/XQNFlXqFIVdgQdVAFY9iIQtY0IfaVflEYzKiqjeA7B0cYYMaCrmAYFjs4rA==" ,
2026-07-23 10:38:20 -04:00
"deprecated" : "This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/CVE-2025-66478 for more details." ,
2025-06-25 16:45:58 -04:00
"license" : "MIT" ,
"dependencies" : {
"@next/env" : "15.3.4" ,
"@swc/counter" : "0.1.3" ,
"@swc/helpers" : "0.5.15" ,
"busboy" : "1.6.0" ,
"caniuse-lite" : "^1.0.30001579" ,
"postcss" : "8.4.31" ,
"styled-jsx" : "5.1.6"
},
"bin" : {
"next" : "dist/bin/next"
},
"engines" : {
"node" : "^18.18.0 || ^19.8.0 || >= 20.0.0"
},
"optionalDependencies" : {
"@next/swc-darwin-arm64" : "15.3.4" ,
"@next/swc-darwin-x64" : "15.3.4" ,
"@next/swc-linux-arm64-gnu" : "15.3.4" ,
"@next/swc-linux-arm64-musl" : "15.3.4" ,
"@next/swc-linux-x64-gnu" : "15.3.4" ,
"@next/swc-linux-x64-musl" : "15.3.4" ,
"@next/swc-win32-arm64-msvc" : "15.3.4" ,
"@next/swc-win32-x64-msvc" : "15.3.4" ,
"sharp" : "^0.34.1"
},
"peerDependencies" : {
"@opentelemetry/api" : "^1.1.0" ,
"@playwright/test" : "^1.41.2" ,
"babel-plugin-react-compiler" : "*" ,
"react" : "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0" ,
"react-dom" : "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0" ,
"sass" : "^1.3.0"
},
"peerDependenciesMeta" : {
"@opentelemetry/api" : {
"optional" : true
},
"@playwright/test" : {
"optional" : true
},
"babel-plugin-react-compiler" : {
"optional" : true
},
"sass" : {
"optional" : true
}
}
},
2026-07-23 10:38:20 -04:00
"node_modules/next/node_modules/@swc/helpers" : {
"version" : "0.5.15" ,
"resolved" : "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz" ,
"integrity" : "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.8.0"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/next/node_modules/postcss" : {
"version" : "8.4.31" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz" ,
"integrity" : "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
},
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
},
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
],
"license" : "MIT" ,
"dependencies" : {
"nanoid" : "^3.3.6" ,
"picocolors" : "^1.0.0" ,
"source-map-js" : "^1.0.2"
},
"engines" : {
"node" : "^10 || ^12 || >=14"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/node-exports-info" : {
"version" : "1.6.2" ,
"resolved" : "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.2.tgz" ,
"integrity" : "sha512-kXs9Go0cah0qHVV2v389IXQLdLCeE1xfFtjOAF+iobu0OIoG1pje8At2vMHyaPMiPMnG/LWP50twML21eMcAag==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"array.prototype.flatmap" : "^1.3.3" ,
"es-errors" : "^1.3.0" ,
"object.entries" : "^1.1.9" ,
"semver" : "^6.3.1"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/node-exports-info/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/object-assign" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" ,
"integrity" : "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/object-inspect" : {
"version" : "1.13.4" ,
"resolved" : "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz" ,
"integrity" : "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/object-keys" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz" ,
"integrity" : "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/object.assign" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz" ,
"integrity" : "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0" ,
"has-symbols" : "^1.1.0" ,
"object-keys" : "^1.1.1"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/object.entries" : {
"version" : "1.1.9" ,
"resolved" : "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz" ,
"integrity" : "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.4" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.1.1"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/object.fromentries" : {
"version" : "2.0.8" ,
"resolved" : "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz" ,
"integrity" : "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-object-atoms" : "^1.0.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/object.groupby" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz" ,
"integrity" : "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/object.values" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz" ,
"integrity" : "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/optimism" : {
"version" : "0.18.1" ,
"resolved" : "https://registry.npmjs.org/optimism/-/optimism-0.18.1.tgz" ,
"integrity" : "sha512-mLXNwWPa9dgFyDqkNi54sjDyNJ9/fTI6WGBLgnXku1vdKY/jovHfZT5r+aiVeFFLOz+foPNOm5YJ4mqgld2GBQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@wry/caches" : "^1.0.0" ,
"@wry/context" : "^0.7.0" ,
"@wry/trie" : "^0.5.0" ,
"tslib" : "^2.3.0"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/optionator" : {
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
"type-check" : "^0.4.0" ,
"word-wrap" : "^1.2.5"
},
"engines" : {
"node" : ">= 0.8.0"
}
},
"node_modules/own-keys" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz" ,
"integrity" : "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"get-intrinsic" : "^1.2.6" ,
"object-keys" : "^1.1.1" ,
"safe-push-apply" : "^1.0.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/p-limit" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" ,
"integrity" : "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"yocto-queue" : "^0.1.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-limit" : "^3.0.2"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/parent-module" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" ,
"integrity" : "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"callsites" : "^3.0.0"
},
"engines" : {
"node" : ">=6"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/parse-entities" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz" ,
"integrity" : "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^2.0.0" ,
"character-entities-legacy" : "^3.0.0" ,
"character-reference-invalid" : "^2.0.0" ,
"decode-named-character-reference" : "^1.0.0" ,
"is-alphanumerical" : "^2.0.0" ,
"is-decimal" : "^2.0.0" ,
"is-hexadecimal" : "^2.0.0"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
"node_modules/parse-entities/node_modules/@types/unist" : {
"version" : "2.0.11" ,
"resolved" : "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz" ,
"integrity" : "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==" ,
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
},
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
},
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
"license" : "ISC"
},
"node_modules/picomatch" : {
2026-07-23 10:38:20 -04:00
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz" ,
"integrity" : "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8.6"
},
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/possible-typed-array-names" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz" ,
"integrity" : "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/postcss" : {
2026-07-23 10:38:20 -04:00
"version" : "8.5.16" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz" ,
"integrity" : "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
},
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
},
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
],
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"nanoid" : "^3.3.12" ,
2025-06-25 16:45:58 -04:00
"picocolors" : "^1.1.1" ,
"source-map-js" : "^1.2.1"
},
"engines" : {
"node" : "^10 || ^12 || >=14"
}
},
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8.0"
}
},
"node_modules/prop-types" : {
"version" : "15.8.1" ,
"resolved" : "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz" ,
"integrity" : "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==" ,
"license" : "MIT" ,
"dependencies" : {
"loose-envify" : "^1.4.0" ,
"object-assign" : "^4.1.1" ,
"react-is" : "^16.13.1"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/prop-types/node_modules/react-is" : {
"version" : "16.13.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" ,
"integrity" : "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" ,
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/property-information" : {
2026-07-23 10:38:20 -04:00
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz" ,
"integrity" : "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
},
"node_modules/queue-microtask" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" ,
"integrity" : "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
},
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
},
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
],
"license" : "MIT"
},
"node_modules/react" : {
2026-07-23 10:38:20 -04:00
"version" : "19.2.7" ,
"resolved" : "https://registry.npmjs.org/react/-/react-19.2.7.tgz" ,
"integrity" : "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==" ,
2025-06-25 16:45:58 -04:00
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/react-aria" : {
"version" : "3.50.0" ,
"resolved" : "https://registry.npmjs.org/react-aria/-/react-aria-3.50.0.tgz" ,
"integrity" : "sha512-S0Os6QZk33fzUAKu1QLT9afoUaCBt1ZNdoiq0n2YMVgKIdNIQS8zxiZ8O9hYE6QyDkHKjD6q39LQZ+qaSAIgjw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@internationalized/date" : "^3.12.2" ,
"@internationalized/number" : "^3.6.7" ,
"@internationalized/string" : "^3.2.9" ,
"@react-types/shared" : "^3.36.0" ,
"@swc/helpers" : "^0.5.0" ,
"aria-hidden" : "^1.2.3" ,
"clsx" : "^2.0.0" ,
"react-stately" : "3.48.0" ,
"use-sync-external-store" : "^1.6.0"
},
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" ,
"react-dom" : "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/react-dom" : {
2026-07-23 10:38:20 -04:00
"version" : "19.2.7" ,
"resolved" : "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz" ,
"integrity" : "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==" ,
2025-06-25 16:45:58 -04:00
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"scheduler" : "^0.27.0"
2025-06-25 16:45:58 -04:00
},
"peerDependencies" : {
2026-07-23 10:38:20 -04:00
"react" : "^19.2.7"
2025-06-25 16:45:58 -04:00
}
},
2025-06-30 15:54:10 -04:00
"node_modules/react-icons" : {
2026-07-23 10:38:20 -04:00
"version" : "5.7.0" ,
"resolved" : "https://registry.npmjs.org/react-icons/-/react-icons-5.7.0.tgz" ,
"integrity" : "sha512-LBLy340Rzqy6+/yVhZKT3B/QpP1BZaesGqasf09HPOBzRarcDIFH0WwXlXQfE7q7ipxK4MSiC5DIBWURCny6fw==" ,
2025-06-30 15:54:10 -04:00
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"react" : "*"
}
},
2026-07-23 10:38:20 -04:00
"node_modules/react-idle-timer" : {
"version" : "5.7.3" ,
"resolved" : "https://registry.npmjs.org/react-idle-timer/-/react-idle-timer-5.7.3.tgz" ,
"integrity" : "sha512-7QuPkJ8ffraiECVRP1KlzHOocvkvN1XEPeOevnfMLNc7A6O/TMZo11j5sPfYvftvkOqNA84iCc5dYXoX+m2raQ==" ,
"license" : "MIT" ,
"peerDependencies" : {
"react" : ">=16" ,
"react-dom" : ">=16"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/react-is" : {
2026-07-23 10:38:20 -04:00
"version" : "19.2.7" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-19.2.7.tgz" ,
"integrity" : "sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
2025-07-23 13:57:45 -04:00
},
2025-11-24 08:28:31 -05:00
"node_modules/react-markdown" : {
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz" ,
"integrity" : "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"devlop" : "^1.0.0" ,
"hast-util-to-jsx-runtime" : "^2.0.0" ,
"html-url-attributes" : "^3.0.0" ,
"mdast-util-to-hast" : "^13.0.0" ,
"remark-parse" : "^11.0.0" ,
"remark-rehype" : "^11.0.0" ,
"unified" : "^11.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"vfile" : "^6.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
},
"peerDependencies" : {
"@types/react" : ">=18" ,
"react" : ">=18"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/react-places-autocomplete" : {
"version" : "7.3.0" ,
"resolved" : "https://registry.npmjs.org/react-places-autocomplete/-/react-places-autocomplete-7.3.0.tgz" ,
"integrity" : "sha512-86wcHC69JATvWBnIS/yCsBHLtwzOGcnx3Ye94u74yTrz1jLRC/txkVDkf6rvC+Jq3zNe/tAg/W53x0EaH1ZPPw==" ,
"license" : "MIT" ,
"dependencies" : {
"lodash.debounce" : "^4.0.8" ,
"prop-types" : "^15.5.8"
},
"peerDependencies" : {
"react" : ">=0.14.7"
}
},
"node_modules/react-redux" : {
2026-07-23 10:38:20 -04:00
"version" : "9.3.0" ,
"resolved" : "https://registry.npmjs.org/react-redux/-/react-redux-9.3.0.tgz" ,
"integrity" : "sha512-KQopgqFo/p/fgmAs5qz6p5RWaNAzq40WAu7fJIXnQpYxFPbJYtsJPWvGeF2rOBaY/kEuV77AVsX8TsQzKm+A/g==" ,
2025-07-23 13:57:45 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/use-sync-external-store" : "^0.0.6" ,
"use-sync-external-store" : "^1.4.0"
},
"peerDependencies" : {
"@types/react" : "^18.2.25 || ^19" ,
"react" : "^18.0 || ^19" ,
"redux" : "^5.0.0"
},
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
},
"redux" : {
"optional" : true
}
}
},
2026-07-23 10:38:20 -04:00
"node_modules/react-stately" : {
"version" : "3.48.0" ,
"resolved" : "https://registry.npmjs.org/react-stately/-/react-stately-3.48.0.tgz" ,
"integrity" : "sha512-ImicSAG+lTotAe5izcs1fz49Zk48w7pDusqYg04WaPhCoej8BJ24soMu3iLXIrsi273s4P1gZrYGrqReMfgEEA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@internationalized/date" : "^3.12.2" ,
"@internationalized/number" : "^3.6.7" ,
"@internationalized/string" : "^3.2.9" ,
"@react-types/shared" : "^3.36.0" ,
"@swc/helpers" : "^0.5.0" ,
"use-sync-external-store" : "^1.6.0"
},
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/recharts" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/recharts/-/recharts-3.1.0.tgz" ,
"integrity" : "sha512-NqAqQcGBmLrfDs2mHX/bz8jJCQtG2FeXfE0GqpZmIuXIjkpIwj8sd9ad0WyvKiBKPd8ZgNG0hL85c8sFDwascw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@reduxjs/toolkit" : "1.x.x || 2.x.x" ,
"clsx" : "^2.1.1" ,
"decimal.js-light" : "^2.5.1" ,
"es-toolkit" : "^1.39.3" ,
"eventemitter3" : "^5.0.1" ,
"immer" : "^10.1.1" ,
"react-redux" : "8.x.x || 9.x.x" ,
"reselect" : "5.1.1" ,
"tiny-invariant" : "^1.3.3" ,
"use-sync-external-store" : "^1.2.2" ,
"victory-vendor" : "^37.0.2"
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react-dom" : "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react-is" : "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/redux" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz" ,
"integrity" : "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT"
},
2025-07-23 13:57:45 -04:00
"node_modules/redux-thunk" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz" ,
"integrity" : "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==" ,
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"redux" : "^5.0.0"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/reflect.getprototypeof" : {
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz" ,
"integrity" : "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.9" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.7" ,
"get-proto" : "^1.0.1" ,
"which-builtin-type" : "^1.2.1"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/regexp.prototype.flags" : {
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz" ,
"integrity" : "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"define-properties" : "^1.2.1" ,
"es-errors" : "^1.3.0" ,
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"set-function-name" : "^2.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/rehackt" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/rehackt/-/rehackt-0.1.0.tgz" ,
"integrity" : "sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==" ,
"license" : "MIT" ,
"peerDependencies" : {
"@types/react" : "*" ,
"react" : "*"
},
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
},
"react" : {
"optional" : true
}
}
},
"node_modules/remark-parse" : {
"version" : "11.0.0" ,
"resolved" : "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz" ,
"integrity" : "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0" ,
"unified" : "^11.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/remark-rehype" : {
"version" : "11.1.2" ,
"resolved" : "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz" ,
"integrity" : "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"mdast-util-to-hast" : "^13.0.0" ,
"unified" : "^11.0.0" ,
"vfile" : "^6.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/reselect" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/reselect/-/reselect-5.1.1.tgz" ,
"integrity" : "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==" ,
"dev" : true ,
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/resolve" : {
2026-07-23 10:38:20 -04:00
"version" : "2.0.0-next.7" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.7.tgz" ,
"integrity" : "sha512-tqt+NBWwyaMgw3zDsnygx4CByWjQEJHOPMdslYhppaQSJUtL/D4JO9CcBBlhPoI8lz9oJIDXkwXfhF4aWqP8xQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"es-errors" : "^1.3.0" ,
"is-core-module" : "^2.16.2" ,
"node-exports-info" : "^1.6.0" ,
"object-keys" : "^1.1.1" ,
2025-06-25 16:45:58 -04:00
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
},
"bin" : {
"resolve" : "bin/resolve"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/resolve-from" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" ,
"integrity" : "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
},
"node_modules/resolve-pkg-maps" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz" ,
"integrity" : "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
}
},
"node_modules/reusify" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz" ,
"integrity" : "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
},
"node_modules/run-parallel" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" ,
"integrity" : "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
},
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
},
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
],
"license" : "MIT" ,
"dependencies" : {
"queue-microtask" : "^1.2.2"
}
},
"node_modules/safe-array-concat" : {
2026-07-23 10:38:20 -04:00
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.4.tgz" ,
"integrity" : "sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"call-bind" : "^1.0.9" ,
"call-bound" : "^1.0.4" ,
"get-intrinsic" : "^1.3.0" ,
2025-06-25 16:45:58 -04:00
"has-symbols" : "^1.1.0" ,
"isarray" : "^2.0.5"
},
"engines" : {
"node" : ">=0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/safe-push-apply" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz" ,
"integrity" : "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"isarray" : "^2.0.5"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/safe-regex-test" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz" ,
"integrity" : "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"is-regex" : "^1.2.1"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/scheduler" : {
2026-07-23 10:38:20 -04:00
"version" : "0.27.0" ,
"resolved" : "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz" ,
"integrity" : "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==" ,
2025-06-25 16:45:58 -04:00
"license" : "MIT"
},
"node_modules/semver" : {
2026-07-23 10:38:20 -04:00
"version" : "7.8.5" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz" ,
"integrity" : "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==" ,
2025-06-25 16:45:58 -04:00
"devOptional" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
},
"engines" : {
"node" : ">=10"
}
},
"node_modules/set-function-length" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz" ,
"integrity" : "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
"gopd" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/set-function-name" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz" ,
"integrity" : "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"functions-have-names" : "^1.2.3" ,
"has-property-descriptors" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/set-proto" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz" ,
"integrity" : "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/sharp" : {
2026-07-23 10:38:20 -04:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz" ,
"integrity" : "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==" ,
2025-06-25 16:45:58 -04:00
"hasInstallScript" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"@img/colour" : "^1.0.0" ,
"detect-libc" : "^2.1.2" ,
"semver" : "^7.7.3"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding" : {
"url" : "https://opencollective.com/libvips"
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"@img/sharp-darwin-arm64" : "0.34.5" ,
"@img/sharp-darwin-x64" : "0.34.5" ,
"@img/sharp-libvips-darwin-arm64" : "1.2.4" ,
"@img/sharp-libvips-darwin-x64" : "1.2.4" ,
"@img/sharp-libvips-linux-arm" : "1.2.4" ,
"@img/sharp-libvips-linux-arm64" : "1.2.4" ,
"@img/sharp-libvips-linux-ppc64" : "1.2.4" ,
"@img/sharp-libvips-linux-riscv64" : "1.2.4" ,
"@img/sharp-libvips-linux-s390x" : "1.2.4" ,
"@img/sharp-libvips-linux-x64" : "1.2.4" ,
"@img/sharp-libvips-linuxmusl-arm64" : "1.2.4" ,
"@img/sharp-libvips-linuxmusl-x64" : "1.2.4" ,
"@img/sharp-linux-arm" : "0.34.5" ,
"@img/sharp-linux-arm64" : "0.34.5" ,
"@img/sharp-linux-ppc64" : "0.34.5" ,
"@img/sharp-linux-riscv64" : "0.34.5" ,
"@img/sharp-linux-s390x" : "0.34.5" ,
"@img/sharp-linux-x64" : "0.34.5" ,
"@img/sharp-linuxmusl-arm64" : "0.34.5" ,
"@img/sharp-linuxmusl-x64" : "0.34.5" ,
"@img/sharp-wasm32" : "0.34.5" ,
"@img/sharp-win32-arm64" : "0.34.5" ,
"@img/sharp-win32-ia32" : "0.34.5" ,
"@img/sharp-win32-x64" : "0.34.5"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"shebang-regex" : "^3.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
},
"node_modules/side-channel" : {
2026-07-23 10:38:20 -04:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz" ,
"integrity" : "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
2026-07-23 10:38:20 -04:00
"object-inspect" : "^1.13.4" ,
"side-channel-list" : "^1.0.1" ,
2025-06-25 16:45:58 -04:00
"side-channel-map" : "^1.0.1" ,
"side-channel-weakmap" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/side-channel-list" : {
2026-07-23 10:38:20 -04:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz" ,
"integrity" : "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
2026-07-23 10:38:20 -04:00
"object-inspect" : "^1.13.4"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/side-channel-map" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz" ,
"integrity" : "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/side-channel-weakmap" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz" ,
"integrity" : "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3" ,
"side-channel-map" : "^1.0.1"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/source-map-js" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/space-separated-tokens" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz" ,
"integrity" : "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/stable-hash" : {
"version" : "0.0.5" ,
"resolved" : "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz" ,
"integrity" : "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/stop-iteration-iterator" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz" ,
"integrity" : "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"internal-slot" : "^1.1.0"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/streamsearch" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz" ,
"integrity" : "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==" ,
"engines" : {
"node" : ">=10.0.0"
}
},
"node_modules/string.prototype.includes" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz" ,
"integrity" : "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.3"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/string.prototype.matchall" : {
"version" : "4.0.12" ,
"resolved" : "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz" ,
"integrity" : "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.6" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.6" ,
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"internal-slot" : "^1.1.0" ,
"regexp.prototype.flags" : "^1.5.3" ,
"set-function-name" : "^2.0.2" ,
"side-channel" : "^1.1.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/string.prototype.repeat" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz" ,
"integrity" : "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"define-properties" : "^1.1.3" ,
"es-abstract" : "^1.17.5"
}
},
"node_modules/string.prototype.trim" : {
2026-07-23 10:38:20 -04:00
"version" : "1.2.11" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.11.tgz" ,
"integrity" : "sha512-PwvK7BU+CMTJGYQCTZb5RWXIML92lftJLhQz1tBzgKiqGxJaMlBAa48POXaNAC2s4y8jr3EFqrkF9+44neS46w==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"call-bind" : "^1.0.9" ,
"call-bound" : "^1.0.4" ,
2025-06-25 16:45:58 -04:00
"define-data-property" : "^1.1.4" ,
"define-properties" : "^1.2.1" ,
2026-07-23 10:38:20 -04:00
"es-abstract" : "^1.24.2" ,
"es-object-atoms" : "^1.1.2" ,
"has-property-descriptors" : "^1.0.2" ,
"safe-regex-test" : "^1.1.0"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/string.prototype.trimend" : {
2026-07-23 10:38:20 -04:00
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.10.tgz" ,
"integrity" : "sha512-2+3aDAOmPTmuFwjDnmJG2ctEkQKVki7vOSqaxkv42Mowj1V6PnvuwFCRrR5lChUux1TBskPjfkeTOhqczDMxTw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"call-bind" : "^1.0.9" ,
"call-bound" : "^1.0.4" ,
2025-06-25 16:45:58 -04:00
"define-properties" : "^1.2.1" ,
2026-07-23 10:38:20 -04:00
"es-object-atoms" : "^1.1.2"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/string.prototype.trimstart" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz" ,
"integrity" : "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/stringify-entities" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz" ,
"integrity" : "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==" ,
"license" : "MIT" ,
"dependencies" : {
"character-entities-html4" : "^2.0.0" ,
"character-entities-legacy" : "^3.0.0"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/strip-bom" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" ,
"integrity" : "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
},
"node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" ,
"integrity" : "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/style-to-js" : {
2026-07-23 10:38:20 -04:00
"version" : "1.1.21" ,
"resolved" : "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz" ,
"integrity" : "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"style-to-object" : "1.0.14"
2025-11-24 08:28:31 -05:00
}
},
"node_modules/style-to-object" : {
2026-07-23 10:38:20 -04:00
"version" : "1.0.14" ,
"resolved" : "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz" ,
"integrity" : "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"inline-style-parser" : "0.2.7"
2025-11-24 08:28:31 -05:00
}
},
2025-06-25 16:45:58 -04:00
"node_modules/styled-jsx" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz" ,
"integrity" : "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==" ,
"license" : "MIT" ,
"dependencies" : {
"client-only" : "0.0.1"
},
"engines" : {
"node" : ">= 12.0.0"
},
"peerDependencies" : {
"react" : ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
},
"peerDependenciesMeta" : {
"@babel/core" : {
"optional" : true
},
"babel-plugin-macros" : {
"optional" : true
}
}
},
"node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"has-flag" : "^4.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/symbol-observable" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz" ,
"integrity" : "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10"
}
},
2025-07-16 17:27:22 -04:00
"node_modules/tabbable" : {
2026-07-23 10:38:20 -04:00
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/tabbable/-/tabbable-6.5.0.tgz" ,
"integrity" : "sha512-wieBHXygIm7OyQOu5hQlkk62/WyCFYGlWg7L6/ZCUZwx0o398Zkn4pVmMyfYhfMG8kGrj/Krt8eIk6UKC6VzwA==" ,
2025-07-16 17:27:22 -04:00
"dev" : true ,
"license" : "MIT"
},
2025-07-08 14:57:06 -04:00
"node_modules/tailwind-rounded-out" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/tailwind-rounded-out/-/tailwind-rounded-out-2.0.0.tgz" ,
"integrity" : "sha512-QPZGy7zvE/qbN81e9MrLZhd+CPTHlHcrKAp0TKrJFb/yfcpwD7mY8bCwD8aCBMtEPtexKSVAKfQsMrk1cNkPEA==" ,
"dev" : true ,
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/tailwindcss" : {
2026-07-23 10:38:20 -04:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz" ,
"integrity" : "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT"
},
"node_modules/tapable" : {
2026-07-23 10:38:20 -04:00
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz" ,
"integrity" : "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
},
2026-07-23 10:38:20 -04:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
2025-06-25 16:45:58 -04:00
}
},
2025-07-23 13:57:45 -04:00
"node_modules/tiny-invariant" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz" ,
"integrity" : "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==" ,
"dev" : true ,
"license" : "MIT"
},
2025-06-25 16:45:58 -04:00
"node_modules/tinyglobby" : {
2026-07-23 10:38:20 -04:00
"version" : "0.2.17" ,
"resolved" : "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz" ,
"integrity" : "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.4"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">=12.0.0"
},
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
}
},
"node_modules/tinyglobby/node_modules/fdir" : {
2026-07-23 10:38:20 -04:00
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz" ,
"integrity" : "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
2026-07-23 10:38:20 -04:00
"engines" : {
"node" : ">=12.0.0"
},
2025-06-25 16:45:58 -04:00
"peerDependencies" : {
"picomatch" : "^3 || ^4"
},
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
}
},
"node_modules/tinyglobby/node_modules/picomatch" : {
2026-07-23 10:38:20 -04:00
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz" ,
"integrity" : "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-number" : "^7.0.0"
},
"engines" : {
"node" : ">=8.0"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/trim-lines" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz" ,
"integrity" : "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
"node_modules/trough" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz" ,
"integrity" : "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/ts-api-utils" : {
2026-07-23 10:38:20 -04:00
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz" ,
"integrity" : "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18.12"
},
"peerDependencies" : {
"typescript" : ">=4.8.4"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/ts-invariant" : {
"version" : "0.10.3" ,
"resolved" : "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.10.3.tgz" ,
"integrity" : "sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==" ,
"license" : "MIT" ,
"dependencies" : {
"tslib" : "^2.1.0"
},
"engines" : {
"node" : ">=8"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/tsconfig-paths" : {
"version" : "3.15.0" ,
"resolved" : "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz" ,
"integrity" : "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/json5" : "^0.0.29" ,
"json5" : "^1.0.2" ,
"minimist" : "^1.2.6" ,
"strip-bom" : "^3.0.0"
}
},
"node_modules/tslib" : {
"version" : "2.8.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" ,
"integrity" : "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" ,
"license" : "0BSD"
},
"node_modules/type-check" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" ,
"integrity" : "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"prelude-ls" : "^1.2.1"
},
"engines" : {
"node" : ">= 0.8.0"
}
},
"node_modules/typed-array-buffer" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz" ,
"integrity" : "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"es-errors" : "^1.3.0" ,
"is-typed-array" : "^1.1.14"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/typed-array-byte-length" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz" ,
"integrity" : "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.2.0" ,
"has-proto" : "^1.2.0" ,
"is-typed-array" : "^1.1.14"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/typed-array-byte-offset" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz" ,
"integrity" : "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.8" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.2.0" ,
"has-proto" : "^1.2.0" ,
"is-typed-array" : "^1.1.15" ,
"reflect.getprototypeof" : "^1.0.9"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/typed-array-length" : {
2026-07-23 10:38:20 -04:00
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.8.tgz" ,
"integrity" : "sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"call-bind" : "^1.0.9" ,
"for-each" : "^0.3.5" ,
"gopd" : "^1.2.0" ,
"is-typed-array" : "^1.1.15" ,
"possible-typed-array-names" : "^1.1.0" ,
"reflect.getprototypeof" : "^1.0.10"
2025-06-25 16:45:58 -04:00
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/typescript" : {
2026-07-23 10:38:20 -04:00
"version" : "5.9.3" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz" ,
"integrity" : "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "Apache-2.0" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
},
"engines" : {
"node" : ">=14.17"
}
},
"node_modules/unbox-primitive" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz" ,
"integrity" : "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"has-bigints" : "^1.0.2" ,
"has-symbols" : "^1.1.0" ,
"which-boxed-primitive" : "^1.1.1"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/undici-types" : {
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz" ,
"integrity" : "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" ,
"dev" : true ,
"license" : "MIT"
},
2025-11-24 08:28:31 -05:00
"node_modules/unified" : {
"version" : "11.0.5" ,
"resolved" : "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz" ,
"integrity" : "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"bail" : "^2.0.0" ,
"devlop" : "^1.0.0" ,
"extend" : "^3.0.0" ,
"is-plain-obj" : "^4.0.0" ,
"trough" : "^2.0.0" ,
"vfile" : "^6.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/unist-util-is" : {
2026-07-23 10:38:20 -04:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz" ,
"integrity" : "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/unist-util-position" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz" ,
"integrity" : "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/unist-util-stringify-position" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz" ,
"integrity" : "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/unist-util-visit" : {
2026-07-23 10:38:20 -04:00
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz" ,
"integrity" : "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"unist-util-is" : "^6.0.0" ,
"unist-util-visit-parents" : "^6.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/unist-util-visit-parents" : {
2026-07-23 10:38:20 -04:00
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz" ,
"integrity" : "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==" ,
2025-11-24 08:28:31 -05:00
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"unist-util-is" : "^6.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/unrs-resolver" : {
2026-07-23 10:38:20 -04:00
"version" : "1.12.2" ,
"resolved" : "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.12.2.tgz" ,
"integrity" : "sha512-dmlRxBJJayXjqTwC+JtF1HhJmgf3ftQ3YejFcZrf4+KKtJv0qDsK1pjqaaVjG7wJ5NJ6UVP1OqRMQ71Z4C3rxQ==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-07-23 10:38:20 -04:00
"napi-postinstall" : "^0.3.4"
2025-06-25 16:45:58 -04:00
},
"funding" : {
"url" : "https://opencollective.com/unrs-resolver"
},
"optionalDependencies" : {
2026-07-23 10:38:20 -04:00
"@unrs/resolver-binding-android-arm-eabi" : "1.12.2" ,
"@unrs/resolver-binding-android-arm64" : "1.12.2" ,
"@unrs/resolver-binding-darwin-arm64" : "1.12.2" ,
"@unrs/resolver-binding-darwin-x64" : "1.12.2" ,
"@unrs/resolver-binding-freebsd-x64" : "1.12.2" ,
"@unrs/resolver-binding-linux-arm-gnueabihf" : "1.12.2" ,
"@unrs/resolver-binding-linux-arm-musleabihf" : "1.12.2" ,
"@unrs/resolver-binding-linux-arm64-gnu" : "1.12.2" ,
"@unrs/resolver-binding-linux-arm64-musl" : "1.12.2" ,
"@unrs/resolver-binding-linux-loong64-gnu" : "1.12.2" ,
"@unrs/resolver-binding-linux-loong64-musl" : "1.12.2" ,
"@unrs/resolver-binding-linux-ppc64-gnu" : "1.12.2" ,
"@unrs/resolver-binding-linux-riscv64-gnu" : "1.12.2" ,
"@unrs/resolver-binding-linux-riscv64-musl" : "1.12.2" ,
"@unrs/resolver-binding-linux-s390x-gnu" : "1.12.2" ,
"@unrs/resolver-binding-linux-x64-gnu" : "1.12.2" ,
"@unrs/resolver-binding-linux-x64-musl" : "1.12.2" ,
"@unrs/resolver-binding-openharmony-arm64" : "1.12.2" ,
"@unrs/resolver-binding-wasm32-wasi" : "1.12.2" ,
"@unrs/resolver-binding-win32-arm64-msvc" : "1.12.2" ,
"@unrs/resolver-binding-win32-ia32-msvc" : "1.12.2" ,
"@unrs/resolver-binding-win32-x64-msvc" : "1.12.2"
2025-06-25 16:45:58 -04:00
}
},
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"punycode" : "^2.1.0"
}
},
2025-07-16 17:27:22 -04:00
"node_modules/use-sync-external-store" : {
2026-07-23 10:38:20 -04:00
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz" ,
"integrity" : "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==" ,
2025-07-16 17:27:22 -04:00
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
2025-11-24 08:28:31 -05:00
"node_modules/vfile" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz" ,
"integrity" : "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"vfile-message" : "^4.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
"node_modules/vfile-message" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz" ,
"integrity" : "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"unist-util-stringify-position" : "^4.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
},
2025-07-23 13:57:45 -04:00
"node_modules/victory-vendor" : {
"version" : "37.3.6" ,
"resolved" : "https://registry.npmjs.org/victory-vendor/-/victory-vendor-37.3.6.tgz" ,
"integrity" : "sha512-SbPDPdDBYp+5MJHhBCAyI7wKM3d5ivekigc2Dk2s7pgbZ9wIgIBYGVw4zGHBml/qTFbexrofXW6Gu4noGxrOwQ==" ,
"dev" : true ,
"license" : "MIT AND ISC" ,
"dependencies" : {
"@types/d3-array" : "^3.0.3" ,
"@types/d3-ease" : "^3.0.0" ,
"@types/d3-interpolate" : "^3.0.1" ,
"@types/d3-scale" : "^4.0.2" ,
"@types/d3-shape" : "^3.1.0" ,
"@types/d3-time" : "^3.0.0" ,
"@types/d3-timer" : "^3.0.0" ,
"d3-array" : "^3.1.6" ,
"d3-ease" : "^3.0.1" ,
"d3-interpolate" : "^3.0.1" ,
"d3-scale" : "^4.0.2" ,
"d3-shape" : "^3.1.0" ,
"d3-time" : "^3.0.0" ,
"d3-timer" : "^3.0.1"
}
},
2025-06-25 16:45:58 -04:00
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^2.0.0"
},
"bin" : {
"node-which" : "bin/node-which"
},
"engines" : {
"node" : ">= 8"
}
},
"node_modules/which-boxed-primitive" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz" ,
"integrity" : "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-bigint" : "^1.1.0" ,
"is-boolean-object" : "^1.2.1" ,
"is-number-object" : "^1.1.1" ,
"is-string" : "^1.1.1" ,
"is-symbol" : "^1.1.1"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/which-builtin-type" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz" ,
"integrity" : "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"function.prototype.name" : "^1.1.6" ,
"has-tostringtag" : "^1.0.2" ,
"is-async-function" : "^2.0.0" ,
"is-date-object" : "^1.1.0" ,
"is-finalizationregistry" : "^1.1.0" ,
"is-generator-function" : "^1.0.10" ,
"is-regex" : "^1.2.1" ,
"is-weakref" : "^1.0.2" ,
"isarray" : "^2.0.5" ,
"which-boxed-primitive" : "^1.1.0" ,
"which-collection" : "^1.0.2" ,
"which-typed-array" : "^1.1.16"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/which-collection" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz" ,
"integrity" : "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-map" : "^2.0.3" ,
"is-set" : "^2.0.3" ,
"is-weakmap" : "^2.0.2" ,
"is-weakset" : "^2.0.3"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/which-typed-array" : {
2026-07-23 10:38:20 -04:00
"version" : "1.1.22" ,
"resolved" : "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.22.tgz" ,
"integrity" : "sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==" ,
2025-06-25 16:45:58 -04:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"available-typed-arrays" : "^1.0.7" ,
2026-07-23 10:38:20 -04:00
"call-bind" : "^1.0.9" ,
2025-06-25 16:45:58 -04:00
"call-bound" : "^1.0.4" ,
"for-each" : "^0.3.5" ,
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"has-tostringtag" : "^1.0.2"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" ,
"integrity" : "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" ,
"integrity" : "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2025-11-24 08:28:31 -05:00
},
"node_modules/zen-observable" : {
"version" : "0.8.15" ,
"resolved" : "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz" ,
"integrity" : "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==" ,
"license" : "MIT"
},
"node_modules/zen-observable-ts" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz" ,
"integrity" : "sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==" ,
"license" : "MIT" ,
"dependencies" : {
"zen-observable" : "0.8.15"
}
},
"node_modules/zwitch" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz" ,
"integrity" : "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
2025-06-25 16:45:58 -04:00
}
}
}