2025-05-21 21:34:22 +03:00
{
"name" : "website" ,
"version" : "0.0.1" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "website" ,
"version" : "0.0.1" ,
"dependencies" : {
"@tailwindcss/postcss" : "^4.1.7" ,
"@tailwindcss/typography" : "^0.5.16" ,
"@visx/scale" : "^3.12.0" ,
2025-05-22 13:17:11 +03:00
"better-auth" : "^1.2.8" ,
2025-05-21 21:34:22 +03:00
"drizzle-orm" : "^0.33.0" ,
"lightweight-charts" : "^5.0.7" ,
"lucide-svelte" : "^0.511.0" ,
2025-05-22 13:17:11 +03:00
"mode-watcher" : "^1.0.7" ,
2025-05-21 21:34:22 +03:00
"postgres" : "^3.4.4" ,
"svelte-lightweight-charts" : "^2.2.0"
} ,
"devDependencies" : {
2025-05-22 13:17:11 +03:00
"@lucide/svelte" : "^0.482.0" ,
2025-05-21 21:34:22 +03:00
"@sveltejs/adapter-auto" : "^3.0.0" ,
"@sveltejs/kit" : "^2.0.0" ,
"@sveltejs/vite-plugin-svelte" : "^4.0.0" ,
"autoprefixer" : "^10.4.20" ,
2025-05-22 13:17:11 +03:00
"bits-ui" : "^1.5.0" ,
2025-05-21 21:34:22 +03:00
"clsx" : "^2.1.1" ,
"drizzle-kit" : "^0.22.0" ,
"prettier" : "^3.3.2" ,
"prettier-plugin-svelte" : "^3.2.6" ,
"prettier-plugin-tailwindcss" : "^0.6.11" ,
"svelte" : "^5.0.0" ,
"svelte-check" : "^4.0.0" ,
"tailwind-merge" : "^3.0.2" ,
"tailwind-variants" : "^0.2.1" ,
"tailwindcss" : "^4.1.7" ,
"tw-animate-css" : "^1.3.0" ,
"typescript" : "^5.0.0" ,
"vite" : "^5.4.11"
}
} ,
"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==" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@ampproject/remapping" : {
"version" : "2.3.0" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/@better-auth/utils" : {
"version" : "0.2.5" ,
"resolved" : "https://registry.npmjs.org/@better-auth/utils/-/utils-0.2.5.tgz" ,
"integrity" : "sha512-uI2+/8h/zVsH8RrYdG8eUErbuGBk16rZKQfz8CjxQOyCE6v7BqFYEbFwvOkvl1KbUdxhqOnXp78+uE5h8qVEgQ==" ,
"dependencies" : {
"typescript" : "^5.8.2" ,
"uncrypto" : "^0.1.3"
}
} ,
"node_modules/@better-fetch/fetch" : {
"version" : "1.1.18" ,
"resolved" : "https://registry.npmjs.org/@better-fetch/fetch/-/fetch-1.1.18.tgz" ,
"integrity" : "sha512-rEFOE1MYIsBmoMJtQbl32PGHHXuG2hDxvEd7rUHE0vCBoFQVSDqaVs9hkZEtHCxRoY+CljXKFCOuJ8uxqw1LcA=="
} ,
2025-05-21 21:34:22 +03:00
"node_modules/@esbuild-kit/core-utils" : {
"version" : "3.3.2" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"esbuild" : "~0.18.20" ,
"source-map-support" : "^0.5.21"
}
} ,
"node_modules/@esbuild-kit/core-utils/node_modules/esbuild" : {
"version" : "0.18.20" ,
"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/core-utils/node_modules/esbuild/node_modules/@esbuild/win32-x64" : {
"version" : "0.18.20" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild-kit/esm-loader" : {
"version" : "2.6.5" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@esbuild-kit/core-utils" : "^3.3.2" ,
"get-tsconfig" : "^4.7.0"
}
} ,
"node_modules/@esbuild/win32-x64" : {
"version" : "0.19.12" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/@floating-ui/core" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.0.tgz" ,
"integrity" : "sha512-FRdBLykrPPA6P76GGGqlex/e7fbe0F1ykgxHYNXQsH/iTEtjMj/f9bpY5oQqbjt5VgZvgz/uKXbGuROijh3VLA==" ,
"dev" : true ,
"dependencies" : {
"@floating-ui/utils" : "^0.2.9"
}
} ,
"node_modules/@floating-ui/dom" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.0.tgz" ,
"integrity" : "sha512-lGTor4VlXcesUMh1cupTUTDoCxMb0V6bm3CnxHzQcw8Eaf1jQbgQX4i02fYgT0vJ82tb5MZ4CZk1LRGkktJCzg==" ,
"dev" : true ,
"dependencies" : {
"@floating-ui/core" : "^1.7.0" ,
"@floating-ui/utils" : "^0.2.9"
}
} ,
"node_modules/@floating-ui/utils" : {
"version" : "0.2.9" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.9.tgz" ,
"integrity" : "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==" ,
"dev" : true
} ,
"node_modules/@hexagon/base64" : {
"version" : "1.1.28" ,
"resolved" : "https://registry.npmjs.org/@hexagon/base64/-/base64-1.1.28.tgz" ,
"integrity" : "sha512-lhqDEAvWixy3bZ+UOYbPwUbBkwBq5C1LAJ/xPC8Oi+lL54oyakv/npbA0aU2hgCsx/1NUd4IBvV03+aUBWxerw=="
} ,
"node_modules/@internationalized/date" : {
"version" : "3.8.1" ,
"resolved" : "https://registry.npmjs.org/@internationalized/date/-/date-3.8.1.tgz" ,
"integrity" : "sha512-PgVE6B6eIZtzf9Gu5HvJxRK3ufUFz9DhspELuhW/N0GuMGMTLvPQNRkHP2hTuP9lblOk+f+1xi96sPiPXANXAA==" ,
"dev" : true ,
"dependencies" : {
"@swc/helpers" : "^0.5.0"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/@isaacs/fs-minipass" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz" ,
"integrity" : "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==" ,
"dependencies" : {
"minipass" : "^7.0.4"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.8" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/set-array" : "^1.2.1" ,
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/set-array" : {
"version" : "1.2.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.0" ,
"license" : "MIT"
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.25" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/@levischuck/tiny-cbor" : {
"version" : "0.2.11" ,
"resolved" : "https://registry.npmjs.org/@levischuck/tiny-cbor/-/tiny-cbor-0.2.11.tgz" ,
"integrity" : "sha512-llBRm4dT4Z89aRsm6u2oEZ8tfwL/2l6BwpZ7JcyieouniDECM5AqNgr/y08zalEIvW3RSK4upYyybDcmjXqAow=="
} ,
2025-05-21 21:34:22 +03:00
"node_modules/@lucide/svelte" : {
2025-05-22 13:17:11 +03:00
"version" : "0.482.0" ,
"resolved" : "https://registry.npmjs.org/@lucide/svelte/-/svelte-0.482.0.tgz" ,
"integrity" : "sha512-n2ycHU9cNcleRDwwpEHBJ6pYzVhHIaL3a+9dQa8kns9hB2g05bY+v2p2KP8v0pZwtNhYTHk/F2o2uZ1bVtQGhw==" ,
2025-05-21 21:34:22 +03:00
"dev" : true ,
"peerDependencies" : {
"svelte" : "^5"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/@noble/ciphers" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/@noble/ciphers/-/ciphers-0.6.0.tgz" ,
"integrity" : "sha512-mIbq/R9QXk5/cTfESb1OKtyFnk7oc1Om/8onA1158K9/OZUQFDEVy55jVTato+xmp3XX6F6Qh0zz0Nc1AxAlRQ==" ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/@noble/hashes" : {
"version" : "1.8.0" ,
"resolved" : "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz" ,
"integrity" : "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==" ,
"engines" : {
"node" : "^14.21.3 || >=16"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/@peculiar/asn1-android" : {
"version" : "2.3.16" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-android/-/asn1-android-2.3.16.tgz" ,
"integrity" : "sha512-a1viIv3bIahXNssrOIkXZIlI2ePpZaNmR30d4aBL99mu2rO+mT9D6zBsp7H6eROWGtmwv0Ionp5olJurIo09dw==" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.3.15" ,
"asn1js" : "^3.0.5" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-ecc" : {
"version" : "2.3.15" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-ecc/-/asn1-ecc-2.3.15.tgz" ,
"integrity" : "sha512-/HtR91dvgog7z/WhCVdxZJ/jitJuIu8iTqiyWVgRE9Ac5imt2sT/E4obqIVGKQw7PIy+X6i8lVBoT6wC73XUgA==" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.3.15" ,
"@peculiar/asn1-x509" : "^2.3.15" ,
"asn1js" : "^3.0.5" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-rsa" : {
"version" : "2.3.15" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-rsa/-/asn1-rsa-2.3.15.tgz" ,
"integrity" : "sha512-p6hsanvPhexRtYSOHihLvUUgrJ8y0FtOM97N5UEpC+VifFYyZa0iZ5cXjTkZoDwxJ/TTJ1IJo3HVTB2JJTpXvg==" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.3.15" ,
"@peculiar/asn1-x509" : "^2.3.15" ,
"asn1js" : "^3.0.5" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-schema" : {
"version" : "2.3.15" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.3.15.tgz" ,
"integrity" : "sha512-QPeD8UA8axQREpgR5UTAfu2mqQmm97oUqahDtNdBcfj3qAnoXzFdQW+aNf/tD2WVXF8Fhmftxoj0eMIT++gX2w==" ,
"dependencies" : {
"asn1js" : "^3.0.5" ,
"pvtsutils" : "^1.3.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-x509" : {
"version" : "2.3.15" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-x509/-/asn1-x509-2.3.15.tgz" ,
"integrity" : "sha512-0dK5xqTqSLaxv1FHXIcd4Q/BZNuopg+u1l23hT9rOmQ1g4dNtw0g/RnEi+TboB0gOwGtrWn269v27cMgchFIIg==" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.3.15" ,
"asn1js" : "^3.0.5" ,
"pvtsutils" : "^1.3.6" ,
"tslib" : "^2.8.1"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/@polka/url" : {
"version" : "1.0.0-next.29" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@rollup/rollup-win32-x64-msvc" : {
"version" : "4.41.0" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
2025-05-22 13:17:11 +03:00
"node_modules/@simplewebauthn/browser" : {
"version" : "13.1.0" ,
"resolved" : "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-13.1.0.tgz" ,
"integrity" : "sha512-WuHZ/PYvyPJ9nxSzgHtOEjogBhwJfC8xzYkPC+rR/+8chl/ft4ngjiK8kSU5HtRJfczupyOh33b25TjYbvwAcg=="
} ,
"node_modules/@simplewebauthn/server" : {
"version" : "13.1.1" ,
"resolved" : "https://registry.npmjs.org/@simplewebauthn/server/-/server-13.1.1.tgz" ,
"integrity" : "sha512-1hsLpRHfSuMB9ee2aAdh0Htza/X3f4djhYISrggqGe3xopNjOcePiSDkDDoPzDYaaMCrbqGP1H2TYU7bgL9PmA==" ,
"dependencies" : {
"@hexagon/base64" : "^1.1.27" ,
"@levischuck/tiny-cbor" : "^0.2.2" ,
"@peculiar/asn1-android" : "^2.3.10" ,
"@peculiar/asn1-ecc" : "^2.3.8" ,
"@peculiar/asn1-rsa" : "^2.3.8" ,
"@peculiar/asn1-schema" : "^2.3.8" ,
"@peculiar/asn1-x509" : "^2.3.8"
} ,
"engines" : {
"node" : ">=20.0.0"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/@sveltejs/acorn-typescript" : {
"version" : "1.0.5" ,
"license" : "MIT" ,
"peerDependencies" : {
"acorn" : "^8.9.0"
}
} ,
"node_modules/@sveltejs/adapter-auto" : {
"version" : "3.3.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"import-meta-resolve" : "^4.1.0"
} ,
"peerDependencies" : {
"@sveltejs/kit" : "^2.0.0"
}
} ,
"node_modules/@sveltejs/kit" : {
"version" : "2.21.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@sveltejs/acorn-typescript" : "^1.0.5" ,
"@types/cookie" : "^0.6.0" ,
"acorn" : "^8.14.1" ,
"cookie" : "^0.6.0" ,
"devalue" : "^5.1.0" ,
"esm-env" : "^1.2.2" ,
"kleur" : "^4.1.5" ,
"magic-string" : "^0.30.5" ,
"mrmime" : "^2.0.0" ,
"sade" : "^1.8.1" ,
"set-cookie-parser" : "^2.6.0" ,
"sirv" : "^3.0.0"
} ,
"bin" : {
"svelte-kit" : "svelte-kit.js"
} ,
"engines" : {
"node" : ">=18.13"
} ,
"peerDependencies" : {
"@sveltejs/vite-plugin-svelte" : "^3.0.0 || ^4.0.0-next.1 || ^5.0.0" ,
"svelte" : "^4.0.0 || ^5.0.0-next.0" ,
"vite" : "^5.0.3 || ^6.0.0"
}
} ,
"node_modules/@sveltejs/vite-plugin-svelte" : {
"version" : "4.0.4" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@sveltejs/vite-plugin-svelte-inspector" : "^3.0.0-next.0||^3.0.0" ,
"debug" : "^4.3.7" ,
"deepmerge" : "^4.3.1" ,
"kleur" : "^4.1.5" ,
"magic-string" : "^0.30.12" ,
"vitefu" : "^1.0.3"
} ,
"engines" : {
"node" : "^18.0.0 || ^20.0.0 || >=22"
} ,
"peerDependencies" : {
"svelte" : "^5.0.0-next.96 || ^5.0.0" ,
"vite" : "^5.0.0"
}
} ,
"node_modules/@sveltejs/vite-plugin-svelte-inspector" : {
"version" : "3.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.3.7"
} ,
"engines" : {
"node" : "^18.0.0 || ^20.0.0 || >=22"
} ,
"peerDependencies" : {
"@sveltejs/vite-plugin-svelte" : "^4.0.0-next.0||^4.0.0" ,
"svelte" : "^5.0.0-next.96 || ^5.0.0" ,
"vite" : "^5.0.0"
}
} ,
2025-05-22 13:17:11 +03:00
"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==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.8.0"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/@tailwindcss/node" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.7.tgz" ,
"integrity" : "sha512-9rsOpdY9idRI2NH6CL4wORFY0+Q6fnx9XP9Ju+iq/0wJwGD5IByIgFmwVbyy4ymuyprj8Qh4ErxMKTUL4uNh3g==" ,
"dependencies" : {
"@ampproject/remapping" : "^2.3.0" ,
"enhanced-resolve" : "^5.18.1" ,
"jiti" : "^2.4.2" ,
"lightningcss" : "1.30.1" ,
"magic-string" : "^0.30.17" ,
"source-map-js" : "^1.2.1" ,
"tailwindcss" : "4.1.7"
}
} ,
"node_modules/@tailwindcss/oxide" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.7.tgz" ,
"integrity" : "sha512-5SF95Ctm9DFiUyjUPnDGkoKItPX/k+xifcQhcqX5RA85m50jw1pT/KzjdvlqxRja45Y52nR4MR9fD1JYd7f8NQ==" ,
"hasInstallScript" : true ,
"dependencies" : {
"detect-libc" : "^2.0.4" ,
"tar" : "^7.4.3"
} ,
"engines" : {
"node" : ">= 10"
} ,
"optionalDependencies" : {
"@tailwindcss/oxide-android-arm64" : "4.1.7" ,
"@tailwindcss/oxide-darwin-arm64" : "4.1.7" ,
"@tailwindcss/oxide-darwin-x64" : "4.1.7" ,
"@tailwindcss/oxide-freebsd-x64" : "4.1.7" ,
"@tailwindcss/oxide-linux-arm-gnueabihf" : "4.1.7" ,
"@tailwindcss/oxide-linux-arm64-gnu" : "4.1.7" ,
"@tailwindcss/oxide-linux-arm64-musl" : "4.1.7" ,
"@tailwindcss/oxide-linux-x64-gnu" : "4.1.7" ,
"@tailwindcss/oxide-linux-x64-musl" : "4.1.7" ,
"@tailwindcss/oxide-wasm32-wasi" : "4.1.7" ,
"@tailwindcss/oxide-win32-arm64-msvc" : "4.1.7" ,
"@tailwindcss/oxide-win32-x64-msvc" : "4.1.7"
}
} ,
"node_modules/@tailwindcss/oxide-android-arm64" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.7.tgz" ,
"integrity" : "sha512-IWA410JZ8fF7kACus6BrUwY2Z1t1hm0+ZWNEzykKmMNM09wQooOcN/VXr0p/WJdtHZ90PvJf2AIBS/Ceqx1emg==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tailwindcss/oxide-darwin-arm64" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.7.tgz" ,
"integrity" : "sha512-81jUw9To7fimGGkuJ2W5h3/oGonTOZKZ8C2ghm/TTxbwvfSiFSDPd6/A/KE2N7Jp4mv3Ps9OFqg2fEKgZFfsvg==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tailwindcss/oxide-darwin-x64" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.7.tgz" ,
"integrity" : "sha512-q77rWjEyGHV4PdDBtrzO0tgBBPlQWKY7wZK0cUok/HaGgbNKecegNxCGikuPJn5wFAlIywC3v+WMBt0PEBtwGw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tailwindcss/oxide-freebsd-x64" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.7.tgz" ,
"integrity" : "sha512-RfmdbbK6G6ptgF4qqbzoxmH+PKfP4KSVs7SRlTwcbRgBwezJkAO3Qta/7gDy10Q2DcUVkKxFLXUQO6J3CRvBGw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.7.tgz" ,
"integrity" : "sha512-OZqsGvpwOa13lVd1z6JVwQXadEobmesxQ4AxhrwRiPuE04quvZHWn/LnihMg7/XkN+dTioXp/VMu/p6A5eZP3g==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm64-gnu" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.7.tgz" ,
"integrity" : "sha512-voMvBTnJSfKecJxGkoeAyW/2XRToLZ227LxswLAwKY7YslG/Xkw9/tJNH+3IVh5bdYzYE7DfiaPbRkSHFxY1xA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm64-musl" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.7.tgz" ,
"integrity" : "sha512-PjGuNNmJeKHnP58M7XyjJyla8LPo+RmwHQpBI+W/OxqrwojyuCQ+GUtygu7jUqTEexejZHr/z3nBc/gTiXBj4A==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tailwindcss/oxide-linux-x64-gnu" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.7.tgz" ,
"integrity" : "sha512-HMs+Va+ZR3gC3mLZE00gXxtBo3JoSQxtu9lobbZd+DmfkIxR54NO7Z+UQNPsa0P/ITn1TevtFxXTpsRU7qEvWg==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tailwindcss/oxide-linux-x64-musl" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.7.tgz" ,
"integrity" : "sha512-MHZ6jyNlutdHH8rd+YTdr3QbXrHXqwIhHw9e7yXEBcQdluGwhpQY2Eku8UZK6ReLaWtQ4gijIv5QoM5eE+qlsA==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tailwindcss/oxide-wasm32-wasi" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.7.tgz" ,
"integrity" : "sha512-ANaSKt74ZRzE2TvJmUcbFQ8zS201cIPxUDm5qez5rLEwWkie2SkGtA4P+GPTj+u8N6JbPrC8MtY8RmJA35Oo+A==" ,
"bundleDependencies" : [
"@napi-rs/wasm-runtime" ,
"@emnapi/core" ,
"@emnapi/runtime" ,
"@tybys/wasm-util" ,
"@emnapi/wasi-threads" ,
"tslib"
] ,
"cpu" : [
"wasm32"
] ,
"optional" : true ,
"dependencies" : {
"@emnapi/core" : "^1.4.3" ,
"@emnapi/runtime" : "^1.4.3" ,
"@emnapi/wasi-threads" : "^1.0.2" ,
"@napi-rs/wasm-runtime" : "^0.2.9" ,
"@tybys/wasm-util" : "^0.9.0" ,
"tslib" : "^2.8.0"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@tailwindcss/oxide-win32-arm64-msvc" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.7.tgz" ,
"integrity" : "sha512-HUiSiXQ9gLJBAPCMVRk2RT1ZrBjto7WvqsPBwUrNK2BcdSxMnk19h4pjZjI7zgPhDxlAbJSumTC4ljeA9y0tEw==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tailwindcss/oxide-win32-x64-msvc" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.7.tgz" ,
"integrity" : "sha512-rYHGmvoHiLJ8hWucSfSOEmdCBIGZIq7SpkPRSqLsH2Ab2YUNgKeAPT1Fi2cx3+hnYOrAb0jp9cRyode3bBW4mQ==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tailwindcss/postcss" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.7.tgz" ,
"integrity" : "sha512-88g3qmNZn7jDgrrcp3ZXEQfp9CVox7xjP1HN2TFKI03CltPVd/c61ydn5qJJL8FYunn0OqBaW5HNUga0kmPVvw==" ,
"dependencies" : {
"@alloc/quick-lru" : "^5.2.0" ,
"@tailwindcss/node" : "4.1.7" ,
"@tailwindcss/oxide" : "4.1.7" ,
"postcss" : "^8.4.41" ,
"tailwindcss" : "4.1.7"
}
} ,
"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==" ,
"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/@tailwindcss/typography/node_modules/postcss-selector-parser" : {
"version" : "6.0.10" ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@types/cookie" : {
"version" : "0.6.0" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/d3-array" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.0.3.tgz" ,
"integrity" : "sha512-Reoy+pKnvsksN0lQUlcH6dOGjRZ/3WRwXR//m+/8lt1BXeI4xyaUZoqULNjyXXRuh0Mj4LNpkCvhUpQlY3X5xQ=="
} ,
"node_modules/@types/d3-color" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.0.tgz" ,
"integrity" : "sha512-HKuicPHJuvPgCD+np6Se9MQvS6OCbJmOjGvylzMJRlDwUXjKTTXs6Pwgk79O09Vj/ho3u1ofXnhFOaEWWPrlwA=="
} ,
"node_modules/@types/d3-delaunay" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.1.tgz" ,
"integrity" : "sha512-tLxQ2sfT0p6sxdG75c6f/ekqxjyYR0+LwPrsO1mbC9YDBzPJhs2HbJJRrn8Ez1DBoHRo2yx7YEATI+8V1nGMnQ=="
} ,
"node_modules/@types/d3-format" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.1.tgz" ,
"integrity" : "sha512-5KY70ifCCzorkLuIkDe0Z9YTf9RR2CjBX1iaJG+rgM/cPP+sO+q9YdQ9WdhQcgPj1EQiJ2/0+yUkkziTG6Lubg=="
} ,
"node_modules/@types/d3-geo" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.0.tgz" ,
"integrity" : "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==" ,
"dependencies" : {
"@types/geojson" : "*"
}
} ,
"node_modules/@types/d3-interpolate" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.1.tgz" ,
"integrity" : "sha512-jx5leotSeac3jr0RePOH1KdR9rISG91QIE4Q2PYTu4OymLTZfA3SrnURSLzKH48HmXVUru50b8nje4E79oQSQw==" ,
"dependencies" : {
"@types/d3-color" : "*"
}
} ,
"node_modules/@types/d3-scale" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.2.tgz" ,
"integrity" : "sha512-Yk4htunhPAwN0XGlIwArRomOjdoBFXC3+kCxK2Ubg7I9shQlVSJy/pG/Ht5ASN+gdMIalpk8TJ5xV74jFsetLA==" ,
"dependencies" : {
"@types/d3-time" : "*"
}
} ,
"node_modules/@types/d3-time" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.0.tgz" ,
"integrity" : "sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg=="
} ,
"node_modules/@types/d3-time-format" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-2.1.0.tgz" ,
"integrity" : "sha512-/myT3I7EwlukNOX2xVdMzb8FRgNzRMpsZddwst9Ld/VFe6LyJyRp0s32l/V9XoUzk+Gqu56F/oGk6507+8BxrA=="
} ,
"node_modules/@types/estree" : {
"version" : "1.0.7" ,
"license" : "MIT"
} ,
"node_modules/@types/geojson" : {
"version" : "7946.0.16" ,
"resolved" : "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz" ,
"integrity" : "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg=="
} ,
"node_modules/@visx/scale" : {
"version" : "3.12.0" ,
"resolved" : "https://registry.npmjs.org/@visx/scale/-/scale-3.12.0.tgz" ,
"integrity" : "sha512-+ubijrZ2AwWCsNey0HGLJ0YKNeC/XImEFsr9rM+Uef1CM3PNM43NDdNTrdBejSlzRq0lcfQPWYMYQFSlkLcPOg==" ,
"dependencies" : {
"@visx/vendor" : "3.12.0"
}
} ,
"node_modules/@visx/vendor" : {
"version" : "3.12.0" ,
"resolved" : "https://registry.npmjs.org/@visx/vendor/-/vendor-3.12.0.tgz" ,
"integrity" : "sha512-SVO+G0xtnL9dsNpGDcjCgoiCnlB3iLSM9KLz1sLbSrV7RaVXwY3/BTm2X9OWN1jH2a9M+eHt6DJ6sE6CXm4cUg==" ,
"dependencies" : {
"@types/d3-array" : "3.0.3" ,
"@types/d3-color" : "3.1.0" ,
"@types/d3-delaunay" : "6.0.1" ,
"@types/d3-format" : "3.0.1" ,
"@types/d3-geo" : "3.1.0" ,
"@types/d3-interpolate" : "3.0.1" ,
"@types/d3-scale" : "4.0.2" ,
"@types/d3-time" : "3.0.0" ,
"@types/d3-time-format" : "2.1.0" ,
"d3-array" : "3.2.1" ,
"d3-color" : "3.1.0" ,
"d3-delaunay" : "6.0.2" ,
"d3-format" : "3.1.0" ,
"d3-geo" : "3.1.0" ,
"d3-interpolate" : "3.0.1" ,
"d3-scale" : "4.0.2" ,
"d3-time" : "3.1.0" ,
"d3-time-format" : "4.1.0" ,
"internmap" : "2.0.3"
}
} ,
"node_modules/@visx/vendor/node_modules/d3-array" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/d3-array/-/d3-array-3.2.1.tgz" ,
"integrity" : "sha512-gUY/qeHq/yNqqoCKNq4vtpFLdoCdvyNpWoC/KNjhGbhDuQpAM9sIQQKkXSNpXa9h5KySs/gzm7R88WkUutgwWQ==" ,
"dependencies" : {
"internmap" : "1 - 2"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@visx/vendor/node_modules/d3-delaunay" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.2.tgz" ,
"integrity" : "sha512-IMLNldruDQScrcfT+MWnazhHbDJhcRJyOEBAJfwQnHle1RPh6WDuLvxNArUju2VSMSUuKlY5BGHRJ2cYyoFLQQ==" ,
"dependencies" : {
"delaunator" : "5"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@visx/vendor/node_modules/d3-geo" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.0.tgz" ,
"integrity" : "sha512-JEo5HxXDdDYXCaWdwLRt79y7giK8SbhZJbFWXqbRTolCHFI5jRqteLzCsq51NKbUoX0PjBVSohxrx+NoOUujYA==" ,
"dependencies" : {
"d3-array" : "2.5.0 - 3"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/acorn" : {
"version" : "8.14.1" ,
"license" : "MIT" ,
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/aria-query" : {
"version" : "5.3.2" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/asn1js" : {
"version" : "3.0.6" ,
"resolved" : "https://registry.npmjs.org/asn1js/-/asn1js-3.0.6.tgz" ,
"integrity" : "sha512-UOCGPYbl0tv8+006qks/dTgV9ajs97X2p0FAbyS2iyCRrmLSRolDaHdp+v/CLgnzHc3fVB+CwYiUmei7ndFcgA==" ,
"dependencies" : {
"pvtsutils" : "^1.3.6" ,
"pvutils" : "^1.1.3" ,
"tslib" : "^2.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/autoprefixer" : {
"version" : "10.4.21" ,
"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/axobject-query" : {
"version" : "4.1.0" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/better-auth" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/better-auth/-/better-auth-1.2.8.tgz" ,
"integrity" : "sha512-y8ry7ZW3/3ZIr82Eo1zUDtMzdoQlFnwNuZ0+b0RxoNZgqmvgTIc/0tCDC7NDJerqSu4UCzer0dvYxBsv3WMIGg==" ,
"dependencies" : {
"@better-auth/utils" : "0.2.5" ,
"@better-fetch/fetch" : "^1.1.18" ,
"@noble/ciphers" : "^0.6.0" ,
"@noble/hashes" : "^1.6.1" ,
"@simplewebauthn/browser" : "^13.0.0" ,
"@simplewebauthn/server" : "^13.0.0" ,
"better-call" : "^1.0.8" ,
"defu" : "^6.1.4" ,
"jose" : "^5.9.6" ,
"kysely" : "^0.28.1" ,
"nanostores" : "^0.11.3" ,
"zod" : "^3.24.1"
}
} ,
"node_modules/better-call" : {
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/better-call/-/better-call-1.0.9.tgz" ,
"integrity" : "sha512-Qfm0gjk0XQz0oI7qvTK1hbqTsBY4xV2hsHAxF8LZfUYl3RaECCIifXuVqtPpZJWvlCCMlQSvkvhhyuApGUba6g==" ,
"dependencies" : {
"@better-fetch/fetch" : "^1.1.4" ,
"rou3" : "^0.5.1" ,
"set-cookie-parser" : "^2.7.1" ,
"uncrypto" : "^0.1.3"
}
} ,
"node_modules/bits-ui" : {
"version" : "1.5.3" ,
"resolved" : "https://registry.npmjs.org/bits-ui/-/bits-ui-1.5.3.tgz" ,
"integrity" : "sha512-BTZ9/GU11DaEGyQp+AY+sXCMLZO0gbDC5J8l7+Ngj4Vf6hNOwrpMmoh5iuKktA6cphXYolVkUDgBWmkh415I+w==" ,
"dev" : true ,
"dependencies" : {
"@floating-ui/core" : "^1.6.4" ,
"@floating-ui/dom" : "^1.6.7" ,
"@internationalized/date" : "^3.5.6" ,
"esm-env" : "^1.1.2" ,
"runed" : "^0.23.2" ,
"svelte-toolbelt" : "^0.7.1" ,
"tabbable" : "^6.2.0"
} ,
"engines" : {
"node" : ">=18" ,
"pnpm" : ">=8.7.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/huntabyte"
} ,
"peerDependencies" : {
"svelte" : "^5.11.0"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/browserslist" : {
"version" : "4.24.5" ,
"dev" : true ,
"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" : {
"caniuse-lite" : "^1.0.30001716" ,
"electron-to-chromium" : "^1.5.149" ,
"node-releases" : "^2.0.19" ,
"update-browserslist-db" : "^1.1.3"
} ,
"bin" : {
"browserslist" : "cli.js"
} ,
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
} ,
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/caniuse-lite" : {
"version" : "1.0.30001718" ,
"dev" : true ,
"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"
} ,
"node_modules/chokidar" : {
"version" : "4.0.3" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"readdirp" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 14.16.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/chownr" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz" ,
"integrity" : "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/clsx" : {
"version" : "2.1.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/cookie" : {
"version" : "0.6.0" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/cssesc" : {
"version" : "3.0.0" ,
"license" : "MIT" ,
"bin" : {
"cssesc" : "bin/cssesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/d3-array" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz" ,
"integrity" : "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==" ,
"dependencies" : {
"internmap" : "1 - 2"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/d3-color" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz" ,
"integrity" : "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==" ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/d3-format" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz" ,
"integrity" : "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==" ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/d3-interpolate" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz" ,
"integrity" : "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==" ,
"dependencies" : {
"d3-color" : "1 - 3"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/d3-scale" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz" ,
"integrity" : "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==" ,
"dependencies" : {
"d3-array" : "2.10.0 - 3" ,
"d3-format" : "1 - 3" ,
"d3-interpolate" : "1.2.0 - 3" ,
"d3-time" : "2.1.1 - 3" ,
"d3-time-format" : "2 - 4"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/d3-time" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz" ,
"integrity" : "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==" ,
"dependencies" : {
"d3-array" : "2 - 3"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/d3-time-format" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz" ,
"integrity" : "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==" ,
"dependencies" : {
"d3-time" : "1 - 3"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/debug" : {
"version" : "4.4.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/deepmerge" : {
"version" : "4.3.1" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/defu" : {
"version" : "6.1.4" ,
"resolved" : "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz" ,
"integrity" : "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
} ,
2025-05-21 21:34:22 +03:00
"node_modules/delaunator" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz" ,
"integrity" : "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==" ,
"dependencies" : {
"robust-predicates" : "^3.0.2"
}
} ,
"node_modules/detect-libc" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz" ,
"integrity" : "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/devalue" : {
"version" : "5.1.1" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/drizzle-kit" : {
"version" : "0.22.8" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@esbuild-kit/esm-loader" : "^2.5.5" ,
"esbuild" : "^0.19.7" ,
"esbuild-register" : "^3.5.0"
} ,
"bin" : {
"drizzle-kit" : "bin.cjs"
}
} ,
"node_modules/drizzle-orm" : {
"version" : "0.33.0" ,
"license" : "Apache-2.0" ,
"peerDependencies" : {
"@aws-sdk/client-rds-data" : ">=3" ,
"@cloudflare/workers-types" : ">=3" ,
"@electric-sql/pglite" : ">=0.1.1" ,
"@libsql/client" : "*" ,
"@neondatabase/serverless" : ">=0.1" ,
"@op-engineering/op-sqlite" : ">=2" ,
"@opentelemetry/api" : "^1.4.1" ,
"@planetscale/database" : ">=1" ,
"@prisma/client" : "*" ,
"@tidbcloud/serverless" : "*" ,
"@types/better-sqlite3" : "*" ,
"@types/pg" : "*" ,
"@types/react" : ">=18" ,
"@types/sql.js" : "*" ,
"@vercel/postgres" : ">=0.8.0" ,
"@xata.io/client" : "*" ,
"better-sqlite3" : ">=7" ,
"bun-types" : "*" ,
"expo-sqlite" : ">=13.2.0" ,
"knex" : "*" ,
"kysely" : "*" ,
"mysql2" : ">=2" ,
"pg" : ">=8" ,
"postgres" : ">=3" ,
"react" : ">=18" ,
"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
} ,
"@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/react" : {
"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
} ,
"knex" : {
"optional" : true
} ,
"kysely" : {
"optional" : true
} ,
"mysql2" : {
"optional" : true
} ,
"pg" : {
"optional" : true
} ,
"postgres" : {
"optional" : true
} ,
"prisma" : {
"optional" : true
} ,
"react" : {
"optional" : true
} ,
"sql.js" : {
"optional" : true
} ,
"sqlite3" : {
"optional" : true
}
}
} ,
"node_modules/electron-to-chromium" : {
"version" : "1.5.155" ,
"dev" : true ,
"license" : "ISC"
} ,
"node_modules/enhanced-resolve" : {
"version" : "5.18.1" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz" ,
"integrity" : "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==" ,
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.2.0"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/esbuild" : {
"version" : "0.19.12" ,
"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" : {
"version" : "3.6.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.3.4"
} ,
"peerDependencies" : {
"esbuild" : ">=0.12 <1"
}
} ,
"node_modules/escalade" : {
"version" : "3.2.0" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/esm-env" : {
"version" : "1.2.2" ,
"license" : "MIT"
} ,
"node_modules/esrap" : {
"version" : "1.4.6" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.4.15"
}
} ,
"node_modules/fancy-canvas" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fancy-canvas/-/fancy-canvas-2.1.0.tgz" ,
"integrity" : "sha512-nifxXJ95JNLFR2NgRV4/MxVP45G9909wJTEKz5fg/TZS20JJZA6hfgRVh/bC9bwl2zBtBNcYPjiBE4njQHVBwQ=="
} ,
"node_modules/fdir" : {
"version" : "6.4.4" ,
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"picomatch" : "^3 || ^4"
} ,
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
}
} ,
"node_modules/fraction.js" : {
"version" : "4.3.7" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"type" : "patreon" ,
"url" : "https://github.com/sponsors/rawify"
}
} ,
"node_modules/get-tsconfig" : {
"version" : "4.10.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"resolve-pkg-maps" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/privatenumber/get-tsconfig?sponsor=1"
}
} ,
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
} ,
"node_modules/import-meta-resolve" : {
"version" : "4.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/inline-style-parser" : {
"version" : "0.2.4" ,
"resolved" : "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz" ,
"integrity" : "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q=="
} ,
2025-05-21 21:34:22 +03:00
"node_modules/internmap" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz" ,
"integrity" : "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==" ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/is-reference" : {
"version" : "3.0.3" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.6"
}
} ,
"node_modules/jiti" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz" ,
"integrity" : "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/jose" : {
"version" : "5.10.0" ,
"resolved" : "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz" ,
"integrity" : "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==" ,
"funding" : {
"url" : "https://github.com/sponsors/panva"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/kleur" : {
"version" : "4.1.5" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/kysely" : {
"version" : "0.28.2" ,
"resolved" : "https://registry.npmjs.org/kysely/-/kysely-0.28.2.tgz" ,
"integrity" : "sha512-4YAVLoF0Sf0UTqlhgQMFU9iQECdah7n+13ANkiuVfRvlK+uI0Etbgd7bVP36dKlG+NXWbhGua8vnGt+sdhvT7A==" ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/lightningcss" : {
"version" : "1.30.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz" ,
"integrity" : "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==" ,
"dependencies" : {
"detect-libc" : "^2.0.3"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
"lightningcss-darwin-arm64" : "1.30.1" ,
"lightningcss-darwin-x64" : "1.30.1" ,
"lightningcss-freebsd-x64" : "1.30.1" ,
"lightningcss-linux-arm-gnueabihf" : "1.30.1" ,
"lightningcss-linux-arm64-gnu" : "1.30.1" ,
"lightningcss-linux-arm64-musl" : "1.30.1" ,
"lightningcss-linux-x64-gnu" : "1.30.1" ,
"lightningcss-linux-x64-musl" : "1.30.1" ,
"lightningcss-win32-arm64-msvc" : "1.30.1" ,
"lightningcss-win32-x64-msvc" : "1.30.1"
}
} ,
"node_modules/lightningcss-darwin-arm64" : {
"version" : "1.30.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz" ,
"integrity" : "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-darwin-x64" : {
"version" : "1.30.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz" ,
"integrity" : "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-freebsd-x64" : {
"version" : "1.30.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz" ,
"integrity" : "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm-gnueabihf" : {
"version" : "1.30.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz" ,
"integrity" : "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-gnu" : {
"version" : "1.30.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz" ,
"integrity" : "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-musl" : {
"version" : "1.30.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz" ,
"integrity" : "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-gnu" : {
"version" : "1.30.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz" ,
"integrity" : "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-musl" : {
"version" : "1.30.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz" ,
"integrity" : "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-win32-arm64-msvc" : {
"version" : "1.30.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz" ,
"integrity" : "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-win32-x64-msvc" : {
"version" : "1.30.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz" ,
"integrity" : "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightweight-charts" : {
"version" : "5.0.7" ,
"resolved" : "https://registry.npmjs.org/lightweight-charts/-/lightweight-charts-5.0.7.tgz" ,
"integrity" : "sha512-A4GqwYKRLhZREJEsSpORNNIWceOy5TS30s/WdAP2apKCDhAcIZDAI76TQHCCSf60oHwM7B92exXdQS9UykjXhw==" ,
"dependencies" : {
"fancy-canvas" : "2.1.0"
}
} ,
"node_modules/locate-character" : {
"version" : "3.0.0" ,
"license" : "MIT"
} ,
"node_modules/lodash.castarray" : {
"version" : "4.4.0" ,
"license" : "MIT"
} ,
"node_modules/lodash.isplainobject" : {
"version" : "4.0.6" ,
"license" : "MIT"
} ,
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"license" : "MIT"
} ,
"node_modules/lucide-svelte" : {
"version" : "0.511.0" ,
"resolved" : "https://registry.npmjs.org/lucide-svelte/-/lucide-svelte-0.511.0.tgz" ,
"integrity" : "sha512-cSBj1UPKt1EXnj3VBUidBqwHyFQ83pLYiTaQ/67Q5thnaP9IPohL2UXjqEzgSXXklYPYQKaAv+kmVdliDWFjWQ==" ,
"peerDependencies" : {
"svelte" : "^3 || ^4 || ^5.0.0-next.42"
}
} ,
"node_modules/magic-string" : {
"version" : "0.30.17" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.0"
}
} ,
"node_modules/minipass" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/minizlib" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz" ,
"integrity" : "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==" ,
"dependencies" : {
"minipass" : "^7.1.2"
} ,
"engines" : {
"node" : ">= 18"
}
} ,
"node_modules/mkdirp" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz" ,
"integrity" : "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==" ,
"bin" : {
"mkdirp" : "dist/cjs/src/bin.js"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/mode-watcher" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/mode-watcher/-/mode-watcher-1.0.7.tgz" ,
"integrity" : "sha512-ZGA7ZGdOvBJeTQkzdBOnXSgTkO6U6iIFWJoyGCTt6oHNg9XP9NBvS26De+V4W2aqI+B0yYXUskFG2VnEo3zyMQ==" ,
"dependencies" : {
"runed" : "^0.25.0" ,
"svelte-toolbelt" : "^0.7.1"
} ,
"peerDependencies" : {
"svelte" : "^5.27.0"
}
} ,
"node_modules/mode-watcher/node_modules/runed" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmjs.org/runed/-/runed-0.25.0.tgz" ,
"integrity" : "sha512-7+ma4AG9FT2sWQEA0Egf6mb7PBT2vHyuHail1ie8ropfSjvZGtEAx8YTmUjv/APCsdRRxEVvArNjALk9zFSOrg==" ,
"funding" : [
"https://github.com/sponsors/huntabyte" ,
"https://github.com/sponsors/tglide"
] ,
"dependencies" : {
"esm-env" : "^1.0.0"
} ,
"peerDependencies" : {
"svelte" : "^5.7.0"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/mri" : {
"version" : "1.2.0" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/mrmime" : {
"version" : "2.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/ms" : {
"version" : "2.1.3" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/nanoid" : {
"version" : "3.3.11" ,
"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"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/nanostores" : {
"version" : "0.11.4" ,
"resolved" : "https://registry.npmjs.org/nanostores/-/nanostores-0.11.4.tgz" ,
"integrity" : "sha512-k1oiVNN4hDK8NcNERSZLQiMfRzEGtfnvZvdBvey3SQbgn8Dcrk0h1I6vpxApjb10PFUflZrgJ2WEZyJQ+5v7YQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"engines" : {
"node" : "^18.0.0 || >=20.0.0"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/node-releases" : {
"version" : "2.0.19" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/normalize-range" : {
"version" : "0.1.2" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"license" : "ISC"
} ,
"node_modules/picomatch" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz" ,
"integrity" : "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==" ,
"dev" : true ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/postcss" : {
"version" : "8.5.3" ,
"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.8" ,
"picocolors" : "^1.1.1" ,
"source-map-js" : "^1.2.1"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/postcss-value-parser" : {
"version" : "4.2.0" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/postgres" : {
"version" : "3.4.5" ,
"license" : "Unlicense" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://github.com/sponsors/porsager"
}
} ,
"node_modules/prettier" : {
"version" : "3.5.3" ,
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"prettier" : "bin/prettier.cjs"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
}
} ,
"node_modules/prettier-plugin-svelte" : {
"version" : "3.4.0" ,
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"prettier" : "^3.0.0" ,
"svelte" : "^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0"
}
} ,
"node_modules/prettier-plugin-tailwindcss" : {
"version" : "0.6.11" ,
"resolved" : "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.11.tgz" ,
"integrity" : "sha512-YxaYSIvZPAqhrrEpRtonnrXdghZg1irNg4qrjboCXrpybLWVs55cW2N3juhspVJiO0JBvYJT8SYsJpc8OQSnsA==" ,
"dev" : true ,
"engines" : {
"node" : ">=14.21.3"
} ,
"peerDependencies" : {
"@ianvs/prettier-plugin-sort-imports" : "*" ,
"@prettier/plugin-pug" : "*" ,
"@shopify/prettier-plugin-liquid" : "*" ,
"@trivago/prettier-plugin-sort-imports" : "*" ,
"@zackad/prettier-plugin-twig" : "*" ,
"prettier" : "^3.0" ,
"prettier-plugin-astro" : "*" ,
"prettier-plugin-css-order" : "*" ,
"prettier-plugin-import-sort" : "*" ,
"prettier-plugin-jsdoc" : "*" ,
"prettier-plugin-marko" : "*" ,
"prettier-plugin-multiline-arrays" : "*" ,
"prettier-plugin-organize-attributes" : "*" ,
"prettier-plugin-organize-imports" : "*" ,
"prettier-plugin-sort-imports" : "*" ,
"prettier-plugin-style-order" : "*" ,
"prettier-plugin-svelte" : "*"
} ,
"peerDependenciesMeta" : {
"@ianvs/prettier-plugin-sort-imports" : {
"optional" : true
} ,
"@prettier/plugin-pug" : {
"optional" : true
} ,
"@shopify/prettier-plugin-liquid" : {
"optional" : true
} ,
"@trivago/prettier-plugin-sort-imports" : {
"optional" : true
} ,
"@zackad/prettier-plugin-twig" : {
"optional" : true
} ,
"prettier-plugin-astro" : {
"optional" : true
} ,
"prettier-plugin-css-order" : {
"optional" : true
} ,
"prettier-plugin-import-sort" : {
"optional" : true
} ,
"prettier-plugin-jsdoc" : {
"optional" : true
} ,
"prettier-plugin-marko" : {
"optional" : true
} ,
"prettier-plugin-multiline-arrays" : {
"optional" : true
} ,
"prettier-plugin-organize-attributes" : {
"optional" : true
} ,
"prettier-plugin-organize-imports" : {
"optional" : true
} ,
"prettier-plugin-sort-imports" : {
"optional" : true
} ,
"prettier-plugin-style-order" : {
"optional" : true
} ,
"prettier-plugin-svelte" : {
"optional" : true
}
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/pvtsutils" : {
"version" : "1.3.6" ,
"resolved" : "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.6.tgz" ,
"integrity" : "sha512-PLgQXQ6H2FWCaeRak8vvk1GW462lMxB5s3Jm673N82zI4vqtVUPuZdffdZbPDFRoU8kAhItWFtPCWiPpp4/EDg==" ,
"dependencies" : {
"tslib" : "^2.8.1"
}
} ,
"node_modules/pvutils" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/pvutils/-/pvutils-1.1.3.tgz" ,
"integrity" : "sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/readdirp" : {
"version" : "4.1.2" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.18.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/resolve-pkg-maps" : {
"version" : "1.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
}
} ,
"node_modules/robust-predicates" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz" ,
"integrity" : "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg=="
} ,
"node_modules/rollup" : {
"version" : "4.41.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "1.0.7"
} ,
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
"engines" : {
"node" : ">=18.0.0" ,
"npm" : ">=8.0.0"
} ,
"optionalDependencies" : {
"@rollup/rollup-android-arm-eabi" : "4.41.0" ,
"@rollup/rollup-android-arm64" : "4.41.0" ,
"@rollup/rollup-darwin-arm64" : "4.41.0" ,
"@rollup/rollup-darwin-x64" : "4.41.0" ,
"@rollup/rollup-freebsd-arm64" : "4.41.0" ,
"@rollup/rollup-freebsd-x64" : "4.41.0" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.41.0" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.41.0" ,
"@rollup/rollup-linux-arm64-gnu" : "4.41.0" ,
"@rollup/rollup-linux-arm64-musl" : "4.41.0" ,
"@rollup/rollup-linux-loongarch64-gnu" : "4.41.0" ,
"@rollup/rollup-linux-powerpc64le-gnu" : "4.41.0" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.41.0" ,
"@rollup/rollup-linux-riscv64-musl" : "4.41.0" ,
"@rollup/rollup-linux-s390x-gnu" : "4.41.0" ,
"@rollup/rollup-linux-x64-gnu" : "4.41.0" ,
"@rollup/rollup-linux-x64-musl" : "4.41.0" ,
"@rollup/rollup-win32-arm64-msvc" : "4.41.0" ,
"@rollup/rollup-win32-ia32-msvc" : "4.41.0" ,
"@rollup/rollup-win32-x64-msvc" : "4.41.0" ,
"fsevents" : "~2.3.2"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/rou3" : {
"version" : "0.5.1" ,
"resolved" : "https://registry.npmjs.org/rou3/-/rou3-0.5.1.tgz" ,
"integrity" : "sha512-OXMmJ3zRk2xeXFGfA3K+EOPHC5u7RDFG7lIOx0X1pdnhUkI8MdVrbV+sNsD80ElpUZ+MRHdyxPnFthq9VHs8uQ=="
} ,
"node_modules/runed" : {
"version" : "0.23.4" ,
"resolved" : "https://registry.npmjs.org/runed/-/runed-0.23.4.tgz" ,
"integrity" : "sha512-9q8oUiBYeXIDLWNK5DfCWlkL0EW3oGbk845VdKlPeia28l751VpfesaB/+7pI6rnbx1I6rqoZ2fZxptOJLxILA==" ,
"funding" : [
"https://github.com/sponsors/huntabyte" ,
"https://github.com/sponsors/tglide"
] ,
"dependencies" : {
"esm-env" : "^1.0.0"
} ,
"peerDependencies" : {
"svelte" : "^5.7.0"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/sade" : {
"version" : "1.8.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"mri" : "^1.1.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/set-cookie-parser" : {
"version" : "2.7.1" ,
"license" : "MIT"
} ,
"node_modules/sirv" : {
"version" : "3.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@polka/url" : "^1.0.0-next.24" ,
"mrmime" : "^2.0.0" ,
"totalist" : "^3.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/source-map" : {
"version" : "0.6.1" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-js" : {
"version" : "1.2.1" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/style-to-object" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz" ,
"integrity" : "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==" ,
"dependencies" : {
"inline-style-parser" : "0.2.4"
}
} ,
2025-05-21 21:34:22 +03:00
"node_modules/svelte" : {
"version" : "5.32.0" ,
"license" : "MIT" ,
"dependencies" : {
"@ampproject/remapping" : "^2.3.0" ,
"@jridgewell/sourcemap-codec" : "^1.5.0" ,
"@sveltejs/acorn-typescript" : "^1.0.5" ,
"@types/estree" : "^1.0.5" ,
"acorn" : "^8.12.1" ,
"aria-query" : "^5.3.1" ,
"axobject-query" : "^4.1.0" ,
"clsx" : "^2.1.1" ,
"esm-env" : "^1.2.1" ,
"esrap" : "^1.4.6" ,
"is-reference" : "^3.0.3" ,
"locate-character" : "^3.0.0" ,
"magic-string" : "^0.30.11" ,
"zimmerframe" : "^1.1.2"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/svelte-check" : {
"version" : "4.2.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/trace-mapping" : "^0.3.25" ,
"chokidar" : "^4.0.1" ,
"fdir" : "^6.2.0" ,
"picocolors" : "^1.0.0" ,
"sade" : "^1.7.4"
} ,
"bin" : {
"svelte-check" : "bin/svelte-check"
} ,
"engines" : {
"node" : ">= 18.0.0"
} ,
"peerDependencies" : {
"svelte" : "^4.0.0 || ^5.0.0-next.0" ,
"typescript" : ">=5.0.0"
}
} ,
"node_modules/svelte-lightweight-charts" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/svelte-lightweight-charts/-/svelte-lightweight-charts-2.2.0.tgz" ,
"integrity" : "sha512-LXdha4vfLMuOPc0Yyetu+DLSDJkPryGkufUQgpCkfguCscSQUcrLiI9MdqKwQk6Fkm6AZbg8SQ5qDIYxcyC+Dg==" ,
"peerDependencies" : {
"lightweight-charts" : ">=4.0.0" ,
"svelte" : ">=3.44.0"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/svelte-toolbelt" : {
"version" : "0.7.1" ,
"resolved" : "https://registry.npmjs.org/svelte-toolbelt/-/svelte-toolbelt-0.7.1.tgz" ,
"integrity" : "sha512-HcBOcR17Vx9bjaOceUvxkY3nGmbBmCBBbuWLLEWO6jtmWH8f/QoWmbyUfQZrpDINH39en1b8mptfPQT9VKQ1xQ==" ,
"funding" : [
"https://github.com/sponsors/huntabyte"
] ,
"dependencies" : {
"clsx" : "^2.1.1" ,
"runed" : "^0.23.2" ,
"style-to-object" : "^1.0.8"
} ,
"engines" : {
"node" : ">=18" ,
"pnpm" : ">=8.7.0"
} ,
"peerDependencies" : {
"svelte" : "^5.0.0"
}
} ,
"node_modules/tabbable" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz" ,
"integrity" : "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" ,
"dev" : true
} ,
2025-05-21 21:34:22 +03:00
"node_modules/tailwind-merge" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.3.0.tgz" ,
"integrity" : "sha512-fyW/pEfcQSiigd5SNn0nApUOxx0zB/dm6UDU/rEwc2c3sX2smWUNbapHv+QRqLGVp9GWX3THIa7MUGPo+YkDzQ==" ,
"dev" : true ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/dcastil"
}
} ,
"node_modules/tailwind-variants" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.2.1.tgz" ,
"integrity" : "sha512-2xmhAf4UIc3PijOUcJPA1LP4AbxhpcHuHM2C26xM0k81r0maAO6uoUSHl3APmvHZcY5cZCY/bYuJdfFa4eGoaw==" ,
"dev" : true ,
"dependencies" : {
"tailwind-merge" : "^2.2.0"
} ,
"engines" : {
"node" : ">=16.x" ,
"pnpm" : ">=7.x"
} ,
"peerDependencies" : {
"tailwindcss" : "*"
}
} ,
"node_modules/tailwind-variants/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==" ,
"dev" : true ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/dcastil"
}
} ,
"node_modules/tailwindcss" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.7.tgz" ,
"integrity" : "sha512-kr1o/ErIdNhTz8uzAYL7TpaUuzKIE6QPQ4qmSdxnoX/lo+5wmUHQA6h3L5yIqEImSRnAAURDirLu/BgiXGPAhg=="
} ,
"node_modules/tapable" : {
"version" : "2.2.2" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz" ,
"integrity" : "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/tar" : {
"version" : "7.4.3" ,
"resolved" : "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz" ,
"integrity" : "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==" ,
"dependencies" : {
"@isaacs/fs-minipass" : "^4.0.0" ,
"chownr" : "^3.0.0" ,
"minipass" : "^7.1.2" ,
"minizlib" : "^3.0.1" ,
"mkdirp" : "^3.0.1" ,
"yallist" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/totalist" : {
"version" : "3.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2025-05-22 13:17:11 +03:00
"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=="
} ,
2025-05-21 21:34:22 +03:00
"node_modules/tw-animate-css" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.3.0.tgz" ,
"integrity" : "sha512-jrJ0XenzS9KVuDThJDvnhalbl4IYiMQ/XvpA0a2FL8KmlK+6CSMviO7ROY/I7z1NnUs5NnDhlM6fXmF40xPxzw==" ,
"dev" : true ,
"funding" : {
"url" : "https://github.com/sponsors/Wombosvideo"
}
} ,
"node_modules/typescript" : {
"version" : "5.8.3" ,
"license" : "Apache-2.0" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
2025-05-22 13:17:11 +03:00
"node_modules/uncrypto" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz" ,
"integrity" : "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
} ,
2025-05-21 21:34:22 +03:00
"node_modules/update-browserslist-db" : {
"version" : "1.1.3" ,
"dev" : true ,
"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/util-deprecate" : {
"version" : "1.0.2" ,
"license" : "MIT"
} ,
"node_modules/vite" : {
"version" : "5.4.19" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"esbuild" : "^0.21.3" ,
"postcss" : "^8.4.43" ,
"rollup" : "^4.20.0"
} ,
"bin" : {
"vite" : "bin/vite.js"
} ,
"engines" : {
"node" : "^18.0.0 || >=20.0.0"
} ,
"funding" : {
"url" : "https://github.com/vitejs/vite?sponsor=1"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
} ,
"peerDependencies" : {
"@types/node" : "^18.0.0 || >=20.0.0" ,
"less" : "*" ,
"lightningcss" : "^1.21.0" ,
"sass" : "*" ,
"sass-embedded" : "*" ,
"stylus" : "*" ,
"sugarss" : "*" ,
"terser" : "^5.4.0"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"less" : {
"optional" : true
} ,
"lightningcss" : {
"optional" : true
} ,
"sass" : {
"optional" : true
} ,
"sass-embedded" : {
"optional" : true
} ,
"stylus" : {
"optional" : true
} ,
"sugarss" : {
"optional" : true
} ,
"terser" : {
"optional" : true
}
}
} ,
"node_modules/vite/node_modules/esbuild" : {
"version" : "0.21.5" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=12"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.21.5" ,
"@esbuild/android-arm" : "0.21.5" ,
"@esbuild/android-arm64" : "0.21.5" ,
"@esbuild/android-x64" : "0.21.5" ,
"@esbuild/darwin-arm64" : "0.21.5" ,
"@esbuild/darwin-x64" : "0.21.5" ,
"@esbuild/freebsd-arm64" : "0.21.5" ,
"@esbuild/freebsd-x64" : "0.21.5" ,
"@esbuild/linux-arm" : "0.21.5" ,
"@esbuild/linux-arm64" : "0.21.5" ,
"@esbuild/linux-ia32" : "0.21.5" ,
"@esbuild/linux-loong64" : "0.21.5" ,
"@esbuild/linux-mips64el" : "0.21.5" ,
"@esbuild/linux-ppc64" : "0.21.5" ,
"@esbuild/linux-riscv64" : "0.21.5" ,
"@esbuild/linux-s390x" : "0.21.5" ,
"@esbuild/linux-x64" : "0.21.5" ,
"@esbuild/netbsd-x64" : "0.21.5" ,
"@esbuild/openbsd-x64" : "0.21.5" ,
"@esbuild/sunos-x64" : "0.21.5" ,
"@esbuild/win32-arm64" : "0.21.5" ,
"@esbuild/win32-ia32" : "0.21.5" ,
"@esbuild/win32-x64" : "0.21.5"
}
} ,
"node_modules/vite/node_modules/esbuild/node_modules/@esbuild/win32-x64" : {
"version" : "0.21.5" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vitefu" : {
"version" : "1.0.6" ,
"dev" : true ,
"license" : "MIT" ,
"workspaces" : [
"tests/deps/*" ,
"tests/projects/*"
] ,
"peerDependencies" : {
"vite" : "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
} ,
"peerDependenciesMeta" : {
"vite" : {
"optional" : true
}
}
} ,
"node_modules/yallist" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz" ,
"integrity" : "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/zimmerframe" : {
"version" : "1.1.2" ,
"license" : "MIT"
2025-05-22 13:17:11 +03:00
} ,
"node_modules/zod" : {
"version" : "3.25.20" ,
"resolved" : "https://registry.npmjs.org/zod/-/zod-3.25.20.tgz" ,
"integrity" : "sha512-z03fqpTMDF1G02VLKUMt6vyACE7rNWkh3gpXVHgPTw28NPtDFRGvcpTtPwn2kMKtQ0idtYJUTxchytmnqYswcw==" ,
"funding" : {
"url" : "https://github.com/sponsors/colinhacks"
}
2025-05-21 21:34:22 +03:00
}
}
}