2025-04-19 12:52:15 -06:00
{
"name" : "perplexica-frontend" ,
2025-07-16 23:37:23 -06:00
"version" : "1.11.0-rc2" ,
2025-04-19 12:52:15 -06:00
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "perplexica-frontend" ,
2025-07-16 23:37:23 -06:00
"version" : "1.11.0-rc2" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"@headlessui/react" : "^2.2.0" ,
"@iarna/toml" : "^2.2.5" ,
"@icons-pack/react-simple-icons" : "^12.3.0" ,
2025-06-09 23:00:25 -06:00
"@langchain/anthropic" : "^0.3.21" ,
"@langchain/community" : "^0.3.45" ,
"@langchain/core" : "^0.3.57" ,
"@langchain/google-genai" : "^0.2.10" ,
2025-07-03 00:27:32 -06:00
"@langchain/groq" : "^0.2.3" ,
2025-06-09 23:00:25 -06:00
"@langchain/langgraph" : "^0.3.1" ,
2025-05-03 16:00:08 -06:00
"@langchain/ollama" : "^0.2.0" ,
2025-06-09 23:00:25 -06:00
"@langchain/openai" : "^0.5.12" ,
2025-04-19 12:52:15 -06:00
"@langchain/textsplitters" : "^0.1.0" ,
2025-05-23 18:03:35 -06:00
"@mozilla/readability" : "^0.6.0" ,
2025-04-19 12:52:15 -06:00
"@tailwindcss/typography" : "^0.5.12" ,
2025-05-03 16:00:08 -06:00
"@types/react-syntax-highlighter" : "^15.5.13" ,
2025-04-19 12:52:15 -06:00
"@xenova/transformers" : "^2.17.2" ,
"axios" : "^1.8.3" ,
"better-sqlite3" : "^11.9.1" ,
2025-06-09 23:00:25 -06:00
"cheerio" : "^1.1.0" ,
2025-04-19 12:52:15 -06:00
"clsx" : "^2.1.0" ,
"compute-cosine-similarity" : "^1.1.0" ,
"compute-dot" : "^1.1.0" ,
"drizzle-orm" : "^0.40.1" ,
"html-to-text" : "^9.0.5" ,
2025-05-23 18:03:35 -06:00
"jsdom" : "^26.1.0" ,
2025-07-16 23:37:23 -06:00
"jspdf" : "^3.0.1" ,
2025-05-19 23:32:35 -06:00
"langchain" : "^0.3.26" ,
2025-07-12 16:12:50 -06:00
"lucide-react" : "^0.525.0" ,
2025-07-16 23:37:23 -06:00
"mammoth" : "^1.9.1" ,
2025-04-19 12:52:15 -06:00
"markdown-to-jsx" : "^7.7.2" ,
"next" : "^15.2.2" ,
2025-07-12 16:12:50 -06:00
"next-themes" : "^0.4.6" ,
2025-04-19 12:52:15 -06:00
"pdf-parse" : "^1.1.1" ,
2025-06-09 23:00:25 -06:00
"playwright" : "^1.52.0" ,
2025-07-12 16:12:50 -06:00
"react" : "^19" ,
"react-dom" : "^19" ,
2025-05-03 16:00:08 -06:00
"react-syntax-highlighter" : "^15.6.1" ,
2025-07-12 16:12:50 -06:00
"react-text-to-speech" : "^2.1.2" ,
2025-04-19 12:52:15 -06:00
"react-textarea-autosize" : "^8.5.3" ,
"sonner" : "^1.4.41" ,
"tailwind-merge" : "^2.2.2" ,
"winston" : "^3.17.0" ,
"yet-another-react-lightbox" : "^3.17.2" ,
"zod" : "^3.22.4"
} ,
"devDependencies" : {
"@types/better-sqlite3" : "^7.6.12" ,
"@types/html-to-text" : "^9.0.4" ,
2025-05-23 18:03:35 -06:00
"@types/jsdom" : "^21.1.7" ,
2025-07-16 23:37:23 -06:00
"@types/jspdf" : "^2.0.0" ,
2025-04-19 12:52:15 -06:00
"@types/node" : "^20" ,
"@types/pdf-parse" : "^1.1.4" ,
2025-07-12 16:12:50 -06:00
"@types/react" : "^19" ,
"@types/react-dom" : "^19" ,
2025-04-19 12:52:15 -06:00
"autoprefixer" : "^10.0.1" ,
"drizzle-kit" : "^0.30.5" ,
"eslint" : "^8" ,
"eslint-config-next" : "14.1.4" ,
"postcss" : "^8" ,
"prettier" : "^3.2.5" ,
"tailwindcss" : "^3.3.0" ,
"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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@anthropic-ai/sdk" : {
2025-05-19 23:32:35 -06:00
"version" : "0.27.3" ,
"resolved" : "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.27.3.tgz" ,
"integrity" : "sha512-IjLt0gd3L4jlOfilxVXTifn42FnVffMgDC04RJK1KDZpmkBWLv0XC92MVVmkxrFZNS/7l3xWgP/I3nqtX1sQHw==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"peer" : true ,
2025-04-19 12:52:15 -06:00
"dependencies" : {
"@types/node" : "^18.11.18" ,
"@types/node-fetch" : "^2.6.4" ,
"abort-controller" : "^3.0.0" ,
"agentkeepalive" : "^4.2.1" ,
"form-data-encoder" : "1.7.2" ,
"formdata-node" : "^4.3.2" ,
"node-fetch" : "^2.6.7"
}
} ,
"node_modules/@anthropic-ai/sdk/node_modules/@types/node" : {
2025-07-16 23:37:23 -06:00
"version" : "18.19.119" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-18.19.119.tgz" ,
"integrity" : "sha512-d0F6m9itIPaKnrvEMlzE48UjwZaAnFW7Jwibacw9MNdqadjKNpUm9tfJYDwmShJmgqcoqYUX3EMKO1+RWiuuNg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"peer" : true ,
2025-04-19 12:52:15 -06:00
"dependencies" : {
"undici-types" : "~5.26.4"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@anthropic-ai/sdk/node_modules/undici-types" : {
"version" : "5.26.5" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" ,
"integrity" : "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" ,
"license" : "MIT" ,
"peer" : true
} ,
2025-05-23 18:03:35 -06:00
"node_modules/@asamuzakjp/css-color" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz" ,
"integrity" : "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==" ,
"license" : "MIT" ,
"dependencies" : {
"@csstools/css-calc" : "^2.1.3" ,
"@csstools/css-color-parser" : "^3.0.9" ,
"@csstools/css-parser-algorithms" : "^3.0.4" ,
"@csstools/css-tokenizer" : "^3.0.3" ,
"lru-cache" : "^10.4.3"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@babel/runtime" : {
2025-06-09 23:00:25 -06:00
"version" : "7.27.6" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz" ,
"integrity" : "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/@browserbasehq/sdk" : {
2025-05-19 23:32:35 -06:00
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/@browserbasehq/sdk/-/sdk-2.6.0.tgz" ,
"integrity" : "sha512-83iXP5D7xMm8Wyn66TUaUrgoByCmAJuoMoZQI3sGg3JAiMlTfnCIMqyVBoNSaItaPIkaCnrsj6LiusmXV2X9YA==" ,
2025-05-03 16:00:08 -06:00
"license" : "Apache-2.0" ,
"peer" : true ,
"dependencies" : {
"@types/node" : "^18.11.18" ,
"@types/node-fetch" : "^2.6.4" ,
"abort-controller" : "^3.0.0" ,
"agentkeepalive" : "^4.2.1" ,
"form-data-encoder" : "1.7.2" ,
"formdata-node" : "^4.3.2" ,
"node-fetch" : "^2.6.7"
}
} ,
"node_modules/@browserbasehq/sdk/node_modules/@types/node" : {
2025-07-16 23:37:23 -06:00
"version" : "18.19.119" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-18.19.119.tgz" ,
"integrity" : "sha512-d0F6m9itIPaKnrvEMlzE48UjwZaAnFW7Jwibacw9MNdqadjKNpUm9tfJYDwmShJmgqcoqYUX3EMKO1+RWiuuNg==" ,
2025-05-03 16:00:08 -06:00
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"undici-types" : "~5.26.4"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@browserbasehq/sdk/node_modules/undici-types" : {
"version" : "5.26.5" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" ,
"integrity" : "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" ,
"license" : "MIT" ,
"peer" : true
} ,
2025-05-03 16:00:08 -06:00
"node_modules/@browserbasehq/stagehand" : {
"version" : "1.14.0" ,
"resolved" : "https://registry.npmjs.org/@browserbasehq/stagehand/-/stagehand-1.14.0.tgz" ,
"integrity" : "sha512-Hi/EzgMFWz+FKyepxHTrqfTPjpsuBS4zRy3e9sbMpBgLPv+9c0R+YZEvS7Bw4mTS66QtvvURRT6zgDGFotthVQ==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@anthropic-ai/sdk" : "^0.27.3" ,
"@browserbasehq/sdk" : "^2.0.0" ,
"ws" : "^8.18.0" ,
"zod-to-json-schema" : "^3.23.5"
} ,
"peerDependencies" : {
"@playwright/test" : "^1.42.1" ,
"deepmerge" : "^4.3.1" ,
"dotenv" : "^16.4.5" ,
"openai" : "^4.62.1" ,
"zod" : "^3.23.8"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@cfworker/json-schema" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-4.1.1.tgz" ,
"integrity" : "sha512-gAmrUZSGtKc3AiBL71iNWxDsyUC5uMaKKGdvzYsBoTW/xi42JQHl7eKV2OYzCUqvc+D2RCcf7EXY2iCyFIk6og==" ,
"license" : "MIT"
} ,
"node_modules/@colors/colors" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz" ,
"integrity" : "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.1.90"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/@csstools/color-helpers" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz" ,
"integrity" : "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT-0" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@csstools/css-calc" : {
2025-06-09 23:00:25 -06:00
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz" ,
"integrity" : "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==" ,
2025-05-23 18:03:35 -06:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
2025-06-09 23:00:25 -06:00
"@csstools/css-parser-algorithms" : "^3.0.5" ,
"@csstools/css-tokenizer" : "^3.0.4"
2025-05-23 18:03:35 -06:00
}
} ,
"node_modules/@csstools/css-color-parser" : {
2025-06-09 23:00:25 -06:00
"version" : "3.0.10" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.10.tgz" ,
"integrity" : "sha512-TiJ5Ajr6WRd1r8HSiwJvZBiJOqtH86aHpUjq5aEKWHiII2Qfjqd/HCWKPOW8EP4vcspXbHnXrwIDlu5savQipg==" ,
2025-05-23 18:03:35 -06:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"@csstools/color-helpers" : "^5.0.2" ,
2025-06-09 23:00:25 -06:00
"@csstools/css-calc" : "^2.1.4"
2025-05-23 18:03:35 -06:00
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
2025-06-09 23:00:25 -06:00
"@csstools/css-parser-algorithms" : "^3.0.5" ,
"@csstools/css-tokenizer" : "^3.0.4"
2025-05-23 18:03:35 -06:00
}
} ,
"node_modules/@csstools/css-parser-algorithms" : {
2025-06-09 23:00:25 -06:00
"version" : "3.0.5" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz" ,
"integrity" : "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==" ,
2025-05-23 18:03:35 -06:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
2025-06-09 23:00:25 -06:00
"@csstools/css-tokenizer" : "^3.0.4"
2025-05-23 18:03:35 -06:00
}
} ,
"node_modules/@csstools/css-tokenizer" : {
2025-06-09 23:00:25 -06:00
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz" ,
"integrity" : "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==" ,
2025-05-23 18:03:35 -06:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@dabh/diagnostics" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz" ,
"integrity" : "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==" ,
"license" : "MIT" ,
"dependencies" : {
"colorspace" : "1.1.x" ,
"enabled" : "2.0.x" ,
"kuler" : "^2.0.0"
}
} ,
"node_modules/@drizzle-team/brocli" : {
"version" : "0.10.2" ,
"resolved" : "https://registry.npmjs.org/@drizzle-team/brocli/-/brocli-0.10.2.tgz" ,
"integrity" : "sha512-z33Il7l5dKjUgGULTqBsQBQwckHh5AbIuxhdsIxDDiZAzBOrZO6q9ogcWC65kU382AfynTfgNumVcNIjuIua6w==" ,
"dev" : true ,
"license" : "Apache-2.0"
} ,
"node_modules/@emnapi/core" : {
2025-07-12 15:44:17 -06:00
"version" : "1.4.4" ,
"resolved" : "https://registry.npmjs.org/@emnapi/core/-/core-1.4.4.tgz" ,
"integrity" : "sha512-A9CnAbC6ARNMKcIcrQwq6HeHCjpcBZ5wSx4U01WXCqEKlrzB9F9315WDNHkrs2xbx7YjjSxbUYxuN6EQzpcY2g==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"@emnapi/wasi-threads" : "1.0.3" ,
2025-04-19 12:52:15 -06:00
"tslib" : "^2.4.0"
}
} ,
"node_modules/@emnapi/runtime" : {
2025-07-12 15:44:17 -06:00
"version" : "1.4.4" ,
"resolved" : "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.4.tgz" ,
"integrity" : "sha512-hHyapA4A3gPaDCNfiqyZUStTMqIkKRshqPIuDOXv1hcBnD4U3l8cP0T1HMCfGRxQ6V64TGCcoswChANyOAwbQg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@emnapi/wasi-threads" : {
2025-07-12 15:44:17 -06:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.3.tgz" ,
"integrity" : "sha512-8K5IFFsQqF9wQNJptGbS6FNKgUTsSRYnTqNCG1vPP8jFdjSv18n2mQfJpkt2Oibo9iBEzcDnDxNwKTzC7svlJw==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@esbuild-kit/core-utils" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild-kit/core-utils/-/core-utils-3.3.2.tgz" ,
"integrity" : "sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==" ,
2025-05-19 23:32:35 -06:00
"deprecated" : "Merged into tsx: https://tsx.is" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"esbuild" : "~0.18.20" ,
"source-map-support" : "^0.5.21"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-arm" : {
2025-04-19 12:52:15 -06:00
"version" : "0.18.20" ,
2025-05-19 23:32:35 -06:00
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz" ,
"integrity" : "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"arm"
2025-04-19 12:52:15 -06:00
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"android"
2025-04-19 12:52:15 -06:00
] ,
"engines" : {
"node" : ">=12"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-arm64" : {
2025-04-19 12:52:15 -06:00
"version" : "0.18.20" ,
2025-05-19 23:32:35 -06:00
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz" ,
"integrity" : "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==" ,
"cpu" : [
"arm64"
] ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"android"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
"node" : ">=12"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-x64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz" ,
"integrity" : "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==" ,
"cpu" : [
"x64"
] ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/darwin-arm64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz" ,
"integrity" : "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=12"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/darwin-x64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz" ,
"integrity" : "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==" ,
"cpu" : [
"x64"
] ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"darwin"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz" ,
"integrity" : "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==" ,
"cpu" : [
"arm64"
] ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"freebsd"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/freebsd-x64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz" ,
"integrity" : "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==" ,
"cpu" : [
"x64"
] ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"freebsd"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-arm" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz" ,
"integrity" : "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==" ,
"cpu" : [
"arm"
] ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"linux"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-arm64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz" ,
"integrity" : "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==" ,
"cpu" : [
"arm64"
] ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"linux"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-ia32" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz" ,
"integrity" : "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-loong64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz" ,
"integrity" : "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==" ,
"cpu" : [
"loong64"
] ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-mips64el" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz" ,
"integrity" : "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==" ,
"cpu" : [
"mips64el"
] ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-ppc64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz" ,
"integrity" : "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==" ,
"cpu" : [
"ppc64"
] ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-riscv64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz" ,
"integrity" : "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==" ,
"cpu" : [
"riscv64"
] ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-s390x" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz" ,
"integrity" : "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"s390x"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"linux"
2025-04-19 12:52:15 -06:00
] ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-x64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz" ,
"integrity" : "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"x64"
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"linux"
2025-04-19 12:52:15 -06:00
] ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/netbsd-x64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz" ,
"integrity" : "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"x64"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"netbsd"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/openbsd-x64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz" ,
"integrity" : "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"x64"
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"openbsd"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/sunos-x64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz" ,
"integrity" : "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"x64"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"sunos"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-arm64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz" ,
"integrity" : "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm64"
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"win32"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-ia32" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz" ,
"integrity" : "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"ia32"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"win32"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-x64" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz" ,
"integrity" : "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"x64"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"win32"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild-kit/core-utils/node_modules/esbuild" : {
"version" : "0.18.20" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz" ,
"integrity" : "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=12"
} ,
"optionalDependencies" : {
"@esbuild/android-arm" : "0.18.20" ,
"@esbuild/android-arm64" : "0.18.20" ,
"@esbuild/android-x64" : "0.18.20" ,
"@esbuild/darwin-arm64" : "0.18.20" ,
"@esbuild/darwin-x64" : "0.18.20" ,
"@esbuild/freebsd-arm64" : "0.18.20" ,
"@esbuild/freebsd-x64" : "0.18.20" ,
"@esbuild/linux-arm" : "0.18.20" ,
"@esbuild/linux-arm64" : "0.18.20" ,
"@esbuild/linux-ia32" : "0.18.20" ,
"@esbuild/linux-loong64" : "0.18.20" ,
"@esbuild/linux-mips64el" : "0.18.20" ,
"@esbuild/linux-ppc64" : "0.18.20" ,
"@esbuild/linux-riscv64" : "0.18.20" ,
"@esbuild/linux-s390x" : "0.18.20" ,
"@esbuild/linux-x64" : "0.18.20" ,
"@esbuild/netbsd-x64" : "0.18.20" ,
"@esbuild/openbsd-x64" : "0.18.20" ,
"@esbuild/sunos-x64" : "0.18.20" ,
"@esbuild/win32-arm64" : "0.18.20" ,
"@esbuild/win32-ia32" : "0.18.20" ,
"@esbuild/win32-x64" : "0.18.20"
}
} ,
"node_modules/@esbuild-kit/esm-loader" : {
"version" : "2.6.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild-kit/esm-loader/-/esm-loader-2.6.5.tgz" ,
"integrity" : "sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==" ,
"deprecated" : "Merged into tsx: https://tsx.is" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@esbuild-kit/core-utils" : "^3.3.2" ,
"get-tsconfig" : "^4.7.0"
}
} ,
"node_modules/@esbuild/aix-ppc64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz" ,
"integrity" : "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"ppc64"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"aix"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/android-arm" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz" ,
"integrity" : "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"arm"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"android"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/android-arm64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz" ,
"integrity" : "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"arm64"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"android"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/android-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz" ,
"integrity" : "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"x64"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"android"
2025-04-19 12:52:15 -06:00
] ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/darwin-arm64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz" ,
"integrity" : "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm64"
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"darwin"
2025-04-19 12:52:15 -06:00
] ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/darwin-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz" ,
"integrity" : "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"x64"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"darwin"
2025-04-19 12:52:15 -06:00
] ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz" ,
"integrity" : "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"arm64"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"freebsd"
2025-04-19 12:52:15 -06:00
] ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/freebsd-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz" ,
"integrity" : "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"x64"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"freebsd"
2025-04-19 12:52:15 -06:00
] ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/linux-arm" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz" ,
"integrity" : "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"arm"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/linux-arm64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz" ,
"integrity" : "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"arm64"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
2025-05-19 23:32:35 -06:00
"os" : [
"linux"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/linux-ia32" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz" ,
"integrity" : "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"ia32"
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"linux"
2025-04-19 12:52:15 -06:00
] ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/linux-loong64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz" ,
"integrity" : "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
2025-05-19 23:32:35 -06:00
"loong64"
2025-04-19 12:52:15 -06:00
] ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"optional" : true ,
"os" : [
2025-05-19 23:32:35 -06:00
"linux"
2025-04-19 12:52:15 -06:00
] ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/linux-mips64el" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz" ,
"integrity" : "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==" ,
"cpu" : [
"mips64el"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
"node" : ">=12"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/linux-ppc64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz" ,
"integrity" : "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"linux"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
"node" : ">=12"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/linux-riscv64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz" ,
"integrity" : "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"linux"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
"node" : ">=12"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/linux-s390x" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz" ,
"integrity" : "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==" ,
"cpu" : [
"s390x"
] ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"linux"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/linux-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz" ,
"integrity" : "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/netbsd-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz" ,
"integrity" : "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"netbsd"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/openbsd-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz" ,
"integrity" : "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"os" : [
"openbsd"
] ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=12"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/sunos-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz" ,
"integrity" : "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=12"
}
2025-04-19 12:52:15 -06:00
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@esbuild/win32-arm64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz" ,
"integrity" : "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/win32-ia32" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz" ,
"integrity" : "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/win32-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz" ,
"integrity" : "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@eslint-community/eslint-utils" : {
"version" : "4.7.0" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz" ,
"integrity" : "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==" ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"eslint-visitor-keys" : "^3.4.3"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2025-04-19 12:52:15 -06:00
} ,
"peerDependencies" : {
2025-05-19 23:32:35 -06:00
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@eslint-community/regexpp" : {
"version" : "4.12.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz" ,
"integrity" : "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/@eslint/eslintrc" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz" ,
"integrity" : "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^9.6.0" ,
"globals" : "^13.19.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
2025-04-19 12:52:15 -06:00
"js-yaml" : "^4.1.0" ,
2025-05-19 23:32:35 -06:00
"minimatch" : "^3.1.2" ,
"strip-json-comments" : "^3.1.1"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2025-04-19 12:52:15 -06:00
} ,
2025-05-19 23:32:35 -06:00
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/@eslint/js" : {
"version" : "8.57.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz" ,
"integrity" : "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
"node_modules/@floating-ui/core" : {
2025-07-12 15:44:17 -06:00
"version" : "1.7.2" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.2.tgz" ,
"integrity" : "sha512-wNB5ooIKHQc+Kui96jE/n69rHFWAVoxn5CAzL1Xdd8FG03cgY3MLO+GF9U3W737fYDSgPWA6MReKhBQBop6Pcw==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"@floating-ui/utils" : "^0.2.10"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/@floating-ui/dom" : {
2025-07-12 15:44:17 -06:00
"version" : "1.7.2" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.2.tgz" ,
"integrity" : "sha512-7cfaOQuCS27HD7DX+6ib2OrnW+b4ZBwDNnCcT0uTyidcmyWb03FnQqJybDBoCnpdxwBSfA94UAYlRCt7mV+TbA==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"@floating-ui/core" : "^1.7.2" ,
"@floating-ui/utils" : "^0.2.10"
2025-05-19 23:32:35 -06: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==" ,
"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" : {
2025-07-12 15:44:17 -06:00
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.4.tgz" ,
"integrity" : "sha512-JbbpPhp38UmXDDAu60RJmbeme37Jbgsm7NrHGgzYYFKmblzRUh6Pa641dII6LsjwF4XlScDrde2UAzDo/b9KPw==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"@floating-ui/dom" : "^1.7.2"
2025-05-19 23:32:35 -06:00
} ,
"peerDependencies" : {
"react" : ">=16.8.0" ,
"react-dom" : ">=16.8.0"
}
} ,
"node_modules/@floating-ui/utils" : {
2025-07-12 15:44:17 -06:00
"version" : "0.2.10" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz" ,
"integrity" : "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT"
} ,
"node_modules/@google/generative-ai" : {
"version" : "0.24.1" ,
"resolved" : "https://registry.npmjs.org/@google/generative-ai/-/generative-ai-0.24.1.tgz" ,
"integrity" : "sha512-MqO+MLfM6kjxcKoy0p1wRzG3b4ZZXtPI+z2IE26UogS2Cm/XHO+7gGRBh6gcJsOiIVoH93UwKvW4HdgiOZCy9Q==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-05-23 18:03:35 -06: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"
}
} ,
"node_modules/@grpc/grpc-js" : {
"version" : "1.13.4" ,
"resolved" : "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.13.4.tgz" ,
"integrity" : "sha512-GsFaMXCkMqkKIvwCQjCrwH+GHbPKBjhwo/8ZuUkWHqbI73Kky9I+pQltrlT0+MWpedCoosda53lgjYfyEPgxBg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@grpc/proto-loader" : "^0.7.13" ,
"@js-sdsl/ordered-map" : "^4.4.2"
} ,
"engines" : {
"node" : ">=12.10.0"
}
} ,
"node_modules/@grpc/proto-loader" : {
"version" : "0.7.15" ,
"resolved" : "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.15.tgz" ,
"integrity" : "sha512-tMXdRCfYVixjuFK+Hk0Q1s38gV9zDiDJfWL3h1rv4Qc39oILCu1TRTDt7+fGUI8K4G1Fj125Hx/ru3azECWTyQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"lodash.camelcase" : "^4.3.0" ,
"long" : "^5.0.0" ,
"protobufjs" : "^7.2.5" ,
"yargs" : "^17.7.2"
} ,
"bin" : {
"proto-loader-gen-types" : "build/bin/proto-loader-gen-types.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/@grpc/proto-loader/node_modules/long" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/long/-/long-5.3.2.tgz" ,
"integrity" : "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==" ,
"license" : "Apache-2.0"
} ,
"node_modules/@grpc/proto-loader/node_modules/protobufjs" : {
2025-06-09 23:00:25 -06:00
"version" : "7.5.3" ,
"resolved" : "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.3.tgz" ,
"integrity" : "sha512-sildjKwVqOI2kmFDiXQ6aEB0fjYTafpEvIBs8tOR8qI4spuL9OPROLVu2qZqi/xgCfsHIwVqlaF8JBjWFHnKbw==" ,
2025-05-23 18:03:35 -06:00
"hasInstallScript" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.2" ,
"@protobufjs/base64" : "^1.1.2" ,
"@protobufjs/codegen" : "^2.0.4" ,
"@protobufjs/eventemitter" : "^1.1.0" ,
"@protobufjs/fetch" : "^1.1.0" ,
"@protobufjs/float" : "^1.0.2" ,
"@protobufjs/inquire" : "^1.1.0" ,
"@protobufjs/path" : "^1.1.2" ,
"@protobufjs/pool" : "^1.1.0" ,
"@protobufjs/utf8" : "^1.1.0" ,
"@types/node" : ">=13.7.0" ,
"long" : "^5.0.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@headlessui/react" : {
2025-05-23 18:03:35 -06:00
"version" : "2.2.4" ,
"resolved" : "https://registry.npmjs.org/@headlessui/react/-/react-2.2.4.tgz" ,
"integrity" : "sha512-lz+OGcAH1dK93rgSMzXmm1qKOJkBUqZf1L4M8TWLNplftQD3IkoEDdUFNfAn4ylsN6WOTVtWaLmvmaHOUk1dTA==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"dependencies" : {
"@floating-ui/react" : "^0.26.16" ,
"@react-aria/focus" : "^3.20.2" ,
"@react-aria/interactions" : "^3.25.0" ,
2025-05-23 18:03:35 -06:00
"@tanstack/react-virtual" : "^3.13.9" ,
2025-05-19 23:32:35 -06:00
"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"
}
} ,
"node_modules/@huggingface/jinja" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.2.2.tgz" ,
"integrity" : "sha512-/KPde26khDUIPkTGU82jdtTW9UAuvUTumCAbFs/7giR0SxsvZC4hru51PBvpijH6BVkHcROcvZM/lpy5h1jRRA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@humanwhocodes/config-array" : {
"version" : "0.13.0" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz" ,
"integrity" : "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==" ,
"deprecated" : "Use @eslint/config-array instead" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@humanwhocodes/object-schema" : "^2.0.3" ,
"debug" : "^4.3.1" ,
"minimatch" : "^3.0.5"
} ,
"engines" : {
"node" : ">=10.10.0"
}
} ,
"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/object-schema" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz" ,
"integrity" : "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==" ,
"deprecated" : "Use @eslint/object-schema instead" ,
"dev" : true ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@iarna/toml" : {
"version" : "2.2.5" ,
"resolved" : "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz" ,
"integrity" : "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==" ,
"license" : "ISC"
} ,
"node_modules/@ibm-cloud/watsonx-ai" : {
2025-07-12 15:44:17 -06:00
"version" : "1.6.8" ,
"resolved" : "https://registry.npmjs.org/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.8.tgz" ,
"integrity" : "sha512-Ip5bLDM40rQRYauRmmIIpxLO57wI3+F59Njmp0hexnVr+uKroV+O9+eAGQkdE2c9d17R16Q77ueAGheZrzqgWA==" ,
2025-05-19 23:32:35 -06:00
"license" : "Apache-2.0" ,
"peer" : true ,
"dependencies" : {
"@types/node" : "^18.0.0" ,
"extend" : "3.0.2" ,
"ibm-cloud-sdk-core" : "^5.3.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@ibm-cloud/watsonx-ai/node_modules/@types/node" : {
2025-07-16 23:37:23 -06:00
"version" : "18.19.119" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-18.19.119.tgz" ,
"integrity" : "sha512-d0F6m9itIPaKnrvEMlzE48UjwZaAnFW7Jwibacw9MNdqadjKNpUm9tfJYDwmShJmgqcoqYUX3EMKO1+RWiuuNg==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"undici-types" : "~5.26.4"
}
} ,
"node_modules/@ibm-cloud/watsonx-ai/node_modules/undici-types" : {
"version" : "5.26.5" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" ,
"integrity" : "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/@icons-pack/react-simple-icons" : {
2025-06-09 23:00:25 -06:00
"version" : "12.9.0" ,
"resolved" : "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-12.9.0.tgz" ,
"integrity" : "sha512-GLb2ayO78ZjjmI7GMpCDlXcELEr3DPO89nordI/JC8dMiJDMzuPb3qeOTt+SWcFOyJ+SAh9C/feUCpiBSM8ZLQ==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"peerDependencies" : {
"react" : "^16.13 || ^17 || ^18 || ^19"
}
} ,
"node_modules/@img/sharp-darwin-arm64" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.3.tgz" ,
"integrity" : "sha512-ryFMfvxxpQRsgZJqBd4wsttYQbCxsJksrv9Lw/v798JcQ8+w84mBWuXwl+TT0WJ/WrYOLaYpwQXi3sA9nTIaIg==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"@img/sharp-libvips-darwin-arm64" : "1.2.0"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/@img/sharp-darwin-x64" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.3.tgz" ,
"integrity" : "sha512-yHpJYynROAj12TA6qil58hmPmAwxKKC7reUqtGLzsOHfP7/rniNGTL8tjWX6L3CTV4+5P4ypcS7Pp+7OB+8ihA==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"@img/sharp-libvips-darwin-x64" : "1.2.0"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/@img/sharp-libvips-darwin-arm64" : {
2025-07-12 15:44:17 -06:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.0.tgz" ,
"integrity" : "sha512-sBZmpwmxqwlqG9ueWFXtockhsxefaV6O84BMOrhtg/YqbTaRdqDE7hxraVE3y6gVM4eExmfzW4a8el9ArLeEiQ==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.0.tgz" ,
"integrity" : "sha512-M64XVuL94OgiNHa5/m2YvEQI5q2cl9d/wk0qFTDVXcYzi43lxuiFTftMR1tOnFQovVXNZJ5TURSDK2pNe9Yzqg==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.0.tgz" ,
"integrity" : "sha512-mWd2uWvDtL/nvIzThLq3fr2nnGfyr/XMXlq8ZJ9WMR6PXijHlC3ksp0IpuhK6bougvQrchUAfzRLnbsen0Cqvw==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.0.tgz" ,
"integrity" : "sha512-RXwd0CgG+uPRX5YYrkzKyalt2OJYRiJQ8ED/fi1tq9WQW2jsQIn0tqrlR5l5dr/rjqq6AHAxURhj2DVjyQWSOA==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.0.tgz" ,
"integrity" : "sha512-Xod/7KaDDHkYu2phxxfeEPXfVXFKx70EAFZ0qyUdOjCcxbjqyJOEUpDe6RIyaunGxT34Anf9ue/wuWOqBW2WcQ==" ,
2025-05-19 23:32:35 -06:00
"cpu" : [
"ppc64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-s390x" : {
2025-07-12 15:44:17 -06:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.0.tgz" ,
"integrity" : "sha512-eMKfzDxLGT8mnmPJTNMcjfO33fLiTDsrMlUVcp6b96ETbnJmd4uvZxVJSKPQfS+odwfVaGifhsB07J1LynFehw==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.0.tgz" ,
"integrity" : "sha512-ZW3FPWIc7K1sH9E3nxIGB3y3dZkpJlMnkk7z5tu1nSkBoCgw2nSRTFHI5pB/3CQaJM0pdzMF3paf9ckKMSE9Tg==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.0.tgz" ,
"integrity" : "sha512-UG+LqQJbf5VJ8NWJ5Z3tdIe/HXjuIdo4JeVNADXBFuG7z9zjoegpzzGIyV5zQKi4zaJjnAd2+g2nna8TZvuW9Q==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.0.tgz" ,
"integrity" : "sha512-SRYOLR7CXPgNze8akZwjoGBoN1ThNZoqpOgfnOxmWsklTGVfJiGJoC/Lod7aNMGA1jSsKWM1+HRX43OP6p9+6Q==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.3.tgz" ,
"integrity" : "sha512-oBK9l+h6KBN0i3dC8rYntLiVfW8D8wH+NPNT3O/WBHeW0OQWCjfWksLUaPidsrDKpJgXp3G3/hkmhptAW0I3+A==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"@img/sharp-libvips-linux-arm" : "1.2.0"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/@img/sharp-linux-arm64" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.3.tgz" ,
"integrity" : "sha512-QdrKe3EvQrqwkDrtuTIjI0bu6YEJHTgEeqdzI3uWJOH6G1O8Nl1iEeVYRGdj1h5I21CqxSvQp1Yv7xeU3ZewbA==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"@img/sharp-libvips-linux-arm64" : "1.2.0"
}
} ,
"node_modules/@img/sharp-linux-ppc64" : {
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.3.tgz" ,
"integrity" : "sha512-GLtbLQMCNC5nxuImPR2+RgrviwKwVql28FWZIW1zWruy6zLgA5/x2ZXk3mxj58X/tszVF69KK0Is83V8YgWhLA==" ,
"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.0"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/@img/sharp-linux-s390x" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.3.tgz" ,
"integrity" : "sha512-3gahT+A6c4cdc2edhsLHmIOXMb17ltffJlxR0aC2VPZfwKoTGZec6u5GrFgdR7ciJSsHT27BD3TIuGcuRT0KmQ==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"@img/sharp-libvips-linux-s390x" : "1.2.0"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/@img/sharp-linux-x64" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.3.tgz" ,
"integrity" : "sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"@img/sharp-libvips-linux-x64" : "1.2.0"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/@img/sharp-linuxmusl-arm64" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.3.tgz" ,
"integrity" : "sha512-vAjbHDlr4izEiXM1OTggpCcPg9tn4YriK5vAjowJsHwdBIdx0fYRsURkxLG2RLm9gyBq66gwtWI8Gx0/ov+JKQ==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"@img/sharp-libvips-linuxmusl-arm64" : "1.2.0"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/@img/sharp-linuxmusl-x64" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.3.tgz" ,
"integrity" : "sha512-gCWUn9547K5bwvOn9l5XGAEjVTTRji4aPTqLzGXHvIr6bIDZKNTA34seMPgM0WmSf+RYBH411VavCejp3PkOeQ==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"@img/sharp-libvips-linuxmusl-x64" : "1.2.0"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/@img/sharp-wasm32" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.3.tgz" ,
"integrity" : "sha512-+CyRcpagHMGteySaWos8IbnXcHgfDn7pO2fiC2slJxvNq9gDipYBN42/RagzctVRKgxATmfqOSulgZv5e1RdMg==" ,
2025-05-19 23:32:35 -06:00
"cpu" : [
"wasm32"
] ,
"license" : "Apache-2.0 AND LGPL-3.0-or-later AND MIT" ,
"optional" : true ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"@emnapi/runtime" : "^1.4.4"
2025-05-19 23:32:35 -06:00
} ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/@img/sharp-win32-arm64" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.3.tgz" ,
"integrity" : "sha512-MjnHPnbqMXNC2UgeLJtX4XqoVHHlZNd+nPt1kRPmj63wURegwBhZlApELdtxM2OIZDRv/DFtLcNhVbd1z8GYXQ==" ,
2025-05-23 18:03:35 -06: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"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@img/sharp-win32-ia32" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.3.tgz" ,
"integrity" : "sha512-xuCdhH44WxuXgOM714hn4amodJMZl3OEvf0GVTm0BEyMeA2to+8HEdRPShH0SLYptJY1uBw+SCFP9WVQi1Q/cw==" ,
2025-05-19 23:32:35 -06: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" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz" ,
"integrity" : "sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==" ,
2025-05-19 23:32:35 -06: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"
}
} ,
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" ,
"integrity" : "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@isaacs/cliui/node_modules/ansi-regex" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz" ,
"integrity" : "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/@isaacs/cliui/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
2025-05-24 14:37:19 -06:00
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/@jridgewell/gen-mapping" : {
2025-07-12 15:44:17 -06:00
"version" : "0.3.12" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz" ,
"integrity" : "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==" ,
2025-05-24 14:37:19 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"@jridgewell/sourcemap-codec" : "^1.5.0" ,
2025-05-24 14:37:19 -06:00
"@jridgewell/trace-mapping" : "^0.3.24"
2025-05-19 23:32:35 -06: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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
2025-07-12 15:44:17 -06:00
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz" ,
"integrity" : "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT"
} ,
"node_modules/@jridgewell/trace-mapping" : {
2025-07-12 15:44:17 -06:00
"version" : "0.3.29" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz" ,
"integrity" : "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/@js-sdsl/ordered-map" : {
"version" : "4.4.2" ,
"resolved" : "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz" ,
"integrity" : "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/js-sdsl"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/@langchain/anthropic" : {
2025-07-12 15:44:17 -06:00
"version" : "0.3.24" ,
"resolved" : "https://registry.npmjs.org/@langchain/anthropic/-/anthropic-0.3.24.tgz" ,
"integrity" : "sha512-Gi1TwXu5vkCxUMToiXaiwTTWq9v3WMyU3ldB/VEWjzbkr3nKF5kcp+HLqhvV7WWOFVTTNgG+pzfq8JALecq5MA==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"@anthropic-ai/sdk" : "^0.56.0" ,
"fast-xml-parser" : "^4.4.1"
2025-05-19 23:32:35 -06:00
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
2025-07-12 15:44:17 -06:00
"@langchain/core" : ">=0.3.58 <0.4.0"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/@langchain/anthropic/node_modules/@anthropic-ai/sdk" : {
2025-07-12 15:44:17 -06:00
"version" : "0.56.0" ,
"resolved" : "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.56.0.tgz" ,
"integrity" : "sha512-SLCB8M8+VMg1cpCucnA1XWHGWqVSZtIWzmOdDOEu3eTFZMB+A0sGZ1ESO5MHDnqrNTXz3safMrWx9x4rMZSOqA==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
2025-07-12 15:44:17 -06:00
"bin" : {
"anthropic-ai-sdk" : "bin/cli"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/@langchain/community" : {
2025-07-16 23:37:23 -06:00
"version" : "0.3.49" ,
"resolved" : "https://registry.npmjs.org/@langchain/community/-/community-0.3.49.tgz" ,
"integrity" : "sha512-1AAo9mvr1FmqYHUpXhYI8P4NBPC4t9TfUAuvefEImrtb3gZ60fPelVu17ljWlKJcHC1hPSHYpPJWm0Yx7yRvrw==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-16 23:37:23 -06:00
"@langchain/openai" : ">=0.2.0 <0.7.0" ,
2025-05-23 18:03:35 -06:00
"@langchain/weaviate" : "^0.2.0" ,
2025-05-19 23:32:35 -06:00
"binary-extensions" : "^2.2.0" ,
"expr-eval" : "^2.0.2" ,
"flat" : "^5.0.2" ,
"js-yaml" : "^4.1.0" ,
"langchain" : ">=0.2.3 <0.3.0 || >=0.3.4 <0.4.0" ,
2025-07-12 15:44:17 -06:00
"langsmith" : "^0.3.33" ,
2025-05-19 23:32:35 -06:00
"uuid" : "^10.0.0" ,
2025-07-12 15:44:17 -06:00
"zod" : "^3.25.32"
2025-05-19 23:32:35 -06:00
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@arcjet/redact" : "^v1.0.0-alpha.23" ,
"@aws-crypto/sha256-js" : "^5.0.0" ,
"@aws-sdk/client-bedrock-agent-runtime" : "^3.749.0" ,
"@aws-sdk/client-bedrock-runtime" : "^3.749.0" ,
"@aws-sdk/client-dynamodb" : "^3.749.0" ,
"@aws-sdk/client-kendra" : "^3.749.0" ,
"@aws-sdk/client-lambda" : "^3.749.0" ,
"@aws-sdk/client-s3" : "^3.749.0" ,
"@aws-sdk/client-sagemaker-runtime" : "^3.749.0" ,
"@aws-sdk/client-sfn" : "^3.749.0" ,
"@aws-sdk/credential-provider-node" : "^3.388.0" ,
"@azure/search-documents" : "^12.0.0" ,
"@azure/storage-blob" : "^12.15.0" ,
"@browserbasehq/sdk" : "*" ,
"@browserbasehq/stagehand" : "^1.0.0" ,
"@clickhouse/client" : "^0.2.5" ,
"@cloudflare/ai" : "*" ,
"@datastax/astra-db-ts" : "^1.0.0" ,
"@elastic/elasticsearch" : "^8.4.0" ,
"@getmetal/metal-sdk" : "*" ,
"@getzep/zep-cloud" : "^1.0.6" ,
"@getzep/zep-js" : "^0.9.0" ,
"@gomomento/sdk" : "^1.51.1" ,
"@gomomento/sdk-core" : "^1.51.1" ,
2025-04-19 12:52:15 -06:00
"@google-ai/generativelanguage" : "*" ,
"@google-cloud/storage" : "^6.10.1 || ^7.7.0" ,
"@gradientai/nodejs-sdk" : "^1.2.0" ,
2025-07-12 15:44:17 -06:00
"@huggingface/inference" : "^4.0.5" ,
"@huggingface/transformers" : "^3.5.2" ,
2025-04-19 12:52:15 -06:00
"@ibm-cloud/watsonx-ai" : "*" ,
"@lancedb/lancedb" : "^0.12.0" ,
2025-07-12 15:44:17 -06:00
"@langchain/core" : ">=0.3.58 <0.4.0" ,
2025-04-19 12:52:15 -06:00
"@layerup/layerup-security" : "^1.5.12" ,
"@libsql/client" : "^0.14.0" ,
"@mendable/firecrawl-js" : "^1.4.3" ,
"@mlc-ai/web-llm" : "*" ,
"@mozilla/readability" : "*" ,
"@neondatabase/serverless" : "*" ,
"@notionhq/client" : "^2.2.10" ,
"@opensearch-project/opensearch" : "*" ,
"@pinecone-database/pinecone" : "*" ,
"@planetscale/database" : "^1.8.0" ,
"@premai/prem-sdk" : "^0.3.25" ,
"@qdrant/js-client-rest" : "^1.8.2" ,
"@raycast/api" : "^1.55.2" ,
"@rockset/client" : "^0.9.1" ,
"@smithy/eventstream-codec" : "^2.0.5" ,
"@smithy/protocol-http" : "^3.0.6" ,
"@smithy/signature-v4" : "^2.0.10" ,
"@smithy/util-utf8" : "^2.0.0" ,
"@spider-cloud/spider-client" : "^0.0.21" ,
"@supabase/supabase-js" : "^2.45.0" ,
"@tensorflow-models/universal-sentence-encoder" : "*" ,
"@tensorflow/tfjs-converter" : "*" ,
"@tensorflow/tfjs-core" : "*" ,
"@upstash/ratelimit" : "^1.1.3 || ^2.0.3" ,
"@upstash/redis" : "^1.20.6" ,
"@upstash/vector" : "^1.1.1" ,
"@vercel/kv" : "*" ,
"@vercel/postgres" : "*" ,
"@writerai/writer-sdk" : "^0.40.2" ,
"@xata.io/client" : "^0.28.0" ,
"@zilliz/milvus2-sdk-node" : ">=2.3.5" ,
"apify-client" : "^2.7.1" ,
"assemblyai" : "^4.6.0" ,
"azion" : "^1.11.1" ,
"better-sqlite3" : ">=9.4.0 <12.0.0" ,
"cassandra-driver" : "^4.7.2" ,
"cborg" : "^4.1.1" ,
"cheerio" : "^1.0.0-rc.12" ,
"chromadb" : "*" ,
"closevector-common" : "0.1.3" ,
"closevector-node" : "0.1.6" ,
"closevector-web" : "0.1.6" ,
"cohere-ai" : "*" ,
"convex" : "^1.3.1" ,
"crypto-js" : "^4.2.0" ,
"d3-dsv" : "^2.0.0" ,
"discord.js" : "^14.14.1" ,
"dria" : "^0.0.3" ,
"duck-duck-scrape" : "^2.2.5" ,
"epub2" : "^3.0.1" ,
"fast-xml-parser" : "*" ,
"firebase-admin" : "^11.9.0 || ^12.0.0" ,
"google-auth-library" : "*" ,
"googleapis" : "*" ,
"hnswlib-node" : "^3.0.0" ,
"html-to-text" : "^9.0.5" ,
"ibm-cloud-sdk-core" : "*" ,
"ignore" : "^5.2.0" ,
"interface-datastore" : "^8.2.11" ,
"ioredis" : "^5.3.2" ,
"it-all" : "^3.0.4" ,
"jsdom" : "*" ,
"jsonwebtoken" : "^9.0.2" ,
"llmonitor" : "^0.5.9" ,
"lodash" : "^4.17.21" ,
"lunary" : "^0.7.10" ,
"mammoth" : "^1.6.0" ,
"mariadb" : "^3.4.0" ,
"mem0ai" : "^2.1.8" ,
2025-07-12 15:44:17 -06:00
"mongodb" : "^6.17.0" ,
2025-04-19 12:52:15 -06:00
"mysql2" : "^3.9.8" ,
"neo4j-driver" : "*" ,
"notion-to-md" : "^3.1.0" ,
"officeparser" : "^4.0.4" ,
"openai" : "*" ,
"pdf-parse" : "1.1.1" ,
"pg" : "^8.11.0" ,
"pg-copy-streams" : "^6.0.5" ,
"pickleparser" : "^0.2.1" ,
"playwright" : "^1.32.1" ,
"portkey-ai" : "^0.1.11" ,
"puppeteer" : "*" ,
"pyodide" : ">=0.24.1 <0.27.0" ,
"redis" : "*" ,
"replicate" : "*" ,
"sonix-speech-recognition" : "^2.1.1" ,
"srt-parser-2" : "^1.2.3" ,
"typeorm" : "^0.3.20" ,
"typesense" : "^1.5.3" ,
"usearch" : "^1.1.1" ,
"voy-search" : "0.6.2" ,
2025-05-23 18:03:35 -06:00
"weaviate-client" : "^3.5.2" ,
2025-04-19 12:52:15 -06:00
"web-auth-library" : "^1.0.3" ,
"word-extractor" : "*" ,
"ws" : "^8.14.2" ,
"youtubei.js" : "*"
} ,
"peerDependenciesMeta" : {
"@arcjet/redact" : {
"optional" : true
} ,
"@aws-crypto/sha256-js" : {
"optional" : true
} ,
"@aws-sdk/client-bedrock-agent-runtime" : {
"optional" : true
} ,
"@aws-sdk/client-bedrock-runtime" : {
"optional" : true
} ,
"@aws-sdk/client-dynamodb" : {
"optional" : true
} ,
"@aws-sdk/client-kendra" : {
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@aws-sdk/client-lambda" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@aws-sdk/client-s3" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@aws-sdk/client-sagemaker-runtime" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@aws-sdk/client-sfn" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@aws-sdk/credential-provider-node" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@aws-sdk/dsql-signer" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@azure/search-documents" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@azure/storage-blob" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@browserbasehq/sdk" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@clickhouse/client" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@cloudflare/ai" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@datastax/astra-db-ts" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@elastic/elasticsearch" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@getmetal/metal-sdk" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@getzep/zep-cloud" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@getzep/zep-js" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@gomomento/sdk" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@gomomento/sdk-core" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@google-ai/generativelanguage" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@google-cloud/storage" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@gradientai/nodejs-sdk" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@huggingface/inference" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@huggingface/transformers" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@lancedb/lancedb" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@layerup/layerup-security" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@libsql/client" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@mendable/firecrawl-js" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@mlc-ai/web-llm" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@mozilla/readability" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@neondatabase/serverless" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@notionhq/client" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@opensearch-project/opensearch" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@pinecone-database/pinecone" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@planetscale/database" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@premai/prem-sdk" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@qdrant/js-client-rest" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@raycast/api" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@rockset/client" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@smithy/eventstream-codec" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@smithy/protocol-http" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@smithy/signature-v4" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@smithy/util-utf8" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@spider-cloud/spider-client" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@supabase/supabase-js" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@tensorflow-models/universal-sentence-encoder" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@tensorflow/tfjs-converter" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@tensorflow/tfjs-core" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@upstash/ratelimit" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@upstash/redis" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@upstash/vector" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@vercel/kv" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@vercel/postgres" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@writerai/writer-sdk" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@xata.io/client" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@zilliz/milvus2-sdk-node" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"apify-client" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"assemblyai" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"azion" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"better-sqlite3" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"cassandra-driver" : {
2025-04-19 12:52:15 -06:00
"optional" : true
2025-05-19 23:32:35 -06:00
} ,
"cborg" : {
2025-04-19 12:52:15 -06:00
"optional" : true
2025-05-19 23:32:35 -06:00
} ,
"cheerio" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"chromadb" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"closevector-common" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"closevector-node" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"closevector-web" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"cohere-ai" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"convex" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"crypto-js" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"d3-dsv" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"discord.js" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"dria" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"duck-duck-scrape" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"epub2" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"fast-xml-parser" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"firebase-admin" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"google-auth-library" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"googleapis" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"hnswlib-node" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"html-to-text" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"ignore" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"interface-datastore" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"ioredis" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"it-all" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"jsdom" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"jsonwebtoken" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"llmonitor" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"lodash" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"lunary" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"mammoth" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"mariadb" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"mem0ai" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"mongodb" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"mysql2" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"neo4j-driver" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
"notion-to-md" : {
"optional" : true
} ,
"officeparser" : {
"optional" : true
} ,
"pdf-parse" : {
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"pg" : {
"optional" : true
} ,
"pg-copy-streams" : {
"optional" : true
} ,
"pickleparser" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
"playwright" : {
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"portkey-ai" : {
"optional" : true
} ,
2025-04-19 12:52:15 -06:00
"puppeteer" : {
"optional" : true
} ,
"pyodide" : {
"optional" : true
} ,
"redis" : {
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"replicate" : {
"optional" : true
} ,
2025-04-19 12:52:15 -06:00
"sonix-speech-recognition" : {
"optional" : true
} ,
"srt-parser-2" : {
"optional" : true
} ,
"typeorm" : {
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"typesense" : {
"optional" : true
} ,
"usearch" : {
"optional" : true
} ,
"voy-search" : {
"optional" : true
} ,
2025-05-23 18:03:35 -06:00
"weaviate-client" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
"web-auth-library" : {
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"word-extractor" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"ws" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
"youtubei.js" : {
"optional" : true
}
}
} ,
"node_modules/@langchain/core" : {
2025-07-16 23:37:23 -06:00
"version" : "0.3.64" ,
"resolved" : "https://registry.npmjs.org/@langchain/core/-/core-0.3.64.tgz" ,
"integrity" : "sha512-KOHTnmycOPfuffLAm3wwv1rThQ47iG5a3HuWMt2qYhwwImFi6HLeYqKgmxVS5qcJjc6t0IPwR7jOvv9IKxfrAw==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"@cfworker/json-schema" : "^4.0.2" ,
"ansi-styles" : "^5.0.0" ,
"camelcase" : "6" ,
"decamelize" : "1.2.0" ,
"js-tiktoken" : "^1.0.12" ,
2025-07-16 23:37:23 -06:00
"langsmith" : "^0.3.46" ,
2025-04-19 12:52:15 -06:00
"mustache" : "^4.2.0" ,
"p-queue" : "^6.6.2" ,
"p-retry" : "4" ,
"uuid" : "^10.0.0" ,
2025-07-03 00:27:32 -06:00
"zod" : "^3.25.32" ,
2025-04-19 12:52:15 -06:00
"zod-to-json-schema" : "^3.22.3"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@langchain/google-genai" : {
2025-07-16 23:37:23 -06:00
"version" : "0.2.15" ,
"resolved" : "https://registry.npmjs.org/@langchain/google-genai/-/google-genai-0.2.15.tgz" ,
"integrity" : "sha512-fAD3xjzd5TxWQCKlttNeEc+b5tUX43hBqKH3rk3g+wbl1ToLqe3ocWawKRmGotEuI5jhDVmoHjDxoNMifFDgmg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"@google/generative-ai" : "^0.24.0" ,
2025-07-12 15:44:17 -06:00
"uuid" : "^11.1.0"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
2025-07-12 15:44:17 -06:00
"@langchain/core" : ">=0.3.58 <0.4.0"
2025-04-19 12:52:15 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/@langchain/google-genai/node_modules/uuid" : {
"version" : "11.1.0" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz" ,
"integrity" : "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==" ,
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
"license" : "MIT" ,
"bin" : {
"uuid" : "dist/esm/bin/uuid"
}
} ,
2025-07-03 00:27:32 -06:00
"node_modules/@langchain/groq" : {
"version" : "0.2.3" ,
"resolved" : "https://registry.npmjs.org/@langchain/groq/-/groq-0.2.3.tgz" ,
"integrity" : "sha512-r+yjysG36a0IZxTlCMr655Feumfb4IrOyA0jLLq4l7gEhVyMpYXMwyE6evseyU2LRP+7qOPbGRVpGqAIK0MsUA==" ,
"license" : "MIT" ,
"dependencies" : {
"groq-sdk" : "^0.19.0" ,
"zod" : "^3.22.4"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@langchain/core" : ">=0.3.58 <0.4.0"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/@langchain/langgraph" : {
2025-07-16 23:37:23 -06:00
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-0.3.9.tgz" ,
"integrity" : "sha512-eV0Qfpj45pn3A43v3JJygE1pGI8QAd+esb4iifIFWPlkjwFdVbZjqNz556Ojf2IjMLCSBpSEfZqQsRlju8fM0A==" ,
2025-04-20 01:37:10 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"@langchain/langgraph-checkpoint" : "~0.0.18" ,
2025-07-16 23:37:23 -06:00
"@langchain/langgraph-sdk" : "~0.0.96" ,
2025-04-20 01:37:10 -06:00
"uuid" : "^10.0.0" ,
2025-07-12 15:44:17 -06:00
"zod" : "^3.25.32"
2025-04-20 01:37:10 -06:00
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
2025-07-12 15:44:17 -06:00
"@langchain/core" : ">=0.3.58 < 0.4.0" ,
2025-06-09 23:00:25 -06:00
"zod-to-json-schema" : "^3.x"
} ,
"peerDependenciesMeta" : {
"zod-to-json-schema" : {
"optional" : true
}
2025-04-20 01:37:10 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/@langchain/langgraph-checkpoint" : {
"version" : "0.0.18" ,
"resolved" : "https://registry.npmjs.org/@langchain/langgraph-checkpoint/-/langgraph-checkpoint-0.0.18.tgz" ,
"integrity" : "sha512-IS7zJj36VgY+4pf8ZjsVuUWef7oTwt1y9ylvwu0aLuOn1d0fg05Om9DLm3v2GZ2Df6bhLV1kfWAM0IAl9O5rQQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"uuid" : "^10.0.0"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
"node" : ">=18"
2025-06-09 23:00:25 -06:00
} ,
"peerDependencies" : {
"@langchain/core" : ">=0.2.31 <0.4.0"
2025-04-19 12:52:15 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/@langchain/langgraph-sdk" : {
2025-07-16 23:37:23 -06:00
"version" : "0.0.97" ,
"resolved" : "https://registry.npmjs.org/@langchain/langgraph-sdk/-/langgraph-sdk-0.0.97.tgz" ,
"integrity" : "sha512-MrkCFKA/Ei/haJ1bN/lQyAjEJ1ezV9Djv2BYH2L3oqxOf3COT1LoRn3P6TD0M+j1RD5VjkowUwQ3T8Uidzq9mA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"@types/json-schema" : "^7.0.15" ,
2025-04-19 12:52:15 -06:00
"p-queue" : "^6.6.2" ,
"p-retry" : "4" ,
2025-06-09 23:00:25 -06:00
"uuid" : "^9.0.0"
2025-04-19 12:52:15 -06:00
} ,
2025-06-09 23:00:25 -06:00
"peerDependencies" : {
"@langchain/core" : ">=0.2.31 <0.4.0" ,
2025-07-12 15:44:17 -06:00
"react" : "^18 || ^19" ,
"react-dom" : "^18 || ^19"
2025-06-09 23:00:25 -06:00
} ,
"peerDependenciesMeta" : {
"@langchain/core" : {
"optional" : true
} ,
"react" : {
"optional" : true
2025-07-12 15:44:17 -06:00
} ,
"react-dom" : {
"optional" : true
2025-06-09 23:00:25 -06:00
}
2025-04-19 12:52:15 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/@langchain/langgraph-sdk/node_modules/uuid" : {
2025-05-19 23:32:35 -06:00
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz" ,
"integrity" : "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" ,
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
"license" : "MIT" ,
"bin" : {
"uuid" : "dist/bin/uuid"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/@langchain/ollama" : {
2025-07-12 15:44:17 -06:00
"version" : "0.2.3" ,
"resolved" : "https://registry.npmjs.org/@langchain/ollama/-/ollama-0.2.3.tgz" ,
"integrity" : "sha512-1Obe45jgQspqLMBVlayQbGdywFmri8DgmGRdzNu0li56cG5RReYlRCFVDZBRMMvF9JhsP5eXRyfyivtKfITHWQ==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
2025-06-09 23:00:25 -06:00
"dependencies" : {
"ollama" : "^0.5.12" ,
2025-07-12 15:44:17 -06:00
"uuid" : "^10.0.0"
2025-06-09 23:00:25 -06:00
} ,
2025-05-19 23:32:35 -06:00
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=18"
} ,
"peerDependencies" : {
2025-07-12 15:44:17 -06:00
"@langchain/core" : ">=0.3.58 <0.4.0"
2025-05-19 23:32:35 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/@langchain/openai" : {
2025-07-12 15:44:17 -06:00
"version" : "0.5.18" ,
"resolved" : "https://registry.npmjs.org/@langchain/openai/-/openai-0.5.18.tgz" ,
"integrity" : "sha512-CX1kOTbT5xVFNdtLjnM0GIYNf+P7oMSu+dGCFxxWRa3dZwWiuyuBXCm+dToUGxDLnsHuV1bKBtIzrY1mLq/A1Q==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"js-tiktoken" : "^1.0.12" ,
2025-07-12 15:44:17 -06:00
"openai" : "^5.3.0" ,
"zod" : "^3.25.32"
2025-05-19 23:32:35 -06:00
} ,
2025-06-09 23:00:25 -06:00
"engines" : {
"node" : ">=18"
2025-05-19 23:32:35 -06:00
} ,
2025-06-09 23:00:25 -06:00
"peerDependencies" : {
2025-07-12 15:44:17 -06:00
"@langchain/core" : ">=0.3.58 <0.4.0"
}
} ,
"node_modules/@langchain/openai/node_modules/openai" : {
2025-07-16 23:37:23 -06:00
"version" : "5.10.1" ,
"resolved" : "https://registry.npmjs.org/openai/-/openai-5.10.1.tgz" ,
"integrity" : "sha512-fq6xVfv1/gpLbsj8fArEt3b6B9jBxdhAK+VJ+bDvbUvNd+KTLlA3bnDeYZaBsGH9LUhJ1M1yXfp9sEyBLMx6eA==" ,
2025-07-12 15:44:17 -06:00
"license" : "Apache-2.0" ,
"bin" : {
"openai" : "bin/cli"
} ,
"peerDependencies" : {
"ws" : "^8.18.0" ,
"zod" : "^3.23.8"
} ,
"peerDependenciesMeta" : {
"ws" : {
"optional" : true
} ,
"zod" : {
"optional" : true
}
2025-05-19 23:32:35 -06:00
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@langchain/textsplitters" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/@langchain/textsplitters/-/textsplitters-0.1.0.tgz" ,
"integrity" : "sha512-djI4uw9rlkAb5iMhtLED+xJebDdAG935AdP4eRTB02R7OB/act55Bj9wsskhZsvuyQRpO4O1wQOp85s6T6GWmw==" ,
"license" : "MIT" ,
"dependencies" : {
"js-tiktoken" : "^1.0.12"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@langchain/core" : ">=0.2.21 <0.4.0"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/@langchain/weaviate" : {
2025-07-12 15:44:17 -06:00
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/@langchain/weaviate/-/weaviate-0.2.1.tgz" ,
"integrity" : "sha512-rlfAKF+GB0A5MUrol34oDrBkl4q6AefARk9KDW+LfzhV/74pZZLZyIPYPxvE4XwI3gvpwp024DNsDxK/4UW0/g==" ,
2025-05-23 18:03:35 -06:00
"license" : "MIT" ,
"dependencies" : {
"uuid" : "^10.0.0" ,
"weaviate-client" : "^3.5.2"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@langchain/core" : ">=0.2.21 <0.4.0"
}
} ,
"node_modules/@mozilla/readability" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/@mozilla/readability/-/readability-0.6.0.tgz" ,
"integrity" : "sha512-juG5VWh4qAivzTAeMzvY9xs9HY5rAcr2E4I7tiSSCokRFi7XIZCAu92ZkSTsIj1OPceCifL3cpfteP3pDT9/QQ==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@napi-rs/wasm-runtime" : {
2025-07-12 15:44:17 -06:00
"version" : "0.2.12" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz" ,
"integrity" : "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"@emnapi/core" : "^1.4.3" ,
"@emnapi/runtime" : "^1.4.3" ,
2025-07-12 15:44:17 -06:00
"@tybys/wasm-util" : "^0.10.0"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/@next/env" : {
2025-07-16 23:37:23 -06:00
"version" : "15.4.1" ,
"resolved" : "https://registry.npmjs.org/@next/env/-/env-15.4.1.tgz" ,
"integrity" : "sha512-DXQwFGAE2VH+f2TJsKepRXpODPU+scf5fDbKOME8MMyeyswe4XwgRdiiIYmBfkXU+2ssliLYznajTrOQdnLR5A==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT"
} ,
"node_modules/@next/eslint-plugin-next" : {
"version" : "14.1.4" ,
"resolved" : "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.4.tgz" ,
"integrity" : "sha512-n4zYNLSyCo0Ln5b7qxqQeQ34OZKXwgbdcx6kmkQbywr+0k6M3Vinft0T72R6CDAcDrne2IAgSud4uWCzFgc5HA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"glob" : "10.3.10"
}
} ,
"node_modules/@next/swc-darwin-arm64" : {
2025-07-16 23:37:23 -06:00
"version" : "15.4.1" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.4.1.tgz" ,
"integrity" : "sha512-L+81yMsiHq82VRXS2RVq6OgDwjvA4kDksGU8hfiDHEXP+ncKIUhUsadAVB+MRIp2FErs/5hpXR0u2eluWPAhig==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-darwin-x64" : {
2025-07-16 23:37:23 -06:00
"version" : "15.4.1" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.4.1.tgz" ,
"integrity" : "sha512-jfz1RXu6SzL14lFl05/MNkcN35lTLMJWPbqt7Xaj35+ZWAX342aePIJrN6xBdGeKl6jPXJm0Yqo3Xvh3Gpo3Uw==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-arm64-gnu" : {
2025-07-16 23:37:23 -06:00
"version" : "15.4.1" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.4.1.tgz" ,
"integrity" : "sha512-k0tOFn3dsnkaGfs6iQz8Ms6f1CyQe4GacXF979sL8PNQxjYS1swx9VsOyUQYaPoGV8nAZ7OX8cYaeiXGq9ahPQ==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-arm64-musl" : {
2025-07-16 23:37:23 -06:00
"version" : "15.4.1" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.4.1.tgz" ,
"integrity" : "sha512-4ogGQ/3qDzbbK3IwV88ltihHFbQVq6Qr+uEapzXHXBH1KsVBZOB50sn6BWHPcFjwSoMX2Tj9eH/fZvQnSIgc3g==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-x64-gnu" : {
2025-07-16 23:37:23 -06:00
"version" : "15.4.1" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.4.1.tgz" ,
"integrity" : "sha512-Jj0Rfw3wIgp+eahMz/tOGwlcYYEFjlBPKU7NqoOkTX0LY45i5W0WcDpgiDWSLrN8KFQq/LW7fZq46gxGCiOYlQ==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-x64-musl" : {
2025-07-16 23:37:23 -06:00
"version" : "15.4.1" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.4.1.tgz" ,
"integrity" : "sha512-9WlEZfnw1vFqkWsTMzZDgNL7AUI1aiBHi0S2m8jvycPyCq/fbZjtE/nDkhJRYbSjXbtRHYLDBlmP95kpjEmJbw==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-win32-arm64-msvc" : {
2025-07-16 23:37:23 -06:00
"version" : "15.4.1" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.4.1.tgz" ,
"integrity" : "sha512-WodRbZ9g6CQLRZsG3gtrA9w7Qfa9BwDzhFVdlI6sV0OCPq9JrOrJSp9/ioLsezbV8w9RCJ8v55uzJuJ5RgWLZg==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-win32-x64-msvc" : {
2025-07-16 23:37:23 -06:00
"version" : "15.4.1" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.4.1.tgz" ,
"integrity" : "sha512-y+wTBxelk2xiNofmDOVU7O5WxTHcvOoL3srOM0kxTzKDjQ57kPU0tpnPJ/BWrRnsOwXEv0+3QSbGR7hY4n9LkQ==" ,
2025-04-19 12:52:15 -06:00
"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==" ,
"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==" ,
"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==" ,
"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"
}
} ,
"node_modules/@petamoriken/float16" : {
"version" : "3.9.2" ,
"resolved" : "https://registry.npmjs.org/@petamoriken/float16/-/float16-3.9.2.tgz" ,
"integrity" : "sha512-VgffxawQde93xKxT3qap3OH+meZf7VaSB5Sqd4Rqc+FP5alWbpOyan/7tRbOAvynjpG3GpdtAuGU/NdhQpmrog==" ,
2025-05-03 16:00:08 -06:00
"devOptional" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT"
} ,
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" ,
"integrity" : "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/@playwright/test" : {
2025-07-12 15:44:17 -06:00
"version" : "1.54.1" ,
"resolved" : "https://registry.npmjs.org/@playwright/test/-/test-1.54.1.tgz" ,
"integrity" : "sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==" ,
2025-05-03 16:00:08 -06:00
"license" : "Apache-2.0" ,
"peer" : true ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"playwright" : "1.54.1"
2025-05-03 16:00:08 -06:00
} ,
"bin" : {
"playwright" : "cli.js"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@protobufjs/aspromise" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz" ,
"integrity" : "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/base64" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz" ,
"integrity" : "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/codegen" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz" ,
"integrity" : "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/eventemitter" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz" ,
"integrity" : "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/fetch" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz" ,
"integrity" : "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.1" ,
"@protobufjs/inquire" : "^1.1.0"
}
} ,
"node_modules/@protobufjs/float" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz" ,
"integrity" : "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/inquire" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz" ,
"integrity" : "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/path" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz" ,
"integrity" : "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/pool" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz" ,
"integrity" : "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/utf8" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz" ,
"integrity" : "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@react-aria/focus" : {
2025-07-12 15:44:17 -06:00
"version" : "3.20.5" ,
"resolved" : "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.5.tgz" ,
"integrity" : "sha512-JpFtXmWQ0Oca7FcvkqgjSyo6xEP7v3oQOLUId6o0xTvm4AD5W0mU2r3lYrbhsJ+XxdUUX4AVR5473sZZ85kU4A==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"@react-aria/interactions" : "^3.25.3" ,
2025-06-09 23:00:25 -06:00
"@react-aria/utils" : "^3.29.1" ,
"@react-types/shared" : "^3.30.0" ,
2025-04-19 12:52:15 -06:00
"@swc/helpers" : "^0.5.0" ,
"clsx" : "^2.0.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"
}
} ,
"node_modules/@react-aria/interactions" : {
2025-07-12 15:44:17 -06:00
"version" : "3.25.3" ,
"resolved" : "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.3.tgz" ,
"integrity" : "sha512-J1bhlrNtjPS/fe5uJQ+0c7/jiXniwa4RQlP+Emjfc/iuqpW2RhbF9ou5vROcLzWIyaW8tVMZ468J68rAs/aZ5A==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"@react-aria/ssr" : "^3.9.9" ,
"@react-aria/utils" : "^3.29.1" ,
"@react-stately/flags" : "^3.1.2" ,
"@react-types/shared" : "^3.30.0" ,
2025-04-19 12:52:15 -06:00
"@swc/helpers" : "^0.5.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"
}
} ,
"node_modules/@react-aria/ssr" : {
2025-06-09 23:00:25 -06:00
"version" : "3.9.9" ,
"resolved" : "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.9.tgz" ,
"integrity" : "sha512-2P5thfjfPy/np18e5wD4WPt8ydNXhij1jwA8oehxZTFqlgVMGXzcWKxTb4RtJrLFsqPO7RUQTiY8QJk0M4Vy2g==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@swc/helpers" : "^0.5.0"
} ,
"engines" : {
"node" : ">= 12"
} ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
} ,
"node_modules/@react-aria/utils" : {
2025-06-09 23:00:25 -06:00
"version" : "3.29.1" ,
"resolved" : "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.1.tgz" ,
"integrity" : "sha512-yXMFVJ73rbQ/yYE/49n5Uidjw7kh192WNN9PNQGV0Xoc7EJUlSOxqhnpHmYTyO0EotJ8fdM1fMH8durHjUSI8g==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"@react-aria/ssr" : "^3.9.9" ,
"@react-stately/flags" : "^3.1.2" ,
"@react-stately/utils" : "^3.10.7" ,
"@react-types/shared" : "^3.30.0" ,
2025-04-19 12:52:15 -06:00
"@swc/helpers" : "^0.5.0" ,
"clsx" : "^2.0.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"
}
} ,
"node_modules/@react-stately/flags" : {
2025-06-09 23:00:25 -06:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@react-stately/flags/-/flags-3.1.2.tgz" ,
"integrity" : "sha512-2HjFcZx1MyQXoPqcBGALwWWmgFVUk2TuKVIQxCbRq7fPyWXIl6VHcakCLurdtYC2Iks7zizvz0Idv48MQ38DWg==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@swc/helpers" : "^0.5.0"
}
} ,
"node_modules/@react-stately/utils" : {
2025-06-09 23:00:25 -06:00
"version" : "3.10.7" ,
"resolved" : "https://registry.npmjs.org/@react-stately/utils/-/utils-3.10.7.tgz" ,
"integrity" : "sha512-cWvjGAocvy4abO9zbr6PW6taHgF24Mwy/LbQ4TC4Aq3tKdKDntxyD+sh7AkSRfJRT2ccMVaHVv2+FfHThd3PKQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@swc/helpers" : "^0.5.0"
} ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
} ,
"node_modules/@react-types/shared" : {
2025-06-09 23:00:25 -06:00
"version" : "3.30.0" ,
"resolved" : "https://registry.npmjs.org/@react-types/shared/-/shared-3.30.0.tgz" ,
"integrity" : "sha512-COIazDAx1ncDg046cTJ8SFYsX8aS3lB/08LDnbkH/SkdYrFPWDlXMrO/sUam8j1WWM+PJ+4d1mj7tODIKNiFog==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
} ,
"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" : {
2025-07-12 15:44:17 -06:00
"version" : "1.12.0" ,
"resolved" : "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.12.0.tgz" ,
"integrity" : "sha512-5EwMtOqvJMMa3HbmxLlF74e+3/HhwBTMcvt3nqVJgGCozO6hzIPOBlwm8mGVNR9SN2IJpxSnlxczyDjcn7qIyw==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@selderee/plugin-htmlparser2" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@selderee/plugin-htmlparser2/-/plugin-htmlparser2-0.11.0.tgz" ,
"integrity" : "sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==" ,
"license" : "MIT" ,
"dependencies" : {
"domhandler" : "^5.0.3" ,
"selderee" : "^0.11.0"
} ,
"funding" : {
"url" : "https://ko-fi.com/killymxi"
}
} ,
"node_modules/@swc/helpers" : {
"version" : "0.5.17" ,
"resolved" : "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz" ,
"integrity" : "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.8.0"
}
} ,
"node_modules/@tailwindcss/typography" : {
"version" : "0.5.16" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz" ,
"integrity" : "sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==" ,
"license" : "MIT" ,
"dependencies" : {
"lodash.castarray" : "^4.4.0" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.merge" : "^4.6.2" ,
"postcss-selector-parser" : "6.0.10"
} ,
"peerDependencies" : {
"tailwindcss" : ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
}
} ,
"node_modules/@tanstack/react-virtual" : {
2025-07-12 15:44:17 -06:00
"version" : "3.13.12" ,
"resolved" : "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.12.tgz" ,
"integrity" : "sha512-Gd13QdxPSukP8ZrkbgS2RwoZseTTbQPLnQEn7HY/rqtM+8Zt95f7xKC7N0EsKs7aoz0WzZ+fditZux+F8EzYxA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"@tanstack/virtual-core" : "3.13.12"
2025-04-19 12:52:15 -06: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" : {
2025-07-12 15:44:17 -06:00
"version" : "3.13.12" ,
"resolved" : "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.12.tgz" ,
"integrity" : "sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/tannerlinsley"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/@tokenizer/token" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz" ,
"integrity" : "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==" ,
2025-06-09 23:00:25 -06:00
"license" : "MIT" ,
"peer" : true
2025-05-03 16:00:08 -06:00
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@tybys/wasm-util" : {
2025-07-12 15:44:17 -06:00
"version" : "0.10.0" ,
"resolved" : "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.0.tgz" ,
"integrity" : "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@types/better-sqlite3" : {
"version" : "7.6.13" ,
"resolved" : "https://registry.npmjs.org/@types/better-sqlite3/-/better-sqlite3-7.6.13.tgz" ,
"integrity" : "sha512-NMv9ASNARoKksWtsq/SHakpYAYnhBrQgGD8zkLYk/jaK8jUGn08CfEdTRgYhMypUQAfzSP8W6gNLe0q19/t4VA==" ,
2025-05-03 16:00:08 -06:00
"devOptional" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/@types/debug" : {
"version" : "4.1.12" ,
"resolved" : "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz" ,
"integrity" : "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@types/ms" : "*"
}
} ,
"node_modules/@types/hast" : {
"version" : "2.3.10" ,
"resolved" : "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz" ,
"integrity" : "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^2"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@types/html-to-text" : {
"version" : "9.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/html-to-text/-/html-to-text-9.0.4.tgz" ,
"integrity" : "sha512-pUY3cKH/Nm2yYrEmDlPR1mR7yszjGx4DrwPjQ702C4/D5CwHuZTgZdIdwPkRbcuhs7BAh2L5rg3CL5cbRiGTCQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-05-23 18:03:35 -06:00
"node_modules/@types/jsdom" : {
"version" : "21.1.7" ,
"resolved" : "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz" ,
"integrity" : "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-05-23 18:03:35 -06:00
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*" ,
"@types/tough-cookie" : "*" ,
"parse5" : "^7.0.0"
}
} ,
2025-06-09 23:00:25 -06: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==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"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-07-16 23:37:23 -06:00
"node_modules/@types/jspdf" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/@types/jspdf/-/jspdf-2.0.0.tgz" ,
"integrity" : "sha512-oonYDXI4GegGaG7FFVtriJ+Yqlh4YR3L3NVDiwCEBVG7sbya19SoGx4MW4kg1MCMRPgkbbFTck8YKJL8PrkDfA==" ,
"deprecated" : "This is a stub types definition. jspdf provides its own type definitions, so you do not need this installed." ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"jspdf" : "*"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@types/long" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz" ,
"integrity" : "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"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" ,
"peer" : true
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@types/node" : {
2025-07-16 23:37:23 -06:00
"version" : "20.19.8" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-20.19.8.tgz" ,
"integrity" : "sha512-HzbgCY53T6bfu4tT7Aq3TvViJyHjLjPNaAS3HOuMc9pw97KHsUtXNX4L+wu59g1WnjsZSko35MbEqnO58rihhw==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"undici-types" : "~6.21.0"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/@types/node-fetch" : {
2025-05-19 23:32:35 -06:00
"version" : "2.6.12" ,
"resolved" : "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.12.tgz" ,
"integrity" : "sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*" ,
"form-data" : "^4.0.0"
}
} ,
"node_modules/@types/pdf-parse" : {
2025-05-19 23:32:35 -06:00
"version" : "1.1.5" ,
"resolved" : "https://registry.npmjs.org/@types/pdf-parse/-/pdf-parse-1.1.5.tgz" ,
"integrity" : "sha512-kBfrSXsloMnUJOKi25s3+hRmkycHfLK6A09eRGqF/N8BkQoPUmaCr+q8Cli5FnfohEz/rsv82zAiPz/LXtOGhA==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*"
}
2025-04-19 12:52:15 -06:00
} ,
2025-07-16 23:37:23 -06:00
"node_modules/@types/raf" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/@types/raf/-/raf-3.4.3.tgz" ,
"integrity" : "sha512-c4YAvMedbPZ5tEyxzQdMoOhhJ4RD3rngZIdwC2/qDN3d7JpEhB6fiBRKVY1lg5B7Wk+uPBjn5f39j1/2MY1oOw==" ,
"license" : "MIT" ,
"optional" : true
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@types/react" : {
2025-07-12 16:12:50 -06:00
"version" : "19.1.8" ,
"resolved" : "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz" ,
"integrity" : "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"csstype" : "^3.0.2"
}
} ,
"node_modules/@types/react-dom" : {
2025-07-12 16:12:50 -06:00
"version" : "19.1.6" ,
"resolved" : "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.6.tgz" ,
"integrity" : "sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==" ,
2025-05-03 16:00:08 -06:00
"devOptional" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"peerDependencies" : {
2025-07-12 16:12:50 -06:00
"@types/react" : "^19.0.0"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/@types/react-syntax-highlighter" : {
"version" : "15.5.13" ,
"resolved" : "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.13.tgz" ,
"integrity" : "sha512-uLGJ87j6Sz8UaBAooU0T6lWJ0dBmjZgN1PZTrj05TNql2/XpC6+4HhMT5syIdFUUt+FASfCeLLv4kBygNU+8qA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/react" : "*"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@types/retry" : {
"version" : "0.12.0" ,
"resolved" : "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz" ,
"integrity" : "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/@types/tough-cookie" : {
"version" : "4.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz" ,
"integrity" : "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==" ,
2025-05-23 18:03:35 -06:00
"license" : "MIT"
2025-05-03 16:00:08 -06:00
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@types/triple-beam" : {
"version" : "1.3.5" ,
"resolved" : "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz" ,
"integrity" : "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==" ,
"license" : "MIT"
} ,
2025-07-16 23:37:23 -06:00
"node_modules/@types/trusted-types" : {
"version" : "2.0.7" ,
"resolved" : "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz" ,
"integrity" : "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" ,
"license" : "MIT" ,
"optional" : true
} ,
2025-05-03 16:00:08 -06:00
"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-04-19 12:52:15 -06:00
"node_modules/@types/uuid" : {
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz" ,
"integrity" : "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==" ,
"license" : "MIT"
} ,
"node_modules/@typescript-eslint/parser" : {
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz" ,
"integrity" : "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"@typescript-eslint/scope-manager" : "6.21.0" ,
"@typescript-eslint/types" : "6.21.0" ,
"@typescript-eslint/typescript-estree" : "6.21.0" ,
"@typescript-eslint/visitor-keys" : "6.21.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^7.0.0 || ^8.0.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/scope-manager" : {
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz" ,
"integrity" : "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/types" : "6.21.0" ,
"@typescript-eslint/visitor-keys" : "6.21.0"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/types" : {
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz" ,
"integrity" : "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/typescript-estree" : {
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz" ,
"integrity" : "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"@typescript-eslint/types" : "6.21.0" ,
"@typescript-eslint/visitor-keys" : "6.21.0" ,
"debug" : "^4.3.4" ,
"globby" : "^11.1.0" ,
"is-glob" : "^4.0.3" ,
"minimatch" : "9.0.3" ,
"semver" : "^7.5.4" ,
"ts-api-utils" : "^1.0.1"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion" : {
2025-07-12 15:44:17 -06:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch" : {
"version" : "9.0.3" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz" ,
"integrity" : "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@typescript-eslint/visitor-keys" : {
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz" ,
"integrity" : "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/types" : "6.21.0" ,
"eslint-visitor-keys" : "^3.4.1"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@ungap/structured-clone" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz" ,
"integrity" : "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==" ,
"dev" : true ,
"license" : "ISC"
} ,
2025-07-12 15:44:17 -06:00
"node_modules/@unrs/resolver-binding-android-arm-eabi" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz" ,
"integrity" : "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@unrs/resolver-binding-android-arm64" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz" ,
"integrity" : "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
2025-04-19 12:52:15 -06:00
"node_modules/@unrs/resolver-binding-darwin-arm64" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz" ,
"integrity" : "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@unrs/resolver-binding-darwin-x64" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz" ,
"integrity" : "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@unrs/resolver-binding-freebsd-x64" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz" ,
"integrity" : "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@unrs/resolver-binding-linux-arm-gnueabihf" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz" ,
"integrity" : "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-arm-musleabihf" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz" ,
"integrity" : "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-arm64-gnu" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz" ,
"integrity" : "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-arm64-musl" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz" ,
"integrity" : "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-ppc64-gnu" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz" ,
"integrity" : "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"ppc64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-riscv64-gnu" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz" ,
"integrity" : "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==" ,
2025-05-19 23:32:35 -06:00
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-riscv64-musl" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz" ,
"integrity" : "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-s390x-gnu" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz" ,
"integrity" : "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"s390x"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-x64-gnu" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz" ,
"integrity" : "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-x64-musl" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz" ,
"integrity" : "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-wasm32-wasi" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz" ,
"integrity" : "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"wasm32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"@napi-rs/wasm-runtime" : "^0.2.11"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@unrs/resolver-binding-win32-arm64-msvc" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz" ,
"integrity" : "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@unrs/resolver-binding-win32-ia32-msvc" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz" ,
"integrity" : "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@unrs/resolver-binding-win32-x64-msvc" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz" ,
"integrity" : "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==" ,
2025-04-19 12:52:15 -06:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@xenova/transformers" : {
"version" : "2.17.2" ,
"resolved" : "https://registry.npmjs.org/@xenova/transformers/-/transformers-2.17.2.tgz" ,
"integrity" : "sha512-lZmHqzrVIkSvZdKZEx7IYY51TK0WDrC8eR0c5IMnBsO8di8are1zzw8BlLhyO2TklZKLN5UffNGs1IJwT6oOqQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@huggingface/jinja" : "^0.2.2" ,
"onnxruntime-web" : "1.14.0" ,
"sharp" : "^0.32.0"
} ,
"optionalDependencies" : {
"onnxruntime-node" : "1.14.0"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/@xmldom/xmldom" : {
"version" : "0.8.10" ,
"resolved" : "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz" ,
"integrity" : "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/abort-controller" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" ,
"integrity" : "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" ,
"license" : "MIT" ,
"dependencies" : {
"event-target-shim" : "^5.0.0"
} ,
"engines" : {
"node" : ">=6.5"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/abort-controller-x" : {
"version" : "0.4.3" ,
"resolved" : "https://registry.npmjs.org/abort-controller-x/-/abort-controller-x-0.4.3.tgz" ,
"integrity" : "sha512-VtUwTNU8fpMwvWGn4xE93ywbogTYsuT+AUxAXOeelbXuQVIwNmC5YLeho9sH4vZ4ITW8414TTAOG1nW6uIVHCA==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/acorn" : {
2025-06-09 23:00:25 -06:00
"version" : "8.15.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz" ,
"integrity" : "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==" ,
2025-04-19 12:52:15 -06: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"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/agent-base" : {
2025-07-12 15:44:17 -06:00
"version" : "7.1.4" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz" ,
"integrity" : "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==" ,
2025-05-23 18:03:35 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 14"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/agentkeepalive" : {
2025-05-19 23:32:35 -06:00
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz" ,
"integrity" : "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"humanize-ms" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 8.0.0"
}
} ,
"node_modules/ajv" : {
"version" : "6.12.6" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
"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-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-styles" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" ,
"integrity" : "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/any-promise" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz" ,
"integrity" : "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" ,
"license" : "MIT"
} ,
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
"license" : "ISC" ,
"dependencies" : {
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/arg" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz" ,
"integrity" : "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" ,
"license" : "MIT"
2025-05-03 16:00:08 -06:00
} ,
2025-04-19 12:52:15 -06:00
"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==" ,
"license" : "Python-2.0"
} ,
"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" : {
2025-06-09 23:00:25 -06:00
"version" : "3.1.9" ,
"resolved" : "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz" ,
"integrity" : "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.4" ,
2025-04-19 12:52:15 -06:00
"define-properties" : "^1.2.1" ,
2025-06-09 23:00:25 -06:00
"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"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/array-union" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" ,
"integrity" : "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"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" : {
2025-05-19 23:32:35 -06:00
"version" : "3.2.6" ,
"resolved" : "https://registry.npmjs.org/async/-/async-3.2.6.tgz" ,
"integrity" : "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" ,
2025-04-19 12:52:15 -06:00
"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/asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" ,
"license" : "MIT"
} ,
2025-07-16 23:37:23 -06:00
"node_modules/atob" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz" ,
"integrity" : "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" ,
"license" : "(MIT OR Apache-2.0)" ,
"bin" : {
"atob" : "bin/atob.js"
} ,
"engines" : {
"node" : ">= 4.5.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/autoprefixer" : {
"version" : "10.4.21" ,
"resolved" : "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz" ,
"integrity" : "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/autoprefixer"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.24.4" ,
"caniuse-lite" : "^1.0.30001702" ,
"fraction.js" : "^4.3.7" ,
"normalize-range" : "^0.1.2" ,
"picocolors" : "^1.1.1" ,
"postcss-value-parser" : "^4.2.0"
} ,
"bin" : {
"autoprefixer" : "bin/autoprefixer"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
} ,
"peerDependencies" : {
"postcss" : "^8.1.0"
}
} ,
"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" : {
"version" : "4.10.3" ,
"resolved" : "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz" ,
"integrity" : "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==" ,
"dev" : true ,
"license" : "MPL-2.0" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/axios" : {
2025-07-12 15:44:17 -06:00
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz" ,
"integrity" : "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"follow-redirects" : "^1.15.6" ,
"form-data" : "^4.0.0" ,
"proxy-from-env" : "^1.1.0"
}
} ,
"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"
}
} ,
"node_modules/b4a" : {
2025-05-19 23:32:35 -06:00
"version" : "1.6.7" ,
"resolved" : "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz" ,
"integrity" : "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0"
} ,
"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==" ,
"license" : "MIT"
} ,
"node_modules/bare-events" : {
2025-07-12 15:44:17 -06:00
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/bare-events/-/bare-events-2.6.0.tgz" ,
"integrity" : "sha512-EKZ5BTXYExaNqi3I3f9RtEsaI/xBSGjE0XZCZilPzFAV/goswFHuPd9jEZlPIZ/iNZJwDSao9qRiScySz7MbQg==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"optional" : true
} ,
"node_modules/bare-fs" : {
2025-07-12 15:44:17 -06:00
"version" : "4.1.6" ,
"resolved" : "https://registry.npmjs.org/bare-fs/-/bare-fs-4.1.6.tgz" ,
"integrity" : "sha512-25RsLF33BqooOEFNdMcEhMpJy8EoR88zSMrnOQOaM3USnOK2VmaJ1uaQEwPA6AQjrv1lXChScosN6CzbwbO9OQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"optional" : true ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"bare-events" : "^2.5.4" ,
"bare-path" : "^3.0.0" ,
"bare-stream" : "^2.6.4"
} ,
"engines" : {
"bare" : ">=1.16.0"
} ,
"peerDependencies" : {
"bare-buffer" : "*"
} ,
"peerDependenciesMeta" : {
"bare-buffer" : {
"optional" : true
}
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/bare-os" : {
2025-05-19 23:32:35 -06:00
"version" : "3.6.1" ,
"resolved" : "https://registry.npmjs.org/bare-os/-/bare-os-3.6.1.tgz" ,
"integrity" : "sha512-uaIjxokhFidJP+bmmvKSgiMzj2sV5GPHaZVAIktcxcpCyBFFWO+YlikVAdhmUo2vYFvFhOXIAlldqV29L8126g==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
2025-05-19 23:32:35 -06:00
"optional" : true ,
"engines" : {
"bare" : ">=1.14.0"
}
2025-04-19 12:52:15 -06:00
} ,
"node_modules/bare-path" : {
2025-05-19 23:32:35 -06:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz" ,
"integrity" : "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"optional" : true ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"bare-os" : "^3.0.1"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/bare-stream" : {
2025-05-19 23:32:35 -06:00
"version" : "2.6.5" ,
"resolved" : "https://registry.npmjs.org/bare-stream/-/bare-stream-2.6.5.tgz" ,
"integrity" : "sha512-jSmxKJNJmHySi6hC42zlZnq00rga4jjxcgNZjY9N5WlOe/iOoGRtdwGsHzQv2RlH2KOYMwGUXhf2zXd32BA9RA==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"optional" : true ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"streamx" : "^2.21.0"
} ,
"peerDependencies" : {
"bare-buffer" : "*" ,
"bare-events" : "*"
} ,
"peerDependenciesMeta" : {
"bare-buffer" : {
"optional" : true
} ,
"bare-events" : {
"optional" : true
}
2025-04-19 12:52:15 -06:00
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/base64-arraybuffer" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz" ,
"integrity" : "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">= 0.6.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/base64-js" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
"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/better-sqlite3" : {
2025-05-19 23:32:35 -06:00
"version" : "11.10.0" ,
"resolved" : "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-11.10.0.tgz" ,
"integrity" : "sha512-EwhOpyXiOEL/lKzHz9AW1msWFNzGc/z+LzeB3/jnFJpxu+th2yqvzsSWas1v9jgs9+xiXJcD5A8CJxAG2TaghQ==" ,
2025-04-19 12:52:15 -06:00
"hasInstallScript" : true ,
"license" : "MIT" ,
"dependencies" : {
"bindings" : "^1.5.0" ,
"prebuild-install" : "^7.1.1"
}
} ,
"node_modules/binary-extensions" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz" ,
"integrity" : "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/bindings" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz" ,
"integrity" : "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==" ,
"license" : "MIT" ,
"dependencies" : {
"file-uri-to-path" : "1.0.0"
}
} ,
"node_modules/bl" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" ,
"integrity" : "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" ,
"license" : "MIT" ,
"dependencies" : {
"buffer" : "^5.5.0" ,
"inherits" : "^2.0.4" ,
"readable-stream" : "^3.4.0"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/bl/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"license" : "MIT" ,
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/bluebird" : {
"version" : "3.4.7" ,
"resolved" : "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz" ,
"integrity" : "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==" ,
"license" : "MIT"
} ,
2025-05-24 14:37:19 -06:00
"node_modules/boolbase" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" ,
"integrity" : "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" ,
"license" : "ISC"
2025-04-19 12:52:15 -06:00
} ,
"node_modules/brace-expansion" : {
2025-07-12 15:44:17 -06:00
"version" : "1.1.12" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz" ,
"integrity" : "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
2025-04-19 12:52:15 -06:00
}
} ,
"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==" ,
"license" : "MIT" ,
"dependencies" : {
"fill-range" : "^7.1.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/browserslist" : {
2025-07-12 15:44:17 -06:00
"version" : "4.25.1" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz" ,
"integrity" : "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-04-19 12:52:15 -06:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"caniuse-lite" : "^1.0.30001726" ,
"electron-to-chromium" : "^1.5.173" ,
2025-04-19 12:52:15 -06:00
"node-releases" : "^2.0.19" ,
2025-05-19 23:32:35 -06:00
"update-browserslist-db" : "^1.1.3"
2025-04-19 12:52:15 -06:00
} ,
"bin" : {
"browserslist" : "cli.js"
} ,
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/btoa" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz" ,
"integrity" : "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==" ,
"license" : "(MIT OR Apache-2.0)" ,
"bin" : {
"btoa" : "bin/btoa.js"
} ,
"engines" : {
"node" : ">= 0.4.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/buffer" : {
2025-07-16 23:37:23 -06:00
"version" : "5.7.1" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" ,
"integrity" : "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" ,
2025-04-19 12:52:15 -06:00
"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" : {
"base64-js" : "^1.3.1" ,
2025-07-16 23:37:23 -06:00
"ieee754" : "^1.1.13"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/buffer-equal-constant-time" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz" ,
"integrity" : "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" ,
"license" : "BSD-3-Clause" ,
"peer" : true
} ,
2025-04-19 12:52:15 -06:00
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/call-bind" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz" ,
"integrity" : "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.0" ,
"es-define-property" : "^1.0.0" ,
"get-intrinsic" : "^1.2.4" ,
"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==" ,
"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==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/camelcase" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" ,
"integrity" : "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/camelcase-css" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz" ,
"integrity" : "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/caniuse-lite" : {
2025-07-12 15:44:17 -06:00
"version" : "1.0.30001727" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz" ,
"integrity" : "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==" ,
2025-04-19 12:52:15 -06: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-07-16 23:37:23 -06:00
"node_modules/canvg" : {
"version" : "3.0.11" ,
"resolved" : "https://registry.npmjs.org/canvg/-/canvg-3.0.11.tgz" ,
"integrity" : "sha512-5ON+q7jCTgMp9cjpu4Jo6XbvfYwSB2Ow3kzHKfIyJfaCAOHLbdKPQqGKgfED/R5B+3TFFfe8pegYA+b423SRyA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"@babel/runtime" : "^7.12.5" ,
"@types/raf" : "^3.4.0" ,
"core-js" : "^3.8.3" ,
"raf" : "^3.4.1" ,
"regenerator-runtime" : "^0.13.7" ,
"rgbcolor" : "^1.0.1" ,
"stackblur-canvas" : "^2.0.0" ,
"svg-pathdata" : "^6.0.3"
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
2025-04-19 12:52:15 -06: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==" ,
"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"
}
} ,
"node_modules/chalk/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==" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/character-entities" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz" ,
"integrity" : "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/character-entities-legacy" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz" ,
"integrity" : "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/character-reference-invalid" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz" ,
"integrity" : "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-05-24 14:37:19 -06:00
"node_modules/cheerio" : {
2025-06-09 23:00:25 -06:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/cheerio/-/cheerio-1.1.0.tgz" ,
"integrity" : "sha512-+0hMx9eYhJvWbgpKV9hN7jg0JcwydpopZE4hgi+KvQtByZXPp04NiCWU0LzcAbP63abZckIHkTQaXVF52mX3xQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-05-24 14:37:19 -06:00
"cheerio-select" : "^2.1.0" ,
"dom-serializer" : "^2.0.0" ,
"domhandler" : "^5.0.3" ,
2025-06-09 23:00:25 -06:00
"domutils" : "^3.2.2" ,
"encoding-sniffer" : "^0.2.0" ,
"htmlparser2" : "^10.0.0" ,
"parse5" : "^7.3.0" ,
"parse5-htmlparser2-tree-adapter" : "^7.1.0" ,
"parse5-parser-stream" : "^7.1.2" ,
"undici" : "^7.10.0" ,
"whatwg-mimetype" : "^4.0.0"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=18.17"
2025-04-19 12:52:15 -06:00
} ,
"funding" : {
2025-05-24 14:37:19 -06:00
"url" : "https://github.com/cheeriojs/cheerio?sponsor=1"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-24 14:37:19 -06:00
"node_modules/cheerio-select" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz" ,
"integrity" : "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==" ,
"license" : "BSD-2-Clause" ,
2025-05-19 23:32:35 -06:00
"dependencies" : {
2025-05-24 14:37:19 -06:00
"boolbase" : "^1.0.0" ,
"css-select" : "^5.1.0" ,
"css-what" : "^6.1.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3" ,
"domutils" : "^3.0.1"
2025-05-19 23:32:35 -06:00
} ,
2025-05-24 14:37:19 -06:00
"funding" : {
"url" : "https://github.com/sponsors/fb55"
2025-05-19 23:32:35 -06:00
}
} ,
2025-05-24 14:37:19 -06:00
"node_modules/chokidar" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"license" : "MIT" ,
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/chokidar/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==" ,
"license" : "ISC" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/chownr" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz" ,
"integrity" : "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" ,
"license" : "ISC"
} ,
2025-04-19 12:52:15 -06: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-05-23 18:03:35 -06:00
"node_modules/cliui" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.1" ,
"wrap-ansi" : "^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/cliui/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==" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/cliui/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/cliui/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/cliui/node_modules/wrap-ansi" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/clsx" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz" ,
"integrity" : "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/color" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/color/-/color-4.2.3.tgz" ,
"integrity" : "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1" ,
"color-string" : "^1.9.0"
} ,
"engines" : {
"node" : ">=12.5.0"
}
} ,
"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==" ,
"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==" ,
"license" : "MIT"
} ,
"node_modules/color-string" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz" ,
"integrity" : "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==" ,
"license" : "MIT" ,
"dependencies" : {
"color-name" : "^1.0.0" ,
"simple-swizzle" : "^0.2.2"
}
} ,
"node_modules/colorspace" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz" ,
"integrity" : "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==" ,
"license" : "MIT" ,
"dependencies" : {
"color" : "^3.1.3" ,
"text-hex" : "1.0.x"
}
} ,
"node_modules/colorspace/node_modules/color" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/color/-/color-3.2.1.tgz" ,
"integrity" : "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^1.9.3" ,
"color-string" : "^1.6.0"
}
} ,
"node_modules/colorspace/node_modules/color-convert" : {
"version" : "1.9.3" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" ,
"integrity" : "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" ,
"license" : "MIT" ,
"dependencies" : {
"color-name" : "1.1.3"
}
} ,
"node_modules/colorspace/node_modules/color-name" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" ,
"integrity" : "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" ,
"license" : "MIT"
} ,
"node_modules/combined-stream" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" ,
"integrity" : "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" ,
"license" : "MIT" ,
"dependencies" : {
"delayed-stream" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/comma-separated-tokens" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz" ,
"integrity" : "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/commander" : {
2025-05-19 23:32:35 -06:00
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz" ,
"integrity" : "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">= 6"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/compute-cosine-similarity" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/compute-cosine-similarity/-/compute-cosine-similarity-1.1.0.tgz" ,
"integrity" : "sha512-FXhNx0ILLjGi9Z9+lglLzM12+0uoTnYkHm7GiadXDAr0HGVLm25OivUS1B/LPkbzzvlcXz/1EvWg9ZYyJSdhTw==" ,
"dependencies" : {
"compute-dot" : "^1.1.0" ,
"compute-l2norm" : "^1.1.0" ,
"validate.io-array" : "^1.0.5" ,
"validate.io-function" : "^1.0.2"
}
} ,
"node_modules/compute-dot" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/compute-dot/-/compute-dot-1.1.0.tgz" ,
"integrity" : "sha512-L5Ocet4DdMrXboss13K59OK23GXjiSia7+7Ukc7q4Bl+RVpIXK2W9IHMbWDZkh+JUEvJAwOKRaJDiFUa1LTnJg==" ,
"dependencies" : {
"validate.io-array" : "^1.0.3" ,
"validate.io-function" : "^1.0.2"
}
} ,
"node_modules/compute-l2norm" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/compute-l2norm/-/compute-l2norm-1.1.0.tgz" ,
"integrity" : "sha512-6EHh1Elj90eU28SXi+h2PLnTQvZmkkHWySpoFz+WOlVNLz3DQoC4ISUHSV9n5jMxPHtKGJ01F4uu2PsXBB8sSg==" ,
"dependencies" : {
"validate.io-array" : "^1.0.3" ,
"validate.io-function" : "^1.0.2"
}
} ,
"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/console-table-printer" : {
2025-07-12 15:44:17 -06:00
"version" : "2.14.6" ,
"resolved" : "https://registry.npmjs.org/console-table-printer/-/console-table-printer-2.14.6.tgz" ,
"integrity" : "sha512-MCBl5HNVaFuuHW6FGbL/4fB7N/ormCy+tQ+sxTrF6QtSbSNETvPuOVbkJBhzDgYhvjWGrTma4eYJa37ZuoQsPw==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"simple-wcswidth" : "^1.0.1"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/core-js" : {
"version" : "3.44.0" ,
"resolved" : "https://registry.npmjs.org/core-js/-/core-js-3.44.0.tgz" ,
"integrity" : "sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/core-js"
}
} ,
"node_modules/core-util-is" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" ,
"integrity" : "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" ,
"license" : "MIT"
} ,
2025-05-23 18:03:35 -06:00
"node_modules/cross-fetch" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz" ,
"integrity" : "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==" ,
"license" : "MIT" ,
"dependencies" : {
"node-fetch" : "^2.7.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/cross-spawn" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
"license" : "MIT" ,
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/css-line-break" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/css-line-break/-/css-line-break-2.1.0.tgz" ,
"integrity" : "sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"utrie" : "^1.0.2"
}
} ,
2025-05-24 14:37:19 -06:00
"node_modules/css-select" : {
2025-07-12 15:44:17 -06:00
"version" : "5.2.2" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz" ,
"integrity" : "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==" ,
2025-05-24 14:37:19 -06:00
"license" : "BSD-2-Clause" ,
"dependencies" : {
"boolbase" : "^1.0.0" ,
"css-what" : "^6.1.0" ,
"domhandler" : "^5.0.2" ,
"domutils" : "^3.0.1" ,
"nth-check" : "^2.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
"node_modules/css-what" : {
2025-07-12 15:44:17 -06:00
"version" : "6.2.2" ,
"resolved" : "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz" ,
"integrity" : "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==" ,
2025-05-24 14:37:19 -06:00
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">= 6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/cssesc" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" ,
"integrity" : "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" ,
"license" : "MIT" ,
"bin" : {
"cssesc" : "bin/cssesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/cssstyle" : {
2025-07-12 15:44:17 -06:00
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/cssstyle/-/cssstyle-4.6.0.tgz" ,
"integrity" : "sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==" ,
2025-05-23 18:03:35 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"@asamuzakjp/css-color" : "^3.2.0" ,
2025-05-23 18:03:35 -06:00
"rrweb-cssom" : "^0.8.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/csstype" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" ,
"integrity" : "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" ,
"license" : "MIT"
} ,
"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"
} ,
2025-05-23 18:03:35 -06:00
"node_modules/data-urls" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz" ,
"integrity" : "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==" ,
"license" : "MIT" ,
"dependencies" : {
"whatwg-mimetype" : "^4.0.0" ,
"whatwg-url" : "^14.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2025-04-19 12:52:15 -06:00
"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" : {
2025-05-19 23:32:35 -06:00
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz" ,
"integrity" : "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"ms" : "^2.1.3"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/decamelize" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" ,
"integrity" : "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/decimal.js" : {
2025-07-12 15:44:17 -06:00
"version" : "10.6.0" ,
"resolved" : "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz" ,
"integrity" : "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==" ,
2025-05-23 18:03:35 -06:00
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/decompress-response" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz" ,
"integrity" : "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==" ,
"license" : "MIT" ,
"dependencies" : {
"mimic-response" : "^3.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/deep-extend" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" ,
"integrity" : "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"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/deepmerge" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" ,
"integrity" : "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"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"
}
} ,
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/detect-libc" : {
2025-05-19 23:32:35 -06:00
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz" ,
"integrity" : "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/didyoumean" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz" ,
"integrity" : "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" ,
"license" : "Apache-2.0"
} ,
2025-07-16 23:37:23 -06:00
"node_modules/dingbat-to-unicode" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/dingbat-to-unicode/-/dingbat-to-unicode-1.0.1.tgz" ,
"integrity" : "sha512-98l0sW87ZT58pU4i61wa2OHwxbiYSbuxsCBozaVnYX2iCnr3bLM3fIes1/ej7h1YdOKuKt/MLs706TVnALA65w==" ,
"license" : "BSD-2-Clause"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/dir-glob" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" ,
"integrity" : "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"path-type" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/dlv" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz" ,
"integrity" : "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" ,
"license" : "MIT"
} ,
"node_modules/doctrine" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" ,
"integrity" : "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"esutils" : "^2.0.2"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/dom-serializer" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz" ,
"integrity" : "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" ,
"license" : "MIT" ,
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.2" ,
"entities" : "^4.2.0"
} ,
"funding" : {
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
} ,
"node_modules/domelementtype" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" ,
"integrity" : "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
"license" : "BSD-2-Clause"
} ,
"node_modules/domhandler" : {
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz" ,
"integrity" : "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"domelementtype" : "^2.3.0"
} ,
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/dompurify" : {
"version" : "3.2.6" ,
"resolved" : "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz" ,
"integrity" : "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==" ,
"license" : "(MPL-2.0 OR Apache-2.0)" ,
"optional" : true ,
"optionalDependencies" : {
"@types/trusted-types" : "^2.0.7"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/domutils" : {
2025-05-19 23:32:35 -06:00
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz" ,
"integrity" : "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==" ,
2025-04-19 12:52:15 -06:00
"license" : "BSD-2-Clause" ,
"dependencies" : {
"dom-serializer" : "^2.0.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3"
} ,
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/dotenv" : {
2025-07-12 15:44:17 -06:00
"version" : "16.6.1" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz" ,
"integrity" : "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==" ,
2025-05-03 16:00:08 -06:00
"license" : "BSD-2-Clause" ,
"peer" : true ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://dotenvx.com"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/drizzle-kit" : {
"version" : "0.30.6" ,
"resolved" : "https://registry.npmjs.org/drizzle-kit/-/drizzle-kit-0.30.6.tgz" ,
"integrity" : "sha512-U4wWit0fyZuGuP7iNmRleQyK2V8wCuv57vf5l3MnG4z4fzNTjY/U13M8owyQ5RavqvqxBifWORaR3wIUzlN64g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@drizzle-team/brocli" : "^0.10.2" ,
"@esbuild-kit/esm-loader" : "^2.5.5" ,
"esbuild" : "^0.19.7" ,
"esbuild-register" : "^3.5.0" ,
"gel" : "^2.0.0"
} ,
"bin" : {
"drizzle-kit" : "bin.cjs"
}
} ,
"node_modules/drizzle-orm" : {
"version" : "0.40.1" ,
"resolved" : "https://registry.npmjs.org/drizzle-orm/-/drizzle-orm-0.40.1.tgz" ,
"integrity" : "sha512-aPNhtiJiPfm3qxz1czrnIDkfvkSdKGXYeZkpG55NPTVI186LmK2fBLMi4dsHpPHlJrZeQ92D322YFPHADBALew==" ,
"license" : "Apache-2.0" ,
"peerDependencies" : {
"@aws-sdk/client-rds-data" : ">=3" ,
"@cloudflare/workers-types" : ">=4" ,
"@electric-sql/pglite" : ">=0.2.0" ,
"@libsql/client" : ">=0.10.0" ,
"@libsql/client-wasm" : ">=0.10.0" ,
"@neondatabase/serverless" : ">=0.10.0" ,
"@op-engineering/op-sqlite" : ">=2" ,
"@opentelemetry/api" : "^1.4.1" ,
"@planetscale/database" : ">=1" ,
"@prisma/client" : "*" ,
"@tidbcloud/serverless" : "*" ,
"@types/better-sqlite3" : "*" ,
"@types/pg" : "*" ,
"@types/sql.js" : "*" ,
"@vercel/postgres" : ">=0.8.0" ,
"@xata.io/client" : "*" ,
"better-sqlite3" : ">=7" ,
"bun-types" : "*" ,
"expo-sqlite" : ">=14.0.0" ,
"gel" : ">=2" ,
"knex" : "*" ,
"kysely" : "*" ,
"mysql2" : ">=2" ,
"pg" : ">=8" ,
"postgres" : ">=3" ,
"sql.js" : ">=1" ,
"sqlite3" : ">=5"
} ,
"peerDependenciesMeta" : {
"@aws-sdk/client-rds-data" : {
"optional" : true
} ,
"@cloudflare/workers-types" : {
"optional" : true
} ,
"@electric-sql/pglite" : {
"optional" : true
} ,
"@libsql/client" : {
"optional" : true
} ,
"@libsql/client-wasm" : {
"optional" : true
} ,
"@neondatabase/serverless" : {
"optional" : true
} ,
"@op-engineering/op-sqlite" : {
"optional" : true
} ,
"@opentelemetry/api" : {
"optional" : true
} ,
"@planetscale/database" : {
"optional" : true
} ,
"@prisma/client" : {
"optional" : true
} ,
"@tidbcloud/serverless" : {
"optional" : true
} ,
"@types/better-sqlite3" : {
"optional" : true
} ,
"@types/pg" : {
"optional" : true
} ,
"@types/sql.js" : {
"optional" : true
} ,
"@vercel/postgres" : {
"optional" : true
} ,
"@xata.io/client" : {
"optional" : true
} ,
"better-sqlite3" : {
"optional" : true
} ,
"bun-types" : {
"optional" : true
} ,
"expo-sqlite" : {
"optional" : true
} ,
"gel" : {
"optional" : true
} ,
"knex" : {
"optional" : true
} ,
"kysely" : {
"optional" : true
} ,
"mysql2" : {
"optional" : true
} ,
"pg" : {
"optional" : true
} ,
"postgres" : {
"optional" : true
} ,
"prisma" : {
"optional" : true
} ,
"sql.js" : {
"optional" : true
} ,
"sqlite3" : {
"optional" : true
}
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/duck" : {
"version" : "0.1.12" ,
"resolved" : "https://registry.npmjs.org/duck/-/duck-0.1.12.tgz" ,
"integrity" : "sha512-wkctla1O6VfP89gQ+J/yDesM0S7B7XLXjKGzXxMDVFg7uEn706niAtyYovKbyq1oT9YwDcly721/iUWoc8MVRg==" ,
"license" : "BSD" ,
"dependencies" : {
"underscore" : "^1.13.1"
}
} ,
2025-04-19 12:52:15 -06:00
"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==" ,
"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/eastasianwidth" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" ,
"integrity" : "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/ecdsa-sig-formatter" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz" ,
"integrity" : "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==" ,
"license" : "Apache-2.0" ,
"peer" : true ,
"dependencies" : {
"safe-buffer" : "^5.0.1"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/electron-to-chromium" : {
2025-07-16 23:37:23 -06:00
"version" : "1.5.186" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.186.tgz" ,
"integrity" : "sha512-lur7L4BFklgepaJxj4DqPk7vKbTEl0pajNlg2QjE5shefmlmBLm2HvQ7PMf1R/GvlevT/581cop33/quQcfX3A==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "ISC"
} ,
"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==" ,
"license" : "MIT"
} ,
"node_modules/enabled" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz" ,
"integrity" : "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==" ,
"license" : "MIT"
} ,
2025-06-09 23:00:25 -06:00
"node_modules/encoding-sniffer" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz" ,
"integrity" : "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==" ,
"license" : "MIT" ,
"dependencies" : {
"iconv-lite" : "^0.6.3" ,
"whatwg-encoding" : "^3.1.1"
} ,
"funding" : {
"url" : "https://github.com/fb55/encoding-sniffer?sponsor=1"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/end-of-stream" : {
2025-07-12 15:44:17 -06:00
"version" : "1.4.5" ,
"resolved" : "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz" ,
"integrity" : "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"once" : "^1.4.0"
}
} ,
"node_modules/entities" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
"node_modules/env-paths" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz" ,
"integrity" : "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==" ,
2025-05-03 16:00:08 -06:00
"devOptional" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/es-abstract" : {
2025-06-09 23:00:25 -06:00
"version" : "1.24.0" ,
"resolved" : "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz" ,
"integrity" : "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==" ,
2025-04-19 12:52:15 -06: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" ,
2025-05-23 18:03:35 -06:00
"call-bound" : "^1.0.4" ,
2025-04-19 12:52:15 -06:00
"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" ,
2025-05-23 18:03:35 -06:00
"es-object-atoms" : "^1.1.1" ,
2025-04-19 12:52:15 -06:00
"es-set-tostringtag" : "^2.1.0" ,
"es-to-primitive" : "^1.3.0" ,
"function.prototype.name" : "^1.1.8" ,
2025-05-23 18:03:35 -06:00
"get-intrinsic" : "^1.3.0" ,
"get-proto" : "^1.0.1" ,
2025-04-19 12:52:15 -06:00
"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" ,
2025-06-09 23:00:25 -06:00
"is-negative-zero" : "^2.0.3" ,
2025-04-19 12:52:15 -06:00
"is-regex" : "^1.2.1" ,
2025-06-09 23:00:25 -06:00
"is-set" : "^2.0.3" ,
2025-04-19 12:52:15 -06:00
"is-shared-array-buffer" : "^1.0.4" ,
"is-string" : "^1.1.1" ,
"is-typed-array" : "^1.1.15" ,
2025-05-23 18:03:35 -06:00
"is-weakref" : "^1.1.1" ,
2025-04-19 12:52:15 -06:00
"math-intrinsics" : "^1.1.0" ,
2025-05-23 18:03:35 -06:00
"object-inspect" : "^1.13.4" ,
2025-04-19 12:52:15 -06:00
"object-keys" : "^1.1.1" ,
"object.assign" : "^4.1.7" ,
"own-keys" : "^1.0.1" ,
2025-05-23 18:03:35 -06:00
"regexp.prototype.flags" : "^1.5.4" ,
2025-04-19 12:52:15 -06:00
"safe-array-concat" : "^1.1.3" ,
"safe-push-apply" : "^1.0.0" ,
"safe-regex-test" : "^1.1.0" ,
"set-proto" : "^1.0.0" ,
2025-06-09 23:00:25 -06:00
"stop-iteration-iterator" : "^1.1.0" ,
2025-04-19 12:52:15 -06:00
"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" ,
2025-05-23 18:03:35 -06:00
"which-typed-array" : "^1.1.19"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"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==" ,
"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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-iterator-helpers" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz" ,
"integrity" : "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==" ,
"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-set-tostringtag" : "^2.0.3" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.6" ,
"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" ,
"iterator.prototype" : "^1.1.4" ,
"safe-array-concat" : "^1.1.3"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-object-atoms" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz" ,
"integrity" : "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" ,
"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==" ,
"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" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz" ,
"integrity" : "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-callable" : "^1.2.7" ,
"is-date-object" : "^1.0.5" ,
"is-symbol" : "^1.0.4"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/esbuild" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz" ,
"integrity" : "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=12"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.19.12" ,
"@esbuild/android-arm" : "0.19.12" ,
"@esbuild/android-arm64" : "0.19.12" ,
"@esbuild/android-x64" : "0.19.12" ,
"@esbuild/darwin-arm64" : "0.19.12" ,
"@esbuild/darwin-x64" : "0.19.12" ,
"@esbuild/freebsd-arm64" : "0.19.12" ,
"@esbuild/freebsd-x64" : "0.19.12" ,
"@esbuild/linux-arm" : "0.19.12" ,
"@esbuild/linux-arm64" : "0.19.12" ,
"@esbuild/linux-ia32" : "0.19.12" ,
"@esbuild/linux-loong64" : "0.19.12" ,
"@esbuild/linux-mips64el" : "0.19.12" ,
"@esbuild/linux-ppc64" : "0.19.12" ,
"@esbuild/linux-riscv64" : "0.19.12" ,
"@esbuild/linux-s390x" : "0.19.12" ,
"@esbuild/linux-x64" : "0.19.12" ,
"@esbuild/netbsd-x64" : "0.19.12" ,
"@esbuild/openbsd-x64" : "0.19.12" ,
"@esbuild/sunos-x64" : "0.19.12" ,
"@esbuild/win32-arm64" : "0.19.12" ,
"@esbuild/win32-ia32" : "0.19.12" ,
"@esbuild/win32-x64" : "0.19.12"
}
} ,
"node_modules/esbuild-register" : {
2025-05-19 23:32:35 -06:00
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/esbuild-register/-/esbuild-register-3.6.0.tgz" ,
"integrity" : "sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.3.4"
} ,
"peerDependencies" : {
"esbuild" : ">=0.12 <1"
}
} ,
"node_modules/escalade" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"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" : {
"version" : "8.57.1" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz" ,
"integrity" : "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==" ,
"deprecated" : "This version is no longer supported. Please see https://eslint.org/version-support for other options." ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.6.1" ,
"@eslint/eslintrc" : "^2.1.4" ,
"@eslint/js" : "8.57.1" ,
"@humanwhocodes/config-array" : "^0.13.0" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@nodelib/fs.walk" : "^1.2.8" ,
"@ungap/structured-clone" : "^1.2.0" ,
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.2" ,
"debug" : "^4.3.2" ,
"doctrine" : "^3.0.0" ,
"escape-string-regexp" : "^4.0.0" ,
"eslint-scope" : "^7.2.2" ,
"eslint-visitor-keys" : "^3.4.3" ,
"espree" : "^9.6.1" ,
"esquery" : "^1.4.2" ,
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^6.0.1" ,
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"globals" : "^13.19.0" ,
"graphemer" : "^1.4.0" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"is-path-inside" : "^3.0.3" ,
"js-yaml" : "^4.1.0" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"levn" : "^0.4.1" ,
"lodash.merge" : "^4.6.2" ,
"minimatch" : "^3.1.2" ,
"natural-compare" : "^1.4.0" ,
"optionator" : "^0.9.3" ,
"strip-ansi" : "^6.0.1" ,
"text-table" : "^0.2.0"
} ,
"bin" : {
"eslint" : "bin/eslint.js"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint-config-next" : {
"version" : "14.1.4" ,
"resolved" : "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.1.4.tgz" ,
"integrity" : "sha512-cihIahbhYAWwXJwZkAaRPpUi5t9aOi/HdfWXOjZeUOqNWXHD8X22kd1KG58Dc3MVaRx3HoR/oMGk2ltcrqDn8g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@next/eslint-plugin-next" : "14.1.4" ,
"@rushstack/eslint-patch" : "^1.3.3" ,
"@typescript-eslint/parser" : "^5.4.2 || ^6.0.0" ,
"eslint-import-resolver-node" : "^0.3.6" ,
"eslint-import-resolver-typescript" : "^3.5.2" ,
"eslint-plugin-import" : "^2.28.1" ,
"eslint-plugin-jsx-a11y" : "^6.7.1" ,
"eslint-plugin-react" : "^7.33.2" ,
"eslint-plugin-react-hooks" : "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705"
} ,
"peerDependencies" : {
"eslint" : "^7.23.0 || ^8.0.0" ,
"typescript" : ">=3.3.1"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/eslint-import-resolver-node" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz" ,
"integrity" : "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^3.2.7" ,
"is-core-module" : "^2.13.0" ,
"resolve" : "^1.22.4"
}
} ,
"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" : {
2025-05-19 23:32:35 -06:00
"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==" ,
2025-04-19 12:52:15 -06:00
"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" ,
2025-05-19 23:32:35 -06:00
"tinyglobby" : "^0.2.13" ,
"unrs-resolver" : "^1.6.2"
2025-04-19 12:52:15 -06:00
} ,
"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" : {
2025-07-12 15:44:17 -06:00
"version" : "2.12.1" ,
"resolved" : "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz" ,
"integrity" : "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==" ,
2025-04-19 12:52:15 -06: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" : {
2025-07-12 15:44:17 -06:00
"version" : "2.32.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz" ,
"integrity" : "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@rtsao/scc" : "^1.1.0" ,
2025-07-12 15:44:17 -06:00
"array-includes" : "^3.1.9" ,
"array.prototype.findlastindex" : "^1.2.6" ,
"array.prototype.flat" : "^1.3.3" ,
"array.prototype.flatmap" : "^1.3.3" ,
2025-04-19 12:52:15 -06:00
"debug" : "^3.2.7" ,
"doctrine" : "^2.1.0" ,
"eslint-import-resolver-node" : "^0.3.9" ,
2025-07-12 15:44:17 -06:00
"eslint-module-utils" : "^2.12.1" ,
2025-04-19 12:52:15 -06:00
"hasown" : "^2.0.2" ,
2025-07-12 15:44:17 -06:00
"is-core-module" : "^2.16.1" ,
2025-04-19 12:52:15 -06:00
"is-glob" : "^4.0.3" ,
"minimatch" : "^3.1.2" ,
"object.fromentries" : "^2.0.8" ,
"object.groupby" : "^1.0.3" ,
2025-07-12 15:44:17 -06:00
"object.values" : "^1.2.1" ,
2025-04-19 12:52:15 -06:00
"semver" : "^6.3.1" ,
2025-07-12 15:44:17 -06:00
"string.prototype.trimend" : "^1.0.9" ,
2025-04-19 12:52:15 -06:00
"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/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/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.0.0-canary-7118f5dd7-20230705" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0-canary-7118f5dd7-20230705.tgz" ,
"integrity" : "sha512-AZYbMo/NW9chdL7vk6HQzQhT+PvTAEVqWk9ziruUoW2kAOcN5qNyelv70e0F1VNQAbvutOC9oc+xfWycI9FxDw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"peerDependencies" : {
"eslint" : "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
}
} ,
"node_modules/eslint-plugin-react/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"
}
} ,
2025-05-24 14:37:19 -06:00
"node_modules/eslint-plugin-react/node_modules/resolve" : {
"version" : "2.0.0-next.5" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz" ,
"integrity" : "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
2025-04-19 12:52:15 -06:00
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"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" : "7.2.2" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz" ,
"integrity" : "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"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/espree" : {
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" ,
"integrity" : "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"acorn" : "^8.9.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^3.4.1"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/esquery" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz" ,
"integrity" : "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==" ,
"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"
}
} ,
"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"
}
} ,
"node_modules/event-target-shim" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" ,
"integrity" : "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/eventemitter3" : {
"version" : "4.0.7" ,
"resolved" : "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz" ,
"integrity" : "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=0.8.x"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/expand-template" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz" ,
"integrity" : "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==" ,
"license" : "(MIT OR WTFPL)" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/expr-eval" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/expr-eval/-/expr-eval-2.0.2.tgz" ,
"integrity" : "sha512-4EMSHGOPSwAfBiibw3ndnP0AvjDWLsMvGOvWEZ2F96IGk0bIVdjQisOHxReSkE13mHcfbuCiXw+G4y0zv6N8Eg==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06: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" ,
"peer" : true
} ,
2025-04-19 12:52:15 -06: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==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT"
} ,
"node_modules/fast-fifo" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz" ,
"integrity" : "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" ,
"license" : "MIT"
} ,
"node_modules/fast-glob" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz" ,
"integrity" : "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==" ,
"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.8"
} ,
"engines" : {
"node" : ">=8.6.0"
}
} ,
2025-05-19 23:32:35 -06:00
"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==" ,
"license" : "ISC" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2025-04-19 12:52:15 -06:00
"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/fast-xml-parser" : {
"version" : "4.5.3" ,
"resolved" : "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz" ,
"integrity" : "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"strnum" : "^1.1.1"
} ,
"bin" : {
"fxparser" : "src/cli/cli.js"
}
} ,
"node_modules/fastq" : {
"version" : "1.19.1" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz" ,
"integrity" : "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==" ,
"license" : "ISC" ,
"dependencies" : {
"reusify" : "^1.0.4"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/fault" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz" ,
"integrity" : "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==" ,
"license" : "MIT" ,
"dependencies" : {
"format" : "^0.2.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/fecha" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz" ,
"integrity" : "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==" ,
"license" : "MIT"
} ,
2025-07-16 23:37:23 -06:00
"node_modules/fflate" : {
"version" : "0.8.2" ,
"resolved" : "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz" ,
"integrity" : "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/file-entry-cache" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz" ,
"integrity" : "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"flat-cache" : "^3.0.4"
} ,
"engines" : {
"node" : "^10.12.0 || >=12.0.0"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/file-type" : {
2025-06-09 23:00:25 -06:00
"version" : "16.5.4" ,
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-16.5.4.tgz" ,
"integrity" : "sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==" ,
2025-05-03 16:00:08 -06:00
"license" : "MIT" ,
2025-06-09 23:00:25 -06:00
"peer" : true ,
2025-05-03 16:00:08 -06:00
"dependencies" : {
2025-06-09 23:00:25 -06:00
"readable-web-to-node-stream" : "^3.0.0" ,
"strtok3" : "^6.2.4" ,
"token-types" : "^4.1.1"
2025-05-03 16:00:08 -06:00
} ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=10"
2025-05-03 16:00:08 -06:00
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/file-type?sponsor=1"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/file-uri-to-path" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz" ,
"integrity" : "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" ,
"license" : "MIT"
} ,
"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==" ,
"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" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz" ,
"integrity" : "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" ,
"license" : "BSD-3-Clause" ,
"bin" : {
"flat" : "cli.js"
}
} ,
"node_modules/flat-cache" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz" ,
"integrity" : "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.3" ,
"rimraf" : "^3.0.2"
} ,
"engines" : {
"node" : "^10.12.0 || >=12.0.0"
}
} ,
"node_modules/flatbuffers" : {
"version" : "1.12.0" ,
"resolved" : "https://registry.npmjs.org/flatbuffers/-/flatbuffers-1.12.0.tgz" ,
"integrity" : "sha512-c7CZADjRcl6j0PlvFy0ZqXQ67qSEZfrVPynmnL+2zPc+NtMvrF8Y0QceMo7QqnSPc7+uWjUIAbvCQ5WIKlMVdQ==" ,
"license" : "SEE LICENSE IN LICENSE.txt"
} ,
"node_modules/flatted" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz" ,
"integrity" : "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==" ,
"dev" : true ,
"license" : "ISC"
} ,
"node_modules/fn.name" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz" ,
"integrity" : "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==" ,
"license" : "MIT"
} ,
"node_modules/follow-redirects" : {
2025-05-19 23:32:35 -06:00
"version" : "1.15.9" ,
"resolved" : "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz" ,
"integrity" : "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==" ,
2025-04-19 12:52:15 -06:00
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/RubenVerborgh"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4.0"
} ,
"peerDependenciesMeta" : {
"debug" : {
"optional" : true
}
}
} ,
"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/foreground-child" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz" ,
"integrity" : "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" ,
"license" : "ISC" ,
"dependencies" : {
"cross-spawn" : "^7.0.6" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/form-data" : {
2025-06-09 23:00:25 -06:00
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-4.0.3.tgz" ,
"integrity" : "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
2025-05-19 23:32:35 -06:00
"es-set-tostringtag" : "^2.1.0" ,
2025-06-09 23:00:25 -06:00
"hasown" : "^2.0.2" ,
2025-04-19 12:52:15 -06:00
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/form-data-encoder" : {
"version" : "1.7.2" ,
"resolved" : "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.2.tgz" ,
"integrity" : "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/format" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/format/-/format-0.2.2.tgz" ,
"integrity" : "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==" ,
"engines" : {
"node" : ">=0.4.x"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/formdata-node" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/formdata-node/-/formdata-node-4.4.1.tgz" ,
"integrity" : "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==" ,
"license" : "MIT" ,
"dependencies" : {
"node-domexception" : "1.0.0" ,
"web-streams-polyfill" : "4.0.0-beta.3"
} ,
"engines" : {
"node" : ">= 12.20"
}
} ,
"node_modules/fraction.js" : {
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz" ,
"integrity" : "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"type" : "patreon" ,
"url" : "https://github.com/sponsors/rawify"
}
} ,
"node_modules/fs-constants" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz" ,
"integrity" : "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" ,
"license" : "MIT"
} ,
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"dev" : true ,
"license" : "ISC"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/fsevents" : {
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz" ,
"integrity" : "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
2025-04-19 12:52:15 -06:00
"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==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/function.prototype.name" : {
"version" : "1.1.8" ,
"resolved" : "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz" ,
"integrity" : "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"define-properties" : "^1.2.1" ,
"functions-have-names" : "^1.2.3" ,
"hasown" : "^2.0.2" ,
"is-callable" : "^1.2.7"
} ,
"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"
}
} ,
"node_modules/gel" : {
2025-07-12 15:44:17 -06:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/gel/-/gel-2.1.1.tgz" ,
"integrity" : "sha512-Newg9X7mRYskoBjSw70l1YnJ/ZGbq64VPyR821H5WVkTGpHG2O0mQILxCeUhxdYERLFY9B4tUyKLyf3uMTjtKw==" ,
2025-05-03 16:00:08 -06:00
"devOptional" : true ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@petamoriken/float16" : "^3.8.7" ,
"debug" : "^4.3.4" ,
"env-paths" : "^3.0.0" ,
"semver" : "^7.6.2" ,
"shell-quote" : "^1.8.1" ,
"which" : "^4.0.0"
} ,
"bin" : {
"gel" : "dist/cli.mjs"
} ,
"engines" : {
"node" : ">= 18.0.0"
}
} ,
"node_modules/gel/node_modules/isexe" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz" ,
"integrity" : "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" ,
2025-05-03 16:00:08 -06:00
"devOptional" : true ,
2025-04-19 12:52:15 -06:00
"license" : "ISC" ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/gel/node_modules/which" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/which/-/which-4.0.0.tgz" ,
"integrity" : "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==" ,
2025-05-03 16:00:08 -06:00
"devOptional" : true ,
2025-04-19 12:52:15 -06:00
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^3.1.1"
} ,
"bin" : {
"node-which" : "bin/which.js"
} ,
"engines" : {
"node" : "^16.13.0 || >=18.0.0"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/get-caller-file" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" ,
"integrity" : "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" ,
"license" : "ISC" ,
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
}
} ,
2025-04-19 12:52:15 -06: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==" ,
"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==" ,
"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" : {
2025-05-23 18:03:35 -06:00
"version" : "4.10.1" ,
"resolved" : "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.1.tgz" ,
"integrity" : "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"resolve-pkg-maps" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/privatenumber/get-tsconfig?sponsor=1"
}
} ,
"node_modules/github-from-package" : {
"version" : "0.0.0" ,
"resolved" : "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz" ,
"integrity" : "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==" ,
"license" : "MIT"
} ,
"node_modules/glob" : {
"version" : "10.3.10" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz" ,
"integrity" : "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==" ,
"license" : "ISC" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^2.3.5" ,
"minimatch" : "^9.0.1" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0" ,
"path-scurry" : "^1.10.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/glob-parent" : {
2025-05-19 23:32:35 -06:00
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
2025-04-19 12:52:15 -06:00
"license" : "ISC" ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"is-glob" : "^4.0.3"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=10.13.0"
2025-04-19 12:52:15 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/glob/node_modules/brace-expansion" : {
2025-07-12 15:44:17 -06:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
2025-06-09 23:00:25 -06:00
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/glob/node_modules/minimatch" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/globals" : {
"version" : "13.24.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" ,
"integrity" : "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"type-fest" : "^0.20.2"
} ,
"engines" : {
"node" : ">=8"
} ,
"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/globby" : {
"version" : "11.1.0" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz" ,
"integrity" : "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"array-union" : "^2.1.0" ,
"dir-glob" : "^3.0.1" ,
"fast-glob" : "^3.2.9" ,
"ignore" : "^5.2.0" ,
"merge2" : "^1.4.1" ,
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/gopd" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/graphemer" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz" ,
"integrity" : "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/graphql" : {
"version" : "16.11.0" ,
"resolved" : "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz" ,
"integrity" : "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==" ,
2025-05-24 14:37:19 -06:00
"license" : "MIT" ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
2025-05-24 14:37:19 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/graphql-request" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz" ,
"integrity" : "sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==" ,
"license" : "MIT" ,
2025-05-24 14:37:19 -06:00
"dependencies" : {
2025-06-09 23:00:25 -06:00
"@graphql-typed-document-node/core" : "^3.2.0" ,
"cross-fetch" : "^3.1.5"
2025-05-24 14:37:19 -06:00
} ,
2025-06-09 23:00:25 -06:00
"peerDependencies" : {
"graphql" : "14 - 16"
2025-05-24 14:37:19 -06:00
}
} ,
2025-07-03 00:27:32 -06:00
"node_modules/groq-sdk" : {
"version" : "0.19.0" ,
"resolved" : "https://registry.npmjs.org/groq-sdk/-/groq-sdk-0.19.0.tgz" ,
"integrity" : "sha512-vdh5h7ORvwvOvutA80dKF81b0gPWHxu6K/GOJBOM0n6p6CSqAVLhFfeS79Ef0j/yCycDR09jqY7jkYz9dLiS6w==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@types/node" : "^18.11.18" ,
"@types/node-fetch" : "^2.6.4" ,
"abort-controller" : "^3.0.0" ,
"agentkeepalive" : "^4.2.1" ,
"form-data-encoder" : "1.7.2" ,
"formdata-node" : "^4.3.2" ,
"node-fetch" : "^2.6.7"
}
} ,
"node_modules/groq-sdk/node_modules/@types/node" : {
2025-07-16 23:37:23 -06:00
"version" : "18.19.119" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-18.19.119.tgz" ,
"integrity" : "sha512-d0F6m9itIPaKnrvEMlzE48UjwZaAnFW7Jwibacw9MNdqadjKNpUm9tfJYDwmShJmgqcoqYUX3EMKO1+RWiuuNg==" ,
2025-07-03 00:27:32 -06:00
"license" : "MIT" ,
"dependencies" : {
"undici-types" : "~5.26.4"
}
} ,
"node_modules/groq-sdk/node_modules/undici-types" : {
"version" : "5.26.5" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" ,
"integrity" : "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" ,
"license" : "MIT"
} ,
2025-06-09 23:00:25 -06:00
"node_modules/guid-typescript" : {
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/guid-typescript/-/guid-typescript-1.0.9.tgz" ,
"integrity" : "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==" ,
"license" : "ISC"
} ,
"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 ,
2025-05-24 14:37:19 -06:00
"license" : "MIT" ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">= 0.4"
2025-05-24 14:37:19 -06:00
} ,
"funding" : {
2025-06-09 23:00:25 -06:00
"url" : "https://github.com/sponsors/ljharb"
2025-05-24 14:37:19 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"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==" ,
2025-05-24 14:37:19 -06:00
"license" : "MIT" ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=8"
2025-05-19 23:32:35 -06:00
}
} ,
2025-04-19 12:52:15 -06:00
"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==" ,
"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==" ,
"license" : "MIT" ,
"dependencies" : {
"has-symbols" : "^1.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
"license" : "MIT" ,
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/hast-util-parse-selector" : {
"version" : "2.2.5" ,
"resolved" : "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz" ,
"integrity" : "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==" ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/hastscript" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz" ,
"integrity" : "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^2.0.0" ,
"comma-separated-tokens" : "^1.0.0" ,
"hast-util-parse-selector" : "^2.0.0" ,
"property-information" : "^5.0.0" ,
"space-separated-tokens" : "^1.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/highlight.js" : {
"version" : "10.7.3" ,
"resolved" : "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz" ,
"integrity" : "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/highlightjs-vue" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz" ,
"integrity" : "sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==" ,
"license" : "CC0-1.0"
} ,
2025-05-23 18:03:35 -06:00
"node_modules/html-encoding-sniffer" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz" ,
"integrity" : "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==" ,
"license" : "MIT" ,
"dependencies" : {
"whatwg-encoding" : "^3.1.1"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/html-to-text" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/html-to-text/-/html-to-text-9.0.5.tgz" ,
"integrity" : "sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==" ,
"license" : "MIT" ,
"dependencies" : {
"@selderee/plugin-htmlparser2" : "^0.11.0" ,
"deepmerge" : "^4.3.1" ,
"dom-serializer" : "^2.0.0" ,
"htmlparser2" : "^8.0.2" ,
"selderee" : "^0.11.0"
} ,
"engines" : {
"node" : ">=14"
}
} ,
2025-05-24 14:37:19 -06:00
"node_modules/html-to-text/node_modules/htmlparser2" : {
2025-04-19 12:52:15 -06:00
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz" ,
"integrity" : "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==" ,
"funding" : [
"https://github.com/fb55/htmlparser2?sponsor=1" ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3" ,
"domutils" : "^3.0.1" ,
"entities" : "^4.4.0"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/html2canvas" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz" ,
"integrity" : "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"css-line-break" : "^2.1.0" ,
"text-segmentation" : "^1.0.3"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
2025-05-24 14:37:19 -06:00
"node_modules/htmlparser2" : {
2025-06-09 23:00:25 -06:00
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.0.0.tgz" ,
"integrity" : "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==" ,
2025-05-24 14:37:19 -06:00
"funding" : [
"https://github.com/fb55/htmlparser2?sponsor=1" ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3" ,
2025-06-09 23:00:25 -06:00
"domutils" : "^3.2.1" ,
"entities" : "^6.0.0"
2025-05-24 14:37:19 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/htmlparser2/node_modules/entities" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz" ,
"integrity" : "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
2025-05-24 14:37:19 -06:00
} ,
2025-05-23 18:03:35 -06:00
"node_modules/http-proxy-agent" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz" ,
"integrity" : "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/https-proxy-agent" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" ,
"integrity" : "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==" ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.1.2" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/humanize-ms" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz" ,
"integrity" : "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.0.0"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/ibm-cloud-sdk-core" : {
2025-06-09 23:00:25 -06:00
"version" : "5.4.0" ,
"resolved" : "https://registry.npmjs.org/ibm-cloud-sdk-core/-/ibm-cloud-sdk-core-5.4.0.tgz" ,
"integrity" : "sha512-c4cwOuUDbMiFROYM/Ti1aC+Umi1v3TdvC2DO5zR7w44FYY/3xrs79+3DVPXt/nRhJeaMHN2L9XwlXsPSoVDHJA==" ,
2025-05-03 16:00:08 -06:00
"license" : "Apache-2.0" ,
"peer" : true ,
"dependencies" : {
"@types/debug" : "^4.1.12" ,
"@types/node" : "^18.19.80" ,
"@types/tough-cookie" : "^4.0.0" ,
"axios" : "^1.8.2" ,
"camelcase" : "^6.3.0" ,
"debug" : "^4.3.4" ,
"dotenv" : "^16.4.5" ,
"extend" : "3.0.2" ,
"file-type" : "16.5.4" ,
"form-data" : "4.0.0" ,
"isstream" : "0.1.2" ,
"jsonwebtoken" : "^9.0.2" ,
"mime-types" : "2.1.35" ,
"retry-axios" : "^2.6.0" ,
"tough-cookie" : "^4.1.3"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/ibm-cloud-sdk-core/node_modules/@types/node" : {
2025-07-16 23:37:23 -06:00
"version" : "18.19.119" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-18.19.119.tgz" ,
"integrity" : "sha512-d0F6m9itIPaKnrvEMlzE48UjwZaAnFW7Jwibacw9MNdqadjKNpUm9tfJYDwmShJmgqcoqYUX3EMKO1+RWiuuNg==" ,
2025-05-03 16:00:08 -06:00
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"undici-types" : "~5.26.4"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/ibm-cloud-sdk-core/node_modules/form-data" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz" ,
"integrity" : "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/ibm-cloud-sdk-core/node_modules/undici-types" : {
"version" : "5.26.5" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" ,
"integrity" : "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" ,
"license" : "MIT" ,
"peer" : true
} ,
2025-05-23 18:03:35 -06:00
"node_modules/iconv-lite" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
"license" : "MIT" ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/ieee754" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" ,
"integrity" : "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
2025-04-19 12:52:15 -06:00
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "BSD-3-Clause"
} ,
"node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
2025-05-03 16:00:08 -06:00
"devOptional" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/immediate" : {
"version" : "3.0.6" ,
"resolved" : "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz" ,
"integrity" : "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06: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"
}
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
} ,
"node_modules/ini" : {
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" ,
"integrity" : "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" ,
"license" : "ISC"
} ,
"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-05-03 16:00:08 -06:00
"node_modules/is-alphabetical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz" ,
"integrity" : "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/is-alphanumerical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz" ,
"integrity" : "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==" ,
"license" : "MIT" ,
"dependencies" : {
"is-alphabetical" : "^1.0.0" ,
"is-decimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-04-19 12:52:15 -06: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-arrayish" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz" ,
"integrity" : "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" ,
"license" : "MIT"
} ,
"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-binary-path" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" ,
"integrity" : "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" ,
"license" : "MIT" ,
"dependencies" : {
"binary-extensions" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"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" : {
"version" : "2.16.1" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz" ,
"integrity" : "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==" ,
"license" : "MIT" ,
"dependencies" : {
"hasown" : "^2.0.2"
} ,
"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-05-03 16:00:08 -06:00
"node_modules/is-decimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz" ,
"integrity" : "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-04-19 12:52:15 -06: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==" ,
"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-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-generator-function" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz" ,
"integrity" : "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"get-proto" : "^1.0.0" ,
"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==" ,
"license" : "MIT" ,
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/is-hexadecimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz" ,
"integrity" : "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-06-09 23:00:25 -06: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 ,
2025-05-24 14:37:19 -06:00
"license" : "MIT" ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2025-05-24 14:37:19 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/is-negative-zero" : {
2025-04-19 12:52:15 -06:00
"version" : "2.0.3" ,
2025-06-09 23:00:25 -06:00
"resolved" : "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz" ,
"integrity" : "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==" ,
2025-04-19 12:52:15 -06:00
"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==" ,
"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"
}
} ,
"node_modules/is-path-inside" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz" ,
"integrity" : "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/is-potential-custom-element-name" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz" ,
"integrity" : "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/is-regex" : {
"version" : "1.2.1" ,
"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-stream" : {
2025-06-09 23:00:25 -06:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=8"
2025-04-19 12:52:15 -06:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"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"
} ,
2025-05-19 23:32:35 -06:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2025-05-03 16:00:08 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"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==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"call-bound" : "^1.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"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 ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"call-bound" : "^1.0.3" ,
"get-intrinsic" : "^1.2.6"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">= 0.4"
2025-04-19 12:52:15 -06:00
} ,
2025-05-19 23:32:35 -06:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/isarray" : {
2025-07-16 23:37:23 -06:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" ,
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT"
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"license" : "ISC"
} ,
"node_modules/isstream" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz" ,
"integrity" : "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==" ,
"license" : "MIT" ,
"peer" : true
} ,
"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/jackspeak" : {
"version" : "2.3.6" ,
"resolved" : "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz" ,
"integrity" : "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
}
} ,
"node_modules/jiti" : {
"version" : "1.21.7" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz" ,
"integrity" : "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==" ,
"license" : "MIT" ,
"bin" : {
"jiti" : "bin/jiti.js"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/js-tiktoken" : {
"version" : "1.0.20" ,
"resolved" : "https://registry.npmjs.org/js-tiktoken/-/js-tiktoken-1.0.20.tgz" ,
"integrity" : "sha512-Xlaqhhs8VfCd6Sh7a1cFkZHQbYTLCwVJJWiHVxBYzLPxW0XsoxBy1hitmjkdIjD3Aon5BXLHFwU5O8WUx6HH+A==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"base64-js" : "^1.5.1"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-19 23:32:35 -06: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==" ,
2025-07-12 16:12:50 -06:00
"dev" : true ,
2025-05-19 23:32:35 -06:00
"license" : "MIT"
} ,
"node_modules/js-yaml" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" ,
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/jsdom" : {
"version" : "26.1.0" ,
"resolved" : "https://registry.npmjs.org/jsdom/-/jsdom-26.1.0.tgz" ,
"integrity" : "sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==" ,
"license" : "MIT" ,
"dependencies" : {
"cssstyle" : "^4.2.1" ,
"data-urls" : "^5.0.0" ,
"decimal.js" : "^10.5.0" ,
"html-encoding-sniffer" : "^4.0.0" ,
"http-proxy-agent" : "^7.0.2" ,
"https-proxy-agent" : "^7.0.6" ,
"is-potential-custom-element-name" : "^1.0.1" ,
"nwsapi" : "^2.2.16" ,
"parse5" : "^7.2.1" ,
"rrweb-cssom" : "^0.8.0" ,
"saxes" : "^6.0.0" ,
"symbol-tree" : "^3.2.4" ,
"tough-cookie" : "^5.1.1" ,
"w3c-xmlserializer" : "^5.0.0" ,
"webidl-conversions" : "^7.0.0" ,
"whatwg-encoding" : "^3.1.1" ,
"whatwg-mimetype" : "^4.0.0" ,
"whatwg-url" : "^14.1.1" ,
"ws" : "^8.18.0" ,
"xml-name-validator" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"canvas" : "^3.0.0"
} ,
"peerDependenciesMeta" : {
"canvas" : {
"optional" : true
}
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/jsdom/node_modules/tough-cookie" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz" ,
"integrity" : "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"tldts" : "^6.1.32"
} ,
"engines" : {
"node" : ">=16"
}
} ,
2025-05-19 23:32:35 -06:00
"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==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-05-19 23:32:35 -06:00
"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" : {
2025-06-09 23:00:25 -06:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz" ,
"integrity" : "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==" ,
"dev" : true ,
2025-05-24 14:37:19 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"minimist" : "^1.2.0"
2025-05-24 14:37:19 -06:00
} ,
2025-06-09 23:00:25 -06:00
"bin" : {
"json5" : "lib/cli.js"
2025-05-19 23:32:35 -06:00
}
} ,
"node_modules/jsonpointer" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz" ,
"integrity" : "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==" ,
"license" : "MIT" ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=0.10.0"
}
} ,
"node_modules/jsonwebtoken" : {
"version" : "9.0.2" ,
"resolved" : "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz" ,
"integrity" : "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"jws" : "^3.2.2" ,
"lodash.includes" : "^4.3.0" ,
"lodash.isboolean" : "^3.0.3" ,
"lodash.isinteger" : "^4.0.4" ,
"lodash.isnumber" : "^3.0.3" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.isstring" : "^4.0.1" ,
"lodash.once" : "^4.0.0" ,
"ms" : "^2.1.1" ,
"semver" : "^7.5.4"
2025-04-19 12:52:15 -06:00
} ,
2025-05-19 23:32:35 -06:00
"engines" : {
"node" : ">=12" ,
"npm" : ">=6"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/jspdf" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/jspdf/-/jspdf-3.0.1.tgz" ,
"integrity" : "sha512-qaGIxqxetdoNnFQQXxTKUD9/Z7AloLaw94fFsOiJMxbfYdBbrBuhWmbzI8TVjrw7s3jBY1PFHofBKMV/wZPapg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.26.7" ,
"atob" : "^2.1.2" ,
"btoa" : "^1.2.1" ,
"fflate" : "^0.8.1"
} ,
"optionalDependencies" : {
"canvg" : "^3.0.11" ,
"core-js" : "^3.6.0" ,
"dompurify" : "^3.2.4" ,
"html2canvas" : "^1.0.0-rc.5"
}
} ,
2025-05-19 23:32:35 -06:00
"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"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/jszip" : {
"version" : "3.10.1" ,
"resolved" : "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz" ,
"integrity" : "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==" ,
"license" : "(MIT OR GPL-3.0-or-later)" ,
"dependencies" : {
"lie" : "~3.3.0" ,
"pako" : "~1.0.2" ,
"readable-stream" : "~2.3.6" ,
"setimmediate" : "^1.0.5"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/jwa" : {
"version" : "1.4.2" ,
"resolved" : "https://registry.npmjs.org/jwa/-/jwa-1.4.2.tgz" ,
"integrity" : "sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"buffer-equal-constant-time" : "^1.0.1" ,
"ecdsa-sig-formatter" : "1.0.11" ,
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/jws" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz" ,
"integrity" : "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"jwa" : "^1.4.1" ,
"safe-buffer" : "^5.0.1"
}
} ,
"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==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
"node_modules/kuler" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz" ,
"integrity" : "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==" ,
"license" : "MIT"
} ,
"node_modules/langchain" : {
2025-07-16 23:37:23 -06:00
"version" : "0.3.30" ,
"resolved" : "https://registry.npmjs.org/langchain/-/langchain-0.3.30.tgz" ,
"integrity" : "sha512-UyVsfwHDpHbrnWrjWuhJHqi8Non+Zcsf2kdpDTqyJF8NXrHBOpjdHT5LvPuW9fnE7miDTWf5mLcrWAGZgcrznQ==" ,
2025-05-19 23:32:35 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-16 23:37:23 -06:00
"@langchain/openai" : ">=0.1.0 <0.7.0" ,
2025-05-19 23:32:35 -06:00
"@langchain/textsplitters" : ">=0.0.0 <0.2.0" ,
"js-tiktoken" : "^1.0.12" ,
"js-yaml" : "^4.1.0" ,
"jsonpointer" : "^5.0.1" ,
2025-07-12 15:44:17 -06:00
"langsmith" : "^0.3.33" ,
2025-05-19 23:32:35 -06:00
"openapi-types" : "^12.1.3" ,
"p-retry" : "4" ,
"uuid" : "^10.0.0" ,
"yaml" : "^2.2.1" ,
2025-07-12 15:44:17 -06:00
"zod" : "^3.25.32"
2025-05-19 23:32:35 -06:00
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@langchain/anthropic" : "*" ,
"@langchain/aws" : "*" ,
"@langchain/cerebras" : "*" ,
"@langchain/cohere" : "*" ,
2025-07-12 15:44:17 -06:00
"@langchain/core" : ">=0.3.58 <0.4.0" ,
2025-05-19 23:32:35 -06:00
"@langchain/deepseek" : "*" ,
"@langchain/google-genai" : "*" ,
"@langchain/google-vertexai" : "*" ,
"@langchain/google-vertexai-web" : "*" ,
"@langchain/groq" : "*" ,
"@langchain/mistralai" : "*" ,
"@langchain/ollama" : "*" ,
"@langchain/xai" : "*" ,
"axios" : "*" ,
"cheerio" : "*" ,
"handlebars" : "^4.7.8" ,
"peggy" : "^3.0.2" ,
"typeorm" : "*"
2025-04-19 12:52:15 -06:00
} ,
"peerDependenciesMeta" : {
2025-05-19 23:32:35 -06:00
"@langchain/anthropic" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@langchain/aws" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@langchain/cerebras" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@langchain/cohere" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@langchain/deepseek" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@langchain/google-genai" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@langchain/google-vertexai" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@langchain/google-vertexai-web" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@langchain/groq" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@langchain/mistralai" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@langchain/ollama" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"@langchain/xai" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"axios" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"cheerio" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"handlebars" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"peggy" : {
2025-04-19 12:52:15 -06:00
"optional" : true
} ,
2025-05-19 23:32:35 -06:00
"typeorm" : {
"optional" : true
}
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/langsmith" : {
2025-07-16 23:37:23 -06:00
"version" : "0.3.46" ,
"resolved" : "https://registry.npmjs.org/langsmith/-/langsmith-0.3.46.tgz" ,
"integrity" : "sha512-Hhi4/cMjhWIGpu0DW5eQrXBbeeKQWPYYQyJCYzhFjod+xinMry4i8QR0gxrrgjGOgfMuU6nyK79YqjGTEPVbDA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"@types/uuid" : "^10.0.0" ,
2025-05-19 23:32:35 -06:00
"chalk" : "^4.1.2" ,
"console-table-printer" : "^2.12.1" ,
2025-04-19 12:52:15 -06:00
"p-queue" : "^6.6.2" ,
"p-retry" : "4" ,
"semver" : "^7.6.3" ,
"uuid" : "^10.0.0"
} ,
"peerDependencies" : {
2025-07-03 00:27:32 -06:00
"@opentelemetry/api" : "*" ,
"@opentelemetry/exporter-trace-otlp-proto" : "*" ,
"@opentelemetry/sdk-trace-base" : "*" ,
2025-04-19 12:52:15 -06:00
"openai" : "*"
} ,
"peerDependenciesMeta" : {
2025-07-03 00:27:32 -06:00
"@opentelemetry/api" : {
"optional" : true
} ,
"@opentelemetry/exporter-trace-otlp-proto" : {
"optional" : true
} ,
"@opentelemetry/sdk-trace-base" : {
"optional" : true
} ,
2025-04-19 12:52:15 -06:00
"openai" : {
"optional" : true
}
}
} ,
"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/leac" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/leac/-/leac-0.6.0.tgz" ,
"integrity" : "sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://ko-fi.com/killymxi"
}
} ,
"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"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/lie" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz" ,
"integrity" : "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==" ,
"license" : "MIT" ,
"dependencies" : {
"immediate" : "~3.0.5"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/lilconfig" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz" ,
"integrity" : "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antonk52"
}
} ,
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" ,
"integrity" : "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" ,
"license" : "MIT"
} ,
"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-05-23 18:03:35 -06:00
"node_modules/lodash.camelcase" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz" ,
"integrity" : "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/lodash.castarray" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz" ,
"integrity" : "sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/lodash.includes" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz" ,
"integrity" : "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/lodash.isboolean" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz" ,
"integrity" : "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/lodash.isinteger" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz" ,
"integrity" : "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/lodash.isnumber" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz" ,
"integrity" : "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" ,
"license" : "MIT" ,
"peer" : true
} ,
2025-04-19 12:52:15 -06:00
"node_modules/lodash.isplainobject" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" ,
"integrity" : "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/lodash.isstring" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz" ,
"integrity" : "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" ,
"license" : "MIT" ,
"peer" : true
} ,
2025-04-19 12:52:15 -06: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==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/lodash.once" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz" ,
"integrity" : "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" ,
"license" : "MIT" ,
"peer" : true
} ,
2025-04-19 12:52:15 -06:00
"node_modules/logform" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/logform/-/logform-2.7.0.tgz" ,
"integrity" : "sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@colors/colors" : "1.6.0" ,
"@types/triple-beam" : "^1.3.2" ,
"fecha" : "^4.2.0" ,
"ms" : "^2.1.1" ,
"safe-stable-stringify" : "^2.3.1" ,
"triple-beam" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 12.0.0"
}
} ,
"node_modules/long" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/long/-/long-4.0.0.tgz" ,
"integrity" : "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" ,
"license" : "Apache-2.0"
} ,
"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==" ,
2025-07-12 16:12:50 -06:00
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"js-tokens" : "^3.0.0 || ^4.0.0"
} ,
"bin" : {
"loose-envify" : "cli.js"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/lop" : {
"version" : "0.4.2" ,
"resolved" : "https://registry.npmjs.org/lop/-/lop-0.4.2.tgz" ,
"integrity" : "sha512-RefILVDQ4DKoRZsJ4Pj22TxE3omDO47yFpkIBoDKzkqPRISs5U1cnAdg/5583YPkWPaLIYHOKRMQSvjFsO26cw==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"duck" : "^0.1.12" ,
"option" : "~0.2.1" ,
"underscore" : "^1.13.1"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/lowlight" : {
"version" : "1.20.0" ,
"resolved" : "https://registry.npmjs.org/lowlight/-/lowlight-1.20.0.tgz" ,
"integrity" : "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==" ,
"license" : "MIT" ,
"dependencies" : {
"fault" : "^1.0.0" ,
"highlight.js" : "~10.7.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/lru-cache" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"license" : "ISC"
} ,
"node_modules/lucide-react" : {
2025-07-12 16:12:50 -06:00
"version" : "0.525.0" ,
"resolved" : "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz" ,
"integrity" : "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "ISC" ,
"peerDependencies" : {
2025-07-12 16:12:50 -06:00
"react" : "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
2025-04-19 12:52:15 -06:00
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/mammoth" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/mammoth/-/mammoth-1.9.1.tgz" ,
"integrity" : "sha512-4S2v1eP4Yo4so0zGNicJKcP93su3wDPcUk+xvkjSG75nlNjSkDJu8BhWQ+e54BROM0HfA6nPzJn12S6bq2Ko6w==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"@xmldom/xmldom" : "^0.8.6" ,
"argparse" : "~1.0.3" ,
"base64-js" : "^1.5.1" ,
"bluebird" : "~3.4.0" ,
"dingbat-to-unicode" : "^1.0.1" ,
"jszip" : "^3.7.1" ,
"lop" : "^0.4.2" ,
"path-is-absolute" : "^1.0.0" ,
"underscore" : "^1.13.1" ,
"xmlbuilder" : "^10.0.0"
} ,
"bin" : {
"mammoth" : "bin/mammoth"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/mammoth/node_modules/argparse" : {
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" ,
"integrity" : "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" ,
"license" : "MIT" ,
"dependencies" : {
"sprintf-js" : "~1.0.2"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/markdown-to-jsx" : {
2025-07-12 15:44:17 -06:00
"version" : "7.7.10" ,
"resolved" : "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.10.tgz" ,
"integrity" : "sha512-au62yyLyJukhC2P1TYi3uBi/RScGYai69uT72D8a048QH8rRj+yhND3C21GdZHE+6emtsf6Yqemcf//K+EIWDg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 10"
} ,
"peerDependencies" : {
"react" : ">= 0.14.0"
}
} ,
"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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/merge2" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/micromatch" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
"license" : "MIT" ,
"dependencies" : {
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
} ,
"engines" : {
"node" : ">=8.6"
}
} ,
"node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
"license" : "MIT" ,
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mimic-response" : {
2025-06-09 23:00:25 -06:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz" ,
"integrity" : "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=10"
2025-05-24 14:37:19 -06:00
} ,
"funding" : {
2025-06-09 23:00:25 -06:00
"url" : "https://github.com/sponsors/sindresorhus"
}
2025-04-19 12:52:15 -06:00
} ,
2025-06-09 23:00:25 -06:00
"node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dev" : true ,
"license" : "ISC" ,
2025-05-24 14:37:19 -06:00
"dependencies" : {
2025-06-09 23:00:25 -06:00
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
2025-05-24 14:37:19 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/minimist" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" ,
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
2025-05-24 14:37:19 -06:00
"license" : "MIT" ,
2025-06-09 23:00:25 -06:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2025-05-24 14:37:19 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/minipass" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
2025-04-19 12:52:15 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/mkdirp-classic" : {
"version" : "0.5.3" ,
"resolved" : "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz" ,
"integrity" : "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/ms" : {
2025-05-19 23:32:35 -06:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT"
} ,
"node_modules/mustache" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz" ,
"integrity" : "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==" ,
"license" : "MIT" ,
"bin" : {
"mustache" : "bin/mustache"
}
} ,
"node_modules/mz" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz" ,
"integrity" : "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==" ,
"license" : "MIT" ,
"dependencies" : {
"any-promise" : "^1.0.0" ,
"object-assign" : "^4.0.1" ,
"thenify-all" : "^1.0.0"
}
} ,
"node_modules/nanoid" : {
"version" : "3.3.11" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz" ,
"integrity" : "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==" ,
"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-build-utils" : {
2025-05-19 23:32:35 -06:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz" ,
"integrity" : "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT"
} ,
2025-05-19 23:32:35 -06:00
"node_modules/napi-postinstall" : {
2025-07-12 15:44:17 -06:00
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.0.tgz" ,
"integrity" : "sha512-M7NqKyhODKV1gRLdkwE7pDsZP2/SC2a2vHkOYh9MCpKMbWVfyVfUw5MaH83Fv6XMjxr5jryUp3IDDL9rlxsTeA==" ,
2025-05-19 23:32:35 -06: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"
}
} ,
2025-04-19 12:52:15 -06:00
"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" : {
2025-07-16 23:37:23 -06:00
"version" : "15.4.1" ,
"resolved" : "https://registry.npmjs.org/next/-/next-15.4.1.tgz" ,
"integrity" : "sha512-eNKB1q8C7o9zXF8+jgJs2CzSLIU3T6bQtX6DcTnCq1sIR1CJ0GlSyRs1BubQi3/JgCnr9Vr+rS5mOMI38FFyQw==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-16 23:37:23 -06:00
"@next/env" : "15.4.1" ,
2025-04-19 12:52:15 -06:00
"@swc/helpers" : "0.5.15" ,
"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" : {
2025-07-16 23:37:23 -06:00
"@next/swc-darwin-arm64" : "15.4.1" ,
"@next/swc-darwin-x64" : "15.4.1" ,
"@next/swc-linux-arm64-gnu" : "15.4.1" ,
"@next/swc-linux-arm64-musl" : "15.4.1" ,
"@next/swc-linux-x64-gnu" : "15.4.1" ,
"@next/swc-linux-x64-musl" : "15.4.1" ,
"@next/swc-win32-arm64-msvc" : "15.4.1" ,
"@next/swc-win32-x64-msvc" : "15.4.1" ,
"sharp" : "^0.34.3"
2025-04-19 12:52:15 -06:00
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.1.0" ,
2025-07-16 23:37:23 -06:00
"@playwright/test" : "^1.51.1" ,
2025-04-19 12:52:15 -06:00
"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
}
}
} ,
"node_modules/next-themes" : {
2025-07-12 16:12:50 -06:00
"version" : "0.4.6" ,
"resolved" : "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz" ,
"integrity" : "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"peerDependencies" : {
2025-07-12 16:12:50 -06:00
"react" : "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc" ,
"react-dom" : "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc"
2025-04-19 12:52:15 -06: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"
}
} ,
"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"
}
} ,
"node_modules/next/node_modules/sharp" : {
2025-07-12 15:44:17 -06:00
"version" : "0.34.3" ,
"resolved" : "https://registry.npmjs.org/sharp/-/sharp-0.34.3.tgz" ,
"integrity" : "sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==" ,
2025-04-19 12:52:15 -06:00
"hasInstallScript" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"dependencies" : {
"color" : "^4.2.3" ,
2025-05-23 18:03:35 -06:00
"detect-libc" : "^2.0.4" ,
"semver" : "^7.7.2"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2025-07-12 15:44:17 -06:00
"@img/sharp-darwin-arm64" : "0.34.3" ,
"@img/sharp-darwin-x64" : "0.34.3" ,
"@img/sharp-libvips-darwin-arm64" : "1.2.0" ,
"@img/sharp-libvips-darwin-x64" : "1.2.0" ,
"@img/sharp-libvips-linux-arm" : "1.2.0" ,
"@img/sharp-libvips-linux-arm64" : "1.2.0" ,
"@img/sharp-libvips-linux-ppc64" : "1.2.0" ,
"@img/sharp-libvips-linux-s390x" : "1.2.0" ,
"@img/sharp-libvips-linux-x64" : "1.2.0" ,
"@img/sharp-libvips-linuxmusl-arm64" : "1.2.0" ,
"@img/sharp-libvips-linuxmusl-x64" : "1.2.0" ,
"@img/sharp-linux-arm" : "0.34.3" ,
"@img/sharp-linux-arm64" : "0.34.3" ,
"@img/sharp-linux-ppc64" : "0.34.3" ,
"@img/sharp-linux-s390x" : "0.34.3" ,
"@img/sharp-linux-x64" : "0.34.3" ,
"@img/sharp-linuxmusl-arm64" : "0.34.3" ,
"@img/sharp-linuxmusl-x64" : "0.34.3" ,
"@img/sharp-wasm32" : "0.34.3" ,
"@img/sharp-win32-arm64" : "0.34.3" ,
"@img/sharp-win32-ia32" : "0.34.3" ,
"@img/sharp-win32-x64" : "0.34.3"
2025-05-23 18:03:35 -06:00
}
} ,
"node_modules/nice-grpc" : {
"version" : "2.1.12" ,
"resolved" : "https://registry.npmjs.org/nice-grpc/-/nice-grpc-2.1.12.tgz" ,
"integrity" : "sha512-J1n4Wg+D3IhRhGQb+iqh2OpiM0GzTve/kf2lnlW4S+xczmIEd0aHUDV1OsJ5a3q8GSTqJf+s4Rgg1M8uJltarw==" ,
"license" : "MIT" ,
"dependencies" : {
"@grpc/grpc-js" : "^1.13.1" ,
"abort-controller-x" : "^0.4.0" ,
"nice-grpc-common" : "^2.0.2"
}
} ,
"node_modules/nice-grpc-client-middleware-retry" : {
"version" : "3.1.11" ,
"resolved" : "https://registry.npmjs.org/nice-grpc-client-middleware-retry/-/nice-grpc-client-middleware-retry-3.1.11.tgz" ,
"integrity" : "sha512-xW/imz/kNG2g0DwTfH2eYEGrg1chSLrXtvGp9fg2qkhTgGFfAS/Pq3+t+9G8KThcC4hK/xlEyKvZWKk++33S6A==" ,
"license" : "MIT" ,
"dependencies" : {
"abort-controller-x" : "^0.4.0" ,
"nice-grpc-common" : "^2.0.2"
}
} ,
"node_modules/nice-grpc-common" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/nice-grpc-common/-/nice-grpc-common-2.0.2.tgz" ,
"integrity" : "sha512-7RNWbls5kAL1QVUOXvBsv1uO0wPQK3lHv+cY1gwkTzirnG1Nop4cBJZubpgziNbaVc/bl9QJcyvsf/NQxa3rjQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ts-error" : "^1.0.6"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/node-abi" : {
2025-05-19 23:32:35 -06:00
"version" : "3.75.0" ,
"resolved" : "https://registry.npmjs.org/node-abi/-/node-abi-3.75.0.tgz" ,
"integrity" : "sha512-OhYaY5sDsIka7H7AtijtI9jwGYLyl29eQn/W623DiN/MIv5sUqc4g7BIDThX+gb7di9f6xK02nkp8sdfFWZLTg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"semver" : "^7.3.5"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/node-addon-api" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz" ,
"integrity" : "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==" ,
"license" : "MIT"
} ,
"node_modules/node-domexception" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz" ,
"integrity" : "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" ,
2025-05-19 23:32:35 -06:00
"deprecated" : "Use your platform's native DOMException instead" ,
2025-04-19 12:52:15 -06:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/jimmywarting"
} ,
{
"type" : "github" ,
"url" : "https://paypal.me/jimmywarting"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10.5.0"
}
} ,
"node_modules/node-ensure" : {
"version" : "0.0.0" ,
"resolved" : "https://registry.npmjs.org/node-ensure/-/node-ensure-0.0.0.tgz" ,
"integrity" : "sha512-DRI60hzo2oKN1ma0ckc6nQWlHU69RH6xN0sjQTjMpChPfTYvKZdcQFfdYK2RWbJcKyUizSIy/l8OTGxMAM1QDw==" ,
"license" : "MIT"
} ,
"node_modules/node-fetch" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
"license" : "MIT" ,
"dependencies" : {
"whatwg-url" : "^5.0.0"
} ,
"engines" : {
"node" : "4.x || >=6.0.0"
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/node-fetch/node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" ,
"license" : "MIT"
} ,
"node_modules/node-fetch/node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" ,
"license" : "BSD-2-Clause"
} ,
"node_modules/node-fetch/node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
"license" : "MIT" ,
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/node-releases" : {
"version" : "2.0.19" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz" ,
"integrity" : "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT"
} ,
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/normalize-range" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz" ,
"integrity" : "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-05-24 14:37:19 -06:00
"node_modules/nth-check" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz" ,
"integrity" : "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"boolbase" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/fb55/nth-check?sponsor=1"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/nwsapi" : {
"version" : "2.2.20" ,
"resolved" : "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.20.tgz" ,
"integrity" : "sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06: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-hash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz" ,
"integrity" : "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6"
}
} ,
"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-04-20 01:37:10 -06:00
"node_modules/ollama" : {
2025-06-09 23:00:25 -06:00
"version" : "0.5.16" ,
"resolved" : "https://registry.npmjs.org/ollama/-/ollama-0.5.16.tgz" ,
"integrity" : "sha512-OEbxxOIUZtdZgOaTPAULo051F5y+Z1vosxEYOoABPnQKeW7i4O8tJNlxCB+xioyoorVqgjkdj+TA1f1Hy2ug/w==" ,
2025-04-20 01:37:10 -06:00
"license" : "MIT" ,
"dependencies" : {
"whatwg-fetch" : "^3.6.20"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"license" : "ISC" ,
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/one-time" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz" ,
"integrity" : "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==" ,
"license" : "MIT" ,
"dependencies" : {
"fn.name" : "1.x.x"
}
} ,
"node_modules/onnx-proto" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/onnx-proto/-/onnx-proto-4.0.4.tgz" ,
"integrity" : "sha512-aldMOB3HRoo6q/phyB6QRQxSt895HNNw82BNyZ2CMh4bjeKv7g/c+VpAFtJuEMVfYLMbRx61hbuqnKceLeDcDA==" ,
"license" : "MIT" ,
"dependencies" : {
"protobufjs" : "^6.8.8"
}
} ,
"node_modules/onnxruntime-common" : {
"version" : "1.14.0" ,
"resolved" : "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.14.0.tgz" ,
"integrity" : "sha512-3LJpegM2iMNRX2wUmtYfeX/ytfOzNwAWKSq1HbRrKc9+uqG/FsEA0bbKZl1btQeZaXhC26l44NWpNUeXPII7Ew==" ,
"license" : "MIT"
} ,
"node_modules/onnxruntime-node" : {
"version" : "1.14.0" ,
"resolved" : "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.14.0.tgz" ,
"integrity" : "sha512-5ba7TWomIV/9b6NH/1x/8QEeowsb+jBEvFzU6z0T4mNsFwdPqXeFUM7uxC6QeSRkEbWu3qEB0VMjrvzN/0S9+w==" ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32" ,
"darwin" ,
"linux"
] ,
"dependencies" : {
"onnxruntime-common" : "~1.14.0"
}
} ,
"node_modules/onnxruntime-web" : {
"version" : "1.14.0" ,
"resolved" : "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.14.0.tgz" ,
"integrity" : "sha512-Kcqf43UMfW8mCydVGcX9OMXI2VN17c0p6XvR7IPSZzBf/6lteBzXHvcEVWDPmCKuGombl997HgLqj91F11DzXw==" ,
"license" : "MIT" ,
"dependencies" : {
"flatbuffers" : "^1.12.0" ,
"guid-typescript" : "^1.0.9" ,
"long" : "^4.0.0" ,
"onnx-proto" : "^4.0.4" ,
"onnxruntime-common" : "~1.14.0" ,
"platform" : "^1.3.6"
}
} ,
"node_modules/openai" : {
2025-06-09 23:00:25 -06:00
"version" : "4.104.0" ,
"resolved" : "https://registry.npmjs.org/openai/-/openai-4.104.0.tgz" ,
"integrity" : "sha512-p99EFNsA/yX6UhVO93f5kJsDRLAg+CTA2RBqdHK4RtK8u5IJw32Hyb2dTGKbnnFmnuoBv5r7Z2CURI9sGZpSuA==" ,
2025-04-19 12:52:15 -06:00
"license" : "Apache-2.0" ,
2025-07-12 15:44:17 -06:00
"peer" : true ,
2025-04-19 12:52:15 -06:00
"dependencies" : {
"@types/node" : "^18.11.18" ,
"@types/node-fetch" : "^2.6.4" ,
"abort-controller" : "^3.0.0" ,
"agentkeepalive" : "^4.2.1" ,
"form-data-encoder" : "1.7.2" ,
"formdata-node" : "^4.3.2" ,
"node-fetch" : "^2.6.7"
} ,
"bin" : {
"openai" : "bin/cli"
} ,
"peerDependencies" : {
"ws" : "^8.18.0" ,
"zod" : "^3.23.8"
} ,
"peerDependenciesMeta" : {
"ws" : {
"optional" : true
} ,
"zod" : {
"optional" : true
}
}
} ,
"node_modules/openai/node_modules/@types/node" : {
2025-07-16 23:37:23 -06:00
"version" : "18.19.119" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-18.19.119.tgz" ,
"integrity" : "sha512-d0F6m9itIPaKnrvEMlzE48UjwZaAnFW7Jwibacw9MNdqadjKNpUm9tfJYDwmShJmgqcoqYUX3EMKO1+RWiuuNg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-07-12 15:44:17 -06:00
"peer" : true ,
2025-04-19 12:52:15 -06:00
"dependencies" : {
"undici-types" : "~5.26.4"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/openai/node_modules/undici-types" : {
"version" : "5.26.5" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" ,
"integrity" : "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" ,
2025-07-12 15:44:17 -06:00
"license" : "MIT" ,
"peer" : true
2025-05-19 23:32:35 -06:00
} ,
2025-04-19 12:52:15 -06:00
"node_modules/openapi-types" : {
"version" : "12.1.3" ,
"resolved" : "https://registry.npmjs.org/openapi-types/-/openapi-types-12.1.3.tgz" ,
"integrity" : "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==" ,
"license" : "MIT"
} ,
2025-07-16 23:37:23 -06:00
"node_modules/option" : {
"version" : "0.2.4" ,
"resolved" : "https://registry.npmjs.org/option/-/option-0.2.4.tgz" ,
"integrity" : "sha512-pkEqbDyl8ou5cpq+VsnQbe/WlEy5qS7xPzMS1U55OCG9KPvwFD46zDbxQIj3egJSFc3D+XhYOPUzz49zQAVy7A==" ,
"license" : "BSD-2-Clause"
} ,
2025-04-19 12:52:15 -06: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-finally" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz" ,
"integrity" : "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"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==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-04-19 12:52:15 -06:00
"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/p-queue" : {
"version" : "6.6.2" ,
"resolved" : "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz" ,
"integrity" : "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==" ,
"license" : "MIT" ,
"dependencies" : {
"eventemitter3" : "^4.0.4" ,
"p-timeout" : "^3.2.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-retry" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz" ,
"integrity" : "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/retry" : "0.12.0" ,
"retry" : "^0.13.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/p-timeout" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz" ,
"integrity" : "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==" ,
"license" : "MIT" ,
"dependencies" : {
"p-finally" : "^1.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/pako" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz" ,
"integrity" : "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" ,
"license" : "(MIT AND Zlib)"
} ,
2025-04-19 12:52:15 -06:00
"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-05-03 16:00:08 -06:00
"node_modules/parse-entities" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz" ,
"integrity" : "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==" ,
"license" : "MIT" ,
"dependencies" : {
"character-entities" : "^1.0.0" ,
"character-entities-legacy" : "^1.0.0" ,
"character-reference-invalid" : "^1.0.0" ,
"is-alphanumerical" : "^1.0.0" ,
"is-decimal" : "^1.0.0" ,
"is-hexadecimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/parse5" : {
"version" : "7.3.0" ,
"resolved" : "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz" ,
"integrity" : "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==" ,
"license" : "MIT" ,
"dependencies" : {
"entities" : "^6.0.0"
} ,
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
}
} ,
2025-05-24 14:37:19 -06:00
"node_modules/parse5-htmlparser2-tree-adapter" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz" ,
"integrity" : "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==" ,
"license" : "MIT" ,
"dependencies" : {
"domhandler" : "^5.0.3" ,
"parse5" : "^7.0.0"
} ,
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/parse5-parser-stream" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz" ,
"integrity" : "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==" ,
"license" : "MIT" ,
"dependencies" : {
"parse5" : "^7.0.0"
} ,
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/parse5/node_modules/entities" : {
2025-06-09 23:00:25 -06:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz" ,
"integrity" : "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==" ,
2025-05-23 18:03:35 -06:00
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/parseley" : {
"version" : "0.12.1" ,
"resolved" : "https://registry.npmjs.org/parseley/-/parseley-0.12.1.tgz" ,
"integrity" : "sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw==" ,
"license" : "MIT" ,
"dependencies" : {
"leac" : "^0.6.0" ,
"peberminta" : "^0.9.0"
} ,
"funding" : {
"url" : "https://ko-fi.com/killymxi"
}
} ,
"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==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"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==" ,
"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==" ,
"license" : "MIT"
} ,
"node_modules/path-scurry" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" ,
"integrity" : "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/path-type" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" ,
"integrity" : "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/pdf-parse" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/pdf-parse/-/pdf-parse-1.1.1.tgz" ,
"integrity" : "sha512-v6ZJ/efsBpGrGGknjtq9J/oC8tZWq0KWL5vQrk2GlzLEQPUDB1ex+13Rmidl1neNN358Jn9EHZw5y07FFtaC7A==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^3.1.0" ,
"node-ensure" : "^0.0.0"
} ,
"engines" : {
"node" : ">=6.8.1"
}
} ,
"node_modules/pdf-parse/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.1"
}
} ,
"node_modules/peberminta" : {
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/peberminta/-/peberminta-0.9.0.tgz" ,
"integrity" : "sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://ko-fi.com/killymxi"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/peek-readable" : {
2025-06-09 23:00:25 -06:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/peek-readable/-/peek-readable-4.1.0.tgz" ,
"integrity" : "sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==" ,
2025-05-03 16:00:08 -06:00
"license" : "MIT" ,
2025-06-09 23:00:25 -06:00
"peer" : true ,
2025-05-03 16:00:08 -06:00
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=8"
2025-05-03 16:00:08 -06:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/performance-now" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz" ,
"integrity" : "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" ,
"license" : "MIT" ,
"optional" : true
} ,
2025-04-19 12:52:15 -06:00
"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" : {
2025-05-19 23:32:35 -06:00
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=8.6"
2025-04-19 12:52:15 -06:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/pify" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" ,
"integrity" : "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/pirates" : {
"version" : "4.0.7" ,
"resolved" : "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz" ,
"integrity" : "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/platform" : {
"version" : "1.3.6" ,
"resolved" : "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz" ,
"integrity" : "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/playwright" : {
2025-07-12 15:44:17 -06:00
"version" : "1.54.1" ,
"resolved" : "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz" ,
"integrity" : "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==" ,
2025-05-03 16:00:08 -06:00
"license" : "Apache-2.0" ,
"dependencies" : {
2025-07-12 15:44:17 -06:00
"playwright-core" : "1.54.1"
2025-05-03 16:00:08 -06:00
} ,
"bin" : {
"playwright" : "cli.js"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
"fsevents" : "2.3.2"
}
} ,
"node_modules/playwright-core" : {
2025-07-12 15:44:17 -06:00
"version" : "1.54.1" ,
"resolved" : "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz" ,
"integrity" : "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==" ,
2025-05-03 16:00:08 -06:00
"license" : "Apache-2.0" ,
"bin" : {
"playwright-core" : "cli.js"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2025-04-19 12:52:15 -06:00
"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" : {
2025-07-12 15:44:17 -06:00
"version" : "8.5.6" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz" ,
"integrity" : "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==" ,
2025-04-19 12:52:15 -06:00
"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" : {
2025-06-09 23:00:25 -06:00
"nanoid" : "^3.3.11" ,
2025-04-19 12:52:15 -06:00
"picocolors" : "^1.1.1" ,
"source-map-js" : "^1.2.1"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/postcss-import" : {
"version" : "15.1.0" ,
"resolved" : "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz" ,
"integrity" : "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.0.0" ,
"read-cache" : "^1.0.0" ,
"resolve" : "^1.1.7"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"postcss" : "^8.0.0"
}
} ,
"node_modules/postcss-js" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz" ,
"integrity" : "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==" ,
"license" : "MIT" ,
"dependencies" : {
"camelcase-css" : "^2.0.1"
} ,
"engines" : {
"node" : "^12 || ^14 || >= 16"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
"peerDependencies" : {
"postcss" : "^8.4.21"
}
} ,
"node_modules/postcss-load-config" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz" ,
"integrity" : "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"lilconfig" : "^3.0.0" ,
"yaml" : "^2.3.4"
} ,
"engines" : {
"node" : ">= 14"
} ,
"peerDependencies" : {
"postcss" : ">=8.0.9" ,
"ts-node" : ">=9.0.0"
} ,
"peerDependenciesMeta" : {
"postcss" : {
"optional" : true
} ,
"ts-node" : {
"optional" : true
}
}
} ,
"node_modules/postcss-nested" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz" ,
"integrity" : "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"postcss-selector-parser" : "^6.1.1"
} ,
"engines" : {
"node" : ">=12.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.14"
}
} ,
"node_modules/postcss-nested/node_modules/postcss-selector-parser" : {
"version" : "6.1.2" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz" ,
"integrity" : "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==" ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/postcss-selector-parser" : {
"version" : "6.0.10" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz" ,
"integrity" : "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==" ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/postcss-value-parser" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" ,
"integrity" : "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" ,
"license" : "MIT"
} ,
"node_modules/prebuild-install" : {
2025-05-19 23:32:35 -06:00
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz" ,
"integrity" : "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"detect-libc" : "^2.0.0" ,
"expand-template" : "^2.0.3" ,
"github-from-package" : "0.0.0" ,
"minimist" : "^1.2.3" ,
"mkdirp-classic" : "^0.5.3" ,
2025-05-19 23:32:35 -06:00
"napi-build-utils" : "^2.0.0" ,
2025-04-19 12:52:15 -06:00
"node-abi" : "^3.3.0" ,
"pump" : "^3.0.0" ,
"rc" : "^1.2.7" ,
"simple-get" : "^4.0.0" ,
"tar-fs" : "^2.0.0" ,
"tunnel-agent" : "^0.6.0"
} ,
"bin" : {
"prebuild-install" : "bin.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"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/prettier" : {
2025-07-12 15:44:17 -06:00
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz" ,
"integrity" : "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"prettier" : "bin/prettier.cjs"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/prismjs" : {
"version" : "1.30.0" ,
"resolved" : "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz" ,
"integrity" : "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/process" : {
"version" : "0.11.10" ,
"resolved" : "https://registry.npmjs.org/process/-/process-0.11.10.tgz" ,
"integrity" : "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">= 0.6.0"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/process-nextick-args" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" ,
"integrity" : "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"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==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"loose-envify" : "^1.4.0" ,
"object-assign" : "^4.1.1" ,
"react-is" : "^16.13.1"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/property-information" : {
"version" : "5.6.0" ,
"resolved" : "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz" ,
"integrity" : "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==" ,
"license" : "MIT" ,
"dependencies" : {
"xtend" : "^4.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/protobufjs" : {
"version" : "6.11.4" ,
"resolved" : "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.4.tgz" ,
"integrity" : "sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==" ,
"hasInstallScript" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.2" ,
"@protobufjs/base64" : "^1.1.2" ,
"@protobufjs/codegen" : "^2.0.4" ,
"@protobufjs/eventemitter" : "^1.1.0" ,
"@protobufjs/fetch" : "^1.1.0" ,
"@protobufjs/float" : "^1.0.2" ,
"@protobufjs/inquire" : "^1.1.0" ,
"@protobufjs/path" : "^1.1.2" ,
"@protobufjs/pool" : "^1.1.0" ,
"@protobufjs/utf8" : "^1.1.0" ,
"@types/long" : "^4.0.1" ,
"@types/node" : ">=13.7.0" ,
"long" : "^4.0.0"
} ,
"bin" : {
"pbjs" : "bin/pbjs" ,
"pbts" : "bin/pbts"
}
} ,
"node_modules/proxy-from-env" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz" ,
"integrity" : "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/psl" : {
"version" : "1.15.0" ,
"resolved" : "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz" ,
"integrity" : "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"punycode" : "^2.3.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/lupomontero"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/pump" : {
2025-07-12 15:44:17 -06:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz" ,
"integrity" : "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"end-of-stream" : "^1.1.0" ,
"once" : "^1.3.1"
}
} ,
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/querystringify" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz" ,
"integrity" : "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" ,
"license" : "MIT" ,
"peer" : true
} ,
2025-04-19 12:52:15 -06:00
"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==" ,
"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"
} ,
2025-07-16 23:37:23 -06:00
"node_modules/raf" : {
"version" : "3.4.1" ,
"resolved" : "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz" ,
"integrity" : "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"performance-now" : "^2.1.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/rc" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" ,
"integrity" : "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==" ,
"license" : "(BSD-2-Clause OR MIT OR Apache-2.0)" ,
"dependencies" : {
"deep-extend" : "^0.6.0" ,
"ini" : "~1.3.0" ,
"minimist" : "^1.2.0" ,
"strip-json-comments" : "~2.0.1"
} ,
"bin" : {
"rc" : "cli.js"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/rc/node_modules/strip-json-comments" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" ,
"integrity" : "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/react" : {
2025-07-12 16:12:50 -06:00
"version" : "19.1.0" ,
"resolved" : "https://registry.npmjs.org/react/-/react-19.1.0.tgz" ,
"integrity" : "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/react-dom" : {
2025-07-12 16:12:50 -06:00
"version" : "19.1.0" ,
"resolved" : "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz" ,
"integrity" : "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-12 16:12:50 -06:00
"scheduler" : "^0.26.0"
2025-04-19 12:52:15 -06:00
} ,
"peerDependencies" : {
2025-07-12 16:12:50 -06:00
"react" : "^19.1.0"
2025-04-19 12:52:15 -06:00
}
} ,
"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==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/react-syntax-highlighter" : {
"version" : "15.6.1" ,
"resolved" : "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.1.tgz" ,
"integrity" : "sha512-OqJ2/vL7lEeV5zTJyG7kmARppUjiB9h9udl4qHQjjgEos66z00Ia0OckwYfRxCSFrW8RJIBnsBwQsHZbVPspqg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.3.1" ,
"highlight.js" : "^10.4.1" ,
"highlightjs-vue" : "^1.0.0" ,
"lowlight" : "^1.17.0" ,
"prismjs" : "^1.27.0" ,
"refractor" : "^3.6.0"
} ,
"peerDependencies" : {
"react" : ">= 0.14.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/react-text-to-speech" : {
2025-07-12 16:12:50 -06:00
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/react-text-to-speech/-/react-text-to-speech-2.1.2.tgz" ,
"integrity" : "sha512-RC/0tdIZm3sG18BKBgeMjbPhDpKtsTJqIkt4bnFCupPbM/ITB/833TJN3Bh+kFeaTOBh14HYgIRi3FL4H54X8Q==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"peerDependencies" : {
2025-07-12 16:12:50 -06:00
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/react-textarea-autosize" : {
"version" : "8.5.9" ,
"resolved" : "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.9.tgz" ,
"integrity" : "sha512-U1DGlIQN5AwgjTyOEnI1oCcMuEr1pv1qOtklB2l4nyMGbHzWrI0eFsYK0zos2YWqAolJyG0IWJaqWmWj5ETh0A==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.20.13" ,
"use-composed-ref" : "^1.3.0" ,
"use-latest" : "^1.2.1"
} ,
"engines" : {
"node" : ">=10"
} ,
2025-06-09 23:00:25 -06:00
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
2025-05-03 16:00:08 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/read-cache" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz" ,
"integrity" : "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==" ,
2025-05-24 14:37:19 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"pify" : "^2.3.0"
2025-05-24 14:37:19 -06:00
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/readable-stream" : {
2025-07-16 23:37:23 -06:00
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
2025-05-24 14:37:19 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-16 23:37:23 -06:00
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
2025-05-24 14:37:19 -06:00
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/readable-stream/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
"license" : "MIT"
} ,
2025-06-09 23:00:25 -06:00
"node_modules/readable-web-to-node-stream" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.4.tgz" ,
"integrity" : "sha512-9nX56alTf5bwXQ3ZDipHJhusu9NTQJ/CVPtb/XHAJCXihZeitfJvIRS4GqQ/mfIoOE3IelHMrpayVrosdHBuLw==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"readable-stream" : "^4.7.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/readable-web-to-node-stream/node_modules/buffer" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz" ,
"integrity" : "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==" ,
"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" ,
"peer" : true ,
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.2.1"
}
} ,
"node_modules/readable-web-to-node-stream/node_modules/readable-stream" : {
"version" : "4.7.0" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz" ,
"integrity" : "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"abort-controller" : "^3.0.0" ,
"buffer" : "^6.0.3" ,
"events" : "^3.3.0" ,
"process" : "^0.11.10" ,
"string_decoder" : "^1.3.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
"node_modules/readable-web-to-node-stream/node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"safe-buffer" : "~5.2.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"license" : "MIT" ,
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
"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"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/refractor" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/refractor/-/refractor-3.6.0.tgz" ,
"integrity" : "sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==" ,
"license" : "MIT" ,
"dependencies" : {
"hastscript" : "^6.0.0" ,
"parse-entities" : "^2.0.0" ,
"prismjs" : "~1.27.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/refractor/node_modules/prismjs" : {
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz" ,
"integrity" : "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/regenerator-runtime" : {
"version" : "0.13.11" ,
"resolved" : "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz" ,
"integrity" : "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" ,
"license" : "MIT" ,
"optional" : true
} ,
2025-04-19 12:52:15 -06:00
"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-05-23 18:03:35 -06:00
"node_modules/require-directory" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" ,
"integrity" : "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/requires-port" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" ,
"integrity" : "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" ,
"license" : "MIT" ,
"peer" : true
} ,
2025-04-19 12:52:15 -06:00
"node_modules/resolve" : {
"version" : "1.22.10" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz" ,
"integrity" : "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==" ,
"license" : "MIT" ,
"dependencies" : {
"is-core-module" : "^2.16.0" ,
"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/retry" : {
"version" : "0.13.1" ,
"resolved" : "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz" ,
"integrity" : "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/retry-axios" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/retry-axios/-/retry-axios-2.6.0.tgz" ,
"integrity" : "sha512-pOLi+Gdll3JekwuFjXO3fTq+L9lzMQGcSq7M5gIjExcl3Gu1hd4XXuf5o3+LuSBsaULQH7DiNbsqPd1chVpQGQ==" ,
"license" : "Apache-2.0" ,
"peer" : true ,
"engines" : {
"node" : ">=10.7.0"
} ,
"peerDependencies" : {
"axios" : "*"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/reusify" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz" ,
"integrity" : "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==" ,
"license" : "MIT" ,
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/rgbcolor" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/rgbcolor/-/rgbcolor-1.0.1.tgz" ,
"integrity" : "sha512-9aZLIrhRaD97sgVhtJOW6ckOEh6/GnvQtdVNfdZ6s67+3/XwLS9lBcQYzEEhYVeUowN7pRzMLsyGhK2i/xvWbw==" ,
"license" : "MIT OR SEE LICENSE IN FEEL-FREE.md" ,
"optional" : true ,
"engines" : {
"node" : ">= 0.8.15"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/rimraf" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/rimraf/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/rrweb-cssom" : {
"version" : "0.8.0" ,
"resolved" : "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz" ,
"integrity" : "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"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==" ,
"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" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz" ,
"integrity" : "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.2" ,
"get-intrinsic" : "^1.2.6" ,
"has-symbols" : "^1.1.0" ,
"isarray" : "^2.0.5"
} ,
"engines" : {
"node" : ">=0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/safe-array-concat/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"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/safe-buffer" : {
2025-05-03 16:00:08 -06:00
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2025-04-19 12:52:15 -06:00
"license" : "MIT"
} ,
"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"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/safe-push-apply/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"
} ,
2025-04-19 12:52:15 -06:00
"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/safe-stable-stringify" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz" ,
"integrity" : "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"license" : "MIT"
} ,
"node_modules/saxes" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz" ,
"integrity" : "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" ,
"license" : "ISC" ,
"dependencies" : {
"xmlchars" : "^2.2.0"
} ,
"engines" : {
"node" : ">=v12.22.7"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/scheduler" : {
2025-07-12 16:12:50 -06:00
"version" : "0.26.0" ,
"resolved" : "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz" ,
"integrity" : "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==" ,
"license" : "MIT"
2025-04-19 12:52:15 -06:00
} ,
"node_modules/selderee" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/selderee/-/selderee-0.11.0.tgz" ,
"integrity" : "sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==" ,
"license" : "MIT" ,
"dependencies" : {
"parseley" : "^0.12.0"
} ,
"funding" : {
"url" : "https://ko-fi.com/killymxi"
}
} ,
"node_modules/semver" : {
2025-05-19 23:32:35 -06:00
"version" : "7.7.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz" ,
"integrity" : "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==" ,
2025-04-19 12:52:15 -06:00
"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"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/setimmediate" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz" ,
"integrity" : "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/sharp" : {
"version" : "0.32.6" ,
"resolved" : "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz" ,
"integrity" : "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==" ,
"hasInstallScript" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"color" : "^4.2.3" ,
"detect-libc" : "^2.0.2" ,
"node-addon-api" : "^6.1.0" ,
"prebuild-install" : "^7.1.1" ,
"semver" : "^7.5.4" ,
"simple-get" : "^4.0.1" ,
"tar-fs" : "^3.0.4" ,
"tunnel-agent" : "^0.6.0"
} ,
"engines" : {
"node" : ">=14.15.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/sharp/node_modules/tar-fs" : {
2025-07-12 15:44:17 -06:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.0.tgz" ,
"integrity" : "sha512-5Mty5y/sOF1YWj1J6GiBodjlDc05CUR8PKXrsnFAiSG0xA+GHeWLovaZPYUDXkH/1iKRf2+M5+OrRgzC7O9b7w==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"pump" : "^3.0.0" ,
"tar-stream" : "^3.1.5"
} ,
"optionalDependencies" : {
2025-05-19 23:32:35 -06:00
"bare-fs" : "^4.0.1" ,
"bare-path" : "^3.0.0"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/sharp/node_modules/tar-stream" : {
"version" : "3.1.7" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz" ,
"integrity" : "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==" ,
"license" : "MIT" ,
"dependencies" : {
"b4a" : "^1.6.4" ,
"fast-fifo" : "^1.2.0" ,
"streamx" : "^2.15.0"
}
} ,
"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==" ,
"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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shell-quote" : {
2025-06-09 23:00:25 -06:00
"version" : "1.8.3" ,
"resolved" : "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz" ,
"integrity" : "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==" ,
2025-05-03 16:00:08 -06:00
"devOptional" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz" ,
"integrity" : "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"object-inspect" : "^1.13.3" ,
"side-channel-list" : "^1.0.0" ,
"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" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz" ,
"integrity" : "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"object-inspect" : "^1.13.3"
} ,
"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/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/simple-concat" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz" ,
"integrity" : "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" ,
"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/simple-get" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz" ,
"integrity" : "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==" ,
"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" : {
"decompress-response" : "^6.0.0" ,
"once" : "^1.3.1" ,
"simple-concat" : "^1.0.0"
}
} ,
"node_modules/simple-swizzle" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz" ,
"integrity" : "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==" ,
"license" : "MIT" ,
"dependencies" : {
"is-arrayish" : "^0.3.1"
}
} ,
"node_modules/simple-wcswidth" : {
2025-07-12 15:44:17 -06:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/simple-wcswidth/-/simple-wcswidth-1.1.2.tgz" ,
"integrity" : "sha512-j7piyCjAeTDSjzTSQ7DokZtMNwNlEAyxqSZeCS+CXH7fJ4jx3FuJ/mTW3mE+6JLs4VJBbcll0Kjn+KXI5t21Iw==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT"
} ,
"node_modules/slash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" ,
"integrity" : "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/sonner" : {
"version" : "1.7.4" ,
"resolved" : "https://registry.npmjs.org/sonner/-/sonner-1.7.4.tgz" ,
"integrity" : "sha512-DIS8z4PfJRbIyfVFDVnK9rO3eYDtse4Omcm6bt0oEr5/jtLgysmjuBl1frJ9E/EQZrFmKx2A8m/s5s9CRXIzhw==" ,
"license" : "MIT" ,
"peerDependencies" : {
"react" : "^18.0.0 || ^19.0.0 || ^19.0.0-rc" ,
"react-dom" : "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
}
} ,
"node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"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"
}
} ,
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" ,
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/space-separated-tokens" : {
"version" : "1.1.5" ,
"resolved" : "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz" ,
"integrity" : "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/sprintf-js" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" ,
"integrity" : "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" ,
"license" : "BSD-3-Clause"
} ,
2025-04-19 12:52:15 -06: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/stack-trace" : {
"version" : "0.0.10" ,
"resolved" : "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz" ,
"integrity" : "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==" ,
"license" : "MIT" ,
"engines" : {
"node" : "*"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/stackblur-canvas" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/stackblur-canvas/-/stackblur-canvas-2.7.0.tgz" ,
"integrity" : "sha512-yf7OENo23AGJhBriGx0QivY5JP6Y1HbrrDI6WLt6C5auYZXlQrheoY8hD4ibekFKz1HOfE48Ww8kMWMnJD/zcQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.1.14"
}
} ,
2025-06-09 23:00:25 -06:00
"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 ,
2025-05-24 14:37:19 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"es-errors" : "^1.3.0" ,
"internal-slot" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 0.4"
2025-05-24 14:37:19 -06:00
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/streamx" : {
2025-06-09 23:00:25 -06:00
"version" : "2.22.1" ,
"resolved" : "https://registry.npmjs.org/streamx/-/streamx-2.22.1.tgz" ,
"integrity" : "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"fast-fifo" : "^1.3.2" ,
"text-decoder" : "^1.1.0"
2025-04-19 12:52:15 -06:00
} ,
"optionalDependencies" : {
"bare-events" : "^2.2.0"
}
} ,
"node_modules/string_decoder" : {
2025-07-16 23:37:23 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-07-16 23:37:23 -06:00
"safe-buffer" : "~5.1.0"
2025-04-19 12:52:15 -06:00
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/string_decoder/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/string-width" : {
2025-06-09 23:00:25 -06:00
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" ,
"integrity" : "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/string-width-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
2025-06-09 23:00:25 -06:00
"node_modules/string-width/node_modules/ansi-regex" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz" ,
"integrity" : "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/string-width/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
2025-04-19 12:52:15 -06:00
} ,
"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" : {
"version" : "1.2.10" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz" ,
"integrity" : "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.2" ,
"define-data-property" : "^1.1.4" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.5" ,
"es-object-atoms" : "^1.0.0" ,
"has-property-descriptors" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/string.prototype.trimend" : {
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz" ,
"integrity" : "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.2" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"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"
}
} ,
"node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"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" : {
2025-05-19 23:32:35 -06:00
"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 ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/strnum" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz" ,
"integrity" : "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
}
] ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/strtok3" : {
2025-06-09 23:00:25 -06:00
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/strtok3/-/strtok3-6.3.0.tgz" ,
"integrity" : "sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw==" ,
2025-05-03 16:00:08 -06:00
"license" : "MIT" ,
2025-06-09 23:00:25 -06:00
"peer" : true ,
2025-05-03 16:00:08 -06:00
"dependencies" : {
"@tokenizer/token" : "^0.3.0" ,
2025-06-09 23:00:25 -06:00
"peek-readable" : "^4.1.0"
2025-05-03 16:00:08 -06:00
} ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=10"
2025-05-03 16:00:08 -06:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
} ,
2025-04-19 12:52:15 -06: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/sucrase" : {
"version" : "3.35.0" ,
"resolved" : "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz" ,
"integrity" : "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.2" ,
"commander" : "^4.0.0" ,
"glob" : "^10.3.10" ,
"lines-and-columns" : "^1.1.6" ,
"mz" : "^2.7.0" ,
"pirates" : "^4.0.1" ,
"ts-interface-checker" : "^0.1.9"
} ,
"bin" : {
"sucrase" : "bin/sucrase" ,
"sucrase-node" : "bin/sucrase-node"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
2025-05-19 23:32:35 -06:00
"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==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">=8"
2025-04-19 12:52:15 -06:00
}
} ,
"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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/svg-pathdata" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-6.0.3.tgz" ,
"integrity" : "sha512-qsjeeq5YjBZ5eMdFuUa4ZosMLxgr5RZ+F+Y1OrDhuOCEInRMA3x74XdBtggJcj9kOeInz0WE+LgCPDkZFlBYJw==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/symbol-tree" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz" ,
"integrity" : "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/tabbable" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz" ,
"integrity" : "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" ,
"license" : "MIT"
} ,
"node_modules/tailwind-merge" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.0.tgz" ,
"integrity" : "sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/dcastil"
}
} ,
"node_modules/tailwindcss" : {
"version" : "3.4.17" ,
"resolved" : "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz" ,
"integrity" : "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==" ,
"license" : "MIT" ,
"dependencies" : {
"@alloc/quick-lru" : "^5.2.0" ,
"arg" : "^5.0.2" ,
"chokidar" : "^3.6.0" ,
"didyoumean" : "^1.2.2" ,
"dlv" : "^1.1.3" ,
"fast-glob" : "^3.3.2" ,
"glob-parent" : "^6.0.2" ,
"is-glob" : "^4.0.3" ,
"jiti" : "^1.21.6" ,
"lilconfig" : "^3.1.3" ,
"micromatch" : "^4.0.8" ,
"normalize-path" : "^3.0.0" ,
"object-hash" : "^3.0.0" ,
"picocolors" : "^1.1.1" ,
"postcss" : "^8.4.47" ,
"postcss-import" : "^15.1.0" ,
"postcss-js" : "^4.0.1" ,
"postcss-load-config" : "^4.0.2" ,
"postcss-nested" : "^6.2.0" ,
"postcss-selector-parser" : "^6.1.2" ,
"resolve" : "^1.22.8" ,
"sucrase" : "^3.35.0"
} ,
"bin" : {
"tailwind" : "lib/cli.js" ,
"tailwindcss" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/tailwindcss/node_modules/postcss-selector-parser" : {
"version" : "6.1.2" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz" ,
"integrity" : "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==" ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/tar-fs" : {
2025-05-23 18:03:35 -06:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.3.tgz" ,
"integrity" : "sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
"chownr" : "^1.1.1" ,
"mkdirp-classic" : "^0.5.2" ,
"pump" : "^3.0.0" ,
"tar-stream" : "^2.1.4"
}
} ,
"node_modules/tar-stream" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz" ,
"integrity" : "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" ,
"license" : "MIT" ,
"dependencies" : {
"bl" : "^4.0.3" ,
"end-of-stream" : "^1.4.1" ,
"fs-constants" : "^1.0.0" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.1.1"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/tar-stream/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"license" : "MIT" ,
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/text-decoder" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz" ,
"integrity" : "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"b4a" : "^1.6.4"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/text-hex" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz" ,
"integrity" : "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==" ,
"license" : "MIT"
} ,
2025-07-16 23:37:23 -06:00
"node_modules/text-segmentation" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/text-segmentation/-/text-segmentation-1.0.3.tgz" ,
"integrity" : "sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"utrie" : "^1.0.2"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/text-table" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" ,
"integrity" : "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/thenify" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz" ,
"integrity" : "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" ,
"license" : "MIT" ,
"dependencies" : {
"any-promise" : "^1.0.0"
}
} ,
"node_modules/thenify-all" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz" ,
"integrity" : "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==" ,
"license" : "MIT" ,
"dependencies" : {
"thenify" : ">= 3.1.0 < 4"
} ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/tinyglobby" : {
2025-06-09 23:00:25 -06:00
"version" : "0.2.14" ,
"resolved" : "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz" ,
"integrity" : "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-05-19 23:32:35 -06:00
"fdir" : "^6.4.4" ,
2025-04-19 12:52:15 -06:00
"picomatch" : "^4.0.2"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
}
} ,
2025-05-19 23:32:35 -06:00
"node_modules/tinyglobby/node_modules/fdir" : {
2025-07-12 15:44:17 -06:00
"version" : "6.4.6" ,
"resolved" : "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz" ,
"integrity" : "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==" ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"picomatch" : "^3 || ^4"
} ,
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
}
} ,
"node_modules/tinyglobby/node_modules/picomatch" : {
2025-07-16 23:37:23 -06:00
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz" ,
"integrity" : "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==" ,
2025-05-19 23:32:35 -06:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
2025-05-24 14:37:19 -06:00
"node_modules/tldts" : {
2025-06-09 23:00:25 -06:00
"version" : "6.1.86" ,
"resolved" : "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz" ,
"integrity" : "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==" ,
2025-05-23 18:03:35 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"tldts-core" : "^6.1.86"
2025-05-23 18:03:35 -06:00
} ,
"bin" : {
"tldts" : "bin/cli.js"
}
} ,
"node_modules/tldts-core" : {
2025-06-09 23:00:25 -06:00
"version" : "6.1.86" ,
"resolved" : "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz" ,
"integrity" : "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==" ,
"license" : "MIT"
2025-05-24 14:37:19 -06:00
} ,
2025-04-19 12:52:15 -06:00
"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==" ,
"license" : "MIT" ,
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
} ,
2025-05-03 16:00:08 -06:00
"node_modules/token-types" : {
2025-06-09 23:00:25 -06:00
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/token-types/-/token-types-4.2.1.tgz" ,
"integrity" : "sha512-6udB24Q737UD/SDsKAHI9FCRP7Bqc9D/MQUV02ORQg5iskjtLJlZJNdN4kKtcdtwCeWIwIHDGaUsTsCCAa8sFQ==" ,
2025-05-03 16:00:08 -06:00
"license" : "MIT" ,
2025-06-09 23:00:25 -06:00
"peer" : true ,
2025-05-03 16:00:08 -06:00
"dependencies" : {
"@tokenizer/token" : "^0.3.0" ,
"ieee754" : "^1.2.1"
} ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=10"
2025-05-03 16:00:08 -06:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
} ,
"node_modules/tough-cookie" : {
2025-06-09 23:00:25 -06:00
"version" : "4.1.4" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz" ,
"integrity" : "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==" ,
2025-05-03 16:00:08 -06:00
"license" : "BSD-3-Clause" ,
2025-06-09 23:00:25 -06:00
"peer" : true ,
2025-05-03 16:00:08 -06:00
"dependencies" : {
2025-06-09 23:00:25 -06:00
"psl" : "^1.1.33" ,
"punycode" : "^2.1.1" ,
"universalify" : "^0.2.0" ,
"url-parse" : "^1.5.3"
2025-05-03 16:00:08 -06:00
} ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=6"
2025-05-03 16:00:08 -06:00
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/tr46" : {
2025-05-23 18:03:35 -06:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz" ,
"integrity" : "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==" ,
"license" : "MIT" ,
"dependencies" : {
"punycode" : "^2.3.1"
} ,
"engines" : {
"node" : ">=18"
}
2025-04-19 12:52:15 -06:00
} ,
"node_modules/triple-beam" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz" ,
"integrity" : "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.0.0"
}
} ,
"node_modules/ts-api-utils" : {
"version" : "1.4.3" ,
"resolved" : "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz" ,
"integrity" : "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"typescript" : ">=4.2.0"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/ts-error" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/ts-error/-/ts-error-1.0.6.tgz" ,
"integrity" : "sha512-tLJxacIQUM82IR7JO1UUkKlYuUTmoY9HBJAmNWFzheSlDS5SPMcNIepejHJa4BpPQLAcbRhRf3GDJzyj6rbKvA==" ,
"license" : "MIT"
} ,
2025-04-19 12:52:15 -06:00
"node_modules/ts-interface-checker" : {
"version" : "0.1.13" ,
"resolved" : "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz" ,
"integrity" : "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" ,
"license" : "Apache-2.0"
} ,
"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/tunnel-agent" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" ,
"integrity" : "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"safe-buffer" : "^5.0.1"
} ,
"engines" : {
"node" : "*"
}
} ,
"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/type-fest" : {
2025-06-09 23:00:25 -06:00
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" ,
"integrity" : "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" ,
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=10"
2025-04-19 12:52:15 -06:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"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" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz" ,
"integrity" : "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"is-typed-array" : "^1.1.13" ,
"possible-typed-array-names" : "^1.0.0" ,
"reflect.getprototypeof" : "^1.0.6"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/typescript" : {
2025-05-19 23:32:35 -06:00
"version" : "5.8.3" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz" ,
"integrity" : "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==" ,
2025-04-19 12:52:15 -06: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"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/underscore" : {
"version" : "1.13.7" ,
"resolved" : "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz" ,
"integrity" : "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==" ,
"license" : "MIT"
} ,
2025-06-09 23:00:25 -06:00
"node_modules/undici" : {
2025-07-12 15:44:17 -06:00
"version" : "7.11.0" ,
"resolved" : "https://registry.npmjs.org/undici/-/undici-7.11.0.tgz" ,
"integrity" : "sha512-heTSIac3iLhsmZhUCjyS3JQEkZELateufzZuBaVM5RHXdSBMb1LPMQf5x+FH7qjsZYDP0ttAc3nnVpUB+wYbOg==" ,
2025-06-09 23:00:25 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">=20.18.1"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/undici-types" : {
2025-06-09 23:00:25 -06:00
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz" ,
"integrity" : "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/universalify" : {
2025-06-09 23:00:25 -06:00
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz" ,
"integrity" : "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" ,
2025-05-03 16:00:08 -06:00
"license" : "MIT" ,
2025-06-09 23:00:25 -06:00
"peer" : true ,
2025-05-03 16:00:08 -06:00
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">= 4.0.0"
2025-05-03 16:00:08 -06:00
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/unrs-resolver" : {
2025-07-12 15:44:17 -06:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz" ,
"integrity" : "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==" ,
2025-04-19 12:52:15 -06:00
"dev" : true ,
2025-05-19 23:32:35 -06:00
"hasInstallScript" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-05-19 23:32:35 -06:00
"dependencies" : {
2025-07-12 15:44:17 -06:00
"napi-postinstall" : "^0.3.0"
2025-05-19 23:32:35 -06:00
} ,
2025-04-19 12:52:15 -06:00
"funding" : {
2025-06-09 23:00:25 -06:00
"url" : "https://opencollective.com/unrs-resolver"
2025-04-19 12:52:15 -06:00
} ,
"optionalDependencies" : {
2025-07-12 15:44:17 -06:00
"@unrs/resolver-binding-android-arm-eabi" : "1.11.1" ,
"@unrs/resolver-binding-android-arm64" : "1.11.1" ,
"@unrs/resolver-binding-darwin-arm64" : "1.11.1" ,
"@unrs/resolver-binding-darwin-x64" : "1.11.1" ,
"@unrs/resolver-binding-freebsd-x64" : "1.11.1" ,
"@unrs/resolver-binding-linux-arm-gnueabihf" : "1.11.1" ,
"@unrs/resolver-binding-linux-arm-musleabihf" : "1.11.1" ,
"@unrs/resolver-binding-linux-arm64-gnu" : "1.11.1" ,
"@unrs/resolver-binding-linux-arm64-musl" : "1.11.1" ,
"@unrs/resolver-binding-linux-ppc64-gnu" : "1.11.1" ,
"@unrs/resolver-binding-linux-riscv64-gnu" : "1.11.1" ,
"@unrs/resolver-binding-linux-riscv64-musl" : "1.11.1" ,
"@unrs/resolver-binding-linux-s390x-gnu" : "1.11.1" ,
"@unrs/resolver-binding-linux-x64-gnu" : "1.11.1" ,
"@unrs/resolver-binding-linux-x64-musl" : "1.11.1" ,
"@unrs/resolver-binding-wasm32-wasi" : "1.11.1" ,
"@unrs/resolver-binding-win32-arm64-msvc" : "1.11.1" ,
"@unrs/resolver-binding-win32-ia32-msvc" : "1.11.1" ,
"@unrs/resolver-binding-win32-x64-msvc" : "1.11.1"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/update-browserslist-db" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz" ,
"integrity" : "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-04-19 12:52:15 -06:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"escalade" : "^3.2.0" ,
"picocolors" : "^1.1.1"
} ,
"bin" : {
"update-browserslist-db" : "cli.js"
} ,
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
}
} ,
"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-05-03 16:00:08 -06:00
"node_modules/url-parse" : {
"version" : "1.5.10" ,
"resolved" : "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz" ,
"integrity" : "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"querystringify" : "^2.1.1" ,
"requires-port" : "^1.0.0"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/use-composed-ref" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.4.0.tgz" ,
"integrity" : "sha512-djviaxuOOh7wkj0paeO1Q/4wMZ8Zrnag5H6yBvzN7AKKe8beOaED9SF5/ByLqsku8NP4zQqsvM2u3ew/tJK8/w==" ,
"license" : "MIT" ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/use-isomorphic-layout-effect" : {
2025-05-19 23:32:35 -06:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.1.tgz" ,
"integrity" : "sha512-tpZZ+EX0gaghDAiFR37hj5MgY6ZN55kLiPkJsKxBMZ6GZdOSPJXiOzPM984oPYZ5AnehYx5WQp1+ME8I/P/pRA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/use-latest" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/use-latest/-/use-latest-1.3.0.tgz" ,
"integrity" : "sha512-mhg3xdm9NaM8q+gLT8KryJPnRFOz1/5XPBhmDEVZK1webPzDjrPk7f/mbpeLqTgB9msytYWANxgALOCJKnLvcQ==" ,
"license" : "MIT" ,
"dependencies" : {
"use-isomorphic-layout-effect" : "^1.1.1"
} ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/use-sync-external-store" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz" ,
"integrity" : "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==" ,
"license" : "MIT" ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
} ,
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT"
} ,
2025-07-16 23:37:23 -06:00
"node_modules/utrie" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/utrie/-/utrie-1.0.2.tgz" ,
"integrity" : "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"base64-arraybuffer" : "^1.0.2"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/uuid" : {
2025-05-19 23:32:35 -06:00
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz" ,
"integrity" : "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" ,
2025-04-19 12:52:15 -06:00
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
"license" : "MIT" ,
"bin" : {
"uuid" : "dist/bin/uuid"
}
} ,
"node_modules/validate.io-array" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/validate.io-array/-/validate.io-array-1.0.6.tgz" ,
"integrity" : "sha512-DeOy7CnPEziggrOO5CZhVKJw6S3Yi7e9e65R1Nl/RTN1vTQKnzjfvks0/8kQ40FP/dsjRAOd4hxmJ7uLa6vxkg==" ,
"license" : "MIT"
} ,
"node_modules/validate.io-function" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/validate.io-function/-/validate.io-function-1.0.2.tgz" ,
"integrity" : "sha512-LlFybRJEriSuBnUhQyG5bwglhh50EpTL2ul23MPIuR1odjO7XaMLFV8vHGwp7AZciFxtYOeiSCT5st+XSPONiQ=="
} ,
2025-05-23 18:03:35 -06:00
"node_modules/w3c-xmlserializer" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz" ,
"integrity" : "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" ,
"license" : "MIT" ,
"dependencies" : {
"xml-name-validator" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/weaviate-client" : {
2025-07-12 15:44:17 -06:00
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/weaviate-client/-/weaviate-client-3.6.2.tgz" ,
"integrity" : "sha512-6z+Du0Sp+nVp4Mhsn25sd+Qw6fr60vbyUS1e3gTZqtMrxLuNC1xgA0J/MHu5oHcm6moCBqT/2AQCt4ZV4fYSaw==" ,
"license" : "BSD 3-Clause" ,
2025-05-23 18:03:35 -06:00
"dependencies" : {
"abort-controller-x" : "^0.4.3" ,
"graphql" : "^16.10.0" ,
"graphql-request" : "^6.1.0" ,
"long" : "^5.2.4" ,
"nice-grpc" : "^2.1.11" ,
"nice-grpc-client-middleware-retry" : "^3.1.10" ,
"nice-grpc-common" : "^2.0.2" ,
"uuid" : "^9.0.1"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/weaviate-client/node_modules/long" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/long/-/long-5.3.2.tgz" ,
"integrity" : "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==" ,
"license" : "Apache-2.0"
} ,
"node_modules/weaviate-client/node_modules/uuid" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz" ,
"integrity" : "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" ,
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
"license" : "MIT" ,
"bin" : {
"uuid" : "dist/bin/uuid"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/web-streams-polyfill" : {
2025-05-19 23:32:35 -06:00
"version" : "4.0.0-beta.3" ,
"resolved" : "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz" ,
"integrity" : "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">= 14"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/webidl-conversions" : {
2025-05-23 18:03:35 -06:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz" ,
"integrity" : "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/whatwg-encoding" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz" ,
"integrity" : "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" ,
"license" : "MIT" ,
"dependencies" : {
"iconv-lite" : "0.6.3"
} ,
"engines" : {
"node" : ">=18"
}
2025-04-19 12:52:15 -06:00
} ,
2025-04-20 01:37:10 -06:00
"node_modules/whatwg-fetch" : {
"version" : "3.6.20" ,
"resolved" : "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz" ,
"integrity" : "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" ,
"license" : "MIT"
} ,
2025-05-23 18:03:35 -06:00
"node_modules/whatwg-mimetype" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz" ,
"integrity" : "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/whatwg-url" : {
2025-05-23 18:03:35 -06:00
"version" : "14.2.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz" ,
"integrity" : "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-05-23 18:03:35 -06:00
"tr46" : "^5.1.0" ,
"webidl-conversions" : "^7.0.0"
} ,
"engines" : {
"node" : ">=18"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"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"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/which-builtin-type/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"
} ,
2025-04-19 12:52:15 -06:00
"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" : {
"version" : "1.1.19" ,
"resolved" : "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz" ,
"integrity" : "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.8" ,
"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/winston" : {
"version" : "3.17.0" ,
"resolved" : "https://registry.npmjs.org/winston/-/winston-3.17.0.tgz" ,
"integrity" : "sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==" ,
"license" : "MIT" ,
"dependencies" : {
"@colors/colors" : "^1.6.0" ,
"@dabh/diagnostics" : "^2.0.2" ,
"async" : "^3.2.3" ,
"is-stream" : "^2.0.0" ,
"logform" : "^2.7.0" ,
"one-time" : "^1.0.0" ,
"readable-stream" : "^3.4.0" ,
"safe-stable-stringify" : "^2.3.1" ,
"stack-trace" : "0.0.x" ,
"triple-beam" : "^1.3.0" ,
"winston-transport" : "^4.9.0"
} ,
"engines" : {
"node" : ">= 12.0.0"
}
} ,
"node_modules/winston-transport" : {
"version" : "4.9.0" ,
"resolved" : "https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz" ,
"integrity" : "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==" ,
"license" : "MIT" ,
"dependencies" : {
"logform" : "^2.7.0" ,
"readable-stream" : "^3.6.2" ,
"triple-beam" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 12.0.0"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/winston-transport/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
2025-06-09 23:00:25 -06:00
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
2025-04-19 12:52:15 -06:00
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">= 6"
}
} ,
"node_modules/winston/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"license" : "MIT" ,
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
2025-04-19 12:52:15 -06:00
} ,
2025-06-09 23:00:25 -06:00
"engines" : {
"node" : ">= 6"
2025-04-19 12:52:15 -06:00
}
} ,
"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/wrap-ansi" : {
2025-06-09 23:00:25 -06:00
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" ,
"integrity" : "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
2025-06-09 23:00:25 -06:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
2025-04-19 12:52:15 -06:00
}
} ,
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs/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==" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/wrap-ansi-cjs/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"dependencies" : {
2025-06-09 23:00:25 -06:00
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
2025-04-19 12:52:15 -06:00
} ,
"engines" : {
"node" : ">=8"
2025-06-09 23:00:25 -06:00
}
} ,
"node_modules/wrap-ansi/node_modules/ansi-regex" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz" ,
"integrity" : "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/wrap-ansi/node_modules/ansi-styles" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" ,
"integrity" : "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
2025-04-19 12:52:15 -06:00
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/wrap-ansi/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/ws" : {
2025-07-12 15:44:17 -06:00
"version" : "8.18.3" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz" ,
"integrity" : "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==" ,
2025-05-03 16:00:08 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">=10.0.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : ">=5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/xml-name-validator" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz" ,
"integrity" : "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18"
}
} ,
2025-07-16 23:37:23 -06:00
"node_modules/xmlbuilder" : {
"version" : "10.1.1" ,
"resolved" : "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-10.1.1.tgz" ,
"integrity" : "sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4.0"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/xmlchars" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz" ,
"integrity" : "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" ,
"license" : "MIT"
} ,
2025-05-03 16:00:08 -06:00
"node_modules/xtend" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" ,
"integrity" : "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.4"
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/y18n" : {
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" ,
"integrity" : "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=10"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/yaml" : {
2025-05-19 23:32:35 -06:00
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz" ,
"integrity" : "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "ISC" ,
"bin" : {
"yaml" : "bin.mjs"
} ,
"engines" : {
2025-05-19 23:32:35 -06:00
"node" : ">= 14.6"
2025-04-19 12:52:15 -06:00
}
} ,
2025-05-23 18:03:35 -06:00
"node_modules/yargs" : {
"version" : "17.7.2" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" ,
"integrity" : "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" ,
"license" : "MIT" ,
"dependencies" : {
"cliui" : "^8.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
"string-width" : "^4.2.3" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^21.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/yargs-parser" : {
"version" : "21.1.1" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
} ,
2025-06-09 23:00:25 -06:00
"node_modules/yargs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/yargs/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2025-04-19 12:52:15 -06:00
"node_modules/yet-another-react-lightbox" : {
2025-07-12 15:44:17 -06:00
"version" : "3.24.0" ,
"resolved" : "https://registry.npmjs.org/yet-another-react-lightbox/-/yet-another-react-lightbox-3.24.0.tgz" ,
"integrity" : "sha512-j3YtwDT+fdBBhxbaxfthHMehXkUj388rpn7knc934H86bJJDBEL/m9WFGdKq2ivT3GaUPF+41GplKFbAv8bOmg==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@types/react" : "^16 || ^17 || ^18 || ^19" ,
"@types/react-dom" : "^16 || ^17 || ^18 || ^19" ,
"react" : "^16.8.0 || ^17 || ^18 || ^19" ,
"react-dom" : "^16.8.0 || ^17 || ^18 || ^19"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
} ,
"@types/react-dom" : {
"optional" : true
}
}
} ,
"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==" ,
2025-06-09 23:00:25 -06:00
"dev" : true ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/zod" : {
2025-07-12 15:44:17 -06:00
"version" : "3.25.76" ,
"resolved" : "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz" ,
"integrity" : "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==" ,
2025-04-19 12:52:15 -06:00
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/colinhacks"
}
} ,
"node_modules/zod-to-json-schema" : {
2025-07-12 15:44:17 -06:00
"version" : "3.24.6" ,
"resolved" : "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz" ,
"integrity" : "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==" ,
2025-04-19 12:52:15 -06:00
"license" : "ISC" ,
"peerDependencies" : {
2025-04-20 01:37:10 -06:00
"zod" : "^3.24.1"
2025-04-19 12:52:15 -06:00
}
}
}
}