From 1af21a459a2408b40fa868fcfdd6523ad4522b08 Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 22:46:17 +0600 Subject: [PATCH 01/13] Remove package-lock.json to streamline dependency management and reduce project clutter. --- package-lock.json | 7166 --------------------------------------------- 1 file changed, 7166 deletions(-) delete mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 93973b0..0000000 --- a/package-lock.json +++ /dev/null @@ -1,7166 +0,0 @@ -{ - "name": "techdiary.dev-next", - "version": "0.1.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "techdiary.dev-next", - "version": "0.1.0", - "dependencies": { - "@cloudinary/react": "^1.14.1", - "@cloudinary/url-gen": "^1.21.0", - "@hookform/error-message": "^2.0.1", - "@hookform/resolvers": "^5.0.0", - "@markdoc/markdoc": "^0.5.1", - "@radix-ui/react-alert-dialog": "^1.1.6", - "@radix-ui/react-avatar": "^1.1.3", - "@radix-ui/react-dialog": "^1.1.6", - "@radix-ui/react-dropdown-menu": "^2.1.6", - "@radix-ui/react-hover-card": "^1.1.6", - "@radix-ui/react-icons": "^1.3.2", - "@radix-ui/react-label": "^2.1.2", - "@radix-ui/react-popover": "^1.1.6", - "@radix-ui/react-separator": "^1.1.2", - "@radix-ui/react-slot": "^1.1.2", - "@radix-ui/react-tabs": "^1.1.3", - "@radix-ui/react-tooltip": "^1.1.8", - "@t3-oss/env-nextjs": "^0.12.0", - "@tailwindcss/typography": "^0.5.16", - "@tanstack/react-query": "^5.69.0", - "badge": "^1.0.3", - "class-variance-authority": "^0.7.1", - "cloudinary": "^2.6.0", - "clsx": "^2.1.1", - "dotenv": "^16.4.7", - "drizzle-orm": "^0.41.0", - "jotai": "^2.12.2", - "lottie-react": "^2.4.1", - "lucide-react": "^0.484.0", - "next": "^15.2.4", - "next-themes": "^0.4.6", - "pg": "^8.14.1", - "react": "^19", - "react-dom": "^19", - "react-hook-form": "^7.55.0", - "react-icons": "^5.5.0", - "react-mde": "^12.0.8", - "recharts": "^2.15.1", - "sass": "^1.86.0", - "tailwind-merge": "^3.0.2", - "tw-animate-css": "^1.2.4", - "zod": "^3.24.2" - }, - "devDependencies": { - "@tailwindcss/postcss": "^4.0.15", - "@types/node": "^22.13.13", - "@types/pg": "^8.11.11", - "@types/react": "^19.0.12", - "@types/react-dom": "^19", - "drizzle-kit": "^0.30.6", - "eslint": "^9", - "eslint-config-next": "15.2.3", - "postcss": "^8.5.3", - "postcss-import": "^16.1.0", - "postcss-nesting": "^13.0.1", - "prettier": "^3.5.3", - "tailwindcss": "^4.0.15", - "tsx": "^4.19.3", - "typescript": "^5.8.2" - } - }, - "node_modules/@alloc/quick-lru": { - "version": "5.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@babel/runtime": { - "version": "7.27.0", - "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@cloudinary/html": { - "version": "1.13.2", - "dependencies": { - "@types/lodash.clonedeep": "^4.5.6", - "@types/lodash.debounce": "^4.0.6", - "@types/node": "^14.14.10", - "lodash.clonedeep": "^4.5.0", - "lodash.debounce": "^4.0.8", - "typescript": "^4.1.2" - } - }, - "node_modules/@cloudinary/html/node_modules/@types/node": { - "version": "14.18.63", - "license": "MIT" - }, - "node_modules/@cloudinary/html/node_modules/typescript": { - "version": "4.9.5", - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, - "node_modules/@cloudinary/react": { - "version": "1.14.1", - "license": "MIT", - "dependencies": { - "@cloudinary/html": "^1.13.2" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/@cloudinary/transformation-builder-sdk": { - "version": "1.16.1", - "license": "MIT", - "dependencies": { - "@cloudinary/url-gen": "^1.7.0" - } - }, - "node_modules/@cloudinary/url-gen": { - "version": "1.21.0", - "license": "MIT", - "dependencies": { - "@cloudinary/transformation-builder-sdk": "^1.15.1" - } - }, - "node_modules/@drizzle-team/brocli": { - "version": "0.10.2", - "dev": true, - "license": "Apache-2.0" - }, - "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/darwin-arm64": { - "version": "0.18.20", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "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/darwin-arm64": { - "version": "0.19.12", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.5.1", - "dev": true, - "license": "MIT", - "dependencies": { - "eslint-visitor-keys": "^3.4.3" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - } - }, - "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.12.1", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } - }, - "node_modules/@eslint/config-array": { - "version": "0.19.2", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/object-schema": "^2.1.6", - "debug": "^4.3.1", - "minimatch": "^3.1.2" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/config-helpers": { - "version": "0.2.0", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/core": { - "version": "0.12.0", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@types/json-schema": "^7.0.15" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "3.3.1", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^10.0.1", - "globals": "^14.0.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/js": { - "version": "9.23.0", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/object-schema": { - "version": "2.1.6", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/plugin-kit": { - "version": "0.2.7", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/core": "^0.12.0", - "levn": "^0.4.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@floating-ui/core": { - "version": "1.6.9", - "license": "MIT", - "dependencies": { - "@floating-ui/utils": "^0.2.9" - } - }, - "node_modules/@floating-ui/dom": { - "version": "1.6.13", - "license": "MIT", - "dependencies": { - "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.9" - } - }, - "node_modules/@floating-ui/react-dom": { - "version": "2.1.2", - "license": "MIT", - "dependencies": { - "@floating-ui/dom": "^1.0.0" - }, - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/@floating-ui/utils": { - "version": "0.2.9", - "license": "MIT" - }, - "node_modules/@hookform/error-message": { - "version": "2.0.1", - "license": "MIT", - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0", - "react-hook-form": "^7.0.0" - } - }, - "node_modules/@hookform/resolvers": { - "version": "5.0.0", - "license": "MIT", - "dependencies": { - "@standard-schema/utils": "^0.3.0" - }, - "peerDependencies": { - "react-hook-form": "7.55.0" - } - }, - "node_modules/@humanfs/core": { - "version": "0.19.1", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18.0" - } - }, - "node_modules/@humanfs/node": { - "version": "0.16.6", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@humanfs/core": "^0.19.1", - "@humanwhocodes/retry": "^0.3.0" - }, - "engines": { - "node": ">=18.18.0" - } - }, - "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { - "version": "0.3.1", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=12.22" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/retry": { - "version": "0.4.2", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@img/sharp-darwin-arm64": { - "version": "0.33.5", - "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": { - "@img/sharp-libvips-darwin-arm64": "1.0.4" - } - }, - "node_modules/@img/sharp-libvips-darwin-arm64": { - "version": "1.0.4", - "cpu": [ - "arm64" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "darwin" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@markdoc/markdoc": { - "version": "0.5.1", - "license": "MIT", - "engines": { - "node": ">=14.7.0" - }, - "optionalDependencies": { - "@types/linkify-it": "^3.0.1", - "@types/markdown-it": "12.2.3" - }, - "peerDependencies": { - "@types/react": "*", - "react": "*" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "react": { - "optional": true - } - } - }, - "node_modules/@next/env": { - "version": "15.2.4", - "license": "MIT" - }, - "node_modules/@next/eslint-plugin-next": { - "version": "15.2.3", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-glob": "3.3.1" - } - }, - "node_modules/@next/swc-darwin-arm64": { - "version": "15.2.4", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-darwin-x64": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.2.4.tgz", - "integrity": "sha512-3qK2zb5EwCwxnO2HeO+TRqCubeI/NgCe+kL5dTJlPldV/uwCnUgC7VbEzgmxbfrkbjehL4H9BPztWOEtsoMwew==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-arm64-gnu": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.2.4.tgz", - "integrity": "sha512-HFN6GKUcrTWvem8AZN7tT95zPb0GUGv9v0d0iyuTb303vbXkkbHDp/DxufB04jNVD+IN9yHy7y/6Mqq0h0YVaQ==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-arm64-musl": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.2.4.tgz", - "integrity": "sha512-Oioa0SORWLwi35/kVB8aCk5Uq+5/ZIumMK1kJV+jSdazFm2NzPDztsefzdmzzpx5oGCJ6FkUC7vkaUseNTStNA==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-x64-gnu": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.2.4.tgz", - "integrity": "sha512-yb5WTRaHdkgOqFOZiu6rHV1fAEK0flVpaIN2HB6kxHVSy/dIajWbThS7qON3W9/SNOH2JWkVCyulgGYekMePuw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-x64-musl": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.2.4.tgz", - "integrity": "sha512-Dcdv/ix6srhkM25fgXiyOieFUkz+fOYkHlydWCtB0xMST6X9XYI3yPDKBZt1xuhOytONsIFJFB08xXYsxUwJLw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-arm64-msvc": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.2.4.tgz", - "integrity": "sha512-dW0i7eukvDxtIhCYkMrZNQfNicPDExt2jPb9AZPpL7cfyUo7QSNl1DjsHjmmKp6qNAqUESyT8YFl/Aw91cNJJg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-x64-msvc": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.2.4.tgz", - "integrity": "sha512-SbnWkJmkS7Xl3kre8SdMF6F/XDh1DTFEhp0jRTj/uB8iPKoU2bb2NDfcu+iifv1+mxQEd1g2vvSxcZbXSKyWiQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nolyfill/is-core-module": { - "version": "1.0.39", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.4.0" - } - }, - "node_modules/@parcel/watcher": { - "version": "2.5.1", - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "dependencies": { - "detect-libc": "^1.0.3", - "is-glob": "^4.0.3", - "micromatch": "^4.0.5", - "node-addon-api": "^7.0.0" - }, - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "@parcel/watcher-android-arm64": "2.5.1", - "@parcel/watcher-darwin-arm64": "2.5.1", - "@parcel/watcher-darwin-x64": "2.5.1", - "@parcel/watcher-freebsd-x64": "2.5.1", - "@parcel/watcher-linux-arm-glibc": "2.5.1", - "@parcel/watcher-linux-arm-musl": "2.5.1", - "@parcel/watcher-linux-arm64-glibc": "2.5.1", - "@parcel/watcher-linux-arm64-musl": "2.5.1", - "@parcel/watcher-linux-x64-glibc": "2.5.1", - "@parcel/watcher-linux-x64-musl": "2.5.1", - "@parcel/watcher-win32-arm64": "2.5.1", - "@parcel/watcher-win32-ia32": "2.5.1", - "@parcel/watcher-win32-x64": "2.5.1" - } - }, - "node_modules/@parcel/watcher-darwin-arm64": { - "version": "2.5.1", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher/node_modules/detect-libc": { - "version": "1.0.3", - "license": "Apache-2.0", - "optional": true, - "bin": { - "detect-libc": "bin/detect-libc.js" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/@petamoriken/float16": { - "version": "3.9.2", - "devOptional": true, - "license": "MIT" - }, - "node_modules/@radix-ui/primitive": { - "version": "1.1.1", - "license": "MIT" - }, - "node_modules/@radix-ui/react-alert-dialog": { - "version": "1.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-dialog": "1.1.6", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-slot": "1.1.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-arrow": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-primitive": "2.0.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-avatar": { - "version": "1.1.3", - "license": "MIT", - "dependencies": { - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-callback-ref": "1.1.0", - "@radix-ui/react-use-layout-effect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-collection": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-slot": "1.1.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-compose-refs": { - "version": "1.1.1", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-context": { - "version": "1.1.1", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-dialog": { - "version": "1.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-dismissable-layer": "1.1.5", - "@radix-ui/react-focus-guards": "1.1.1", - "@radix-ui/react-focus-scope": "1.1.2", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-portal": "1.1.4", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-slot": "1.1.2", - "@radix-ui/react-use-controllable-state": "1.1.0", - "aria-hidden": "^1.2.4", - "react-remove-scroll": "^2.6.3" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-direction": { - "version": "1.1.0", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-dismissable-layer": { - "version": "1.1.5", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-callback-ref": "1.1.0", - "@radix-ui/react-use-escape-keydown": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-dropdown-menu": { - "version": "2.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-menu": "2.1.6", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-controllable-state": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-focus-guards": { - "version": "1.1.1", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-focus-scope": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-callback-ref": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-hover-card": { - "version": "1.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-dismissable-layer": "1.1.5", - "@radix-ui/react-popper": "1.2.2", - "@radix-ui/react-portal": "1.1.4", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-controllable-state": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-icons": { - "version": "1.3.2", - "license": "MIT", - "peerDependencies": { - "react": "^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc" - } - }, - "node_modules/@radix-ui/react-id": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "@radix-ui/react-use-layout-effect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-label": { - "version": "2.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-primitive": "2.0.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-menu": { - "version": "2.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-collection": "1.1.2", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-direction": "1.1.0", - "@radix-ui/react-dismissable-layer": "1.1.5", - "@radix-ui/react-focus-guards": "1.1.1", - "@radix-ui/react-focus-scope": "1.1.2", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-popper": "1.2.2", - "@radix-ui/react-portal": "1.1.4", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-roving-focus": "1.1.2", - "@radix-ui/react-slot": "1.1.2", - "@radix-ui/react-use-callback-ref": "1.1.0", - "aria-hidden": "^1.2.4", - "react-remove-scroll": "^2.6.3" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-popover": { - "version": "1.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-dismissable-layer": "1.1.5", - "@radix-ui/react-focus-guards": "1.1.1", - "@radix-ui/react-focus-scope": "1.1.2", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-popper": "1.2.2", - "@radix-ui/react-portal": "1.1.4", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-slot": "1.1.2", - "@radix-ui/react-use-controllable-state": "1.1.0", - "aria-hidden": "^1.2.4", - "react-remove-scroll": "^2.6.3" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-popper": { - "version": "1.2.2", - "license": "MIT", - "dependencies": { - "@floating-ui/react-dom": "^2.0.0", - "@radix-ui/react-arrow": "1.1.2", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-callback-ref": "1.1.0", - "@radix-ui/react-use-layout-effect": "1.1.0", - "@radix-ui/react-use-rect": "1.1.0", - "@radix-ui/react-use-size": "1.1.0", - "@radix-ui/rect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-portal": { - "version": "1.1.4", - "license": "MIT", - "dependencies": { - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-layout-effect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-presence": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-use-layout-effect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-primitive": { - "version": "2.0.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-slot": "1.1.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-roving-focus": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-collection": "1.1.2", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-direction": "1.1.0", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-callback-ref": "1.1.0", - "@radix-ui/react-use-controllable-state": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-separator": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-primitive": "2.0.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-slot": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-compose-refs": "1.1.1" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-tabs": { - "version": "1.1.3", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-direction": "1.1.0", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-roving-focus": "1.1.2", - "@radix-ui/react-use-controllable-state": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-tooltip": { - "version": "1.1.8", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-dismissable-layer": "1.1.5", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-popper": "1.2.2", - "@radix-ui/react-portal": "1.1.4", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-slot": "1.1.2", - "@radix-ui/react-use-controllable-state": "1.1.0", - "@radix-ui/react-visually-hidden": "1.1.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-callback-ref": { - "version": "1.1.0", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-controllable-state": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "@radix-ui/react-use-callback-ref": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-escape-keydown": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "@radix-ui/react-use-callback-ref": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-layout-effect": { - "version": "1.1.0", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-rect": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "@radix-ui/rect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-size": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "@radix-ui/react-use-layout-effect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-visually-hidden": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-primitive": "2.0.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/rect": { - "version": "1.1.0", - "license": "MIT" - }, - "node_modules/@rtsao/scc": { - "version": "1.1.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@rushstack/eslint-patch": { - "version": "1.11.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@standard-schema/utils": { - "version": "0.3.0", - "license": "MIT" - }, - "node_modules/@swc/counter": { - "version": "0.1.3", - "license": "Apache-2.0" - }, - "node_modules/@swc/helpers": { - "version": "0.5.15", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.8.0" - } - }, - "node_modules/@t3-oss/env-core": { - "version": "0.12.0", - "license": "MIT", - "peerDependencies": { - "typescript": ">=5.0.0", - "valibot": "^1.0.0-beta.7 || ^1.0.0", - "zod": "^3.24.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - }, - "valibot": { - "optional": true - }, - "zod": { - "optional": true - } - } - }, - "node_modules/@t3-oss/env-nextjs": { - "version": "0.12.0", - "license": "MIT", - "dependencies": { - "@t3-oss/env-core": "0.12.0" - }, - "peerDependencies": { - "typescript": ">=5.0.0", - "valibot": "^1.0.0-beta.7 || ^1.0.0", - "zod": "^3.24.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - }, - "valibot": { - "optional": true - }, - "zod": { - "optional": true - } - } - }, - "node_modules/@tailwindcss/node": { - "version": "4.0.17", - "dev": true, - "license": "MIT", - "dependencies": { - "enhanced-resolve": "^5.18.1", - "jiti": "^2.4.2", - "tailwindcss": "4.0.17" - } - }, - "node_modules/@tailwindcss/oxide": { - "version": "4.0.17", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10" - }, - "optionalDependencies": { - "@tailwindcss/oxide-android-arm64": "4.0.17", - "@tailwindcss/oxide-darwin-arm64": "4.0.17", - "@tailwindcss/oxide-darwin-x64": "4.0.17", - "@tailwindcss/oxide-freebsd-x64": "4.0.17", - "@tailwindcss/oxide-linux-arm-gnueabihf": "4.0.17", - "@tailwindcss/oxide-linux-arm64-gnu": "4.0.17", - "@tailwindcss/oxide-linux-arm64-musl": "4.0.17", - "@tailwindcss/oxide-linux-x64-gnu": "4.0.17", - "@tailwindcss/oxide-linux-x64-musl": "4.0.17", - "@tailwindcss/oxide-win32-arm64-msvc": "4.0.17", - "@tailwindcss/oxide-win32-x64-msvc": "4.0.17" - } - }, - "node_modules/@tailwindcss/oxide-darwin-arm64": { - "version": "4.0.17", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/postcss": { - "version": "4.0.17", - "dev": true, - "license": "MIT", - "dependencies": { - "@alloc/quick-lru": "^5.2.0", - "@tailwindcss/node": "4.0.17", - "@tailwindcss/oxide": "4.0.17", - "lightningcss": "1.29.2", - "postcss": "^8.4.41", - "tailwindcss": "4.0.17" - } - }, - "node_modules/@tailwindcss/typography": { - "version": "0.5.16", - "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/@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/@tanstack/query-core": { - "version": "5.69.0", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - } - }, - "node_modules/@tanstack/react-query": { - "version": "5.69.0", - "license": "MIT", - "dependencies": { - "@tanstack/query-core": "5.69.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - }, - "peerDependencies": { - "react": "^18 || ^19" - } - }, - "node_modules/@types/d3-array": { - "version": "3.2.1", - "license": "MIT" - }, - "node_modules/@types/d3-color": { - "version": "3.1.3", - "license": "MIT" - }, - "node_modules/@types/d3-ease": { - "version": "3.0.2", - "license": "MIT" - }, - "node_modules/@types/d3-interpolate": { - "version": "3.0.4", - "license": "MIT", - "dependencies": { - "@types/d3-color": "*" - } - }, - "node_modules/@types/d3-path": { - "version": "3.1.1", - "license": "MIT" - }, - "node_modules/@types/d3-scale": { - "version": "4.0.9", - "license": "MIT", - "dependencies": { - "@types/d3-time": "*" - } - }, - "node_modules/@types/d3-shape": { - "version": "3.1.7", - "license": "MIT", - "dependencies": { - "@types/d3-path": "*" - } - }, - "node_modules/@types/d3-time": { - "version": "3.0.4", - "license": "MIT" - }, - "node_modules/@types/d3-timer": { - "version": "3.0.2", - "license": "MIT" - }, - "node_modules/@types/estree": { - "version": "1.0.7", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/json5": { - "version": "0.0.29", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/linkify-it": { - "version": "3.0.5", - "license": "MIT", - "optional": true - }, - "node_modules/@types/lodash": { - "version": "4.17.16", - "license": "MIT" - }, - "node_modules/@types/lodash.clonedeep": { - "version": "4.5.9", - "license": "MIT", - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/lodash.debounce": { - "version": "4.0.9", - "license": "MIT", - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/markdown-it": { - "version": "12.2.3", - "license": "MIT", - "optional": true, - "dependencies": { - "@types/linkify-it": "*", - "@types/mdurl": "*" - } - }, - "node_modules/@types/mdurl": { - "version": "2.0.0", - "license": "MIT", - "optional": true - }, - "node_modules/@types/node": { - "version": "22.13.14", - "devOptional": true, - "license": "MIT", - "dependencies": { - "undici-types": "~6.20.0" - } - }, - "node_modules/@types/pg": { - "version": "8.11.11", - "devOptional": true, - "license": "MIT", - "dependencies": { - "@types/node": "*", - "pg-protocol": "*", - "pg-types": "^4.0.1" - } - }, - "node_modules/@types/react": { - "version": "19.0.12", - "devOptional": true, - "license": "MIT", - "dependencies": { - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-dom": { - "version": "19.0.4", - "devOptional": true, - "license": "MIT", - "peerDependencies": { - "@types/react": "^19.0.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.28.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.28.0", - "@typescript-eslint/type-utils": "8.28.0", - "@typescript-eslint/utils": "8.28.0", - "@typescript-eslint/visitor-keys": "8.28.0", - "graphemer": "^1.4.0", - "ignore": "^5.3.1", - "natural-compare": "^1.4.0", - "ts-api-utils": "^2.0.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", - "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" - } - }, - "node_modules/@typescript-eslint/parser": { - "version": "8.28.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/scope-manager": "8.28.0", - "@typescript-eslint/types": "8.28.0", - "@typescript-eslint/typescript-estree": "8.28.0", - "@typescript-eslint/visitor-keys": "8.28.0", - "debug": "^4.3.4" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" - } - }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "8.28.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.28.0", - "@typescript-eslint/visitor-keys": "8.28.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/type-utils": { - "version": "8.28.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/typescript-estree": "8.28.0", - "@typescript-eslint/utils": "8.28.0", - "debug": "^4.3.4", - "ts-api-utils": "^2.0.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" - } - }, - "node_modules/@typescript-eslint/types": { - "version": "8.28.0", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.28.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.28.0", - "@typescript-eslint/visitor-keys": "8.28.0", - "debug": "^4.3.4", - "fast-glob": "^3.3.2", - "is-glob": "^4.0.3", - "minimatch": "^9.0.4", - "semver": "^7.6.0", - "ts-api-utils": "^2.0.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <5.9.0" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob": { - "version": "3.3.3", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.8" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { - "version": "9.0.5", - "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/typescript-estree/node_modules/minimatch/node_modules/brace-expansion": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { - "version": "7.7.1", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@typescript-eslint/utils": { - "version": "8.28.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.28.0", - "@typescript-eslint/types": "8.28.0", - "@typescript-eslint/typescript-estree": "8.28.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" - } - }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.28.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.28.0", - "eslint-visitor-keys": "^4.2.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@unrs/resolver-binding-darwin-arm64": { - "version": "1.3.2", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/accept": { - "version": "1.1.0", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/acorn": { - "version": "8.14.1", - "dev": true, - "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "dev": true, - "license": "MIT", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/ajv": { - "version": "6.12.6", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/argparse": { - "version": "2.0.1", - "dev": true, - "license": "Python-2.0" - }, - "node_modules/aria-hidden": { - "version": "1.2.4", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/aria-query": { - "version": "5.3.2", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/array-buffer-byte-length": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "is-array-buffer": "^3.0.5" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-includes": { - "version": "3.1.8", - "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", - "get-intrinsic": "^1.2.4", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.findlast": { - "version": "1.2.5", - "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", - "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", - "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", - "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", - "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", - "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", - "dev": true, - "license": "MIT" - }, - "node_modules/async-function": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/available-typed-arrays": { - "version": "1.0.7", - "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", - "dev": true, - "license": "MPL-2.0", - "engines": { - "node": ">=4" - } - }, - "node_modules/axobject-query": { - "version": "4.1.0", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/b64": { - "version": "2.0.1", - "license": "BSD-3-Clause", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/badge": { - "version": "1.0.3", - "license": "MIT", - "dependencies": { - "hapi": "^6.2.1", - "joi": "^4.6.2", - "lodash": "^2.4.1", - "lru-cache": "^2.5.0", - "nipple": "^2.5.3", - "q": "^1.0.1" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "dev": true, - "license": "MIT" - }, - "node_modules/boom": { - "version": "2.10.1", - "license": "BSD-3-Clause", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/bossy": { - "version": "1.0.3", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "devOptional": true, - "license": "MIT", - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "dev": true, - "license": "MIT" - }, - "node_modules/busboy": { - "version": "1.6.0", - "dependencies": { - "streamsearch": "^1.1.0" - }, - "engines": { - "node": ">=10.16.0" - } - }, - "node_modules/call": { - "version": "1.0.0", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/call-bind": { - "version": "1.0.8", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/call-bound": { - "version": "1.0.4", - "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", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001707", - "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/catbox": { - "version": "3.4.3", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/catbox-memory": { - "version": "1.1.2", - "license": "BSD-3-Clause", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/chokidar": { - "version": "4.0.3", - "license": "MIT", - "dependencies": { - "readdirp": "^4.0.1" - }, - "engines": { - "node": ">= 14.16.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/class-variance-authority": { - "version": "0.7.1", - "license": "Apache-2.0", - "dependencies": { - "clsx": "^2.1.1" - }, - "funding": { - "url": "https://polar.sh/cva" - } - }, - "node_modules/client-only": { - "version": "0.0.1", - "license": "MIT" - }, - "node_modules/cloudinary": { - "version": "2.6.0", - "license": "MIT", - "dependencies": { - "lodash": "^4.17.21", - "q": "^1.5.1" - }, - "engines": { - "node": ">=9" - } - }, - "node_modules/cloudinary/node_modules/lodash": { - "version": "4.17.21", - "license": "MIT" - }, - "node_modules/clsx": { - "version": "2.1.1", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "devOptional": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "devOptional": true, - "license": "MIT" - }, - "node_modules/color-string": { - "version": "1.9.1", - "license": "MIT", - "optional": true, - "dependencies": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "dev": true, - "license": "MIT" - }, - "node_modules/content": { - "version": "1.0.2", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.6", - "dev": true, - "license": "MIT", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/cross-spawn/node_modules/which": { - "version": "2.0.2", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/cross-spawn/node_modules/which/node_modules/isexe": { - "version": "2.0.0", - "dev": true, - "license": "ISC" - }, - "node_modules/cryptiles": { - "version": "2.0.5", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x" - }, - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "license": "MIT", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/csstype": { - "version": "3.1.3", - "license": "MIT" - }, - "node_modules/d3-array": { - "version": "3.2.4", - "license": "ISC", - "dependencies": { - "internmap": "1 - 2" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-color": { - "version": "3.1.0", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-ease": { - "version": "3.0.1", - "license": "BSD-3-Clause", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-format": { - "version": "3.1.0", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-interpolate": { - "version": "3.0.1", - "license": "ISC", - "dependencies": { - "d3-color": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-path": { - "version": "3.1.0", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-scale": { - "version": "4.0.2", - "license": "ISC", - "dependencies": { - "d3-array": "2.10.0 - 3", - "d3-format": "1 - 3", - "d3-interpolate": "1.2.0 - 3", - "d3-time": "2.1.1 - 3", - "d3-time-format": "2 - 4" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-shape": { - "version": "3.2.0", - "license": "ISC", - "dependencies": { - "d3-path": "^3.1.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-time": { - "version": "3.1.0", - "license": "ISC", - "dependencies": { - "d3-array": "2 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-time-format": { - "version": "4.1.0", - "license": "ISC", - "dependencies": { - "d3-time": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-timer": { - "version": "3.0.1", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/damerau-levenshtein": { - "version": "1.0.8", - "dev": true, - "license": "BSD-2-Clause" - }, - "node_modules/data-view-buffer": { - "version": "1.0.2", - "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", - "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", - "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": { - "version": "4.4.0", - "devOptional": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decimal.js-light": { - "version": "2.5.1", - "license": "MIT" - }, - "node_modules/deep-is": { - "version": "0.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/define-data-property": { - "version": "1.1.4", - "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", - "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/detect-libc": { - "version": "2.0.3", - "devOptional": true, - "license": "Apache-2.0", - "engines": { - "node": ">=8" - } - }, - "node_modules/detect-node-es": { - "version": "1.1.0", - "license": "MIT" - }, - "node_modules/doctrine": { - "version": "2.1.0", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/dom-helpers": { - "version": "5.2.1", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - } - }, - "node_modules/dotenv": { - "version": "16.4.7", - "license": "BSD-2-Clause", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://dotenvx.com" - } - }, - "node_modules/drizzle-kit": { - "version": "0.30.6", - "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-kit/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/drizzle-kit/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": { - "version": "0.19.12", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/drizzle-orm": { - "version": "0.41.0", - "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 - } - } - }, - "node_modules/dunder-proto": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.1", - "es-errors": "^1.3.0", - "gopd": "^1.2.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "dev": true, - "license": "MIT" - }, - "node_modules/enhanced-resolve": { - "version": "5.18.1", - "dev": true, - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/env-paths": { - "version": "3.0.0", - "devOptional": true, - "license": "MIT", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/es-abstract": { - "version": "1.23.9", - "dev": true, - "license": "MIT", - "dependencies": { - "array-buffer-byte-length": "^1.0.2", - "arraybuffer.prototype.slice": "^1.0.4", - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "data-view-buffer": "^1.0.2", - "data-view-byte-length": "^1.0.2", - "data-view-byte-offset": "^1.0.1", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", - "es-set-tostringtag": "^2.1.0", - "es-to-primitive": "^1.3.0", - "function.prototype.name": "^1.1.8", - "get-intrinsic": "^1.2.7", - "get-proto": "^1.0.0", - "get-symbol-description": "^1.1.0", - "globalthis": "^1.0.4", - "gopd": "^1.2.0", - "has-property-descriptors": "^1.0.2", - "has-proto": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "internal-slot": "^1.1.0", - "is-array-buffer": "^3.0.5", - "is-callable": "^1.2.7", - "is-data-view": "^1.0.2", - "is-regex": "^1.2.1", - "is-shared-array-buffer": "^1.0.4", - "is-string": "^1.1.1", - "is-typed-array": "^1.1.15", - "is-weakref": "^1.1.0", - "math-intrinsics": "^1.1.0", - "object-inspect": "^1.13.3", - "object-keys": "^1.1.1", - "object.assign": "^4.1.7", - "own-keys": "^1.0.1", - "regexp.prototype.flags": "^1.5.3", - "safe-array-concat": "^1.1.3", - "safe-push-apply": "^1.0.0", - "safe-regex-test": "^1.1.0", - "set-proto": "^1.0.0", - "string.prototype.trim": "^1.2.10", - "string.prototype.trimend": "^1.0.9", - "string.prototype.trimstart": "^1.0.8", - "typed-array-buffer": "^1.0.3", - "typed-array-byte-length": "^1.0.3", - "typed-array-byte-offset": "^1.0.4", - "typed-array-length": "^1.0.7", - "unbox-primitive": "^1.1.0", - "which-typed-array": "^1.1.18" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-define-property": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-iterator-helpers": { - "version": "1.2.1", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-set-tostringtag": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-shim-unscopables": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-to-primitive": { - "version": "1.3.0", - "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", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "peer": true, - "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/escape-string-regexp": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint": { - "version": "9.23.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.19.2", - "@eslint/config-helpers": "^0.2.0", - "@eslint/core": "^0.12.0", - "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.23.0", - "@eslint/plugin-kit": "^0.2.7", - "@humanfs/node": "^0.16.6", - "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.4.2", - "@types/estree": "^1.0.6", - "@types/json-schema": "^7.0.15", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.6", - "debug": "^4.3.2", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.3.0", - "eslint-visitor-keys": "^4.2.0", - "espree": "^10.3.0", - "esquery": "^1.5.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^8.0.0", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" - }, - "peerDependencies": { - "jiti": "*" - }, - "peerDependenciesMeta": { - "jiti": { - "optional": true - } - } - }, - "node_modules/eslint-config-next": { - "version": "15.2.3", - "dev": true, - "license": "MIT", - "dependencies": { - "@next/eslint-plugin-next": "15.2.3", - "@rushstack/eslint-patch": "^1.10.3", - "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-import-resolver-typescript": "^3.5.2", - "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jsx-a11y": "^6.10.0", - "eslint-plugin-react": "^7.37.0", - "eslint-plugin-react-hooks": "^5.0.0" - }, - "peerDependencies": { - "eslint": "^7.23.0 || ^8.0.0 || ^9.0.0", - "typescript": ">=3.3.1" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.9", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-import-resolver-typescript": { - "version": "3.10.0", - "dev": true, - "license": "ISC", - "dependencies": { - "@nolyfill/is-core-module": "1.0.39", - "debug": "^4.4.0", - "get-tsconfig": "^4.10.0", - "is-bun-module": "^2.0.0", - "stable-hash": "^0.0.5", - "tinyglobby": "^0.2.12", - "unrs-resolver": "^1.3.2" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint-import-resolver-typescript" - }, - "peerDependencies": { - "eslint": "*", - "eslint-plugin-import": "*", - "eslint-plugin-import-x": "*" - }, - "peerDependenciesMeta": { - "eslint-plugin-import": { - "optional": true - }, - "eslint-plugin-import-x": { - "optional": true - } - } - }, - "node_modules/eslint-module-utils": { - "version": "2.12.0", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import": { - "version": "2.31.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@rtsao/scc": "^1.1.0", - "array-includes": "^3.1.8", - "array.prototype.findlastindex": "^1.2.5", - "array.prototype.flat": "^1.3.2", - "array.prototype.flatmap": "^1.3.2", - "debug": "^3.2.7", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.12.0", - "hasown": "^2.0.2", - "is-core-module": "^2.15.1", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.fromentries": "^2.0.8", - "object.groupby": "^1.0.3", - "object.values": "^1.2.0", - "semver": "^6.3.1", - "string.prototype.trimend": "^1.0.8", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import/node_modules/semver": { - "version": "6.3.1", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.10.2", - "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.4", - "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.8", - "object.fromentries": "^2.0.8", - "object.values": "^1.2.1", - "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.5", - "semver": "^6.3.1", - "string.prototype.matchall": "^4.0.12", - "string.prototype.repeat": "^1.0.0" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" - } - }, - "node_modules/eslint-plugin-react-hooks": { - "version": "5.2.0", - "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 || ^9.0.0" - } - }, - "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.5", - "dev": true, - "license": "MIT", - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "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", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-scope": { - "version": "8.3.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "4.2.0", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/espree": { - "version": "10.3.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "acorn": "^8.14.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.2.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/esquery": { - "version": "1.6.0", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eventemitter3": { - "version": "4.0.7", - "license": "MIT" - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-equals": { - "version": "5.2.2", - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/fast-glob": { - "version": "3.3.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "dev": true, - "license": "MIT" - }, - "node_modules/fastq": { - "version": "1.19.1", - "dev": true, - "license": "ISC", - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/file-entry-cache": { - "version": "8.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "flat-cache": "^4.0.0" - }, - "engines": { - "node": ">=16.0.0" - } - }, - "node_modules/fill-range": { - "version": "7.1.1", - "devOptional": true, - "license": "MIT", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-up": { - "version": "5.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/flat-cache": { - "version": "4.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.4" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/flatted": { - "version": "3.3.3", - "dev": true, - "license": "ISC" - }, - "node_modules/for-each": { - "version": "0.3.5", - "dev": true, - "license": "MIT", - "dependencies": { - "is-callable": "^1.2.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/fsevents": { - "version": "2.3.3", - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/function.prototype.name": { - "version": "1.1.8", - "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", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gel": { - "version": "2.0.1", - "devOptional": true, - "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/semver": { - "version": "7.7.1", - "devOptional": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/gel/node_modules/which": { - "version": "4.0.0", - "devOptional": true, - "license": "ISC", - "dependencies": { - "isexe": "^3.1.1" - }, - "bin": { - "node-which": "bin/which.js" - }, - "engines": { - "node": "^16.13.0 || >=18.0.0" - } - }, - "node_modules/gel/node_modules/which/node_modules/isexe": { - "version": "3.1.1", - "devOptional": true, - "license": "ISC", - "engines": { - "node": ">=16" - } - }, - "node_modules/get-intrinsic": { - "version": "1.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "function-bind": "^1.1.2", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "math-intrinsics": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-nonce": { - "version": "1.0.1", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/get-proto": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/get-symbol-description": { - "version": "1.1.0", - "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": { - "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/glob-parent": { - "version": "6.0.2", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/globals": { - "version": "14.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globalthis": { - "version": "1.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "define-properties": "^1.2.1", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gopd": { - "version": "1.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "dev": true, - "license": "ISC" - }, - "node_modules/graphemer": { - "version": "1.4.0", - "dev": true, - "license": "MIT" - }, - "node_modules/h2o2": { - "version": "1.0.1", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x", - "joi": "^4.7.x", - "statehood": "^1.2.x", - "wreck": "5.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/hapi": { - "version": "6.11.1", - "dependencies": { - "accept": "1.x.x", - "boom": "^2.5.x", - "bossy": "1.x.x", - "call": "1.x.x", - "catbox": "^3.3.x", - "catbox-memory": "1.x.x", - "cryptiles": "2.x.x", - "h2o2": "1.x.x", - "heavy": "1.x.x", - "hoek": "^2.4.x", - "iron": "2.x.x", - "items": "1.x.x", - "joi": "^4.4.x", - "kilt": "^1.1.x", - "lru-cache": "2.5.x", - "mimos": "1.x.x", - "qs": "2.x.x", - "semver": "2.3.x", - "shot": "1.x.x", - "statehood": "^1.2.x", - "subtext": "1.x.x", - "topo": "1.x.x", - "vision": "1.x.x", - "wreck": "5.x.x" - }, - "bin": { - "hapi": "bin/hapi" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/hapi/node_modules/lru-cache": { - "version": "2.5.2", - "license": "MIT" - }, - "node_modules/hapi/node_modules/semver": { - "version": "2.3.2", - "license": "BSD", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/has-bigints": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "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", - "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", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "dev": true, - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/heavy": { - "version": "1.0.0", - "dependencies": { - "hoek": "2.x.x", - "joi": "4.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/hoek": { - "version": "2.16.3", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/ignore": { - "version": "5.3.2", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/import-fresh": { - "version": "3.3.1", - "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", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/internal-slot": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "hasown": "^2.0.2", - "side-channel": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/internmap": { - "version": "2.0.3", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/iron": { - "version": "2.1.3", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "cryptiles": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/is-array-buffer": { - "version": "3.0.5", - "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", - "license": "MIT", - "optional": true - }, - "node_modules/is-async-function": { - "version": "2.1.1", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "has-bigints": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-boolean-object": { - "version": "1.2.2", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "semver": "^7.7.1" - } - }, - "node_modules/is-bun-module/node_modules/semver": { - "version": "7.7.1", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/is-callable": { - "version": "1.2.7", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-core-module": { - "version": "2.16.1", - "dev": true, - "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", - "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", - "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" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-finalizationregistry": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-generator-function": { - "version": "1.1.0", - "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", - "devOptional": true, - "license": "MIT", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-map": { - "version": "2.0.3", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-number-object": { - "version": "1.1.1", - "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-regex": { - "version": "1.2.1", - "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", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-string": { - "version": "1.1.1", - "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", - "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", - "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", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakref": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakset": { - "version": "2.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "get-intrinsic": "^1.2.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/isarray": { - "version": "2.0.5", - "dev": true, - "license": "MIT" - }, - "node_modules/isemail": { - "version": "1.2.0", - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/items": { - "version": "1.1.1", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/iterator.prototype": { - "version": "1.1.5", - "dev": true, - "license": "MIT", - "dependencies": { - "define-data-property": "^1.1.4", - "es-object-atoms": "^1.0.0", - "get-intrinsic": "^1.2.6", - "get-proto": "^1.0.0", - "has-symbols": "^1.1.0", - "set-function-name": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/jiti": { - "version": "2.4.2", - "dev": true, - "license": "MIT", - "bin": { - "jiti": "lib/jiti-cli.mjs" - } - }, - "node_modules/joi": { - "version": "4.9.0", - "dependencies": { - "hoek": "^2.2.x", - "isemail": "1.x.x", - "moment": "2.x.x", - "topo": "1.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/jotai": { - "version": "2.12.2", - "license": "MIT", - "engines": { - "node": ">=12.20.0" - }, - "peerDependencies": { - "@types/react": ">=17.0.0", - "react": ">=17.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "react": { - "optional": true - } - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "license": "MIT" - }, - "node_modules/js-yaml": { - "version": "4.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/json-buffer": { - "version": "3.0.1", - "dev": true, - "license": "MIT" - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "dev": true, - "license": "MIT" - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "dev": true, - "license": "MIT" - }, - "node_modules/json5": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/jsx-ast-utils": { - "version": "3.3.5", - "dev": true, - "license": "MIT", - "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.flat": "^1.3.1", - "object.assign": "^4.1.4", - "object.values": "^1.1.6" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/keyv": { - "version": "4.5.4", - "dev": true, - "license": "MIT", - "dependencies": { - "json-buffer": "3.0.1" - } - }, - "node_modules/kilt": { - "version": "1.1.1", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/language-subtag-registry": { - "version": "0.3.23", - "dev": true, - "license": "CC0-1.0" - }, - "node_modules/language-tags": { - "version": "1.0.9", - "dev": true, - "license": "MIT", - "dependencies": { - "language-subtag-registry": "^0.3.20" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/levn": { - "version": "0.4.1", - "dev": true, - "license": "MIT", - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/lightningcss": { - "version": "1.29.2", - "dev": true, - "license": "MPL-2.0", - "dependencies": { - "detect-libc": "^2.0.3" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "lightningcss-darwin-arm64": "1.29.2", - "lightningcss-darwin-x64": "1.29.2", - "lightningcss-freebsd-x64": "1.29.2", - "lightningcss-linux-arm-gnueabihf": "1.29.2", - "lightningcss-linux-arm64-gnu": "1.29.2", - "lightningcss-linux-arm64-musl": "1.29.2", - "lightningcss-linux-x64-gnu": "1.29.2", - "lightningcss-linux-x64-musl": "1.29.2", - "lightningcss-win32-arm64-msvc": "1.29.2", - "lightningcss-win32-x64-msvc": "1.29.2" - } - }, - "node_modules/lightningcss-darwin-arm64": { - "version": "1.29.2", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/locate-path": { - "version": "6.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lodash": { - "version": "2.4.2", - "engines": [ - "node", - "rhino" - ], - "license": "MIT" - }, - "node_modules/lodash.castarray": { - "version": "4.4.0", - "license": "MIT" - }, - "node_modules/lodash.clonedeep": { - "version": "4.5.0", - "license": "MIT" - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "license": "MIT" - }, - "node_modules/lodash.isplainobject": { - "version": "4.0.6", - "license": "MIT" - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "license": "MIT" - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "license": "MIT", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/lottie-react": { - "version": "2.4.1", - "license": "MIT", - "dependencies": { - "lottie-web": "^5.10.2" - }, - "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/lottie-web": { - "version": "5.12.2", - "license": "MIT" - }, - "node_modules/lru-cache": { - "version": "2.7.3", - "license": "ISC" - }, - "node_modules/lucide-react": { - "version": "0.484.0", - "license": "ISC", - "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/math-intrinsics": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/merge2": { - "version": "1.4.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.8", - "devOptional": true, - "license": "MIT", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/micromatch/node_modules/picomatch": { - "version": "2.3.1", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/mime-db": { - "version": "1.54.0", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimos": { - "version": "1.0.1", - "dependencies": { - "hoek": "2.x.x", - "mime-db": "1.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/moment": { - "version": "2.30.1", - "license": "MIT", - "engines": { - "node": "*" - } - }, - "node_modules/ms": { - "version": "2.1.3", - "devOptional": 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" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "dev": true, - "license": "MIT" - }, - "node_modules/next": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/next/-/next-15.2.4.tgz", - "integrity": "sha512-VwL+LAaPSxEkd3lU2xWbgEOtrM8oedmyhBqaVNmgKB+GvZlCy9rgaEc+y2on0wv+l0oSFqLtYD6dcC1eAedUaQ==", - "license": "MIT", - "dependencies": { - "@next/env": "15.2.4", - "@swc/counter": "0.1.3", - "@swc/helpers": "0.5.15", - "busboy": "1.6.0", - "caniuse-lite": "^1.0.30001579", - "postcss": "8.4.31", - "styled-jsx": "5.1.6" - }, - "bin": { - "next": "dist/bin/next" - }, - "engines": { - "node": "^18.18.0 || ^19.8.0 || >= 20.0.0" - }, - "optionalDependencies": { - "@next/swc-darwin-arm64": "15.2.4", - "@next/swc-darwin-x64": "15.2.4", - "@next/swc-linux-arm64-gnu": "15.2.4", - "@next/swc-linux-arm64-musl": "15.2.4", - "@next/swc-linux-x64-gnu": "15.2.4", - "@next/swc-linux-x64-musl": "15.2.4", - "@next/swc-win32-arm64-msvc": "15.2.4", - "@next/swc-win32-x64-msvc": "15.2.4", - "sharp": "^0.33.5" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.1.0", - "@playwright/test": "^1.41.2", - "babel-plugin-react-compiler": "*", - "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", - "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", - "sass": "^1.3.0" - }, - "peerDependenciesMeta": { - "@opentelemetry/api": { - "optional": true - }, - "@playwright/test": { - "optional": true - }, - "babel-plugin-react-compiler": { - "optional": true - }, - "sass": { - "optional": true - } - } - }, - "node_modules/next-themes": { - "version": "0.4.6", - "license": "MIT", - "peerDependencies": { - "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc" - } - }, - "node_modules/next/node_modules/postcss": { - "version": "8.4.31", - "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/nigel": { - "version": "1.0.1", - "dependencies": { - "hoek": "2.x.x", - "vise": "1.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/nipple": { - "version": "2.5.6", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/node-addon-api": { - "version": "7.1.1", - "license": "MIT", - "optional": true - }, - "node_modules/object-assign": { - "version": "4.1.1", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.13.4", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.assign": { - "version": "4.1.7", - "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", - "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", - "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", - "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", - "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" - } - }, - "node_modules/obuf": { - "version": "1.1.2", - "devOptional": true, - "license": "MIT" - }, - "node_modules/optionator": { - "version": "0.9.4", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.2.6", - "object-keys": "^1.1.1", - "safe-push-apply": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "5.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "dev": true, - "license": "MIT" - }, - "node_modules/pez": { - "version": "1.0.0", - "dependencies": { - "b64": "2.x.x", - "boom": "2.x.x", - "content": "1.x.x", - "hoek": "2.x.x", - "nigel": "1.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/pg": { - "version": "8.14.1", - "license": "MIT", - "dependencies": { - "pg-connection-string": "^2.7.0", - "pg-pool": "^3.8.0", - "pg-protocol": "^1.8.0", - "pg-types": "^2.1.0", - "pgpass": "1.x" - }, - "engines": { - "node": ">= 8.0.0" - }, - "optionalDependencies": { - "pg-cloudflare": "^1.1.1" - }, - "peerDependencies": { - "pg-native": ">=3.0.1" - }, - "peerDependenciesMeta": { - "pg-native": { - "optional": true - } - } - }, - "node_modules/pg-cloudflare": { - "version": "1.1.1", - "license": "MIT", - "optional": true - }, - "node_modules/pg-connection-string": { - "version": "2.7.0", - "license": "MIT" - }, - "node_modules/pg-int8": { - "version": "1.0.1", - "license": "ISC", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/pg-numeric": { - "version": "1.0.2", - "devOptional": true, - "license": "ISC", - "engines": { - "node": ">=4" - } - }, - "node_modules/pg-pool": { - "version": "3.8.0", - "license": "MIT", - "peerDependencies": { - "pg": ">=8.0" - } - }, - "node_modules/pg-protocol": { - "version": "1.8.0", - "license": "MIT" - }, - "node_modules/pg-types": { - "version": "4.0.2", - "devOptional": true, - "license": "MIT", - "dependencies": { - "pg-int8": "1.0.1", - "pg-numeric": "1.0.2", - "postgres-array": "~3.0.1", - "postgres-bytea": "~3.0.0", - "postgres-date": "~2.1.0", - "postgres-interval": "^3.0.0", - "postgres-range": "^1.1.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/pg/node_modules/pg-types": { - "version": "2.2.0", - "license": "MIT", - "dependencies": { - "pg-int8": "1.0.1", - "postgres-array": "~2.0.0", - "postgres-bytea": "~1.0.0", - "postgres-date": "~1.0.4", - "postgres-interval": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pg/node_modules/pg-types/node_modules/postgres-array": { - "version": "2.0.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/pg/node_modules/pg-types/node_modules/postgres-bytea": { - "version": "1.0.0", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pg/node_modules/pg-types/node_modules/postgres-date": { - "version": "1.0.7", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pg/node_modules/pg-types/node_modules/postgres-interval": { - "version": "1.2.0", - "license": "MIT", - "dependencies": { - "xtend": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pgpass": { - "version": "1.0.5", - "license": "MIT", - "dependencies": { - "split2": "^4.1.0" - } - }, - "node_modules/picocolors": { - "version": "1.1.1", - "license": "ISC" - }, - "node_modules/pify": { - "version": "2.3.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/possible-typed-array-names": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/postcss": { - "version": "8.5.3", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.8", - "picocolors": "^1.1.1", - "source-map-js": "^1.2.1" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-import": { - "version": "16.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=18.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-nesting": { - "version": "13.0.1", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "dependencies": { - "@csstools/selector-resolve-nested": "^3.0.0", - "@csstools/selector-specificity": "^5.0.0", - "postcss-selector-parser": "^7.0.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-nesting/node_modules/@csstools/selector-resolve-nested": { - "version": "3.0.0", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss-selector-parser": "^7.0.0" - } - }, - "node_modules/postcss-nesting/node_modules/@csstools/selector-specificity": { - "version": "5.0.0", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss-selector-parser": "^7.0.0" - } - }, - "node_modules/postcss-nesting/node_modules/postcss-selector-parser": { - "version": "7.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "dev": true, - "license": "MIT" - }, - "node_modules/postgres-array": { - "version": "3.0.4", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=12" - } - }, - "node_modules/postgres-bytea": { - "version": "3.0.0", - "devOptional": true, - "license": "MIT", - "dependencies": { - "obuf": "~1.1.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postgres-date": { - "version": "2.1.0", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=12" - } - }, - "node_modules/postgres-interval": { - "version": "3.0.0", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=12" - } - }, - "node_modules/postgres-range": { - "version": "1.1.4", - "devOptional": true, - "license": "MIT" - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8.0" - } - }, - "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/prop-types": { - "version": "15.8.1", - "license": "MIT", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/prop-types/node_modules/react-is": { - "version": "16.13.1", - "license": "MIT" - }, - "node_modules/punycode": { - "version": "2.3.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/q": { - "version": "1.5.1", - "license": "MIT", - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" - } - }, - "node_modules/qs": { - "version": "2.4.2" - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/react": { - "version": "19.0.0", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dom": { - "version": "19.0.0", - "license": "MIT", - "dependencies": { - "scheduler": "^0.25.0" - }, - "peerDependencies": { - "react": "^19.0.0" - } - }, - "node_modules/react-hook-form": { - "version": "7.55.0", - "license": "MIT", - "engines": { - "node": ">=18.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/react-hook-form" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18 || ^19" - } - }, - "node_modules/react-icons": { - "version": "5.5.0", - "license": "MIT", - "peerDependencies": { - "react": "*" - } - }, - "node_modules/react-is": { - "version": "18.3.1", - "license": "MIT" - }, - "node_modules/react-mde": { - "version": "12.0.8", - "license": "MIT" - }, - "node_modules/react-remove-scroll": { - "version": "2.6.3", - "license": "MIT", - "dependencies": { - "react-remove-scroll-bar": "^2.3.7", - "react-style-singleton": "^2.2.3", - "tslib": "^2.1.0", - "use-callback-ref": "^1.3.3", - "use-sidecar": "^1.1.3" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/react-remove-scroll-bar": { - "version": "2.3.8", - "license": "MIT", - "dependencies": { - "react-style-singleton": "^2.2.2", - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/react-smooth": { - "version": "4.0.4", - "license": "MIT", - "dependencies": { - "fast-equals": "^5.0.1", - "prop-types": "^15.8.1", - "react-transition-group": "^4.4.5" - }, - "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/react-style-singleton": { - "version": "2.2.3", - "license": "MIT", - "dependencies": { - "get-nonce": "^1.0.0", - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/react-transition-group": { - "version": "4.4.5", - "license": "BSD-3-Clause", - "dependencies": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": ">=16.6.0", - "react-dom": ">=16.6.0" - } - }, - "node_modules/read-cache": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "pify": "^2.3.0" - } - }, - "node_modules/readdirp": { - "version": "4.1.2", - "license": "MIT", - "engines": { - "node": ">= 14.18.0" - }, - "funding": { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/recharts": { - "version": "2.15.1", - "license": "MIT", - "dependencies": { - "clsx": "^2.0.0", - "eventemitter3": "^4.0.1", - "lodash": "^4.17.21", - "react-is": "^18.3.1", - "react-smooth": "^4.0.4", - "recharts-scale": "^0.4.4", - "tiny-invariant": "^1.3.1", - "victory-vendor": "^36.6.8" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", - "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/recharts-scale": { - "version": "0.4.5", - "license": "MIT", - "dependencies": { - "decimal.js-light": "^2.4.1" - } - }, - "node_modules/recharts/node_modules/lodash": { - "version": "4.17.21", - "license": "MIT" - }, - "node_modules/reflect.getprototypeof": { - "version": "1.0.10", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.9", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", - "get-intrinsic": "^1.2.7", - "get-proto": "^1.0.1", - "which-builtin-type": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "license": "MIT" - }, - "node_modules/regexp.prototype.flags": { - "version": "1.5.4", - "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" - } - }, - "node_modules/resolve": { - "version": "1.22.10", - "dev": true, - "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", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "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/reusify": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/safe-array-concat": { - "version": "1.1.3", - "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" - } - }, - "node_modules/safe-push-apply": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "isarray": "^2.0.5" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safe-regex-test": { - "version": "1.1.0", - "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/sass": { - "version": "1.86.0", - "license": "MIT", - "dependencies": { - "chokidar": "^4.0.0", - "immutable": "^5.0.2", - "source-map-js": ">=0.6.2 <2.0.0" - }, - "bin": { - "sass": "sass.js" - }, - "engines": { - "node": ">=14.0.0" - }, - "optionalDependencies": { - "@parcel/watcher": "^2.4.1" - } - }, - "node_modules/sass/node_modules/immutable": { - "version": "5.0.3", - "license": "MIT" - }, - "node_modules/scheduler": { - "version": "0.25.0", - "license": "MIT" - }, - "node_modules/set-function-length": { - "version": "1.2.2", - "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", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/sharp": { - "version": "0.33.5", - "hasInstallScript": true, - "license": "Apache-2.0", - "optional": true, - "dependencies": { - "color": "^4.2.3", - "detect-libc": "^2.0.3", - "semver": "^7.6.3" - }, - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-darwin-arm64": "0.33.5", - "@img/sharp-darwin-x64": "0.33.5", - "@img/sharp-libvips-darwin-arm64": "1.0.4", - "@img/sharp-libvips-darwin-x64": "1.0.4", - "@img/sharp-libvips-linux-arm": "1.0.5", - "@img/sharp-libvips-linux-arm64": "1.0.4", - "@img/sharp-libvips-linux-s390x": "1.0.4", - "@img/sharp-libvips-linux-x64": "1.0.4", - "@img/sharp-libvips-linuxmusl-arm64": "1.0.4", - "@img/sharp-libvips-linuxmusl-x64": "1.0.4", - "@img/sharp-linux-arm": "0.33.5", - "@img/sharp-linux-arm64": "0.33.5", - "@img/sharp-linux-s390x": "0.33.5", - "@img/sharp-linux-x64": "0.33.5", - "@img/sharp-linuxmusl-arm64": "0.33.5", - "@img/sharp-linuxmusl-x64": "0.33.5", - "@img/sharp-wasm32": "0.33.5", - "@img/sharp-win32-ia32": "0.33.5", - "@img/sharp-win32-x64": "0.33.5" - } - }, - "node_modules/sharp/node_modules/color": { - "version": "4.2.3", - "license": "MIT", - "optional": true, - "dependencies": { - "color-convert": "^2.0.1", - "color-string": "^1.9.0" - }, - "engines": { - "node": ">=12.5.0" - } - }, - "node_modules/sharp/node_modules/semver": { - "version": "7.7.1", - "license": "ISC", - "optional": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/shell-quote": { - "version": "1.8.2", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/shot": { - "version": "1.7.0", - "license": "BSD-3-Clause", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/side-channel": { - "version": "1.1.0", - "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", - "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", - "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", - "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/simple-swizzle": { - "version": "0.2.2", - "license": "MIT", - "optional": true, - "dependencies": { - "is-arrayish": "^0.3.1" - } - }, - "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" - } - }, - "node_modules/split2": { - "version": "4.2.0", - "license": "ISC", - "engines": { - "node": ">= 10.x" - } - }, - "node_modules/stable-hash": { - "version": "0.0.5", - "dev": true, - "license": "MIT" - }, - "node_modules/statehood": { - "version": "1.2.0", - "dependencies": { - "boom": "2.x.x", - "cryptiles": "2.x.x", - "hoek": "2.x.x", - "iron": "2.x.x", - "items": "1.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/streamsearch": { - "version": "1.1.0", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/string.prototype.includes": { - "version": "2.0.1", - "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", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - } - }, - "node_modules/string.prototype.trim": { - "version": "1.2.10", - "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", - "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", - "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-bom": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/styled-jsx": { - "version": "5.1.6", - "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/subtext": { - "version": "1.1.1", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "content": "1.x.x", - "hoek": "2.x.x", - "pez": "1.x.x", - "qs": "4.x.x", - "wreck": "6.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/subtext/node_modules/qs": { - "version": "4.0.0", - "license": "BSD-3-Clause" - }, - "node_modules/subtext/node_modules/wreck": { - "version": "6.3.0", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/tailwind-merge": { - "version": "3.0.2", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/dcastil" - } - }, - "node_modules/tailwindcss": { - "version": "4.0.17", - "license": "MIT" - }, - "node_modules/tapable": { - "version": "2.2.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/tiny-invariant": { - "version": "1.3.3", - "license": "MIT" - }, - "node_modules/tinyglobby": { - "version": "0.2.12", - "dev": true, - "license": "MIT", - "dependencies": { - "fdir": "^6.4.3", - "picomatch": "^4.0.2" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/SuperchupuDev" - } - }, - "node_modules/tinyglobby/node_modules/fdir": { - "version": "6.4.3", - "dev": true, - "license": "MIT", - "peerDependencies": { - "picomatch": "^3 || ^4" - }, - "peerDependenciesMeta": { - "picomatch": { - "optional": true - } - } - }, - "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.2", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "devOptional": true, - "license": "MIT", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/topo": { - "version": "1.1.0", - "license": "BSD-3-Clause", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/ts-api-utils": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18.12" - }, - "peerDependencies": { - "typescript": ">=4.8.4" - } - }, - "node_modules/tsconfig-paths": { - "version": "3.15.0", - "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", - "license": "0BSD" - }, - "node_modules/tsx": { - "version": "4.19.3", - "dev": true, - "license": "MIT", - "dependencies": { - "esbuild": "~0.25.0", - "get-tsconfig": "^4.7.5" - }, - "bin": { - "tsx": "dist/cli.mjs" - }, - "engines": { - "node": ">=18.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - } - }, - "node_modules/tsx/node_modules/esbuild": { - "version": "0.25.1", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.1", - "@esbuild/android-arm": "0.25.1", - "@esbuild/android-arm64": "0.25.1", - "@esbuild/android-x64": "0.25.1", - "@esbuild/darwin-arm64": "0.25.1", - "@esbuild/darwin-x64": "0.25.1", - "@esbuild/freebsd-arm64": "0.25.1", - "@esbuild/freebsd-x64": "0.25.1", - "@esbuild/linux-arm": "0.25.1", - "@esbuild/linux-arm64": "0.25.1", - "@esbuild/linux-ia32": "0.25.1", - "@esbuild/linux-loong64": "0.25.1", - "@esbuild/linux-mips64el": "0.25.1", - "@esbuild/linux-ppc64": "0.25.1", - "@esbuild/linux-riscv64": "0.25.1", - "@esbuild/linux-s390x": "0.25.1", - "@esbuild/linux-x64": "0.25.1", - "@esbuild/netbsd-arm64": "0.25.1", - "@esbuild/netbsd-x64": "0.25.1", - "@esbuild/openbsd-arm64": "0.25.1", - "@esbuild/openbsd-x64": "0.25.1", - "@esbuild/sunos-x64": "0.25.1", - "@esbuild/win32-arm64": "0.25.1", - "@esbuild/win32-ia32": "0.25.1", - "@esbuild/win32-x64": "0.25.1" - } - }, - "node_modules/tsx/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": { - "version": "0.25.1", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/tw-animate-css": { - "version": "1.2.4", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/Wombosvideo" - } - }, - "node_modules/type-check": { - "version": "0.4.0", - "dev": true, - "license": "MIT", - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/typed-array-buffer": { - "version": "1.0.3", - "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", - "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", - "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", - "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": { - "version": "5.8.2", - "devOptional": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, - "node_modules/unbox-primitive": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-bigints": "^1.0.2", - "has-symbols": "^1.1.0", - "which-boxed-primitive": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/undici-types": { - "version": "6.20.0", - "devOptional": true, - "license": "MIT" - }, - "node_modules/unrs-resolver": { - "version": "1.3.2", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/JounQin" - }, - "optionalDependencies": { - "@unrs/resolver-binding-darwin-arm64": "1.3.2", - "@unrs/resolver-binding-darwin-x64": "1.3.2", - "@unrs/resolver-binding-freebsd-x64": "1.3.2", - "@unrs/resolver-binding-linux-arm-gnueabihf": "1.3.2", - "@unrs/resolver-binding-linux-arm-musleabihf": "1.3.2", - "@unrs/resolver-binding-linux-arm64-gnu": "1.3.2", - "@unrs/resolver-binding-linux-arm64-musl": "1.3.2", - "@unrs/resolver-binding-linux-ppc64-gnu": "1.3.2", - "@unrs/resolver-binding-linux-s390x-gnu": "1.3.2", - "@unrs/resolver-binding-linux-x64-gnu": "1.3.2", - "@unrs/resolver-binding-linux-x64-musl": "1.3.2", - "@unrs/resolver-binding-wasm32-wasi": "1.3.2", - "@unrs/resolver-binding-win32-arm64-msvc": "1.3.2", - "@unrs/resolver-binding-win32-ia32-msvc": "1.3.2", - "@unrs/resolver-binding-win32-x64-msvc": "1.3.2" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/use-callback-ref": { - "version": "1.3.3", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/use-sidecar": { - "version": "1.1.3", - "license": "MIT", - "dependencies": { - "detect-node-es": "^1.1.0", - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "license": "MIT" - }, - "node_modules/victory-vendor": { - "version": "36.9.2", - "license": "MIT AND ISC", - "dependencies": { - "@types/d3-array": "^3.0.3", - "@types/d3-ease": "^3.0.0", - "@types/d3-interpolate": "^3.0.1", - "@types/d3-scale": "^4.0.2", - "@types/d3-shape": "^3.1.0", - "@types/d3-time": "^3.0.0", - "@types/d3-timer": "^3.0.0", - "d3-array": "^3.1.6", - "d3-ease": "^3.0.1", - "d3-interpolate": "^3.0.1", - "d3-scale": "^4.0.2", - "d3-shape": "^3.1.0", - "d3-time": "^3.0.0", - "d3-timer": "^3.0.1" - } - }, - "node_modules/vise": { - "version": "1.0.0", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/vision": { - "version": "1.2.2", - "dependencies": { - "boom": "2.x.x", - "hoek": "^2.9.x", - "joi": "^4.7.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.1.1", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "function.prototype.name": "^1.1.6", - "has-tostringtag": "^1.0.2", - "is-async-function": "^2.0.0", - "is-date-object": "^1.1.0", - "is-finalizationregistry": "^1.1.0", - "is-generator-function": "^1.0.10", - "is-regex": "^1.2.1", - "is-weakref": "^1.0.2", - "isarray": "^2.0.5", - "which-boxed-primitive": "^1.1.0", - "which-collection": "^1.0.2", - "which-typed-array": "^1.1.16" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-collection": { - "version": "1.0.2", - "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", - "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/word-wrap": { - "version": "1.2.5", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wreck": { - "version": "5.6.1", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/xtend": { - "version": "4.0.2", - "license": "MIT", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/zod": { - "version": "3.24.2", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/colinhacks" - } - } - } -} From 01025e1e10dfa741f4b758ad6e90963abec5aeb6 Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 22:48:14 +0600 Subject: [PATCH 02/13] push --- .todo | 3 --- 1 file changed, 3 deletions(-) diff --git a/.todo b/.todo index 18b5294..24e2e42 100644 --- a/.todo +++ b/.todo @@ -1,8 +1,5 @@ -- [] article feed -- [] article details - [] tags - [] tags archive -- [] dashboard (matrix, article-list) - [] bookmarks - [] settings() From 093e0316e4f2ad7432011bee61081be02c9146fd Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 22:50:41 +0600 Subject: [PATCH 03/13] Remove @tailwindcss/postcss dependency from package.json and delete bun.lockb and postcss.config.mjs files to streamline project configuration and reduce clutter. --- bun.lockb | Bin 368670 -> 0 bytes package.json | 1 - postcss.config.mjs | 10 ---------- 3 files changed, 11 deletions(-) delete mode 100755 bun.lockb delete mode 100644 postcss.config.mjs diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index ebf0a5b476defdad84928b556e00459ef33bd023..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 368670 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 z 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⪥o;BX8Nbk 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 R_d_*q4so#m^Z)d}{{zgBGTHzD diff --git a/package.json b/package.json index d2ba492..d3f051b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,6 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.0.15", "@types/node": "^22.13.13", "@types/pg": "^8.11.11", "@types/react": "^19.0.12", diff --git a/postcss.config.mjs b/postcss.config.mjs deleted file mode 100644 index 887a2e8..0000000 --- a/postcss.config.mjs +++ /dev/null @@ -1,10 +0,0 @@ -/** @type {import('postcss-load-config').Config} */ -const config = { - plugins: { - "postcss-import": {}, - "@tailwindcss/postcss": {}, - "postcss-nesting": {}, - }, -}; - -export default config; From 98a17c285f96f51386badb56f6989e2e7388a001 Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 22:55:19 +0600 Subject: [PATCH 04/13] Update Tailwind CSS dependencies in package.json: add @tailwindcss/postcss and upgrade tailwindcss to version 4.1.1 for improved styling capabilities. --- bun.lockb | Bin 0 -> 357688 bytes package-lock.json | 9754 ++++++++++++++++++++++++++++++++++++++++++++ package.json | 3 +- postcss.config.mjs | 10 + 4 files changed, 9766 insertions(+), 1 deletion(-) create mode 100755 bun.lockb create mode 100644 package-lock.json create mode 100644 postcss.config.mjs diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000000000000000000000000000000000000..f66ed228628be3fd4441f9ca67bd2b174753f5b4 GIT binary patch literal 357688 zcmeFa1#}e27xq2DH3<-cYY6V{1PHD{gA)S+F(N?F;O_43Ebg%Q;_mM5i^C%C^Gw&> z%yO2bd*(gw`TpP8I_Y_)%+tQ?JQPcaN>99P1>mbb7~O-?Hx6kB!VY{QUAeITOB0 zQQ_3G@c1ZYGI_@}iz$&Ne`}PAxAas6%<+^aQ&i7jU-S2eFk_GSWu;+WVPWQscqWqr z(vQPH2Iv}SCg^x*W@soh3$zh5E3^nS8#I;5e+QoVSE1>lyP>RS2{ava1T-TwMCE%! z>4zsY3G_Wa5<|U1y?p%OQ9x2HeLa-r;w97a{lf}$3<&l%^+B9mJ@64cnoOyo-ca_( zTYOOOD=nBpD|bP~S3t=fRPn7U?pv&YPjEnR=&a~?xPPEuDAL0^d4>2vL%hN}nHcx+ z3h;ZKN~;HPmSZ}c_ljKWr1^IN`ScU%eqLdICNJf0W2MjFG+d6VfjGJ*YMQgjgukdU z_+USo+grdtY*ZSppQ=Jx&M&Q2Z)wEYk3L~x;gKPJro4!=T`e(qFda1z^)O%R2?+M} z3hQJtl|>=;yH7w^56+`gs(%kaS$-1~T@V%0k+~*QTucI%59t_Uo_S#*0si4dO{S2J z1!y-c2PPf5II2guUyv`#r$LHlvUG{P|nZIP;^Dq9Hm2{=z^%OQ1)XRDC@=Gg@%|+rdl~o zrtFC4fg&p^36%5yxvO@*oK(6F%JXP4l=DAQX*($Wr~#$j!cf{v52d|$N?+yB=HpeR z2ch(1z0x^KM?=|f$MS3a9Ud0o?+riY{0Q?4?B*A0GMOhO(i0Zc`n4I9^W(1q+I+Z< zIQzF?A+29M&^XSM(n|9y%?>5kwXjw$9papyA;Dqcm_w$`M%zW^qiYL?dewE~p(ibL6+?w$O7FwIT=VSYXQpuT?I5uD0_ zVfaAs4aP+6W-^7tPji20$)?tbrv>lr<=c^5kbg)>0KRw!2M4l9r(nM>RHt&99XX#m z2eb8Ndx2j50j9v%H zc`9_rLP*0Qemz+nerY|>4Gm=6CpZWV3O9L|EY7H@t7<3m{b}LvdE^!D9o)lY^78TV z3xR)9Z=io*FcGL<0bg%ZCqJ)l7 zG#JY3r-#yFN}Zux7e3e0^ahmc!(OF}m5zX7&PRnnxn4Afrh|3}^XrCj3agDc*T+!5 zu;74hex~M)H9u-W*{)7rVZq%oZcUqLh9+q;)NNruDQ0ZEQ2OSdL^j29F%q@LOEXHexYGpXI8b)`rEmsW-lp}q3NI(TWRgx4NZf13#FG@YxS2!IVYqKXrtA4OzBYA=Qww5tEpFK zoRkO-?X>IHUq~m{!7D7hKt!nj?}$4v4y9jBpqw9tP(S0+FLqv9ec@gqUfwu?`@#>;yu_W6Pd^esIbYv3)BJc0B{vIaCHn`H z+bh7!*KaK1w9^a9_MAjH&Wov7lu|(lK+We37A^W0fH?V$h?A>@IOlI(DCg@U@ND;6 zf6Z^-&L&fC#5W_I>({C-+IUQcra`=~Qa32)YilUa1DS{8!O@Q^fttM{h;#l<$6)7z zj)t;b1E5KvzBtENZ+)mUw6szeDBEGL^fOjJ#veiH??ouDcjqzJ*v`X<+e3Fj8J`iR z>1`;>hlds~$@vfx8r%`*O4!fqI?oaMldPMzua$L9*3U?+PyS)yriIAQjB?|ltoKEP z){ld+7P24wq3o9_NOyp8v+5NPW@?W(+nuhb)*nMvegKr?vI)xeEQUHlJ8R3C=`!M} z5kCl}y+|nA+0id3EHcQ))Hy6Ts07*-5fl;-(a}GsT_3GKW&fM0uU6hc=>{n6#DlWE zvOo3;io|`0Pp1z4LB0jB@O|s2<-buH!dn)va6hPjpntgOO_Y{z-i*V3zy4ZW`YX^M zS3K@wPtdoBrw)rLx)W`Yox`x({C*!no2cWJv%Ii~)$(o%C9f#!pTL+OtP zl>L!U<;PcgcZ`<)aGKV?yH$KTl=TEbSx-GE{mP}%?UY^~Z8GIS`g$nKcbTR6J4(gZ zpdZ*zV`gjpE%$r<5$E{Ix)6al&yxUXVrU24ym4N9w$u1>`0j}GgYz^y2j^?o-^Ga2 zuSE;Ac6LUb=b;Cb{dWdD$L-!+HQq?)`d0?ZagDQB&(ErxO(odD&0b^J{`-^N1ehY8AldA3Tk*K4)bf9DZrJww4Ig^ohK^ryShHc(za z+@P7DJJ)LcloxTf%Sq`cljg@`DD8Nx*V~0b(_3%U z#%%`T?4P`wwED&&&UO0%;ttRYDjjV$`@I=)`crL-Heco<&U(YO+fGyRt(yIoQ2OT= z<{jZ5;A^_HUGwh%lzy#+avsc4=_6D;9LoB=pe$Dxni^Ub%J$`il5>Qz+}CYd`~j4H zoPsiaCzSj$l|Kbaet?PxKv}K@l;zx^v{P8+r&sw2RQw&!o&UjLc5_q*gtZg zCHvro`?U3I05lu&JE0usMf(FFb9}fq$5(G~)E<=k@*0QLVmI$me>O2+H~A-!UjS)X!v+>(8e{ zn!WMIwer}5hKKw4n!5N!vZUjX3{g~^d=9lcZ z&LExbJP4)Td8af#-$Rol&WA4rU_|!8vR}M$T00+Pzlg13fzDyrH$((Q`ULy>tylF< zg7SJX6w3N;oz+zGBaqJiZ2;wY(FMx+-3n@+pXW8dJBJmB^a>0xd4=ME2)52Gkk0aB zFK9Xd%K9^1)Y>Qe38}XX>T^cEE0pc^yQIyhWQeCj{N+K-PwA%+#5q5P{GpYfepQ<% zuGchs8KE3sUY7&0;gS7Cf0Rp$^pV%Ke!LB3xt>s-$J1|U{oEhQa%FF7?GHqpesv5E z@#T1ipgjAb%Pp;4C!w4_`=K1C?NHV`^S0(s6U2FbbyW7c-_iOl9R9FhIw=3!-qrY5 z_ced&JkaXJ^Hn@B^Xatgo|b9+KM9WGp6aP)r!SQ8T+cLaIF#-0rxf*v`Gxa-zd)c@2-W=9 z&-5JjSS}^Xaeep;^{^jaKzUwYhthtAms-3o$}@jI;_UC6h_l=l_`~#p%Kv#PK1TT& z4o#2zc2L@B24y=-L)kC6ptO?$%6{weMvLR7lBZ8tJfw3RJ}7&;p)9un%6U8;%6djY zS#JJ2E#3aT=I3|B*`F_UkFB)*F#g=U)@d z3zn}8<@zAcZAxJNvz%|RPk5+*kY8Tpvw!-3(aJd^&i?y+MY|q8gR&p*KpiP_{p}$ig+<7{cni&XNAUvrh~3aWM{7D zT0%SXerP)4Y~KvT&FfZwZ9WuBY-gSq*xPpWD{3;$NMdJhXQrff=KdX_;t`0GGbOV# zk2~+TyW+eL^@|AOCFl$4rTtydOwc7z+8Yn$yvwNkI)wF!>0);+;vAkL>>s zAx?e~l;yUkwlmMKQHaxSxY9akEA8e>qt!D~sq9A{Y}48y`v}=L$i6_X|FSQT{fg{U zWFI2?57}qP{zCQs&b(Py(YdQ@dZit(L#1i$X??mVJN+-mtv zIpqxW+T=un6@TO{RP*bnR!(oa59;u+V1tMfNoL=Bqev zUd%pqRmu`yoP&IdCcCqEZO3y%;ykP}rfU|j0m-LD6f8BaM4jbLd<*Q}l&NFBsA7Ng zd)shSq-VCAk30(&FF&Bq*i;9L-2M2VZ-Gp8E`OffJ8iLBNj84%d*o>L9x@^2zom!7RuqtlW?cq|-p1a*D%q~;^{LCtsQ+^L**SMi zwN7VD+`8Arz6XY#KiTr#>2wKdR0`~Hvi)ykOT2P^6ZU3QhWx_@CvqDz$!Er@$8N#C zw|zFxnOMoLe4PGA-d(BGsO{`lYZH0;`40-Hdu4fKjYe@Y*BoN1oqwt4#5Mi;Jx-bU z)wC;reLR@t#l6AfUN1Xdz1wk@O9PzOB|euw-W<=e7vt>r$=tulg>a{Q6Fo29T6%oU zkC~s_H))jid6OOWv&D0mcdN;|yHz*;b>qy=xnZ04E?8eO<%7jFgBH1e?-K7ugLoM- z1t#6+bzyy{al2+dsd#9?_tUK&K3Me1^TuTR+MCj3%3Ya)*ODZpiXzY+8%GOJN7>nCs*Tvar(R* zHtc$$8eIq6-kbXSpv#@^`!8HzzcppbYSri7Sg|0@j!$xaq^|X#S@H=v?#;T9b*RVs z_^Z6T=BVJ7)S>hl&lRU@y_@@Bd;Ix};vHGKE}>I9r(RF0toaZ$Wq?zXB`(D#`1IU6 zdtRSo&8D0>MMRM&$zCNL!2eAk9O#^HQ(W&meU)Y$klW8vbRGU%~*G&wb#j` z&+8`YA2z(^_l=8l^lsN6OOEXOE{@DRp}v1q-9}5hJvljU%*1t%515`belxmbz6K`- zEtp#Tk7ZrX*x5HaSvvWqs9N@W^H=MgKDBF#{w|G=kIgy1_wYF$+jk_NnWy>TyH&>* zYB@URrV3>e2bVwi)MLgDnKwmuFWp%4c+S7)&(HIw!HF%m4@}QLN9NC%)AdVKarIs5 z@~ZQVA19xdo4R(KL$l?#XC^7=)URf(#=U1WJoBdI$tg*W2afr;u)&+^%knqB+BoIY zOJfF_ir-0p^x&e62QF;7G`421b*(4#>viGfyX?Cij|~2EY{j1TtqRpxTqSL*ID4;u zf7f|K^9c8di7RJS98iCk{gnA}pG=PYZSLf(>6^V@Rj*6I@AqCG=o2#Q((!Y0KKYey z{c*|pW($_Lt(EkC)w>tBKK`_{^U}GsK1Yo2Uo`8x4w1>*u4_HocU7+Z@#>sQ*QjLF z`h-=>jGVu>QHval{6;u8DieNprd@&i^J<){)hfW_(;BJ2e5%S<;wA3CZTaQ5*|uzX zxbjiiFHX(Bo_iHI%QPv0dye?WCb?x@+J4Ha57PoijT~X0cw78|&zuKz`6Eq_fgJ*8 zzdhklE$92|^`->NJaYWhX36}~Stc(pk#2q2v8h`~y(^kT-l%c=y#4+^7XA6{;Nqb5 z@Af{dIsKID(Pt-i_DVA4-rzW{wS2QBoV_LCgGUtxXW3k?+{(J`F79c%_FALmlMnAY zDE11hS&_}7{IE*(r?qIm|*`7 zi$9lYT=UACczsJupLb?^$Qk>fG1K>Zy&Bhi%)y|~Wj@vG+$h7E$?t2_@ji5Nu4`2O ze1rYG`;CpdoVnDd=_jUr44fZj|83Or9Jznno38lYl;z&Ht2^OX!+>iw9Try}KcRod z7Ja+D&)w!o*J|#y`<(sMc6#69vyT24IriJEEiNgZmdf>8>7sv~uI@48J$@Z{uX@*}(2W?+a1G zLTBc>F|1Z{hr4Hr&2owevE$8+-}p4=WmjvKkB-}$vI`4vC{_(s57_Av*k(Z zR!Zp6A#~Ug->u^Yq#68j*v*P<MCA8Y znQB%VnRs~Z+oxwvKbpR4;MSxA*ZQ5xTc*LbQ}_B8uIt?Ta<%@BW{Wg}1#flr5-ss3aHl3eW>1pLVUt4FpR;X>Rw%H!_ zKX))=g180u<{Y+v<aH?aHk(9NOHY#P_FHhUNTTvDL7|ZrM-w9W=ke z({zW&C%!Rw?aFhmwL0FOdavu@C&gDqtiAbsOq)Rec;)X^lzusu=t<7n^^YDu{JD72 zNd?XwXmjam@GN(`$U=4#r?x%j^-kvb0O$I<%G}!XxZH>Z*NbNRy!TeZB~_}$c|CXL z^c=hDO;|^8${f`xNlL)2ofI8Wj)Ev*hcBL+84V z=@UHdltbTPb*DCbHGgT#!@XO74cPy!UaKDMwxs>z`svf(?>{T&<#nWJ{lsA#CnRl= zHccGUo<1|vrz_>?lHar51;6H_!jt9iJ#Njmj_>mB*w!KO)@;s&({=q)t;>joEhqmq zZ}Gi($HGQ04D?9+{llDH)ke8L>#)_c%!NriO@AdhS@K%bwhp`Jyq#4gO~u}`dXJnl zy3yAxJ4!8jlzZvw@5|d(DB0uBj7`^!?J}!f&M*7V&D@go(%2$z{+@?3%9Kpqr9=U$V;KHR{um9NEA=8h0Jvtn8&$#oCVYW_eHl(bZzze z-m=4seB1R|P&c@--?x=zGnMK0e$4jdk7g{Kmtx$9#q+jjiaQ`hx<96-Jze_ZqP#ap zM%2nvyKIL$m#1$URP|_+wtbc_oILC2b$#RK%vZ-n&DmPK_vmSFdau7J>zu5gZ>Fxj zn7((mH_ul3EuM3B?&gCTQ+=QP#35~qo{N5epZezNhYfqit=Dw=mbO=37py-o{qXdk z0$(hzlYKhICAKa_iY-E`WALHZ=t0X_dFcz-KRtI(J#}ts9$ZcW9xu`L3XpG zzrqrX>*F)6Y>)VlCYKDFwmMmsICtB6ynGqbV)x7Vvu?h~-Q44Ry*6)-+>vq_Ue>L3 z+BNer2Oo!OLw9EwP_56zii=A6@4h(W@{x~sUfpi6$*zCz3MH4NALP_3XV2dZEz z_2$htBO6uiclJwxEp7TIdRXk(tCJ(2^=iHF{rt-*)B1b6wZ;u>$k_TNUswM)DbDYO z-g~2fG(`qkz7PX83~{KB^4(}o}VIQ47cUXg*a zuI?!IV9C&(x5`x*{Wfsl*5Btk+?$*;d*S9cE|%+5JYm-l4bJs0?f!Ipkx<_TBWh-= zADM2_h0B3WyobGO7yPjB`V}|Ze~mNj?Wo1=D|TGF>-S!zR_8Byb%5)dPHyEMWR2^* zGxfpwne%Qvmnq5kLl;jMOgXb#soaG<8n&8$r{K6XOGkfe(|mEN;D&(<`v!Wxmwixy zWU~)Wn^?{-r_sg);T{iiEkx|Tlnq~o_icQg6CNwxk=+GKC; zZh94*`s=en_475}^zvxNJ$b+O`wCr>i}kEBR!2do=NgMZJ%e zjXdya-0FOVZYDhTAZ6LDwQgtpysLi5{h6~|Tvt9C@o2)hb1Cz6%9$xs)^xXfKW?08 z`lWVjE0<_LxA>h3JFdJ)bgk!{L(5xw3{UZ3W!K#cySMRp@Nq`mvK!Ww?>yz^{!8x9 z`#zpSdU(fx6*q=&z59l!jdYnPcjKQ8_pd9}rF3+H6% zF?aU79_a>qR?QT@?RhVcYqRcN?OW+e!qJbK4;{U1d4o)6W=%M|BUuu^iWxg)`S>Mg zr}tfZRyS>(8u51F&AHw7#IrkiJEFtoMi|3hI z>i2|Oc4TaD=$fy0&BXiMGH0HC{dSKXsh=E}S@@4n0}{C&OaD4YaO$Z`m*pQYqVc;7 zImgGFl{4eIye)54KQ#O4jc?y7INuwUHg#^todw=jE;)PuFvrhpdMAHa%Vql3sD{Ui z?S9wr-j=O}cWlp8X=Y^p8xK6rProoVsqh7xw_`W^TWy5=A8GW*Sx=Via2<9?%$Ez2BF>DutnARl6sAyQO5^>U5c_j@^?v- z@a_K2)gMg>e>1<*haKL|UlTiIarzL@e!-86)npe==uvw?l=i z%xJeIfkT`*847Pd_r#}V+Am*mzVo2*$1b6_v6Hb6tAm}cMowYUEZl(;owu#$EWF2qH@wr zrd7xHjVe~>;fKuw^CVn6e4b0*`U@()Dj(1-&%y^j+nPl6TI0CvQ`T;^*M>UP-qT~- z`%>}C)>>ICk!!tLbz6-nJ*B{;Z2MCl*>I%ageo0Zx$d!lw7kX!-#@RooNygf^SN7U z$8|e;jt!dj^ZI^dbZ`4KaW3>|mcHhhEPrk|Qph2Zcb4%Ro<41K@W^GqC7tE^Q#4@1 z+oPvCbv%@(T~zlw9URWgyLEo`<}53|KhFN{V|eQ6fq61}ubAZBphw=@8G7$I5OlHF z`^U*QX!%NS!9>``=pCa%i@mWj1~I<80E0-n}Lk*em&Ab-Ofe zUv;eTuN7B%$1Q2pBJu*6UX7@ zg=YJ19=y4ErGrnS#q*wj^1jh7Riff6vw1G~GWbW1XUVdrOFF={sO%@C-tJ9zub7-}9SB>Y_K&ai9Y>*^m(6t=VJ%GGfk{*-=tePne3r|b#NCV22B zRnxdm-6~w&_i>iv{DFIJ4>)=xvTfkj@x5X^c#~ldklG4SoRkoZoOCT=~vFa zVEO%ik4H3a=2|b?yaSc4r>c3Nf^+@Q`psROcFmr9>CE#5_S3dSjNajvc5bifqn9-) zdLiSU>y0-aSoE!u$C0g_rcU2DWqHQyXWI>azNW%_r%g?BPjNl$7m>2@{)Dr}A9oq} za6w3jz4OiT#lEj!lVIZcBGpG`OaAAA&j~V3tJL;Qw=Y%au6n&?*tqG59+b|PCS+pk z#*r_}=Ui6AvC6plBMVr(fP(c_80TbYP-dh{mI~wyG~C@dga|@ z&&^4@22UUKcv0p(cXsr6>T$XHw@R;*rRm)1?3a3}$Mned{mO}(^QI>$nPuCkSG^WC zsO`1-c&9DZ7tT7IzeH`P^P{TnT5{|~+@{?}Je-p8L(;qDp4OQ-KKWCx)$uEYFS%eU z^RC;18Y6qfPZ_>--puMVOs5+j_*UcIy~FOiPi+}nvHrOw^P4m*HucE&He;JVJ6rwI zyrUf*Uu=)pZfE<)yNAZPnRsD~E!7@fZM!wq%|5%&`IJd{CC$`=DWf{v|CsPdxAvP> zc@~_OEzi@+*$ZZ@-oM-9%W<;w`uL{6-gZkmOt$+iuIt?vkK5M2-S~+|?#iLxSAMy8 zca-aj3!W3&bi}E0i7FBMPF*|qwEN|I=^Ly`oAXh& zo8xACOX!vMUvqv69abwriv-Ba_`GE5JMkmojjqf(Wd zaBPG3h^Bd}7dXBD<%`O#JWDiiD$~4`UB(?Zw+!susm7=7x65r$Qocg}HFo2cr%pRN zzjK@u6}ObkcHsWIp6>I`?A*{NWK7=Q%2r9|;eXfEY1a&|$P_h7r#^c>|Cdvdo2ohn zmcRXYV3wOd#^31ZdMfYeANTV=sN_|2&xEMo_c~<@E7jmx%7)7lZ5bBl#ftvBUUu5p zr}WlAw>J15SlOa*`ZIUOLupbF<^E(&@ZBs;zZMSZrOh+uc9xYxREFh-{Ct9UU_JR>v!? z+J?P7I`(CucE!SXIGu6M_4)AelTXt(Y+JCyl}hWI7AXB-d8QkOFRZWjAax0b-hTXMXtRErbz#8Ny=GqCUh9LJO9k9<(j6geIi-C z^DQ^M$}`e;(z=~jkK7uXFwdNN3)e3#m!)Rgo)c=<>2|mFxx)2Fw{gf(tx2WH`CA8N ze!Kg^;pbe@rrJ^VnwLFC$z0NWH(=^!rf`8Rsk$ zyD9BzU4OTwQN_|35DCt~=;TmZ;RtPTb4ya-ePH zf^j+pbo`ic*Q$39Zv}pCJk_OA{;NS1(z%>j8#tm_M{oP3#}|7{z2RMd*ZNA``hCwM z`w`hM$UZ{$4YDtg>%Z&^WWOT&6xoN!{zLW|vcHghgzO(=-y{1P*`LV%L-t3qACmo! z>|5H^oOgUsn*CY)Gu1A+;qqTq{#V-}`zSlSue2q^QSdu_DTMcfaS_M+P?My`R=1RM z0q72%{xB_mY@o^)zN6x4-$T|v&@@8HX-_8VD) zgfERBjT8q@mO)gD{rXe*Zs6&^we8;np8Y55uF?KWjvxK7{j_f+i2pUfmjo~UZ?yeG z!L$9WkG>oA{}Onv-@+NSpBg_xs-k%DK~FzO`8sXF6$5nN}%e<3u)XR4TUrF&CKdDDAzt(~$BYx@SUs>?9uXh~~JLU1? z&k7d)8=e1=;MsoZH;#dxAojOf*e56T#8!v!@0ES_JJXE%UmQPHbyw}DO{07d@I3!% zUoT5L;{RIk(*Ks}{2o&f{)L5ome=cp@UA%V#eYeQ$*$x{**4&L{jj$E6P0}#cd1wG z{7R+VckmoP@_O6OI)$%-A6eSse-H4M{U`1CmEV#s_P2qT{R{Jqt{-m|Z*Bhm76 z{j{&Q55<2U@a%tb^uehAOBGMs>^s>9F&h4=w}zJ+@)~9QZ2Af7&)`KXqEI|H$d> zI~4u<{0jn4|BbMg{4(&|KXU9jCPw{#2wvttS)=neBYvz-`@HVrzi-eTWc~z#ZvdVk zwo-=u->K|N`=wsi7gLaOU%;1veOyM&Z8zF~#jt5(|8e|qDdvA8qAQ4ffACclPtfT8 zWhMB+;8`DiH|qa2@Z5jmHpCo^-hVn{&}IJVUAt&V+TR3x4cKS9OPM{;_aXci@CCrr zZ)@gHx{T5HPuBEbEAYi(U;15dABg{B70>x2X?l7<%I*hW8ul5NG$VWo{Kqi0mH*c8 z{lFImFYA}yI;7k>@Kuz3`fYUnzXk7Z!Ru)|%ZU9_nKfSGM)_XgdH&1zi^f)u*jopl z=MOo(=N{`8{*|)Nb=w-=HH*pA5cXN0-oCfA9|4~JGmUcqk7IQO@&7USBH(%bXPV5T z*eVfzcs6bS!2Z*F@5Q=>KM20L4fZo-w~Y@6-_!>CN5D6>fzRk-8y^hb!v_0%!1MZV z?f5(7(4Jpd%eMqy4E8xEFcl2%zq{l#nL2{!{9`aWf6s#Vv4Jm<3;!0D4g3`F?QG!R z+sHS`Z8Ej7!Tvh%t!&_v<@qOX^!nWqyeI5)?5&wUyTSAR$yz>DUhVyfwY(pAuK(8Z zn{4Fc=QEk=+hD)3jr@G@b#1W!!bZMKe%tI124CF<|F43V{fFMQi*rS;pJ}oA=Khay z?muK5WSN+P@U_9yzQp6k1X<)s`N`n9|4xWJ9!BjSQU0^-tkbA{r-Iu4Rs1n(zdiW! z@ShwHy<;HuW`TE8Joi6F?LP(Y4j!nv{ZcREF$F1Crcm_$k9{ZUF|o{(a^1n#Q2sN$ zz|kYRnjrix@a#XbT)Vjs&=Z9J0=}H$Y1ruam%z<8?b9}Sqx;|G;AQ_zzjZYp<;4F- z;7harf){_Ei7{#$R~ z(}eh+5sQ}_?9*?(zFYFG!B+v#wEG4s5c>y}ea6}UdaDrL5u4Wvu+RCI42PuSYm7n4 z)dSD{FXPtmQGm;WPX%7D?{rM;ZwFrqJkzih(jA1)hsneF!)p)cj?wwk9x$K(;W4)P z`H@}+#QtLNmBDlFrPd3hobV69^Z5Zol{?e*Q|OT+g5E8|}Yc;AQ=zEvffc zb|qcPCBWe05^U~2=IQN2;ah{Rs``)De@PcRzfvhT7rgBMcn(SWuQ*AUayP*9{I_=e z3gG19{!wqg|7^dV;%Q&b0VxxcivQy+>>Kex`2FCqg*J~L?d$Ca;a`Er5@3FRMf=>t z>IuTcNEuRVC&!kNz>*~1vIKLWfbcrw=Pzwd(Q_{+RE+JBj_dE@n;?Wg~G z`#}2713b16W?#xvtE+W*_ZTdx0lY_p8me+Qo9&w0bWgHikL z*nCw{?I$bs;%kgS$_)X}@i)SR<2j@!Ncp_Dc*yxn`#kgn z;ah{3`A^%D9$Ot!ZVGsrf7aMPuKeft>+L)GCicIB=lP?z-O?`M^JDWX{l`4L^$6b< zyv%>8TaOAq2E6niIZ2PL4k>p4ye<2eH{f~wZdL91A31CIiQswvN`G00Bfsbf;(r@=?f!>tw`Tlif^QD{ zvhU;`Qcn>3{P8xbFrPo<{!Wjj5-C?7JomqP=e<-b`~dI`!L$7g(he>5>rdg&g0HD~ zspHpFbdK=ptD8)2il=Q!k1qM|-=thi@NglDrTF|xZxH@0cx(a9>!&sMzxJ54m2I%! z06ex}QQUj$eRjn*ivK;(`E`_i&R@NC2!9+r_g}0tAr7PKPima}+`n_|U08|EAoi!i zd4C&tzPz)A_Xpq62K%SM``N&ksHeTZx3>SLfNy7m{r5KVP3qfbe*^e7Hu&$@z&1Y6 zM*b-HRyO$WipAF!J_>vb8|+`PkuU0DoBfgCdHu9@{@(@P)CRs(BklK3*4iHd9*;ny zxSsJEtoJ%B>)$@`c!cx!^`F;3JwfA_=k;Iw<~2}H5dJoJ-hb&Gcd1+W ze3-oM;AvOVq)bdIWrM+U{&D^q3BoT0k4G40-bfpSe*hkrKy&+VQTQ<|?Z+x)c z1{xsz9xNW%!u@SuZySV9fQQ%e{E5CxdTg#pIXCclgb^jI(fwCH@b2Jgk9EjAWIU!I z_V+4n~MPl1a+w%}1f&9;rM{~_S9 z1^Js#$BJ|WY5$+#aS1Z_AIDE`5WZ^b==aCg^#5qZ(=Pko==JM4c%J`a+i3q6#pV-R zpug|mrCqW0gOnQ$p7W1!y|!7m@D~-&zBf{b@J?+_CO6pU+M##uqUhiD`zW6Ft?~aj z_(HJHaZ6#K4)H%bZeDN;5G8R@R25^8av|V3enxy}#lr6aUmCphoze5}6L`))^7KLK zp^cb=*ss|BpYum=JB05Ip7v$m;t-Qji#*}?fv*HU1M-Z_0pXK-Y1c1~KYcgqzXy0X z*q8cHg{~mw$Ajnl3&wdEwSNeFS;cegrQX<_kaBk3+VdN+?GhWP@`bMmUY?&9*U7S& z@Dbpvz<+Dc|1IG0XYN0l!+P9^qY9<-iGKd5ckWyIUk|(+?91FUI)3xObN_B_`>%uN z_*=_6`$j)Mw5I)y!1MfNyE*^#2I>E4;PD8~+%rp|%50xL=L;QaV-d)+ZhA-VoTYow3tW)aMYd;8lbsOyO1<&)J?bmCY zzDe0{;M?0^zYQKf;}*DqW5ps z%>Oh2+WnKY{nyS$ekpi4|E=-=Gk9#Ftsej8f&YAdDEmOp@tA_l{|Vr0z&_VqvPSub z%6?+732<;6^aQb=ElB(K18JXWMz0@xz~j&CzcqZp;OO^vnPESX9_N*>EIJfC_iwbF z*CL&HF$HOVuMqA2-CF)A_apzxo^oYQoOYP*B<{fNBn;S zzAo(Z{AbYH2H`7)YrntIXyf}w{y)fh|1b54A5!11RLXA#U(|w^^j~q3F6AEo#7ll` zDt!6~?Z02)*rmsjBsNgx3tym{$>a4tTD= z*7~2Rm$v?sPme?TCAMyqa$ex8*kFGZc&>kP{>5fj^2Pp5@H~GQXB~Qj@Hu*G*AIys z$3_Uk$zj_@CDuZ@+M_g6Npxv$OsA_ zh<*Eh+We90m!#81OhL-k1<&=*+Ws44!L$8(+aUILf-edCM#i4)5mU2g8AlQvdV<(-8X5img&fxaJwf;Y@E*#3a)3t1?>_jNisu?`)PDX^+W65f&mp7N z{{i6T{zKY?YGMsib~kwLe`ud+M%(`$d|Sm^bN)3RZQJ$3G+ujungG7*?K^gkw0{(M zU--{7&OM{;e+|Ba;!|3|`%d`h{+aKP^aSyL0eG=r5TH^2T_$Sp-)J)j4yl*%n1YlG z1K(P;zZd|c_CJ8HtN7ej@Kq*7|Ne&lavtaj;(tHz@Y}q9Bx}_F_26ax6aX*v#^!^R zbDpgI{)Xkr8?`?OJoitmkH7umGax-d?C%EON%g-q^C#Do==oP%k6~3t?2iVIS6ER@ z&X2=r`@ezb`a`~u6@06y+V!8jHTHLa_fz(H4K(V1)@jlGXN~_uz_(ZSt+{@`2VWgL z$AiAhxZrDyLCTez9&O*6`9Bl9tY6l&-)=_q{K*H8jrM<6@UniTvVuPWUi|0$k$#D> z^DN30n;Fep)Bfq;1Jw9CTH$~ES<&{b>Ay(u6=9$Io_IKN;?NVMpSD=ow`TpxG+TRr zo>3V!I{sV1bN+MhK$dOL6U6^abE1DgNKVpYt3%2)2VVvDB`&I$pRRb8&x|8QY@o^) zJJ-Ow!M>dPM*A-I8dYX_6jW9a8Q%c+38ajgx%g(=WA+?*zWAMf;`x z*i`H<0AB+<s&mi;!;irO^=MS`Rls^x? zrbYiry|MWqpVTtBUC z|FfTXqyCp$`Oo!(b3jiJJJ-Qm_8;4!CkS73RrK>;Yx-{pc&;C;kG>lne~;gy-(S(b zQGPafcN@m<4tP0#Xxpg$Jgc?&$M*9u$`1lB>mP9Q8b*yR$oTC7&+!-AiDCm)zVJ?K zqWhm|Mz24Oz_b6zS~GuUC|<^1{EDp^QZD7%f1dwF&mUj#o)-Qa75yiEvkpB$_{HGa|H%L`P3noQ z4>7$8#U^{EdyV%oo1!25tQjzm2wk1bDWeb?fz=WySsp@Z5h&+^GF@8#VjnQnO;6 zLF^3x?+^Rr9dQ`7{|vnR{=(i0-g{H@{)u}x@e5yL3{vhLc<%qW?j^<{;}|21OyLV} z*5;qAn?~2)Zs56olGkgSzKQ)^;CcOE-=)NXzSI?j{{+6CvQLnGpeG35Xp7eW^q2VV+2 z)6?OQbjD)}QtruiZT(?cYxn{?wE1f-9|oT7x0c@l-rWZNhmH1Y?9|pzYyF=Hp4T61 z`77XS+rYd0Zd?C#1aHgutpU&LkG1Xp%SQWEcWL(@*4iHr-WLCFfVXA*U3S~n|6Rb_ za{jEb(f&v9w)9`sJ+}4VaPYRAKj*;PGXFE|wXOXf!P{bg4R~9|Kkh#5_d~pHa{poU z`dJPRpU{A9`YHD7?brVM9V2@$OMWT%_OP$F z-^enE{e%a!|9;ZQ-r17x44(T}z5Q-BZef23_`=}nkC8Tr{};hG1Ru|$PO%Y_3ZL^2 zZU5<@c)dOdzwMy*@2_#+m?kEJKjjJUaaij=X0r~qLr)NXJ9wVI5>KE9Mj0s|=ZMz- z#AsXZI0|1BJjY*ns-7Txkm6~VX-4g@058w4$m>0i#QuHoJpX~3Z5!?X^hdSp2mRK| z(w5k751#&W-bo)YKeizJ4Dek4$nr=U8>sSye+FL0k6ElkPY^!WF_S4&*(Ya|pANnv zcwzPSq1e9!9=}_PlC@jXSzk;+$|XIn*_ZQ1(qm$oC*^8^=lPc?HsGgx;b($p|4X}# z_TMG&oWGnua{OfKU!!6_`3dd(r+xOJ`0=lhMWXOE!E^j%-8Aa|5b*S0>XUjbO#SOu zDZf+kv@2uyufR`)E z_t=8)3&C^!C2I|T2|W9s^~o5-W}Eq9-{EZZzyCt}k{(+fQm!HRrm!!4C#siU44&sN z%RAyQI)2YBcs@TgYCq?>==NLFe;vWQEC1Oidaq;Be=EWB{RL3nzg=Ki;qQaz`kNSO z*6g3toi~}>z_abvw7&=V`if`Y8}0w|;CcPx+|$dV=-=&6av^&DGhJ^T(tlOJyV=nG znTn_XMuOPC2EGdHi{GNL)g^q+i~rpJ#>Pp$@a@6#`L(@d=v3jSf|vQr^;d5Y{xtZy zuuqO@M%$n9lJ@UEl24`T;P=>q*zXCxHtdUSqwCKBWuN2E_8av-`DN|>H+k-1jPgCf z%lXGTcn<3c(*DEXyP*B#xQEjlgdcZB`|rmX&!QJbIpHr|)t;ZwzJnEfk!#V{58|10 z)*<%0C|+;BN%g`n2G8p+$Bk)5*Z&*fiz=RVOTGLaQ;>2F*Z=w7|M5DYCkQ_Se061? zZ7@3jo`C1|o1Bq86#FhWqJKZZG^6$xf#?2Nd^gJ91@CD?|JS{#tzTkSG`2C2_D=)f z(87P7!+L`7kHHsKyrdc7)85kVpT%#Z_IrS@qU>8U{x`r|&ObfAvy8OW<@P_v-ze_| zUgj@Z>4(_r5&KJTn@nyN^T#Ov2z)aOUg|Z)5~N&(JOA|G==w7PJg*=0n{`UPv6%n6 z+-2}pEO^$VCy1T&ceVYqaC+yE@c!T{Df?+)*y#FadZ7LH`?Sx4dk8&2?6(9j^Ou~Y z$5w}wn+KlP50+=!xd+e_gue`4)<34nbA;IH5Z?J=^zTQ>8080n=l!$vUul6VrF$OTCERKUiabG3{M@uU}4| zqyPUG$ykBTAb$FQFAD!TcbH~${hSQGEqIz`9f|oxM-cmO!IuWlxZb(L>V?nuC3^ou z`+Cm-;U|HY=U3L)zYAXWf7aM9`d9S7A3>iIuyH!V-~NMlSK~+jjn1FT;7fofYfbx; zf7Rxnu(@>j&LZM}Yw%T+eQWyf)OYRQ-=TeL_}V|B-~Z7kqy4uAd}a6#RQKFxS!w@k z@SOkjU+>yu$(P5dS+0LF4lEN>5c`9`ce0`XpM&?cfp2JMXa4^WSv!8aY~=IDu`~6s z!T&|zyV<~}k85ZC_uH&({|N9wHrW3JzJm>X+jw^7e?QAw|Br(2Y=iyc@oj7W0`MU= z*iV_jw)Xc0&-G8v$C%Dp%RDK+2Rxr&N}kdE|99{e6wf;K?jgi}xrBD+=MP*rGl>&A zRCtd>+WKWJe*rxAAJ+2a6Wf{h-`4Wuz;pj?Eq@Wb8+i7I-nEMvVGFlUErI6w|4$JCATy0 zpRMJ6!P|2FtpG32Kdsq+-3Q+i?dQCaK4JgF7NqO|dpq;K#L| z@8Dqf_xq!yu{mv#FMKQTO<|w+ElE@xEQX1QU8~MuLAqR$vXH;!z$x% zdnxQpExSp7rr)en>W$3@DR&jT+`p1Bx_;(PX=lEF zG_rQnj@S>tik9F$p2eE$~JfDAweWT}3T4%ezpTDsVqvIE1!P6(B_78*S z{sE}@-;d=ws3%DKtE90r)l%a})~NjjikJ0A>W$3@DfbLKpFgmCN*qr7q9X|Jl2$u^ zh*-mig0E+T{oOY5$|WmB1`o3!y0}Nc)5O9!=JH{&z#jZ`(140w}O}J zhc)ewn=N|%w1%&1BR|ZKSj@l!3~8{1(R?Vp5jFGcR+X^190#Y})g}!C9hpM=xGCfSC|C=&DT;)@FFByr0={=S9Qra8J5R;PYV=kpB>l=WB`-EXQxMvuN zgTYeCjWVZd%6=K6;#B63RdH*S{5Vz5cqpIUOvAxIW&U(V5UBKf4i2Wz#lc`i$;~5# zFb@aYvjB%Pj;%Nt{%ez}T+{52d5RHom+!StIr7%Y|Px6G-Uviuztw^Yuz`zqa1$v;r(RK_3TVEHFF z7^tlG84l(@$B_XCUSFEa;Wd;w9j|lDfy#M>$BX9hZ^|q@J~W4aQ=TWdJvWDcQ)c1z z*Bq$)irYbRuvGeu+YED{@+-F8=JODj4|BV6s`OmUMEE!5dYn(?TPlqQNUQ9%wvVLC`r?Q?7N;@g- ztTX`1KxMfgD3gMfhA8a{r61j(EY}0dKxMqAic?vxpNdnN-(SV`DEoD=Do{JNsJ8&H`?Q=ExP z=}!s7`3$16O1DOdR>cSFb653H`L(*znkxO@lw2*9Pvtt`31$1*sB|jJwN>$dQ?}n* z}ic=XMsdN;SS!0xrV+4W9a^sawP&!fNQ)zc9lu6T7`oAgbnSp%jOjYjRlv%S? zK9%*)hmu34jv`~fKI`2))Q z!%B}q8K|u1l!{YX{5p_#i0yT)?XS*zO2&n zQ2d!H;e+{AmDYf=TrDWar#_VaG*J1Cp`4GcRJ!A2EZB)92 z5d5vDuYpk7AEb0Jl;ws(+5e-V3^6JBF{&Ju@v%_WKS9MO zs(flXq_0x(|34|4v=$$1_Xa5YaTApNv03RBDE>@4RD35R2$sruco^w9pwFQkhc~Jm zmG!=ZvflS9Jtk$j4~qMw%EzQE|5?@lMR8vhM`ivu6}METe@8moZ^y~3l<9F0r{D2Z zI+f)TLYbdPrCTb?CqX(**{gg@CFh{h|4qrKQ2Cb1^i)VE@1*jnT&FUrIF6XfTU!;@ksLK08>1QC6^E6DwyF*#7C$t#!H>ml# z52YWQlx~JHP?^3(#i^`!2b4*B@WJ}_D?JEh{!u9XITrvN?ASu;_Q#)P{!?{L{dT7 zPG_a*pe&bF#a*EE(-q3{d7=0-6~+hKQ5;IXluEC_OavUc7Sx*F%D|hP}bX5#rr{7ZlH<} zQt@F>);AW4KhtD>{G_~JScG)ezZlATm#O%2DE(Ne;;Wzx|1Xt({if_v>CYM{*Zmz( zwr?Ml>(Mcle*(%tC4W-sDJaM7yvnDtzKcpPt8^;4D=JQ9{Hlsm$z6vs>8{epj37{1 z{)y73P}+T^@~PYh{(!Q-2JD=Rw0&JO0;{eP2c$^8IJ!IRE!P zOuO$1Mqlv!3SlQ9SSr*1dmm=*7G3Yj*k9vtQ2%=$ruCcUdo=dTDb+uxmHziWOuLT! z_dZOUFaNy{)B54R_hDK;#PnW{`?mkyhiU7_fA7Pz`H~cySYBuT?L8PvFrE9{|K5lF z_dbmC;J^1_+WGR|`!MbP|G)QP+I``F@5BCkAI9tD{}faCK_htXR4~zLd9j_z*`|rcP zJACH@k^h?k_1T%UdM&GtH+jsy*_V3R_Y&fnGT!SOztiW} z*9JSer`?sL^5neB&)xq0WLUHHZz6;HJ@xDS`@EZryO&G(adzCNp3{yTF8hbc?Rdsk z#ex?EZqLdeXz;>xFI&z7Ln1oQnf!Tmx2~fiLS2hSmT>*c zWpC~m8&;IhlIz5aY&EXeeQ~^R+AK$MJnnF;Ztuf&CvJIfQ7`wX65>^#`siHYMD{Bm z)%tzlh?I?!d0rc`;Lwg6&6Y2%uqJ)3P5$L-y!h>p{r9#%KEC2b+nz%=44rNYYFeev z_)MvU?&y_Uo=y!e7FFhG|XNA>4<0UFlrqiL2RP^Z-=7HrDFR-LB%;D<=Z0_TF7=u>GXE>lXCSH1}a> z5tkxmQx~2%zy7HE_QOv*wLH`HW1W_L*L%)el4JSo=1%i6=PXn=*W7zwX2mnt8^`=U zo<2*6_qf55uSYg*X+1yTAD=FDDKKn)^&7nx%}7|Y>@uI0l_nQDnsD4ayS}e(kMjI# z|K^#O$JuzNcYS}^pvTphV{(kUR6f%Mi+cIn2nq4rbG4XMcjAV_nGdJS5gK-J*M(y~ zW9$+?tUawmicPr->`#2C#?Y?4!>iwn*XMorx+%_=%ky|(#LC3`lb)#A)+g`j*Ws!k z98n>E`y?S=NaO!Q)m;bG)pL)d$KBnE6)EoSP^`F9+}+)a6)RRK?poa4-QBHtad+p} zKD_Ik7FNBw)o=%4$y#^PUt!0klK=>9xNmC>bqM0)VDwGvQB zb+Hg4=bkX%EA@*`3bEgfG@Zfj6@Sh6<;`;~u zTeJJGK{y)Z+AI06CY6C#1jS_q%w_A(cC8^f(GoK8Udh(93L(V*v?0(-gQ*fG=GSvm zk)E6`1$QwZJ_XJENHGejoA;j!@t^y*=I397_^7oVhri?KxE)?_IP4~cy#juctgsH2 zs=m^HB070wOgIsOzq0c5<^5T0bWG7k@mE>#uOcGl_hC>4k9C>sYX8fF?;r4Qj{h}? z8--4%7<9K8pF623Ar%7iWUQvtU~kvjh?G84*~r&eq93>Pyv-l;F;a=qUciXsAx^k! zSc6Bc0;bk?l9Ee&{}=DyF$eV@`sWkE4Pm@JnHI^!0Sb@)>;ZC<{=1MJkz4k29s8{a zJH35xFB2qd*(Sl$W!9Q_R9a3IvI@3~VrGM#NhJ^0>a3Z-|Kk1Y{;duE*C1x&y6feYp)1yS%W`TP;49V({AO;G(ip~^3_S&*j* za_;+tkJ?V(tZC>Ozzm~_RSPjN{+`YImxsT#LjM}XAk@6?>6m1k$ig>LdX2ru%C&t& zFO=jV38{CPBSUT%2@b#3TLk`$K+#U&eND;tSOS5Fr^Gz>_Kxz7UPJaR02g>~9)v+> zp{H{&Z8@$1J)JryJ0;z!HNj1(2O~1>Z`Yu0!FR0o-hsQYlZ;s-!qB-8pL7j<2U|Wu-nTPrZ~6UO!~L&8Y{_T)NN{`hT*Ogp z*K+I7DN(l)e^g^VuJP>o$bUC~U~1Zd*e=7m-Xpc;1jozu>AJI=Jw3wML>Wr8PdnT` z9S|?xKlINhMDM<$B}xBUz8-p=YLI$!p7mYe+-O2~PJ2vTvarY|iZ-&R{yE3?%?(~f zHGh(GqzS5#U&47{&ChZO%Z+`-zh^K1J-5GSRsS^z$*L5PMZ`my*>52|CNF$+za^P{ znDOE9M^itPd}2nUDXsXmOCGGr<5TT}8oCb(p1UJ~C3u`(CMk|vp5S(r1#k)ep?^Lh za?Q?y21|a1!Y^W6PLB|9D@0s+(8Xu1BHy^nbtV`Qwd)VbKQDZEP@OqXf$G(UCVeRC zi!wg3NbIISK%N^y0=Vyhu7YzoHQHFGV#=v4jN%NkF7|@bVTminv0_#G#YW&68A4lw z>`(Yh1cLXIFp3P-D2~ko6@h;Ez4Div;39asf&iBg=&rJt>M+P!eM81;9o<2#c)5Y5d)!ppGfe?C?zF0~SuP!RA93r>IihLKqB>}p9uf}RTwyRX@v9+$`&s?2nxK`ux zOZ%Z?C)UsXyC7x5ii0vGMvt^-mZyGg*>YqOlwX;CMkN^%Pu1gayRyguTvDK`Gpg@m z&yP%+>E@tA$u*G_00Ut?{lRaLT)z`7cM~NU9iaf`S$xSc(QT9_w>0K z-E=a}FLv91=l}ou?|Yz&$&i47Zku5r3u;k!z)c$mgT?M=Gu`PHqYbxx`1hG0 zZG>1jhf+6R*x^;b@_hVUQ8qf-+23%=$t~ z`gPryqrwENf1R@OJvbv6CN6&@ZPSxh4l-h+U#n`g>o%W4wH`Tss-Rz22gFMbboo8x z1&1pWpx$M5w0QYjsCaI>s|Oo$)4ku4ETKtm7gNUyYn?X{hmzTWJna?@2*D&pNotD^VgsH?@Pi7p>)!`pBa|$B5P6>oZIu3`Z!}R z%|EFa2!G+UZcMvCZfKXj^?!a0qpglf2DsG!KetcFkc`2~Jbutv$5IHo`pk|VLF=w7 zd!D%)X3MB5d|<<0+MdVDNGe1;FlDA29laYtGs<=%9ACJ9Mh9WYA+n$;jr1PwV#S-dm@V&<5=hd6HGGO;9x zr*KDtkkV`%(q+?z)Z*cKN6GFz*twWtWgx(11iEa!&J-+-nY?>6HU%u~1GKWin$2-q z8^glqM}e4F8zS$FOg9aS?;*DtgXdanXix7b)4hK{Q>-eAfz|E?TK_%M|1ZBxKsRlE z@F~@v>DO+zx6MEi&XP-Zi*E7qtPkBNZELE|Ov)(iiC$>r)-1-D?F0d;Gc9KX|A= zi+m>Ne%yLgUPAN=9x9=w&6Rm|o0c5}u1^}^{yoF;uR;8Dh}yQxcy8W;BnxYFOWRM* zjv_oGxm3N&*fD$L{|4duyV#wKVpxF>eneX0W&MZ# z`GmlYYd8#HlkiyzaN+stwsww((Eut@Bqcq{tX zCEp<3Pj0~iso&pB3mJL=E*sEwN|l4s>N;A^gf{GEfa4SCGLU&U^6NxE3*4x5Ge!y3 ztL=KI$XeZ}4CVKtm(8wmlaorEC?28&WPQEw8Gi&lz-0%zs@XXsXsZ!5;d1`OHpY5L z+(rh~stW$5RwMSqqC3zNd9EQ=d`(-bwJU zKX3ru+8K}(Vzvu<*i$&mys#EHH6~NKDR^&rrget_5(lx>PGwgGR4DiO)IHCnuc$%F zpHB;lJ3HItBqI}321MN`04^uc-FEXd)Izbj;mY>QNKB*!zhq*g2_Md@5*j8d zp=>|npDVNU70YhQdJlcTgzJE5GAfF_{pG`@t1%gl0l@uRtNyP+7?Q*6fzlgZ7uI*h z(?f|@eC6FQHVKm|;MU8?HZPs1gARp=ioCu7?bKT9o}VB#FEW)ijcY(=YB~n z0JwkdBLBYz(MdEy%@6*+NjU6F z*yl>mW3I!X7M6DIsJRTF3DP#RifWZ_cb{nw99C|u<@WS9({7*cA=;x<0q&o>qyMi# z#L$dloYrvlA~rWn6m8Cf6I^42<3yo7f%9iiEz*^uud#IgOw5M3L{mj|bJ6A2->wk-|Yc&BnydAeZyK%2(o zw^NG0GxwruJ%$wv#n-*(x-OGH0K_W@bh8C`;GiU6m-7@u%>3k0k6?bo%iJ8x5+?XR zxWSJVP?kA$%qoc}1J?K2L}1oIr!AHXOecu&4Z zE^O;w2*1~kiEQ&mTW!-~BLrubLRvf2RwjvLJ(IE*rH1=^2g<+i#YdnkI;HHR2Jx$x zh59|UFg#eZ>{tF%WhZ~x$@)aAJ8_OsZi__NI?9zy8l~%cChmC9y6Bte_uP^#>+2L{ zmA2zl09O>~rlBMsk=Cnlk1Q+(MTa-oS2dF)=|RYi>kZ!TG|js|-1pjzPt;p`-7o); z-&2_f@fnmn33~|3#K?FD24jFF2yn%KE{kS#^q^NMSbH_&743p`F&Z*`Vm_WNEhhoS ziQ+EYj}$oyj=|q-Dr3LbbMHs_X?xE(Ol< zmYlsL``Q@foEh z(^W&Wtws^I+FXQ6;UNVLHX7ek6WyA8=!+a0=)U`MbU+?tfUbLJjgX$TVuh-)evRuF zZcaVM`F!u&*i9}CcIdjT&lLUclX<_7aX%L|?T7^VeT?wvgh3MYCZU)PxcGFvAZ!G1 zWr42Uhm~0_0|yDwS@~1UY-#ictM9fUF;P7Eh}w$W`=N= z(4Re7DO4yQeAkJ-8|@2!KI^9XLIU!MUm%=34>(RL0bR`5*7Cav6O8n1d^S^0n0Z=J z!AV=D!5yEyJ9TsnIrL(1(h+kGh}ld8D6-#H-5NS)!ot4|CJ8rOhtm+>KQ;m4RR+2W z11n^|bJMGhuyclWM-S{Axj(pJeptjjG~u;ONkr6q9-NF;1A%5N3U*3domHO8SMQrN zp@QMGgq=Xr^Fh}DxGF%mkP#%lk~U$OlbZy^u-p#m7J+02@etZ^CuAbzs7W84e#lEF zb<2q-87w!3JAOdxpr05tin=8&GULGq)`b-Z;Hm=M>qNB=coP8=Exjrz;@xP8G_ z5tPA{J#OJsEgv_O+~(nl&t6$HzUa5#oY2Ui3Vbd9aa8<_A`+J3(5t#_3~<$eE^R)> z95FVzGcl<9vjWa$^A=VxIX2<&+Rw(+#?V%0ayS~fuE?dC4tXZz(e_00l$vI!a78>< zX_%^Dx3QWIRDi1vbgR~P!fWLN+9?@Jf0#zP1%kG5LbkmFUp)BICOt8uyLt8So1B4` zG6(Gw(znLhq_$DUoDwQ0_Oj3`dVPWAp}%)u{d;eI2D<%p`-#obg(#mP?PeJ0hpY=q z4YF5Ka5B4fP<95M1Tm!wq_Mq^Qi$_Z!!ogD)filEt{!obYS`BVyE8VGV}bKN4WO$U zZ>gBa1zxTrLSE+>?K{UK<=#=kVJu+99~Y+4i)hjK7zcx@)SOl_^^1w%-LqrE4bsa{ zP^;A3p&9Q!=3)aNUQM8@PNQK>U;1ktEhf5CQS~~8rQ}4XsjoAQItJNffU}dxZ|$&E z9zK65Sg}IaI{iuSQo_v?ZH|SWN{pohBP{wSz|{h}k&lT#B;ltW66{P8-8tOV5glrH~WVYu3*B`Wjt}+2f zB)Q3cY#J@bfW5=0Gc}!UHuLJ1e+Sc7FezME_w0Ge3$gq0rRS}LU?0-11#$AVgD8Dc z+r?Vx-_Y-sf$vQnpvxN(e`9&ST01Bxl5&ZzaG~%>*d9n#RzP0*G}cukbN%8ECxI1^Up=6!2KGV= z6(xmA=IXAzjG5vqQd%|;It zG&?#S&|PJ7fU6I5S7Cg);1@%DM6avKnQ5NxjG~whGAHMjJR-ebKjwiiGkwa}Pm{7A z{qki&>*6be)o18?DWOnwK{%*Ni^zn;w|Vv3KBNKAb+#rwKFn?5wI)SLj2>EKgB}g- z?ncLV3BP#;jooLcCmQ_3BlO;QhVzJ!E1x>Oh!yS!DsAk!pYam{-)y(!+wWM2|Mnma zfi5>S-sJo5>Mf*e8QaQ4cyO}H#V22kzU4EP8jrMhS8 zh323Rvr0Tq2w)}+r^!}(Zt$% zbF|iOf3NKRd3N4-=CsM8g1m`%OLB3_@W5PD6D)@LmR}GU-#?}?(3NbQi%!aws{OtC zY4w~^8awNY7N;{J)5oB+_oAGy4Me28MHq{9H>?~h&3oBC&ps&_5U%R%ZC91{@$(WT z@uB}cx3~Rn6QGOOZ~H>)QPp6?Vx#NlR>e*ERZ;rIYlnYHl{bO+m1Ww3%>B#;V}lEO}k-)ZZD2-oD{$jp;M3#^yT>v+& zwJCPcW9>VBJzh5aUmpJM^O^(Q)$F>_wvQdOOsU7gZl|$gnPt|S0_-5^55o7(%*Om` zDlbQ1X%b+^sy$<{mDUg2HXKuGdjxegb64KCW z|JAL$^)pMLd(GJfS+jsRjQ=y7$bjMrZm~A(Grhl{KvO?PMjkfJXYE`%$w=~Ly7SMq zxI#fJi#riAFbx4V$V6X7hCWU1y^T9>&&>+xwoxF?Tvk`%Z`$cttT{e$MYrZvKS(~59(P25LCltl|u3h>;lfv$F=EZedB z>N})mp0D1F_(Hze3yJE9Osg7HR5R6lg!|rpN?Vwb>?g8m7~)6_t&!8pOv1g{r=?ac z8LRCpACcak8`$4k0vn*)Tw8tMX(0IlO2YKLX}Up5ak*@Dr9@!MpFKk5AyOPUiM?nd zr8H)uXfq^Lkhyt!T>ABAaBGh#(;lQ~w2rv9JiO)C7U*6Pm6~UOC(ss+{-Dg-WI$B@ zvY-QD)nBO9FTggd8OsA}%Y_k%dHUK4C76EfRKcm2h$vv=*d)%B=iUBkH=+d4&+LG1 zpZ)jqZ%O(WVo8Rl$(lbg^Fk}zm7c)shCU&$XuVGQsHvG0=%H`xmRP{T&q!xy)6Hv? z)K&gu(YbHckN6!7`akz?9_)cGvvIzNTNGyU70KZX1Pmrq>*4@CoSPa)xRxnfC9=g> zji(xn_u+EgQO1p3-+Pv1&FNpM9HbPs6&R|q@%;90-;1|;BL|@Ce+#w_;>&p@1Ij6o z{VKrha*n}l@#R6p?WQw*UBrP0=IoI+nH!D~;f{W4NtGcojp81o{DOEVzknAi$+`Y* zef=%JjzCwZa>Nug8t+1HQFl+2oJazC%j-$@(RVu($K$6SWOxlrtuejf121zaArqv8 zVddZq@q~PmJ&uV&w`!wJVcHxZ4^BY$vq0MO05!EF+#m%-QIOZLhkbve{mr#b6lS}o z?-)iO<|iQ<@gtt3=dugii>)JZ&z8h1Mr^^}=%A#L2DPcT-`#KHjx*3z;HP?^eO>UO z>jwEiOPv8e3%wJ=jReE^L8#2^sX3Kg{yc@$Fm}M9#ui!rvN7U7ua$>=3dP>MQ!;A9 zg9_$ty&B}d{_6sChhOAi*YX8?eP6n}skK`VRbSxeeOk^K-05zs^Ib>J&|=N*n_?ck zo#jmEFKf3Jw`qbOKVzMx*!Dr4XgO*8y;~Oa&nWq~Kez&2vR>OeaMS_A;F@Cv44ly6 zOVBEWtA1asQvT>nQ5Crl&gfs1O30~X(0EdaRAM?4HcGHSX)R#=yVSx#jqGrG{&U~z zjog5)oKKXE;*uPE9Ocv5Q(f@H?dR_V_oct45yPfA`=20iQX0QU>f&HQe2>o;M$8RxS7 zL$K{EJ*g<|{#(VmKq`!fZ5H%2NML5EK;mtJ(oc?#%-KsvGVYD>kDiKJ**|WlKrLC@ zmjSLX(6vRVVKi?1UD+_JQQ1!|TRD@4mwl#nA>b3t=*JF*(f3P{Sg@yo4@RqRdYEOg zs5-`rRJU?FL2LqLVf})%a~RtmKx~YDcgs+bWjy+$I8NoUG(7sk z`mj_n$%s)7tm2>kXiOvzd0WvPr~FD^F-aT*{MFZ7c%Gl)8|jYiuS-+=zC&eemnw zkrIZUWxX~oiP!qXVYA4A>$HJD*XgKj1wQ^)X$4!IIO!H{9tUx_JvtR)0wHrHZ%iS(A( z&wk(BOqLh#6vpR-Vw7R5m(=P?te*H3_$Njc&8B*E0=uSu8Lf!lIw@JGNi5Yv?!f)y zAfQWz{Q4aRx3)R)(!H%$pj0b~g2EMwiAm{>A#>^7_nRXly|A8T+SV%ARC<)3-RZBN ziC@s(4c=DDp)i?RyLSWE*MotsyRrq`wXtz?#frtqp$7xodqFqEPxFO%;un*KuP)uv z=OP)`hP?Q3q7S=f4Lair9iTay^WMXGPZw)QW?;IX0naT2=(2;|wtn12s_ruNnzq1m z^BK+*3D!Cij+Np?K{zK&$Q;QWTq82uC}%KTOlrw?nG)Z96`l&lSmzIcpx+cb2G*B^ z0$p+>rG|lq?IY5yGYLj8p)9fwoGGUn$5zl{%JK-W`GVN(+}=A$uH#sQ4u*>!wO?dD&a-9-x=fQ=;wf%z+hY|`kRiheg4$62(Vg@F<3wzz5(4ratB0?@a%b8p)hFm zYOzjKNdkuK`;=dhSRX1j^x%JI&ON#LRJ%N*wzDEl85EU&m|9z#zM&%%TuN!m5M2PS zr-lPv678{Oi76I#OIMH2TZ6;j1w_Cri06{VM+>5Z;+h?uG#!en+j(c3H=q0-!hgQP zuo$A$ekd}dwJhyFIg6qJevc!7?mdY$GaRYj^IR4UW5Z%4*?Pq{*;r?No;AA{^}Bto z;08MT9}J*)S$Ems^tsk_{5mXLJvyeVie=E?E}uLCZUA|R1iE~5yd+JemW!p;&sBcf ztMu_){GP1pZiM<}3$=Z+XVSp~+$NzuqDnqNU{WON zVx?L1>4S8*{nkzTk_KT#53t@d8t8KL6nb4#DyC`DY>nvKQcIc|U&~c=%!X`$RdV@W zTt(C5IEU*txp4hfz+Qe?i`-8uMD)1a32~E2N(;7<=Q#xA;XBYhCy}>7zWR!6KkSSs z{SF7s6A`jDSC! zSVT27gmWWwalt;Edanu52Z%Qo=w_w1IQX}IPdzQd$n>tv<)2v};udNfJ&A4r=YMu{ zexFo>ubJHvkDbi>%_BXd1|JV;Fo;xWJSl8011Gaji4NfY0J?N={U=;TVPG)rrxow1 z$Mh8YC32}yBUwDqH|^Rrg@=yk8uzHMzzpDo6;4bnO7hs}Qin4HDnS-yr4j5|?M(r0 z9MEmLv(-Cmi8kEQ<{KHvpFbF={HmzZGG;3FXc+g@lJ3Y&~GDPbo4) zRQ~u8I_vBuLPI+o{|Q((7!Pza*Ldbro0%o%*N%a-=|PdHa~PQIO^K4TxcEAd7!DWM$R>;!Oa$3I(Y#%hB&om1&4M(|JTV z^+aCFj?eu->#ekXid!DQpM!E{_y-bxOt0k8WvVRfgpG-PIIs7j)fBAN>+8Y21h|Pn z_Xr8M4|V$n+E~Zv7r(&ok5Y1vo-NcjZUZ77OkeGx*~L5wRcq(@VU1Fn>yCYOVxdKR z7^e?gZ6-fpos$n(0oQ+%fNr$WbwLhq#}BR|)e6N*G9CC4Ne|3r?IEwu1V`xZPGKT> z=L7ApW8QS8=!yeuXeugN?j2OklkUAgI+sX#{`=n{|JIe0fiAU$@uL7IaTC;|)9Wax z14s(Sp2&3Kdd}r@+okIi$4^7oY|fnK$OZ%GgNJ(lhJ|g^>{^Q6hHmEzzReiV6e~a; zQh@F^ki{ZI6cCH`Ypn8ZAIgcb21oZ?@eD1>5|p1OU7HT9{)2(NKhw!8zs?zcP59zVWInT~jYhoPxQ zc_${Z8>9Er4N?rDEB2}DIv;YL(*1h1Xd31IL|o zpbPn4B&{V0)~V7Lx%NvO#)5f8kUy)rtOE;%7*EHawG5mE49HvD_M@S&v@nD@2a(vp zG1l3D*xB??rcqcJ?-Brc$N;)DRW@Y|#C4Ffb{va!lb=-0^y1T3bMvoh!t~07&pmJs zVj7UYo;Pux!V@$SSrp>uvnZt3)y(&vfwejassz~q+)SVgGw&8j)%sCso2zmvLgBY+ ziMq(i*}1sBTG>(8;L?}Ub>J3Px5QrL7!~83 zJjwR&>WgL@x-}SN2e{clHx&{M_bLEqClW-cqNqoGxiX4trx|9UknGa;L}}USll^u9 zM=^)o1XMhHEcsWqxSKH&Oz-FP&^XiehC2I5U_Z+Nx)9^jK^|v2Ty@deJv*C5Iz@rK zm^d#>@bBiDe!D?RWAy5$7UWgsKpwY}(oNb({jL~-><}n@w~-9Tc{&C98~8gQ7wG!k z=CAmb7ZfFQd}`L|_sd2|76&a6v7w>C9Lm&aPHF|enfk>Bg_60E^Cemu?V3nvu=_f7MGE;x5su0c*2e-BI1kP0Yr?z@%? z-;DH1m}YA9>yfXU?m?EdUM8{`#~2m{G}z}~Ozx4ET}yAw;~HY=d%o7N0LR~-K-XnT zS?0iz$$B{DQmz;Kw&R6+%NQ$&`KA&<>yfHXZ{RxR{APqjo?ETj{ArsA_Mu{!F5Kx1 zzaUz;pAOM>c?OV&0-%ehnm8bKb;NS6N18>$Z49d?S@-nWK9+{z1S6(qip+j|Fpe`R z2)*4Snd{_{s1gaGCMG)?0|S~{vzK$I_~>n);cdQC2z2SAzwG+@yc)O%^XCJUbZilW1SrsM&2AvC&KM?O5+N{*zQ%phDP zXVj05R8Un_1e~Xq0p0JqU9z~?IVBDlV#-Yj0uM1r!;mY8mFj+!biaFU{R=gtQQ0IC z?1uADvQqY3$iF@hqR^!Vpr6^yjAg2x7z5WI%7HFbd8=%5X?tZ0OJ3|gWwxl*?wG)nvw7GmOOK>rVS5DM;;awwP*LZd|PhW$<`WO2t&;9D@!Jie86=BNgvD6Ms^4b z!q^@esiT-(0d6JG9jGqMookf0M#t|y@K9fZpQj>3?cG<>GmBy*&;J~@u*$OBGsO4YUf=BHY)$pNJHM|>3w>i{Y z#UV|mrYn`Ozf5!ONu}G0p`od4@F%qxZhyisPx_SD<>Fr^ag~HSz7L4E8tAI!GtN~J z=BeQF!TFFt|m355MBN;N9l-o7HIvzm7f z`XChvAIv2zD>zm%PpDL5KHH3s%p@EVEeFy$g1fRSAjypQWaR+dMxfi46v=`8Ig<}{ zm7sr0gQ4s7&l$j^M7;oXEo{v>DCCFL5Efsni$Fh=-w?!f7pIgISmiI{0}t)B{k{WHDMsY;UlwT1ewaf^ac_vw6!K>c=*7*`Q?nV!*uSQ~Hmtr9 zFIh3xV^)b?Zq?4sqqv1nfM7lWxXnOUp(`qlj$W>uVbhBiQy6M$-W~-6f=X~I8b2u` zNN9mx;^@G7%uBnA0xDhkR|N@4bp*JLuX0^;!fC#>&<`EpIrkQzi*_iCYW2*X#<#C~ zi?B0#0RIfabX)SH;iaBIK=(Ako{egu#KZvkDT}Ps+&)G_c+e>${AE9A?Af1EW*?kI z8xU_R(8d0^Xo9kmcO(j?GEpapa{_6}m?&K79yUvsa}lB$0N($kTL*)pWoh<`EpNR) z%y3<|M4)K!DHLqfb}dAI6${|D0bL9wcN#d`R)}e-L{$O2naeAP&5sz4#TCXwyFWT) zE-jszLFkGHe`fN+u;Mygb68GW61w@5)K2=yd+WMkK>_C_?Lc?`bswtm)2$9Fy|h)^ zV8SwLATt_fbPvpG%Z=DJTXmv0=>-c1*E(}JJdY&LuS3GH7xdSs={Vcc;{ZR7k2}49 zcsqb@H+4qTN!_X$b^FeK1cyN@HP}+eq`Jqmrd#@W$D6xOX8+2$eN>cWsMW`>eZYVuQlU^0WF-giO zK&jUP>9`W>EEu}ZSJ{U3VoC^AI}>-J$@DX8)}IC}7!Yq4(2YPLYPcti@s=(>wvZrH zrb(OAR$VTLiMukP_WYJUyIqR@Aq18LZFitg3+fy@(NQ9$aCohEMbGB9@42$cyK#Wq z4Rp7WsI;c3l*29HgybY#AA=wdZs?mUE#bDyeFRcX7s9!`>#^00A{z2C4xAN4pU1B( z>XaMa-zeb6Y;Jiht-tMyyv?I}fUeCbVs8qV8p4edPdm^1Di9L%01vf-M^*Z@+$UM6 zSqoN2Xg2-rd?ddcC)(%V55L-4;#5Hh*^DP4V zLm$w^`znPxix_wKZGHJwEh^{AU)Bw&3jS^@F{dQX^Fd-Zn+3Lda-=yez0f-v~9d1G%I|O^D`zz_(HZ)1W4Gm@Q4@ z`9gyoP#Dy|%~xE!(ae{Ci=-Mh#)%5K0io3jHyXz}2XF^~?pgN^<>(2-){!v3wII!1 zfUH0oXX5=Y&mmp26#|~svnCw{iiOJ%QCwL+1Fvsw_|XOf@5`?2m?cdlNKGwaVgT+S z(1q3^S>*<~?!l;2xSe;6uTatF9WK-awL7jb4m#n1h8GsRs)VOf?2G18-4j-w2p{W9LZvJ8Wi z=y9?=l1syqTg&4PGY{<jVssuUV?mDaLvXOv2B%kiJz&IM-n!L{r3S=1 z0(1#@9!^i01$WuOam@z5IdaO%qXiyJv(_Paa@jrc$AZswDk^Ob zlrzSB>&T-B@7>aQu1V~yZBde3xP?9^A^*1v)ixPGykkH&KP~|T>6ziMfW7bg7fc0B zn=^vfT+@ejN>%t0pI;Ce&4b8G8vb`H0mmNFmmMZ(Wumys8%#$^^y3>9@IAkQ>z?C4 z*If1^#U|pS-fAKx$WO~&$cHZ}ejr~BOyy@{x+N;B+qbprJ@}Ct(5zsi=S2gF@HBo| z5$VP1RGsJC`QmEt@d4tU0J^eUKEsJojjPodCmve&veO>Xk~Rz5(CgcFN~!3_iCyBHbChF>30L%>nVw0bRw`%s3rBm(`pY5B)LGbUG2?;U<#~D={-+n`TTEC~CA$ zgz0H_5+QyIC(J)$!5hQ*m`HXRds?RNpH=bNUAi?G&Ean{4~ zqn+A5ldCLv-!(wID?k_J?7mntVL(eVmwGsrk}cK!U==)hk6kFM112OQ)|}Y)SUz-C zScItnY$Oz$y%)!ePur~gm5vGJ5+}r_@)&q-<`>X?W`89g7@F5MWut`3YLjMPrmUG} zGkdR$L@o5p#b~7NfYj8pRTJ6&?A4*2V#7)BE451^uU0PUcw4MD6X8`A5br9`%_6@v zwzH%sc_W*Yt=uQ+F7CNc4)iJ~MUROhW(Ppk`EsGQW zh_KgfcJvT`THz25V+M-Ci~2A=v&v7cnDgf<5M#koQGo@;JqJCW91?)L0dz|~pBl(G zZOxdnsUWvTk&2`XHo`cIwHKMPf(Co~+~Zrr7&O2fsNt+AZk=$MKSmeJaUYd&B_qc%F*ZT53HR^S(F+W3f zZ%CXkJjt&7D#)Ox@l7PS+$OJEGZw&catrAG*xEW@GbQ_ReEB)NVNHx#j%nvMvc9P` zMO*fhogW1O)hyibORf(~ALn5$JS0`?r~SREmUyU+jlcouL{jr&HeM@Vhs|Ou<5|8qTrDG+;daWLgH^hQ!}7U%uA|@e zjCflIn4Q=}yX?NLjF;#RZR+6F^1%7}4$x&gP7EW7IBzUYjQQBe7EAlXb;<1u`PB8@ zRklMo9a}3FR?_{ILCcF;_o3=+JtzHm-7PP^=cbo=`{mhAGM57vtVfTVYRDgVv=v(qQ+g`Cra~Zor-pdv=^(YS zKs!?|{GaRlUtQZC&~-f8cDUKFw)Z}N0jm*4o)Hv$ku zyMQb1qrhR{`b?C?0ahL>Y0HfsRCPi8gz}&Jb|=+7(A|ke-+o#PfW}4#PyW;tS1mBy z#<*C2IB|~gdMcg8C&SIhQ*>?;{PpUZ&NkJFe@C;RoibydRP=Rj!Z+rf>f3qKw|cGv zpo`=}63oFM4Hn^vMx8JuYQcTQPuy4X4OH*S7N$^ehgMO_vm)m#o-I{qdSQd4=p!kz z+jdU1y&njUQN9ed(b0eLzPX1$H@Skf-3ehhU$I5%TeY}!Z+9KNi$CWwn`vvGJfryM zI^G%uGrO^>ggR#Clf&`wsY@l1PX(5W2jqisecyU|iU4^y0=m_|bQ?f_@qoU{{B)^j zJ?8V7F{Ldf2vpeD;a~8}Qxi;&O5Vo*=rK!vmk{1s^$r$_Vk9id%=FzJLC&rqTKeXH z?pq!IG0^1_$-~RpR*p_1`#8i&LNsT^yVd7FnaVZ&u=wf#Dx@amO=uYV5>uX3A97sk zbjO$@?Wr=jVz5=tjG}5%jyLo__ivr!3DDI>P~oKXP)-OIM1IsCs#24CI$N!(BzF{J z_I^JL@`|~SHgF0CGVSYqCKP^eWAP~Qs6u0OBw#wRuqL&+|3UG8`33p&c?xtJ1KB@c zE*103*Qz7*UV5;{bU%2oGWm5w(~_Ui$m#zY`pvoZ2}Xw6_$hQ;@obj2dsIdh&Gy;j zy`6`(m{xP)f9_lTs>DGP0Rj=11T-t7jpf*qC~= znfErf@FW`cL!wB+zf7Lq;)U`3V_pJX-atabxbB$hs>&MtIP&IpcV|X+$L~xmpjYED z{3>9_y_)?~TT~bHh$X~JPCjW<5gAP1v8d>a;OxVEV=&p?#^1O4^(&w&LPM>~PKtDe z4(rXXyQwtJr#N%Cs{}>oi%&fl%wCC)>!}xJLk;$iBpc~!~)`2}>FJ}Kg_iz8b1-e*M zX)Xe4Cc8Ez4cZiT#@F{A&>*3!(k*4g3E|Ql&%*eT1~|Jz=9=I=tukxur}0NBv|t_1 zu#+!GA0hV0J9z)+Li{oBfUcrkQ23_89tH1K)WJcUi1kTu(vKAk9% zOjWtf)wms~v}{0$sEDY>A(wX9AAM5kf$B)h{H>wSwZ@6}r2FZ9_lLA!ElA)Ffy&!H z&Rbpa1JGRw>yJ1?+y6}U7(XB}L&+b43Th(;s%?5-EnLEjopcFpb?=Ubv7<4+)1_#S zi3tXoQEGZwiA>IVp5?(BHTo9s3-aGQJObTaJaF$X84Q04+_{$gjid4^t-FXOPiylT zhl&V{nzrdqTi)RiHbCCJQ%_2}+tQSdN_tq8VV^f1%}iy9$6gZw`~S`XJ^@|O(B(NN zX2U3J&)*85>J+25#1Vn5b0%B@ABW@_zoCq0vfJ_h;xASYoc~w{mRDe2NQTdm0Pz62 zpZb&#?pz6+|2_lV%)E47T8q5ZuRogm)KrwG374bq^I?|A`#DFx1Za)G~G4bt7+A%Y^^2q@j%(kb0tBHbOr|DNCXnd>^wx_sfQkIQxT z*=Oy&&&+V?Ujz?D)!#e+{l6JJL-4nRJ0N)#s08L|S+>n3mH0K~E(8VuMHvHJ?S?s4f zb?qD~IJ#LYKQgfHdVfyvuA)jhtyoi2^it4VdiTo(1{Cy3)219RE*l_UXrO!IGS(M( zXuK-**Nk;Q#xb3b?YRewtM@y4yH@q6=MUuDHPeIrk*TEhemDvnkRo2lX~m@9Ur4ND?z-ot1y#)koCT z8HcCpQ3LH|8V5JNY^~ps{cVZIDWIO~04^-h-4yITu)3cuNR!aEA2&HJkSa}h?`>!P8ykAt&j#eyW#d6nj=u}yof2jGI&FpvP1#s_y0 z1=Oy5A-#*K4IIqwQSE$jpU;2eTt1m}_QHZ{aCbt#0(1E*c%yTJ^O<9BIpYg_k0Cle zxq(H%{n0t_oD2@=;?N-}UvtrO&buz#1P7A`P}SG}bhMP&3Ld#Rl}l_jf47ftwkn35 zyvtvb%#r8ZuK+!R%8bSr^2-X32m3(*xE}=%bjPX#$|*&Z^;W*T6L+$X*X$9 zMpJ#OyBg_?;o{4^s&AMCljEL0+roAqydN>Mi=W-N0w=;4ZDf&zjSZ*+0?=h-h-*t& z5F{^M#If)*IKy&+G3dk=Acl#Hs(~f-5X|{pG(OjF1=DAn8rkv0YOB*7=MJlPw{SD= zS7m14YEB4n5rM9XLD4U=?;Ky?e=SFZ3chisMqX0oLS8WL(l*PGDshe5N;?1a%2Rsg zb33e-pRRS1`DYI%fjQV(p2i3F5OL7};35ItXMtGE!`|T97;*=)j3>9JC=KI(1Cg=k zp^o`NxyVw)dk=re?*8x-*=uqR^E_^T)xFa;VFvY?7{o`c;YtrK09<6CtK``)+k}qP zwHcQ~_enw?sn#ni%`ICeAQ3&{ke>Prg>q_dT>qKKp&P8G^EOxOw0|v1U0L@`jbB%_ zUDquKaDN>I=t|c5yzoXi&xkp5`4lW9W?>IM`*G+RVw`!d-fQ1yvmDU~r`a$^6VrZS zk+g=3cuCbPOZDMfCmSgbDhkgg=m6x43UpH>Z{8-K4-L{)VLX^h87zo7lC29C) z96nz&TcK{9Am4q^8apP47hv@3s!-9U%_Gr>@Iz$csq-0cz|d!aiw1N%rObcItnBY# zpDb!VPNS$ghD63s9sm3M?*}%_Yf_JL;rVwQI0$S z!E45AZMW!+{mUJY5oqFfb>J@52e=qOw;5}8wPSU>huzdQ^=fdf+?J((HZ+edOfo0I z)K5(sdr6&b^Uv$!zMpSv#5>Y6iH}i%F&6_Tf$8K}vER zMLZ#gawD}{3W2H+AAw9vTVJG61+g3KgO~8uQ z0vB)Kc`O#t#o3)idW-E)n2${Cbf^^8gCOKY7E)JsO8advHJx_wT#v5V%$P5pAEw#) zq;W`As>nPvLjW&Aa4?gQUBG5I08j_;Jq-!an`Dc$2^IpoNi~^U=G%`LfwKMEN{oz1 zH~rMDs6Uqd@*MxYq-7p3MKV1pC&~Plc#MAWW7(ya-LgV|7`%%8Uw`($=Nk^t<+~PM zPKKqoCPT*P9OzqEfUXJPE+6ZjbKzmqk3d3*HnY$2B=L9QPo~jAEnurkM<2=v%ED*z zq?0tK0mWgG0`kQLx^oHYmVY-(b(PLma+X?}%0nu>ZpZ!Pl>ZP;OHjM?e*#&uU@ID3 z@r>ibHK(;TUp{Qc$a%=9A>->PpEMm&0H1H*&#XZL)V{=Lt-x+?r`K&$`}};KWilR1 zhoVb<+f%kfXhQx06^6(@!PIN9fY^O9)I!0yovG6g12%INzP?~G_~)USDIj0)Su!L* zq5qa7^Rd;vb_5X7YMVo(@=`=POPdYcx56;=pL;LdP-+x!GcZFPZpZfvC7Jmbf6(|( zkoSd_kq7OZ3l{Jb0bBy0>wt|NOi3l|Al%T9AZQNyoP()xt&2m%jIkukvWwU+R?)2{ zas}6*)OZs+$|a$>KTEF8mHQAG-y!x8qq|H8+>Zj!#gG8Sm=J?(h#&q=j$(fwf01sp z`73d3jk-G+HAec2z}jG@tQ~1?uzfp|hl}rv=?#&w_U8%1Jnramn-5xNAIN{|0P+Rr z4hfL-5Q-$X(MUGWi2cNC{&woW_Ij&GoDVMZ6+g}tM~Ey$s5A}RFA3ZouQgJ+f55V? zPV!ObKSW|V&i80f4)6VMo%O$Q_6F$67B=*qyDIWEhAc!_hK?5ek;Dm9B>C@4_X~}5 z7QEoI4u0;MRU?<6^Uz(a<{oadVCSoPeJSv@sfCS>pxCvz1msH$bUQwIMen|BQYPsg zOMRZBj(p!5IFeezB8l@+@6$LFr^+pl1*VN#EM8j-LpTkpb3OHG$Xtf^Y&ObIL0ajm zH|YTPEzqsZo-R-taak&)tEmbpa1o`nJE=*Q)#a6+qMtP``B`s$rkv*U{UQ-v+^bia zXDjTWdC$xtx%ny7$kx&9A=D7yk^o(zSKE?tf4TVJR|2;fimQ!p-h|WmrXTIFhcw(S zepSU=F{k+sBvdjTBIThJ>{@kGk*$j~y+m3nn|RjHoX!D1-vYk(AOSL={zW|{qE7$N zj*^$CGM}ju(vLNN-8j4)JMVK)Mp>#~n_oa;pd(D%Lde7rmw@vpOLqOfOp~*{M~U)Z z?vE-!zGOfb;U2nqkynlir~Cot9<9^G0jo}c&CKReGgkD4ZWoS0?XSOYpDWY9eK{#? z)X1{()W&vZPTG&&J$0E|y*Tl}^J8+LYxwWI?&-Ih<89p0PMBQ%n0Le(>9z+fK}DzM zClM3R@zRkEuxK*Qc1K-244JJ(OS=5)>aV?~s^zHvy~6(M3_OQH-ZKa91w#VFIUy{( zbZ5l1MUj4!)NFzG9Y$dnOVoQl!U!7n+KTU$trNMTG@jr(tT`Q*O`b$GR7NDTHNx39%RW&$r6(YQYYNGi3g`y;#@~js-wFnY6Z|5Z6T34&N&7B_ zq`ZlGFv1BB|CgARzgnJNP>^I?+GO>gvzgEnkqs&(Ia+ar)))^or~ekfr3SkCB*=r= zd3{Pf3quyHGUR5elz~6f8zR4je*TpID}`-lPn-gI!EY1GKAHQ_PcACwdmUrdC$hh! z*}M)OR7MIa0QVix-P@Zue?`Te?1ZHe!+6uZoKA#$QC9+&G@g{xx+~x5gvU0*z!g~q zUkc}j-R^*TFE+5Z9Rb2RXzpU)aASZ6-(!$E&;Z@jr@X6VAD78}|L2cP^9hXr**Cl{U3v_MTUW@mb1s`}+aW*h`)78~RGL8kl3D;+ZoYB{Q$8V<${1oIF zk>!p~RN5bZE^dcgLUL3`R`_)^|8_`i-~_lXqyxHytCJm|aq^dM!#sUUsQMSlmfZH7 zxf3i!`W)RBW@-PpGu)2{Jt}fDzIhf3_FAqrt80W_RfjK4)(XHB9nb^MH^DW51jux4 z7K{0#4t1&YVVv^X^qL%@nq08el6=@eTiEh;Mt`A+S-XqIKJ3?H0(ZMw0#|K6D8l|Z zHCqLfV>pajIQt)B#LD3Wvnp_dgVO{BF&hLGElr)aCps0D z-iBx;PNR2jkyKKJQHcp$Ry%u45T~$YQ;Zd*0{c`(pj&Q%a|UPN~9z z6R;^ud(3yx#NJYR0B4o-C0xbyWxMeX+jht7)c5WxGyHPVftJ(V+(M>YZyp? zSO-ORu`GftpeTGG2fg?qRp{KYdie}tTvI?>{lut5eY;9M}PHxTD> zr+;utJRg);OIg506^31m>ns(=zE|!XWWvl_^%8&uaJhi4<-4ZzN~v#s(3Dw3iqs-h zy?%4@)u9t!6vy4CR!`CuOeh2TH1CbRbI8T|-11LHr;?V%Tg+f9x~Nb#;%IT30bFjN zTfW%!Gykd${)-Z8zVfgd+Em;uY)?!HOn4nqU*bIT!34~@@#t?8^^G0QJqqn{R{vN# zSXosO(tRXhs>-1A3V_Q4bZI{{@GzOk?rhIL)R)Du$ruxFa(Zu?dc(COEJc|L)Pg{Zzl=O!1Grj#biyQW{UQ;$E`7`#8-kwcE(F^HspUniuHm z%G{P3=!wlVhZP*|j&%_6;1ddDUoyyFaqh;Xflvg8eY+^5w~HG#kkm_=5ZtztuMUM1#Kc{C-JFASG{YruTN zJ7=;{gsgAW1?nyUR}ko~&f>pePlTr7>Nom$?0X%3mx{6R4Lx!+#c<|kEtr3wCzFM3 zG{Z=ncG?ylaZmQ!T(ug{dBuW_^#hp$jUt*Qz!d_zObZR)ml3_V+&sl4pg($e?fogI`R`U!Pkkx>-?`KO)-A$7 zmwW3FE>0QY{JCGL{AE!zc#{(9Wso;`a>FSEF9GHKP}MhCC=#Ukz`&I7&VT%fH>H;E zzi%uG5iz;PFuT%QfcIu0^MeS`-E31DC-s+qu`~|FVIb;au*7bjV);3zd5vU31pizf zKWN<)<;n=Z!z)!K^C~m)k;45 zq{7~#21+LR{B5xek!D_)TzEr7LezMigGGzl&5eh>`muT{?XkFG3m)gWhfv|qgg3wy z1G;PQqYNxw1fozBu3OX5AWhOTzQ0}9$V3koI^pyEBb$EHf@_ki2)7ueM%Z2avXmw^ zCTjxX+S?y0Ku7<=wBrFTxYm#Wspmwp#ky`K!Ps*f?q^oD&jsn|{B++xwlTR=7C6hq z_-i}1YRoAsFf?)HYKuLD?L`0A+Pd4HU-S6;g7zE-cy9nwUkRX_vnhcNBFof%E0z0f zPt7o>eU$&UGSCPqxenDT?4~F6i~k47eGTgV1P`aXPJwoYg8;=S^e@a-Ev=&=y1`B@ z09O*|;wryEwrCMAiZ|`|3XXf=5B0lReJ6s^M$?+8lwg~iS_m7#9r=uuaiNMLI*!KD zWO|ws6Z|Iy!MCQz>;7^Nyaxrz7yQlwBtVA|mkP%#3|LXyqee`%V|=GKe8QpU%{<$I zp(VtJ0Zd=c{`;M$@2>t`Q{itb#$|WzD3S!#Jc>i}q*Pe>RcPA*t~AhCku21d61dJo#0Crmz2VHo0LTRVjm-vpC8K5 zzABE#B7I?ahb@5d%={+T;d-?zS>BxdX03}R0p3GYMieenaD`JIPzO1n3u8+o6FqT} zvO$FCm?7>I%yb9+<*>dhHETVS#jcTNoLqxeATZ}{H;B0T8;}5frFiODK!`45M4wWYAj=nBwM2XM%@pOiqq$DZ{G^2?mHb!o`zn`P zWDZ5YhQRHDs#?Gf>U-8rdKLe=@8Wado(wV`6o9Vh_(ub|#P_9aQZWS)CbL&=-+#kX z^>ihlw+izdVpUK69lRAUEc}_#X7XVep_dqbno{`H*;xmg!4&HxG=Rhk;3@*$UMIx7 zcQ7<**%;RYoixr}JqGbp*zc12+v-HEQjoSyakG|})q<2WyQe=o?VuXkpnXKHO%6Ye zu!*F_6~zAmUTZ`0RRX#k9B|2$-NjR$A>H%*q7Ch@i{kIks_@XFalm`YNHe zM@}Dom#u`%)+rDZbv@c>v#hz)5yFY>Wubt5i89c|^Y{EwjOcY!YZg~vjNX)>^!mWf z-&V~LE#^XvG)=&^Tf&OH_G$HiVbcUQDDmrrSo)sU@jm;m6#`|Ti?$Fz*T$gZFh8u||i5*ODX1}PjNSB6XtoNxj;)|`BydMb#EGu0r zI}Tc&HffWS`ffvQp#*0JZP#WW3xC>-e*e#c)K?AYQc&ag<)|-}@*6FQ$gN}_mJ^c%ge0%}#R7ZdkHY_kZhv|Gl@O33Q|V`rlrZ1}CDG zxLS*4R5U!XESm8++miV3HQPqWtDmcH>}!uTxDRUDbY4(o_gJ7qZ98X3GEOjJUaYMB zdh@?^3*!If3x3A}5+HeuHL)CBq06GOpvyBDq*2`2cVPp0T(71(#OM>yzj+;Rm${iN zy%>C-!jdfyRvd28$_{_m~y|N0%6|Eq&8&^_G~>-~#zYe4_B@OjPbxbWeW_<)yU zNN_2He|*$Pnd@^8?A%znk%eIH?|+qPD>26lnVF3Py_BC zeMBZ3iQ+jtNr{jSOYaEaJZS`U-9l6YWPf=y;afEb&Dqw&Le=8_YRXy5#6jcjepZ{< zod0P@*@%=7@~L)dmPDU2bfL-{v+j_6VsT6&u7LgI98d>ipj(s2d+Jv*pj5T$$+NeA zg#iC%x;9}{a_T&(#^RZrx%0A440;@^DjF?FQS=kDMRMr`ozvv|_TW_PohasvMetk> zxo##vcQO9`hA@8`hSzKCDZl?ax#qv*+6>S*n zf+FJ6Z&^c96MYL--A_1&lumY13o-L@b~nE(Xx1{&j+T6uKdt@~JIJ0=UuJK#B$x}R z2Ds)x7gWomWT>w1c9z=lZiBwbypr;voUYrqoDd&BK`yq@b0M@2_KEhX60bgC3wDrQ z&(x&=%h5WdRF1P7nR95{9^hI4T?u~$=3L9Hya5uT%^PS_2`XX}1iZq)j#`UI*NTme za`O;PEhWPH()<;L7TXgBs&lej3N(pk3V13TxjJf6Du4@Kb3p>sK2qz{(1Y50My;x3 zBWy9S_$?|fvPVlI%=nZNMYk5W#qJf|W+lm=wk?rvBxG!+_a&*ofir{*k%KT`wc3~<4{44%kJzQ8o?-ioJ!9aGoIy&VOdNOo!29=afNKqO=@UgHp?IiJUgB6e zTj%gJTet4h?W$CrrcQkc?YnSy$4-`n@$WOxoKQ&3S{8W?$RfTj2Y#m-9h)mE2kFq> z0bKC20}>#+2zb$-U&(Sm@_GJZW{3@{Tu!cD^zDG4r9^5-P8Ui{x@@V zl#o1}a!gorh$Lc*^3i&8GgIbT7cWw>$KVMei&qZcnLxLJ_6nmG(QzI2> zRs4bL3-DNm1gP(yl2Eg@!T>s3*a+Y$h_kKbg|YO)PD}UIVVd#fFzQ`CZc4!irS)E z3TXz$-<&zi>7mK!JCGP6UZN+#z(19`wxlxa6V|P5M=YgcW9-W-c`I==(=f4&zje-T+ztDBsmS|ys0z+o!k=rJIWG)`kNR# zn%P(gjLhdIfD7(XAOTuf(y=gD)I_2tmGwqp#xI96C?+EBFihjHnBBl?MU6#2K3R9E zo(OQb7yFAFc{A=U+`vZnP%piuPY1YPoBs7moDjJPCaBR+iZkAU8uYKB`m$OA<{j^C zV5e76uY8J^NWwCbt(w3!g}AOjcN1e8`PVINlh2nnC02uFdM*d({iY||S58`M&@$1g z!q?ZWpOKN_Zz8@}%0^^_;t02ozo!^tcM3Bl@Go#X1D-p%0o`RU(vE}f5?8(w9On23 z?Jn0SSIjnPD(1FWr$6!9l2?(MeV6l=Js5_il{v$;v6iW-cpGQ-I3bn6c&c%N1-O8G z-GT0>qLRojcdzDGXJ|QWOqjc`JWmpGRL#u;)@j~EVPn^t4k+p$9B1kzn#tHTYdGMk zmPpk{#sdG^owMi4tuKxMTo0ftkuF0*oFj&cA2auzpf?*YB;7cm9hOuS=^*ZnUQ}SZ zm87tQ91Bvsu9J-xvHUKxgBG7>=JT;WcUvO&EtMp=mxk2W6X`TF@H`VCiXo=))25wQ~h_dq7TV*oAfF@yt ztz0^?Qs>70w@TRtyhdBm;5irKg7>B%0ossBuZP{7*q)(?A&q%VD;W0*QY?TA&;Gkr z^d=onTb!rwD8PFC&bNi!1SwrT?qW;((AD)qf4U^h-G`Bx5c~{=xZqv_5+M3V@4cxb zZBvQ&D#5i(a&0?=>r&-p#_9xgI1~0-X@jK)E!_&gE!DGtZ?$HPa3K3%%k*x9iKQZenTpz1ZEMVou=Iz|^C5j|1))Q9J;yCz2i8tawG74jHR`dqcJ`QmGfv%BxieFPL zNyyDs&zi;~d)U?>%kxvzQ{j%cLx9{SBtoB_Z|x@zicD+I`k09{o$rfuR4+5V$zJ z-SC6(%YoxJ0O;D54%(<_>8okdV*Py+cc+|m;oU*6&vO=MOU+x;b<;@0(-eoUfIeWh z6G@Mdy1{?>y`L36aZhusGTgOIXuc1SFZe7D5}-u#?RG6ci!o@8T_zu`UVI|erfQ03 z>aSg?W|x>Y@s*Rz2T3KL0SE7sW5=+e0Lmn4)&7KezGxN6TFWdaW5eY8Ow>whz5rNF&EB;Qb= zi?knj8tYSXI!d!Wm={OpOL9QE3;PxUOZE8kk`{SH7FnUV%;;-7?+~Y*2eVuxhwVdc zD#~YF*xYp@_b(i%zymP*c}liYI*Edda8-nNVpq0a;)#?#5Ri{6A|Ybe$*7vMbY0Js2BK90a16C>eit&v$)&{xiIJUUjqV?_u^62SKf+3ap+vTu6@xY0m2 z`d04XFO?InPQ)`l=T1kBG4`$V+J-1d@3l*HT9s8BE-O4_J&j29# zg69fIfGTtuJBP=Rri1davW^Hbda3+<2|@>kK64D$G%KIHm?syfRtxPkWKbR`xKm1j zMi857Si(r5H1$GP_({!mmjG@o(DhT>^%nS{E*RamgJZgcUAvolsoxcgz&PcVJFPC$ zCehfn$uh4^kKNBx#r+(6W9@{wbpvqYfUaRBTCY*R{3M--T0pDW z_B&?Ua_he*S?6l)Z_>Nto89X$7))nPvUT>|DFHzB*hi}?V@4WiRN$Pz41Dh z>W?Z?EP%?GvYDA8;`fyWg`xO=g(!RlOpY!g(a8Y!3jvHe#45?D>>v|WbPiNi{=g(rlpiNYb@E74-@ZRYvso*DGLA1-1s z0PZ)St1nqqHFb&SsY)2UiTs{9CyD!RCg#8I)ecErZdJH1hWqs+&ETi>>CXv+`<+aI zEl2Owc1`-FVA-%nrI@IQI#hrQK68Ks$jBM71A~;~0OsH)%3wLO7$aV-|MBMqFa5W3 zt9n`rCS2D>jq?g5j$LnYe{Rx=F6sUL@0+ahS@aQ<@xpN#D}XNe><|*5_3#{(6C5_9 zw(vEP^oC=G*o+dTlP?szPPpP0htiWjJMQ17ZqIIJ<1=n2+W5D?E>Z8&W_p|a)M@-wL1+^3IytC~6rT}fRuA`^ zC}x)P!GQ)wQ`nf*p-Qxup(68CaL)j_ZplE`>BNZoz+QT~{cVPI@63<2`xIV_Xy@34 zyp^-*dMd53WbWkHB7&RlM4P7AjwnM~cPhJ5PrBJnHz|38c!DP2K1>SGg>E)2{-J9{ z`SVYMZS}@=-`Vk!nakO8f@f6m_yFo?d~N0s-WBR1s!dHY$Q8=?-HHm_6v_NuI}JMi z@u&1t@G}jPZz|9&xxKf=N^faA;wDkZuAv`tvAJp;>V_e*&5CEFNh{pbF8`+=Eho=w z_?MNx_nk?$@t69@uxfGlA3gM%YgWI`0B#!4tq!`QcRpspl$4599*WU(s>|t-o^F^| z5l5s8e8rj}ANgVZAz5j}gXe7(g_BN)=bD@}N_)1T^_t6hyQy)XAizxrx-ZcAzX;o@ zFH^Xk=BGIe$9ge-J}NVft(m_>4&dEJV3@rTTt<6%ryYWGyg2fcwum{wr=w{3mNt@H z%49(z7Xjdc_ktk-LL=X~0wLv79v1JtZ!~TzBwV{RM&_C1?D*-Io+z!`I;if3*X^4) z)E+L0-E)Lk-&Et1P{dJEalvd>z;O2)yjKLNZzj;S>@&IG$|aD`imk|h3Sa!!qRN@G zNZ*WFL=x~r=h2($(`*&F4;>WlB^jz0CJqelT+-ORcW5sOQU|-BX_h&-hlIFUKzCZP zIVud!%Ed2`gAhxiXli$zWGM*l!~s_bZKzyko=j+fF3#W`^BLO>JI~X$)+GAO)uj) zZeb6akzZF`!OOAjOfDU>$2_9_uVdE792%Ga7yQhJ1ZYnzU&^+Bw#n|k6w3}d3n{|l zgcVP?=NHwOY~nnAkDkZmZ2r*6v$a<)?MGST@5uOn%E4z?kUHc7 zU4$Qw>7r6j#_^lK3(aeZ9F{y_8E@H?!-m4}Mp`FYJ^bC&5Yo?Tt~@z*my z3gsFIiOBL6cKo+4k^{Kkf$o;BRA}67qABJI0*tv|pSly&+sMi|VU4Z>gF0SKH{#1HLr^_zwBl z;L8O}co+}+zoR7z02kb|LISj_pj%2#&J+?6$IN(J(vpT}y%TWyF#A^sx5)W&QAn!k-tP}qJ;{-77&Sb#UzYz6Mi z{RFyjlTr~-rsvU1%b|$Id7l5!M(LgUQQ7kk1_|l9)P3np52y?|%hpl1|C~8n$fQj& zrt_7Y5=QMy_iAEaxbx7*9P<_-`(teu++o#p6oZQW`zV>WiUZJ-k)cs$8yeO8&up#%e4x-N%urDbF zx}4XpPY%9M)@FNpOyHl#?GTZh4l}>Ed{!XmH}N$9SFzeEeGNX-a|L* za)RUUu2_i_YzrP!*>i4wjHDP|o?(2TbJ)?C=iN~NOf;ZW>ZnS5nAJ8<%qM}STt zi)GL4Z;=DYlzg{Ht`gbrvI_Naah1gseexHqR}^^8h2#q!%a8!6DD4m6qA+ckv~+%= z4W>Y^;8Pa$#rHqy>Q(KCrt$%Wcn@+}IGwFd68?39m}A1HAY7fwky&>IN#`TYNV zF8_b;iGjy5BtSKw5flxhmpVRU3WbA9C_;B-4ZBOjdk%8`tNhCP%PXO{<75np(^;js zBC)I$Rzy5As=JE0l`+m}_xkSl|P4ND?f~p2Kq8AK&WvL74c11nF1@}IX0HtgmbFv+i z$`ROid<)VB(bH}nVj6#Ci}zDD6D}e7_$vxQYW%Sj#qVH=g)>@|>$@(4r(u}N2xV7I z!8`jDQ{X;V4baVq8AhK{{f_M8bs5en+sRPKBZ%;Rx4P;_j@}*9+$x7c`RXrAy4&#s z@q&r10_zkk0u;jUV}${En6*^D?UipM8VieG)J;_8-_Z-8E~==Y z-r!`B|p4O>od)(oWI`GyeXB7Yf!z z3M7lO(bhG(BS!e)iixO7op-?qRsVgPIu{kd1?LV4kjltUZ@D)PVT^j=f65pFbWj(% zbD)#7r1|4mtGs+ZKAF=}>|#U`Fgvw=sLr8e8T=O5XLS8$Vu%SAiM5-81-w@esc$3D z4Jag-T_gX|Z1nY|Xe1{ygzyUL=iVRlaJEQ(GXhH4^I{5C>iPyI@xbhraFEU<*FO`k z(bD)<=bXuXX(>s|TYw8b%YXz(oRCVc-BmZ0UrV`^=>4%T#~f~lNHC0{3=W~?DXubCeJT^{bZ)O8f=kHzDo6XpH1O2R{ zGNRcz(0441;L4S9-YK+@0NhrfJ6rVOJ9Hh4(P@c9g$4PUb&c)EhK>@80)vB)fJJuD zi@aR}T(VgAYxhkEnTw}0`3v@f6D$$A+u@=^g>&(^#Z-3-~-$apo>P?!|QF)aowUbqwMf-OE(PzV?MWi{>@@9Q?{PBS%N{@u$gf1KS4~KJZyTB;QV;yDo;-;2^Kc@#m9^ zsx0}(jtVtn&R=Ktq%Z8ZiyI+XhP`+rq&?CWZ*S2lCZQ4+u|M^AdnFb$t_6|oXJU;j z0r%H`0o?_n;Nl}yRp@Ug2*Y?6$XCQ}OSn&An>qyK+XZz0^!_nn7+7KC*V&PXi+)Jyl*QXu&ueJw4oX)s zXrB-9O!*}vcx!Q6(22(#J5>|@nXcNu9oetAZy|j!SNAU|zy+VFLjsg~CuB9{f6$vR zko+!Lq+({}B|bQ&LpV81e;n%D$=fF+D*iH}@=BNU*s_mVUgyH21aW!?yEhv~CE4%~ z-qHI2w+HB|N2v^mo3`K81l;$f*~64o!L>X|G8oB*h`R5w3?^0lK5!aXrg#HINoF`( z)U9rGgXms;cYfYDF8pTxw`C+7!0iRPe2dHU69}iV<^FQZaq|od3@LIPP(GvT#{vuw z__mF~y%S_S^!@+bDJhwaAEC<2 z--}7&f4qn9gF~li*PX0s+hri_AU1qY0%NE4yS~i2mA^}kcqK`bHcT+ZNsntcM#|v%UJim%olkU z5794mBWs*ggyw|NPkGC@(!(_ucRPuXnw}e{^TR1BWHhRtPF=f1Az;-|V<}xwq-VAx zXNZD(e@MPVKo`>jOQ*ZEhaow=iii>33I~_Jns|ku1nn7GI7cg&g6jB!CBDJqMT@c3 zqmNb7o{$8#%k?jhy}s7~GE{db5f{K62D%)jk!B+vE)otMY6IwX6P5?DxKgL=CaEFt zIFg&cD4GkkGvUjt%@NMFpyuc#(-w|e2AHN3G#VX6p(uHT%fVv{lJ5x6Jw$^GC+WVC zBZele2U)Bdp(B#yWY~nd6^Z5l(XkpN$7t%cf0|9`L}1A2_4Ky+v4$7<_m)!g9+gN2D&116N+|5Xv3@Smzz%3)0nDPCMNG_BIxMM(<;W25GcJKG0 zVuIM0O`aYmYQ~8DDNYy%uc-1+TH4p__kHBP28{W0iz1Gi2po$8yR#oJj_PsADy~|F z3O3|{^Dp@95E7us^+h5JX6<8SC6ZbOKZ7CTVG`)VzMIQY z$$iE1Vt5>DwIAuvC|7BZR`~YFtG2CQc{iCjRbs+#IicSXgU6ld8-1v*-jz`ua4)O; zr$+4~Z;hD)z?}lRk26}HnlX;?UV2c9r?fj}avjE*d0(tpM%c(B*U{1fjiHr0$F4b` za;jU+rXOYuenAt3mwQ?rQJW99{ZfFJ0l3pZSCy`QkMEcOA4PC3rEI%NmRIYO@EvB$ zon*gHcp`aZYB1$n;~FvYLpzT}a#_%)c{U@w>_fbh_XEFv%k;#R0`IpOpvzG$qW#0t zjoINr{olR}->7x{}fxhlUSg?WD1 zk1i}WS%9ArkowL7UC9UP=aC@P&S5Q{rZ!`^KK%kQjWKE4R?#bLR?@C^a+f=Gsjs)o z>ms>h6=Vl<;!fy`$po)ie0!%!42X>JuK;%r=vL2+kUke^zHE*NVDDfh+Bp41cJc4= zKKXPRg8kOmszz9TRAsu2u?jjax3rx)Xg~b3YydUgt%-x^=ftEy74RM(B;R?Ut3DQ6 zI-YT6JV_Gx9k%MZybs@{6KZ%3=qqn#=U^AZ!L z45hxE>Nm-vbO3h&=;|+vM4?gHsggK-OLh0-V2P`1`HMyog!BTe2uW3TtRVz1@l2O52Avr~-mH1n;~|t2)GUSVR_Q*4 z(WT5Dt6VEz;sNe5(2do8?FmWL{4h&1?8)D3ke}dDC0|k+^Q%3q7+H{=nPiH>U&~cz zxA1RZyNIgM??Mcnt$=O2RO-urOd9&9?BJS0uG4EaHR4Ev@^c#jZRb=wUQCQxt>_^cG-t^!@8 zGMvCC_J_w+e5r*7O3#mHvZRUrilH?LFjBhB+aIyae&OfnxBm9Y^b-*q&}dB4yilml z+i|Le{RoD zmA$#WoTMsy6DozZq^U=TIaujZZ#8@Bbt4|Qf3^;ES=!F^G(5g>POeA$g{jvgVtJV` z)+!03WnfP|rm00{fxlSIA4^Un>7bUVLzsP=-YT!QoKIfK) zIZd+&$0kzzDPCMFPGC!eH{wydUsZ@3iG+J-8x_+v`cte$eqP^i7>B8|NL4iA!uAd4 zOnmY94!&(SKpi%LF4n}gR}hHusFz?XJ+2q`Uur7{(TPS1`oC*S#CtItO?JVrT8bso z@6o**bL|bct=E^-B5YlE^e3fYrU;Mfo&fF^&^3Xnv85=Nh4H#D7$F<~1-cg7ZVq%( zv$5N@@(U8o6dLndj>wv5#`(u)8v_t4{BtUu?ciWV^3Q4mEfK+u2;Pdh|Q~M zhh!#C-?I*-|iDjC-~E~5*UoJh`_IkH%1J1yfe z%-l}6QQuKW#>-6U$;9|*HQf9jsRsOihm2qF-XA1D3w`}nV@!V}O;}bvDd8YBnzsqN$FIRW6x92*P4%_q_dyBBM~)0CyMY-mCXb z*JY2tODGT0YkZ41M}mN+HJ>D7c&`y?L;h!bH!__vz$%B)BUxPJRwTyN^qoJM@?p`} z^^PbXvZ%HiR|Dt>zsHD~84xd(s?{x={2stx#Zt7s>ng*Q~>!w6$su>L8T zA{jrWA%Hol8QZubCA(#@`tKx7LSk>ia{Q>Si(3N`3 zT6Zhy84Mi}J__ZPMGGb$e&+wcfUcp#YlmI5foJEE!do{JXxTfMUN9yZGy~w7HUvy_Bmc{s|xYNuXPmcrM+49A%mEyuA}j>KGz9X=Ji5bD$5HkxS*6n z@0BN*rSdbu(9!_va13;3N~x<-$%Q%45LnV&2OD9_ve}u5%iw;ELrK20Q#miEB+@@G z4w7GVu*3zS)1*j_UdY9!S0BOoHGQFGD8UC?ko)2U=(gI{${$Gy=GM)uL~-(*+O z1H;K${@yJ=h7!v>r;V!GNhOv1gM6(Sg*bx6A0^M* z>wc)|5DH=WH}{Ye40up3bg~c13f@S{eA8+xA;)2%%uonnoIEsYjYhSc@iR;T)Zqf? zVkR?C{Z5N&_!2u)S{SMqq_c|~a?AW=0%M%!tQUt=)f_3*Z0Ykg9_9=F#A$-SofDO> z!~83>COxT`z{_q5E5N-3y0@mTQ~_^WFo)7xA_xi^>BJ0!#mnE2X=akSJbwtN-sybV{cnozf{K-CX^9e|OD2i!Xe6)?WLa zb7p4GoHH_Ct>W6l&+TR2pUx|gumm)T`6^M+YIs<09mJ@)wIyBswm|fs&lxt_Kp$X4 zm(2a`k(p9l={o?p7odAB;zlkJ*Bjif!Q^C>4r4IlHzL$tAqKOpD|25&(^o#1 z6PD2sYM1pSsn3eH7GKFOj07Z(*+|uy8#@!jvbL*4UZr*Cy+l8BIi!dN;{98*{qKUw zOBry?Wmt#~$Huv%O1NyTi7jBI30eyd3wQ+;p9_HZWmNY6j{=EiWZX{M61-A#wE$p0qnR0~J9-~jno|>G+Z`%vtzmy%lffHpl zINp3a$G|D4aHO-bmsmoUEe>${jI(H z*B<`%9sgZ0LBeg3;(aCRMj6xqiU z7w2BlKqsYCbbaEqFP1ld*I4?22JL%7Z;Rx%4XNS2wB^cMOfT3Y0z2995Ai2ho76YLjj3Q73ue0YLd@+2#-CtG&$RGWpx z^g9L|1T>E@-PYZC)m&CwG(ur|VgT+V=te_ za??&a0_#>Oi7jT@JOlFWDH} zSmpHa9g()eC~ynIwA*LUWbJ?Z_W#-$#GiL%|GQwWI%^|Vi~JO?A&RN?f~T$mB?LQh ztEdYOR+sU*W?|#KE!JcBIiTBTpvT`hFfz1?yVRt5R64u=pt%w26>kDvNYEWw%f!|t zO`_RnNfSLfhg>uzBAj_ltjP3L!={3i%) zvFzoJBh~cFU#x1GYIZ6FV;rf}h2a*&;^4Rh8gzZB5dsa?$F7A7D+|dAwlBX!qQvEJ zN**Lok{bvb4$ji^pq^?FBC-#ysd&ofp^zvgru%(U0&-=JFQZM>iAP%)=#Q@rz&R6R5sA4{7q} z-7MmgJcPNr-lm>d?;L+{M6f?<*OlYz*0DP3E&3QlJTERf>w=R(T=&^0 z_l?7a=HOt3Ez?m*G=VCSApwU+I8-CxqJS=b0X)wA^=1yIFfLQ)&{h8Ei zG5D?p(a_?ha_~81qG}&D%FA}s+uaDbx@KY=R*2te%fTo99Yg-t&d@2V34 zLs=^;`9wo&+c<0awJY>Av6z?qp!HHsy9eoWpZuVrl?40yk9GSpq4pgw{LO6{e%Z(J zOv9`404@gTI?WOzb6*pAF8e!TDk=slJJsuV8R>nagPoHg&_lN+S*67ssR+!AqJsIB zPFjTE#tf-MoYDS5a0ItA@Hgr5-#Nv9@nV85CyAB85d916Ph+jlr7?;$Mb^%~C)jvQ zpSLyAzRuZPN}4z=TC{~NZAoHVkXENTIkx-^Jlo^R$_uge>mXnQ>(yAGn!m5$`ON@gsM8I%t@OOY zXzP^K70WqfURhW}PH806TczY71J)s!H>3NG`6nEv%qh&0Ub!V#e``Ab#fuBNIKoaZ z*yk~Waf6+Mv*Se9N-n(`Oi*;oq&rr5eg?S&#P`3&g<5o*m-Ben&V(QFoH1cg(B?*n zO_Y($yiUBX7lHjV>un5Br4niP;nWX_ z)Kl64jF`7D?0c^rI2hdC?w&)um2r}A4*Y1CaBaTjm*!k7j6Q*~Oaa780J6 zu#jHMLZjSzLCV%FzB}>AWO-;Jm&7j8u$c_Fi=fivwak*LfgScQTHK#2$K&ek!n+$@E#2H=(moXx}&Zo=%t$eS#c-xaBudo*W`Nb|kM zpLCW?CR3)P`~Ti&AOYQ2n}y~2WbtpIP!N6RVApM7kcf zXqAP&Y(IMbpOAi8f2=?B|IXbZ2i@4Q0fu%D^`M2pkfe$+C%>>Xn2L<|J#NJvZuY2; zQ;^XsyjL;)SC3}M_Ythxd;5M*!LSj$(N9xDa@8&?{M7%8_uuznC_wiera_&kU5@;L zNj8cPZbo13Bkn3vczEJ+0%hjbNnXR;UQfI#Jtmwsxo9us&qGUULD<(7QTL9Lu#15^ zTEg-FbN`(iMG3lxEu7J00T0W*HCyMJBdazf{j}>V{3zuDZ9y&>WM_tX?ii9>3<^H3UHUyM zM$1xY;OiB^U6yCIkc>PkJf%g<$~-oP{-hUDdceAR^XRJkx;z0L2A{n}grn{My5xUc zYS3-G*wTT^i}l8;MPi)JXcfPK3q;z&Z-$-Sd3olH`EcHs3^xf1gbkeu#aXH+}b zstmHCsci@V@%Q*42wKqX2v)ny zsVqFSZa)heI-M8(4lNkIHC2|L{;2(U%R1^|q>hCaoH~4WYNj=gIJ4)syfMkHfoiei z$5r2tgm>HUf8+h@(t&P$sTesS{?<4f$@f6FsAQcvUnIHci(bTufaLds)~v)bb}gc9 zI797)c13hIq{-%<4Zg@gFI;rOxYzuyh& z?>S-&pi6+;L^-JBdX{=P{tGSf%}+#1g~g9+W27uR{xg+ApBC3Qj)i^~tT!k47m0h^ z+t94CqaJq5Q6>bz5iDZ)PW-LK{rUUfd3B7So8W&`1nbF_h?f5Ta&mKe@;fG^V{rjO za|w2VMSW!cO9_=vQLSGOgY!lpWVT=@m`6L*EE`WGW2l+FQw-{E=KRn7cMcvC=r(*i zUcgq>;VVs(Yga+<9UG%#`3~QZEJYQoeY0Owm(Bl+RKsE^pUAVdpHxh+oU+KtyE+8p z9fWJW+@Br!#Q)}R|Keo^-9YvqDI5Y7*CjE>?`t3qTx3kA4-Zho+1J_Kj337nb0sHJ zT|CQU$T-oR9@BnhG%(3CxDkgAB6O$oUk0Ya{Q&a70=jY^WJ1gBvlO%7)c9X?rATS& z-4|E-<>={M#UO6jjvw6%1<^zhZBt_MEO(d$em-30dhkK6y}{yX=K4Rrmh48)*PC`$9c+jX3DEN+S71v zRSI7+2rd0{|DB)30lEhjwK;{G)|9GUR%WL;Du#Zsj`+ma@;lx$L=(sR#X5XRJR%pu z@E1oso$*%qNb18B-y0O}?zP_WoZDjJp8l&x!Tj$5!3nylZL}Mg!(ph2iZnMjVYQ*x zMx=acfx&^7$lb@IT=m%@xl>dINU?=BRS`*VC|PX?R;#qD-6r8BY@=pa@6rCPAOAa- z>m}%JZz)%D-*@R&y*q&|5mzQM$DZ0bu7|)kMao|F&}T%gODAiyH6ri=2u?I)6*(DYN4O@_c(OMr25 z(XmivycW+?PXK>wSplX_S|f({`e_USB`ge$W+1*6#O!rdgv#I~~@d+~^A0Qi3u3_NiBl zo^V%fn{bOcw~M&g-O9(6>S853^QDFdu?34rd~mNHUFKY^dv zt&VMI_H+kt`S0ft@$jn}*?cw{>4&hsU-PI=$1@+yxm~K#N01yC2yhm)y7 zl!<_K4MEU#)oh3MO6^xsty+a`-C&3`d618x;FbSuffj5$;w+l5Nxq|>CUO3t=$CDO z<jH5Th6c(5bREzJnl`-DLEtb5ZO>Z|OAX}<=s(zf}KaP=LLrE60UUwNd% zww{ro`+SpEkcn0?x^ixXui1+XCtltj(wsE-YEILa^=!)yKz@ZmSBNoI^CKTpkl9aJ z1E_UJ2q5w~@lb~G7gHeG+av5CJ z57tXWK-bK_VLgm>UsZh;ruDK)8P}j~*!z^C%!tu=t;L(d3=&}ry6ls8Vd#a8sIXP6 z^$l@nO%vz9xmWD4QhsJX6AcirDCiy&L6}F%=Wra>TY?Qqid?*Pc%!#mYd`x`c4*njA-IpGE(Xa5PH_g05 z59*h)%GOsfhf#84v=MgsKprGOcX~>quDq)97RPqGf1M2xN7Qz1p=s+=aoF=qtw#6U zi?m%Sx~_rY8}H4|D4~y`r_VLE4NuyAta70q$d+odU_I*ZnS=jbFzQ_Fwk7La-^{8o zXEkZ?kjmkNR_n&&+Kk30x^yypM%5^r89$PYt&&U#+m~VxKiG4`h)R%S+7oj(=zi?! z``2ImyN{(nH%h(y9Tz4b7^zzO6`+MF63 zgYM4oV8f&&T#d8aw_y_u9l1}C$Uq*XL3b})<=7~(508MW7R{D~V!YY$OPQ)%Fsex= zo{)Laq{&Q)Q4odOB`Q2ho^Zo!XC;TW)Tg!!VY6iO*;;M0EN~tx1G*?Q$9o~`r9;d| zJge?8K4Xa_^ zywFD=URlt+{d(2p1GDud@R)3O<=67-d-TMl?!s`7VS6;KY<Z`9S4(7^Sb*ORfJ1mcpPNqsc0aqS$J7l3nzP>9^Ctzv5 zmHHA>^kOzOP++GFR~rwG;dyEMz%*W_{Jnhp_^>5nxm&tgnQC9@;8Ny_>^?^Zef)X;|g>4fE0g&I|(6f&Iwgb+XzDC%=vx}B`2xo6>4ZK z4~;l&+(MTbdk1U7Z>Z}+guAis;PdP?=;j8T#}6e0#Ee$aryCe|SKXj~9Mm8}9_tcBTpa8@Z(AdLp5Q5&_>G(OU?9e_X85}=gqAb9Q+71Zop(9J z#$kltFb6vNRIW&NFeR74LWhz8`BehlP^K7S4ucApdot@@swc-{VZkwqZ&OnHEl7E3 z5pPp_T6W*lB5f(;?!YGffJ~9&K5xw_;MFFD4R`d@`K28k3b@Lk`^b2*zQjHRE$$O4 zQ!Hw+AAC(DJXtAr0OMn=v?n9mkk_Cw&*URRWpco2SZOL2KHK!Q$tyQPZ;Yz{*=9PriXBzs3){o;eFhw6# zqq?h-_=?~Xk=qXGD>NAIL;?2==+c^wnpd#4@kfL@(xxmIelKWAfz-)+gd_5&b}$R% zo`^%?kJNBKJN_I4; zf2v3{OH8Wf2Q+obtSdco`yS_+*fBLsTQh-WyexV#1sZxQ?1mV+55mjs;!NUVs2VFhq=`N;?FI5(nJu*_ys$NT4FcT;dTgqJ+W_B7< zcy*q2kn`fKou;>f^28i#BF4)US92Pu(!<;+lBjR5B*6VfZ$a0$kr?}|QQlFun8aPh zuU0Cjj|QHlsmOUuCu-&HTY=v$(?`OQ87UnpkHITgVipMh61&)k;pobS#@HQb#^4bk zUJcMC@U5*wdjZ3IAu7O3%v)+=fQq>;!QQef%@;T_MNG(FhzQ3nQw8zp^RQ>X8ae(X zAc!lk_^vYAY7pjK>d7&zE26R{lLy>) zpc|({T00p>pq-$63;MTs2Hl8bdWzXDRswR@i@7Mb1uT-j?&3@->;|nIX+CCr3{q} zxVoULM!74$r`T8-go|Ahl_r~ZK>ZoB`Ks~d()<(N`$aUkEnDoZ6DZ0fe{BKzK8y1}(byFut@0InYBR#n^FBpCWiKm`j*z9%rHYvP*?HrZy-Y{)_;L;18l zP|)pj!e~^wk?<>`2*&OHN?5762AR~a{)m!c2SsJh4{-HC_p_v9M2GZgw=cn5c)jYR zZ782f)D2zkSL9YAwqUek^Djj3#YY*eaQStrI4hF{=&O~r7{cdwo2LwWq7y7Bh=BVZ zbd?r$xw7VyKueR!S%5ZE_)+fL<0NrN2SbpQHEStj-v&iE9xUeRp%Y_ekacd!oAr@pxVH|;j zTpQGxUnUQmXJA)`%#I*F*jWb+jY(u$f2d=S{rIo$`LCTBf^Mvr^%9Sz(VSVuiWQo` zulH9jl_VxaUBB-T8JONQxw}{EkJ36Q8Y&uS7%FU67O~Ggq!kyjqDJ2vEiLiNnxO#k z8iDS~Nfs`V?tu60&o%Axt{&L{yI#CXc=lFP=)5#8giJ@0{jcSE^MNDm)kI1Qn?d-_ zU-RB6q%Eg+|s2$-8c#l_2$Ee zP%PR(nWn6!8}cpA7Cg}&HWTB{S@mmn@{_mFRc#_C7_rAs6LxoUUzI$Wg^?1uerYwO z00iYPIr89ZU#T^w%N!wVMUUh9%#eZb>}D*^z_JP$U+??tfvKO=9;} zg2yjDn4lwpgU?i<5H5fmTz@kI-DEu9uJ;iMtMF!l-3@Q8Ej-_cB+Z9&QdzxSPG}`m zT}sa)KVu#>C&f-d=d>b2zfbS=dhyynz0{`pE-}$Ak8#RDD zSb*+vZQ=;awWMz5^{~n`J1y%n-kh@Z5ht1U+j_%AA#FXQ2=#1Iy6h0~0k7+bg>yWn zii^5|Ovdr|6-*Jdw<~afYYDpT5uPf->X#M*bH2=ht*-^H#ad6GYuGjtb)?ik!r!B0 zIWj6@*+O_zWi>xV#$jj&c1Ro7U*;+8GH6KG-?iZat`+F^Z8jfj%e98P$gm8R|Hdo- z^jXGUz~znW_;X>~yR%Xa46BQUv^;GU+*yQQRZ1lEPiQ@_h6Liqsw-J>Qqo`W1Fkjb z+7tcM4D#wsCffK2t0??Sn4SRUKq8)Zc#4(&?OXY-hyZnL1yqmmA?MfE0Zkx5m%<8X4ya3k*bd5H6Oq`KVdihD3Bty};-}~{8s@e!+LCj&Ss}VVmv}UczP(nA|Gu3{bW9>xmXN;VOV@2fEb6 zCK$xIIW_hVW@Fn#532eR8uF9(v6lPz(8%X)pTyLk=|Z;Unvu^xYkyrjC}ufq+VmEQ z^E7sZmp7lH<+K4@d(bsOg4ldD#{Phru|`T7TlSlJgA3)QR;`_A-^m)q;D=?lhl?sK z{Lw0lRfGAvbL-iO&3yAW!vlhw5}leRp%r3)>j1h#x8yHSU&&UL$BBsj9&8G4>lyCx z#38i$xg?*j?sa+)8!m=h4j~ki^lqqJq(jJ$OBL~O;LIk+GO-((%9IJ5A3K8XY69Zf zX^fhTLVxtR_phsBMk{65guLJH1WTLfk@a%5-W1lV7dkJPZ}=^<4%lmY+DgoK9n;V_ z`bQ*Y-}gk?1Mxb6uKy30^W2ocFqh(Rc`h@D-ys4rIuv=EKiU-WuC-qfw4ay{EBq{o zzqD7xzpA`w+pxg#)UVYbVo(%!hjaSC3$Ay60NwrbkPWxneXbR zEc%keFeqgx63&spNPZ z6&;6H!M^8nJ#VNWbIO*kdf`xeIu3?cfOuU&SCM4c=j(!^|2TZfbku_f`+E&Xs{ytp z*6o)WOu;5b5PDh#-*E#=#6qN+1>?@G%o;JSYLkMmNV6N^f6c~!D+Sz-p!>OV)X4Pk zD}dpS)RS1n{&GK7Xiez@$o=PEYi8w8_{pW6Y^WOXlKee-zT+>p?_a2~_TmP~Rz_^vf?aiSoEnnD3<)HhBzk^_ECtw=Ex z|66TMJ>YtRu9MY|gUm{}tw_aO2e&e~m&lEn6dUMl0R>E@B9`wayu_)A3$B5EGDz;-A_ZJ8(3OhvZ0Nf3X_ah!TuF_dkg2(`-BqMN=Q`($ zGt6y~zMzXhD}j=c)kLPGDsEzIL|&Bej+5mxECTdm z#i{xaMxHRa9O zg2^AwK8)OgLMZy`Jg(S#k`ni$mV)2}MjSb3)Hzukwjt~3ZHdoG+Za?pduiAzLm+*H>R0M7XzY~n#d-UDa9zY7bS?FsU39Rfem}x3Dt>Dy>v;dQ*BFC{f0>Qm z>||vO+j^t`Sj0iYW}P)Jo7XFJx} z)AxRW-X#h~%>}z}*VOSFj%><9p%7vj(WcJHEo#or8S^7@?+wBU_oumh+jEmzn|Qj^ z!SrRo4FuhJcpe#)9?xsK&2QEGN27N!JcZ)=UBc7CZ6zv>D-7lEUGW93-^o~9avl}j zV`0A0uYAqRlWE;s!qj#tir`8I+#t|(!Q4bNoDT>mgzi}GJ#NZ9X{Cdx$&B1Gxwfug zy^KPPZO~HK%`WXKVP6xI$ifD%g%X7!kxT`K`^yt>r$n@?z89PCbGuE$3O*0+UqxMg|2M*XMM* z05=45mzY1v4*SKf%(vi$S-CK1v8t~$+~#+kbxnB5vd<(6L6fu)LuC9cE4gePk5?Dj zj5E0zzK2IjDl4`6)YtwJ0dPY>H$V-Sy~b$#+p7r8rXFcd_4d;{N?msYSQt3JY{zhc z1nuo-EY{a1c8&FS-%H4uv$PO9NO0hkj6|Lv>=%jV3;;I_bcyN;w^#$8L@)^+B9OH4 zl$zJX0{2ljfOcYA`!USO7O1 zbg?bq7s+1I&lg>3Z63`Q$Eq!pQzBh3y4%@jF2Z0MZmxgMYrg%(#Jsi<7|xWl`E&10 z*qDW;M1*o@`=(;4o-W`q6n4Zn(qj`rA*PcEYU(VknRS303A(=#V;S=xjeo^ z?1F-*+i5J6=IhLW8x6X<@rsNaxOaC=3`gRTTbnPI`@P;Rw`VmfOfjee+!)aHbpPQ4KW!d9hTq<}2uuE6DVCQx zdt3?0mBSiuV@f6 zza{j@9oANuS-8lJ1AbZeuXwak`7_GQKSvE&(pRI+-A<*bCopq( zOOgW8a-urDz`9W)=spA;*+WuqIgbx2a5DJh5z658j+@(wG{NtER!{4GB=wt&yCn+x zX#eW1O-B!$2unP=SW)ty#h5$1&)XMYj%R^*lR$T-YwRPGD@_?iTKi!@KoLU$WcOOr zSwCGw+;oq@Nevrvq{#@=ypMak=00&1-^ZpPVQglamNQ1$U~YPbSD%FeHyL!laOJ=W z;KAhx)1Dzw>>l*g^B~Y=eEEJ8Pb*-J5S$NHnMaY~&ja&d|CF)>yWAHfG$%|kjD{Q# z;FY)9`>yogewcsts1(qp5Ae<86c@+C>ybp(z?Hh9hEKI?D}j}Rdm&L~iXUx)5R6c8 zsic5=cMvCWi__{f!eht3Svke4FMW({+{gm9vsBQ1m8ET`>KuN$^_p+lBE=DNe{A>i zB>tQHVh<$FUCY3$vmjXCh0ftF&4!sChEz{we)@vbYVT*5oZQz5{LNJyKpxUSH@8$3 zdjO?7iF{$#JRX~GH7fp-69y>4NSME9%C))_zT41*HIiRbqc8bbfi$XZweq4M#Hj{oiSna zW{98I+4OObA)8jGzoiaK?1;`j{(AXk)CX`gK-bSTZ@G#YxNYzckZ-+#Z^_uqY-3A#5; zPAgnkt=xk}b(5y@ z!eCgmbJf;L_%sS||L%eP?}9025loC?k3ole;3Z>HZy{>>#1pm~mWf5dv?9tc9Ksti z5iD1Wd)%b^nnKw_kizRS_%WCaIlZ7v=Nm)>=BEzA#{5iD@l7n8T+;YHgQTz_L*)fTnTc#NGB&r!KI zM5FOlvwK3Wngfm6Y}hze`b{gn=e9*x4N_F#`7JB|Jo_Ko4|JLj@x0S^x^&l9v4 z(o9URVA%v!BbV15a(T4`!v@e_ynlHtGFccYBmCwSjP~2--#17eNAYKD@(Mt_`Jmf< zNd-3@%-h-e>ZN7*v%&%&@2)h#3y+q0zjrKO#bh-mIaNw#lCyQzjkF9o##PK@h%eo4!l!y*S^E)*1^Stkc8oAEYB=Fx1} zLj8EI*=d`tw!vtR60a4_f$+&ZGJg6JSE&^+4~3wcW#m20_ftT&;E`SEvomi7<1u4= zpb=7a@e9-OfEZHIF)cOI=I~8>QR695{kB=TVG(nb+XT(t5|=X zE=o5UA_4Q()VPZyz8D^onU}4SigMj6QtkeC#Wk`SMXL3Ije{i=*AFuL-=z`76*&g8 zT(yz(`*}8le{Qz_cfS>Z?iJ*hJ(D9uXu)NCS`ye*G@~OQz9|*1+5+ruyKIey&@WJU zYc+i3S|K=+XYfU5{2K7?5ohjrHQo-Zvq>7=&wyJDx&zPt*l)SbI5$m-NouUW*eTG zZY9pa1aB359oWB>f-c+-(pSTT68x${ctspgOvY;XlbZq^&h-H)JIz;U4PLJaWE7V4 zAB2k5YnA$Zp1df0)9Od|h~SBh2AxF^O~Cw?fo@W&Zt{NMv|W;cC=SWdZI?!9*t5Sf zt15M9^SxJ7QP-OGF}sieWZ-+$KFRz{S;0a#N~PXAj$EB-Lrpwr%pA)E)piVXe7+m@!y3qL09`? zP|{+9t{S-pxD}wA6Rft{26r-8H|3=)m2XYL`_A@gFl@BS;kBMjpZhSP!w1LOH&t#K6NMu?RU0WZxOhaEeI7RC2vhIF4o&BRH)d{vcIZL1V-S_Cr;myIj~{zmI%$ z&zf)@X8r};)sa>rIIrODjzKo(nAkpfN^FbEiwhRzeiV_T*2&zj{kf^JGjkj!0Cl?} z1B#@R7KpbRbf;eNQLW8X?yh(4&rR+-MYwLrImDoz)UrNVJY{D+N}Gl^6~KSv-qU&i zjhu1=^~kAgVnbc56s81QM&1J#2KwXVHHXeQp*=s7@#mv+r35UqYSt_k?%{0r{;1U8ZzRgZ=jIB5oOkeKuFDSiQ#vw|c#jX-b(I zg?jo68L7A82G*&VVsT!X)2-%EDpNKcGoPXidnj(4$Y#<5?*aEK=!TwBd9)mQ+C2|L zMhv_NgeBAVf7UwK_-UxB(7J_+6wXTb{<4aNmaq}`^Jy7QM%_5cZ1ge*k+RqO{TqQT z6A{3z2i+O?tf}9>7VT5Z2}Y+T3ZTt>BZ>&Pe|yMUVLQvaU3f5{8Q+qUBT=1k{$J1v0K`3k}h(HyhM^^%}-2#+X%V`Y-R)|pUYn=V3tV~ zuMB^~u5XqsaaD|_D|)J}S`gx@U9b+_`XSe!bF~|IR!>G&zx%Uax_B4Mh(yv-Xm`>R zaGO9k^Ad7LzG<>r|F`VeV+zmu#`f5B&c*I9Jh{UKB}tFpr9aiE8!8%k#*z~eRBPD2 zS5&M+pLmTSByo{v*VoxJz-u0JBsiMe8S%7?AwEa(uV*K41F`xIJ0R}_T;qZD4fa7AiHspq7B zm_+0yzeGx)M@jis@UM}t=j5NFG$1^^YYqwepe6~E2+=%N1_kNU0}Xf_a_Fa1^nrL= zLHBYV<*{Epb7^y|0G~vgqwjok0rqIgknM=6N~Be!ul%A#-0uf#)+XIMXSvADA>@HH zXw5B1k(Rfay4hZx)Nz2@2D-t0+^6tu2wXq*N?0#=$R=dEtFM|vjV`L0RM3K_9T&Cu z%BT~%d!w`sv)rNMk&LF`aB9ounjVSFF}0P74RQgu9dtcYYlcIVNO4E2AEGM1ucG=j zm1zvNMH^TN)rq*?Dll^fvom~mrkKWp%|FpumCA09=KVzZ>OCDj0{*DoNb#DE-$RgxT=+dV=k?dE*;LyYMjq=>oMiJZ_6Jn+`{x_EhtNQ@%o&G${mT3UxiL$U@f z%GEKxRL&Sxr*YIB;5tq>=)!(p6WHJwA9^SZZ}hBT33xiZ5il}pGvBzjX!H_hX#N(| zt5ROZ+qWO<9CDUjn60<=3(xz@t@Y}6;{p*{;bfpa^nh+A9R9Z}-ZHPbRS9b7Ty!&T zov&3{O;&XEy|gnX!P8xj>;4B!N-kT*VxQgVdkc~|f8o@2!D}^n%kPx9U%?UqZZGJ* zaSmCk^p{WOuD@?2a?W<@sKT!aQa`7l%-c+cNc>8k=})iq;o()?oH55sZ2tCwSyNSa zWf-*rjSn}m3`)UZKi>zsGT&S9B%fzxvl7yrj42+Qh>t^KwzvsusA0UzHd@qw$$icW zzQZE;xISUqdbKqO1ziH;eTQNiX{r?B_HMwM9*DOebfpsY+871M5yxFe#-E#8?0Ok_ z+%K`oHMbLNu{*su4W*wW#mEx}12l+8>?Dy*o8^kM|9nC;!tao_R6FLyiaFp8fNp4> zaL<)zFY`2eu$40r!$BN+Cvu?smz(xQV+Zcy5uVUr3?70%WZSjP2=?vKKiK3&*AO(D z^pU1DvaL@^=l^>T<=_1_2)d9`X4{Wc29mYT`1fxS-?j;Cx@oZl@=D>wT{=Ivq%K}F6s^R{9}Hg1A4)`ds%TsQDF zG`!uylOkCb=S@2JoE!n&617^Ugv~HBy;~TBkR#)u*+~l{eWzB2X4=XQQB-S=pv_AR-p}Etc0#AwX&^4fat& zo{8=XJ=31Lcqvi9DL_i3NHT<*^Fk7(h3hFOP`NjU+jE)Nv9w!TFGf2D$io=u>Qrs8 z>Lboe_Y&}|x;f@GNdjDh#a>yS-N+9mw~ zb1#Q`XXan&fc^1z(50YB|1e)duE^t;xDTp*#Nz^A9+e5?rM z{K73Bn8Hj1i#wEWHLoEw4X7`&PQAf($O+Iz;qBs< z%O|pdnk}jkttv|r%%$15C1W1_eD{!8+Y#AISz$Alw*on54h#Qmb?%GNYIg_^e|j?h z%QZ+)O6tQN5bqDr-GKMhNQx4ha8t?m$9}6@tb)_It{{Lc%vG^TTwd{EaEcSp-K|}* z6e+q;5ovV5=3Gg1(A^+8>$o4$P9XOMI6j*MT~l9g&+<3l4zTqLebfmLlkv27)eN_K zC%Pk=8(g6MTAg0Xiu+qgq0Iz~KIky|ZZY0y=t@8-Ti`O?-{&ucMdxfDGm>WQ>?@NytMaoxim%ZQADXerbDQTaC` zU#p)C?7k?RfRaX6H>ZEs6O$jkpC-8fVFq-uDF^D&pZz@~LMeJf>m*>;0}3ft}h$E;TG9tXr(2?nYK2Wqm9hsg4P(@63WOTKurh44)2z zWp8Go#NI06D84q0FD*gygcbc1(hPYG+s@1K%hixusgHjSk9c9#jUYijxhq1nUj-`! zz3Xp?3glr9bbDq{N^KB(KPYtse2~j35z=>P4`CB+nr@F=FRnVn#NL=|kc2_6A74~+ zwyuj54a5$QkPmclPd)IVI+s)mv;*Av|Ia-(qjRjn?u?4kkxzcedPNvGv-vUP!xB~J zEi*Dc_48HPQlvib$b5^eJYmUt2dSL?s|Sut8mB}EXTJsMX0Tqp0J<^dvtxJtZy!?n z;X4Es+-pfQJJIO_WIEUJ^yVw?MyYVNH+-IdDM7hm2o9j3^k~?s>uJ0THifz}WI2=V z9|ZSDErKpA+Y29SNkWe`!>N)?GZp6sn53!=8+dlE3#$;rm!rg69(Pjw>d%i@UMk46kI{ z>EA~P$Mt?Qz`i-u-+B$J#?m&zymc|OVwmU zH|!59PeP{mJN24sDsq8T(rq%Y*OZk^d~rjTrnWP_6sEJfKN{ z5)S$dB8X{`hhSDO?`BIvc;YNQj{Osf_ zO9i+jd6^`A+~5FxZkUfpX6;Jn&&khLKk}l4m|Rs)E&|B!D(EKU@l5NUz3L6$uB>N3 zhlX7pBm5ZW0jabTKj1x${29GhQBuBnW3JA{f1H~4tGc8S+`)2Qzuv`CgxTS56M;&= zT?5@NsD%kfi{S;QkVl_QW=-mIN|0!eEX%O-(n6K_PuzTZH;iz1KbVJ)zZ2OAHAAS&QpE%I~m7H zJR1AOd7U{aqt=yaTDQ>th8pH7%$dfmlht7u!FD8338yA5+xFw)Go<`T^RtS|8Q^Y$ z?rK_m{4s%UC7Tyh2s%4^W42y^#h4Yx!fc2=-U;TbP9DsDt#!l{pY4i*VVIAjKZ4XU z3a7|%4FWDR?8iZ>BNNH6*m|h>^#_JpoChy>euDL#9nh_Y z?2M{3_oO^PT2I>!X8P_RFfT%D>c$nJiBKzn%|Ks<=TP9eda8?Pb3tY^W7gmk7FiSV z@PXYcD&<86dJ4Gjbr*E;E`}lbUw+w!>Aij5VS`R@g!R&)U!l4>78%Oy)AIIg(lFc* zoLjF7?OH7I4DKMA-sO!!c-pgF|4+pu7mukvAisN{8$O#{*+5hlmlA97PRNus1#$iD zlWZ}IVqJ zQB-kleQRc+Xx7tDYe(w7(VP5fLfK?B`T7~lF81GIcZOm24byIEP5k2htJ2>T-QT7z zw(`iQ*lor7FKb)-4Ks-iYtM;tuUS=FPO15S3%6J<=}OT&8MQC_!jIR9#eNKr<1hM$!9~(wBB8s zpV;qw*4={bj>GOOpC;97jq1WfPd2$T%G=1aYhqWRC|;F3^i}K<$L$i;yWA92L%-fS zzt}~ylZHb1lU~ktm-S1xPC9a9*r#AgMTMLFlPxX|`;~Ud`d((w(4*SC_jfp)cG!Q* zwEJ<|5VQE*R*HMih#ReO#(TZK!-fPL`@Ab8ZBB8wnp{_TgPE~L*)FPTax+}U+#EJ? zv+Pjw0eS9$JKL=uzc?Z#%_#3Xrd=aN=VAB1M-TgM6nAcUmT!E@n4r|{`}-6qAKKOb zs*`nv>%qJGjiyL1`Fvx&MWDf1tyjIxhNx=2xspF_*tkO)W>yTlO-#FuO|Ozp^>q4p zUtGQS0I4BU>fSGX)mcL=Lb0&=#!d6`+$Eo1o^Tm!az3KLx<+a0wxZ0|easoX_i^v`u=hSYy2;v367IVC%iBlon@sgyE;9%YacI7|tj%a# z@`9Aub9++LMFuTNC^uijd#{-HyC|(pyE~5T+;&*xD5pp&Mnlfn-s!``CVQI?QR|!? zG9QU4jJd0OB*MngVd`0#Z`UOy9Q(Z5wD!&Z9ggLGZ-3?<(@hKFJs0wRx8oDjZp+@0 z$usPWPtAKO|5@4M=A_!=S{_%s8;qUyB>&y;5k393WQ{xPa`L-yeEEah-z>$t9~5(0 zyLYAXboXyfm$I8|UvT}vv-_E8_rnm8;BDt_Ul6J4J!Ha?CYIN0lz5Whdr@1lHR+70Y3;nX4?YviUM`laeq@v=4owKy(HgtIvF;OPF zRivT&W5u5vKQQdJG41A;*go#su*jn*sf$7N#cb#B<&XVbo*yi06qjg>6PNlFCHs8A zwGV|Jug?3+x$8RyA9&yJUQFd_sKp!ySB{As@BgFoe!t`^({6IQ{fD2?_9bU}_}^=h z+p1Q0=g`{vB4fYSqP8BrpKeI>>Mk*M@XCU9mHRz*&ZsUHuD+->;Lr+1%f`Tv>t7l& zc+Z=>-wXQ2v^zSs{#ci#eQzzdvMODh`E1RmN9p+qXKIAaF8qAr?PFndtHJbR#EoZn zLPcvvg@w&26Z(G8XU@rEj>#o27o?kN^Y+y|yWg31N1pL|xwFgThe8S#%3rqS3?E|m zAhUr}wAo-o@$1;f*>$@ezo%xr(Q90i^CD^Tfhd>0#}_*)d#;z={NV9|r6ZoJaQ(~s z9jzZsyV7o+dhXiVQ|C;nsXMhu*7f`Gk0qx9->05%c-v+o`DpA@3%euhO0Rr)xAsoY zGb18196A@@ObL*aNm%%G^hk->yys)y?`ZvG+I4C-5V;!ouJFS3Tc$Qgy~%2xz3Qk~Wn+wEcGRzF`yMPd8lm#QH_5?om7SVMr2K$uY25Pieow5O zX}5RIdcU}M)uL^c`wcS+Ry>SWkvft!<7d8~-HincAJ;yuvYaAvcUicNXs5yROl(@~ zt5sdXl73i-4J%pjXjSV@=KHk2n0BMe*7`4dwQHJOudMB@UmS~`rwqOt zu3G=~*XP<@65jo^`P7#315*x%Jbl_HH|0vjUbC%b=6UC@pFE+yZ}_J9fdZNN_y6>F~i~p3FRfWi+LGIU0(L?%8XY)Aa@!ius z&lu=ACJdP8{ziR-{feSf*JRK1>{UEGPcwR~bHZmw9Hv`woRp+A_1zdZork)pz6P{LJ|@AiFtj_{fyR z1iLuD@5dLv-ZSP{vE0KThTSeqyO*y_{`E?7o>PMC(t+KFMb2`$_&z^pdG@hw-F-7Z z+xlr`c^rOT(fN6J(=%VOr{^!0JUr#wrP59EtINBF*DbYuN*Q)VnRdk{$-3vc9+T31 zT>0_vvtPR+jpGmRdLQ-8>ZV2X>r!RO*C+iF?woZ{y7VY|O1RQWGehZyw?m({#XNHQ zrCTuLk_W?XSEk)Qds{tLm|X9sd*f0>lU0AGO7*Hro!8#SetrD$`Lag%{pD9=dhfkz zQ9H!ydT0**@R{bI%B1|}h`~FB%R0~LWybWc7}M_CTYe)7^@6fGFVWF0cyS|R*sL%8 z%?>|08J-iV`7C$yz#efM$7`!+k3Vu*x^t(d!tz5giOWY6T9qcFyxo{~ zTaMnB=_KYD9dYKy{jnpI@7|qj-eq2Z(D-bH{Mp-w4m5i8E9AOV_o-s*XZ4Xb9Ch2K zG+DQ+^0WN9&trF;F5fbBB*SiZrrmVs750kGvu{do5g*#@Dbh!D{~m3>Cw7vb_CNAf z+|j4=&2*XVZSE}yuhkq#wY~EPZzmY1*TG;H&l6+K9CZ2{Pui_i%Qy~_wh?R?HDoexPM|V zjkks0&p+YhMm)P`IBc}F+MUoD_lNAr{%pj2A5oHNw|;)lqOB3Hb0W8z%(m{Ic_5!7 zXT7CtDpx?jPgn` z?Hbf?v^=_d>)x-bdsEDHyb`C1mFRrxD!HR~pRY$+Dxb6s?^I{dt@rG4fx<0HD$f(# zJC9I!*?X^ekAkL41Hwk%qQA)?c)w4YX}6E?-P?-7^YtHJ&loWEYS*gA87+M_jCuHB z)p@mrx<$gq*ZQ<&7;Dyk*E-^`z_!&-LS+Ag;r)|82TWJFuJEJgSRTV}52oE!d*zn@ zG}^Oc;;D&i>vtO-wtL?1Wk|*Au`a(n-Ai|Cyi^<0edW~gWyX(8XZsA(>A%c6`M#;{ zBg5cns-N$V7oRtfVONG}*Xy0l%v-s=1C9iBo#ST}EE8%cSFpA2Yn2Kor&s+E)gq5P zPrQpLU!Kq>)nvibz3Oq6(S~;UZ&JkHeH&C2|G|)9SC(maq5L-Ujj^1!EA;j#y?Vc` z`}Z9WE}Tz({i)ZS$NouH#dg0=@0(k`zgNo{I~S|zm#X(n`{~f-QvKzK4{bJAms`Yq zV%U{q+Fco0P*(i2OVQvDhbkOqb*t#~ebEj_x2Ud}=^<+tbQa4{zjG;M&w*_dqkXDW z#*FUjgjZI<;g^*oOR*QZoi6CpJaOZY?~JtDkMT z;F$cl0ZJ-;l<|5f!w(8fyG!rID_`-8zmuA^O1-iy)Z}B4t_2d&o>*dCQV@&O&!@9DKIggkiTA)9&VSn_EUMFRx@CvGlus z=eUB>_Jq@OZYXa5x?ItIx!uU(aWZ#*PH)pV!hBio!4V1jB{HWqs%+4nC0^%{ zEy=K}$h3P$@y4Z9(lfJ;PucOyG0tkkygpi9af5%(bjqnXYPt0FQoV87G67n)#;&L5 zNcPy@x58M{a=m7a{ILDHp~^a^6#W=>do%5xC|I(4jC_j!*L_Z7s$Wbueg1Iky{)V9 zXV@-!?iX?II-t9KXmMVkwx;#`gB~Yk{o>ZI*1I?R?bR~V>MIk)+lD-3*zLo#o0-4s z)0qpUoBIt4d3V7u&E#3Z+Q}J<%G7Q;DosDk`7U();}fxG?p1ZA@>5@lf0lVCZhmlN z%NVa^AF~6`Zw*^Ifnm2V)2{Zpk~$kDnI%rKogep<2uOW;#vuCY$q@Ov`T7;Bh32a# zi(ePTZvxkk+U66zRo1SdP&!w#Q@Xpstr0zLUh&Ia&9K{#X}9d?d5!vuALmTWc+{oG zQD;ee?XzKXPoK+~u-z=+gzmby@{kjfIbCyiuhdd|IA=$w@aFV|-n9uc>hB&(H!U1C zjCnrUpJ~@)hgNIgq!&%A$B4vgO!%?e%_`bsrVZywoi#~Da^KA+mKRwxXo|z z?fzalZdQY@et4B$x?q^?uAwRppBFL8tHiWB!l{$jP6bO#gYO#;<`=C$l~QEmwNTz{ zeC_Bn1#i;*tPXp6O@8m@YdiHvy_D_zZic5OSg)MD^r6wZti^sKf8A%E(<(FVp13C? z*S~$+tb2=u?wP)87roqL!e~jK4Wmt7ZW#E@zxU(aO+rBh-g~`{uih4(y4)zv!)fEi zu=N!~J}y3KG9msN^Lyz5OuGkSTKhav^u4@MQ>T8F{oRJ2`(?{S9~*mebj*MGjC*aZ zw^nS=v{%};LV zv)R3Bc42u#SdL5XwYG?uC27r9`X23;+vw)L=)LiqN)6TM7w6)7E%>l|>YY1&DXyU} zp2#rl4rJOjiu^2_;QV;fVy|zH!(Vi7-Zo9%O3!86nr~wUr%GP#t?=k#Q|UgHM<0&p zd@cygaH+ODKfro~tZC)R&R;8EnDk+;LxY%hyS|vZfAN8ZspG5W>6L5d97`Wr@%&+$ zcR+@hQ_<*ENrrf{^pMEG&vre&XRipHG9p-~xm76s$%(rahQgb^pUE(1lvkB$SH!J# zqvCEiwbEN3hgw87?U}f(ZQ;gEPtLqKRaTlV8X4G2dDA<|JDFP5{W{N9{dlL;v(tnt zXDqHwZHx(5nDHZDgJE|t({9E4yGdn_hmP$dH)!nh_7y4je4M&Otd%(aZfnHlBVpmi zKj$ZJnlrDa*F-rf^W?o|zosYrs`7ibak6c7Vn*k8TbS?v4q@7Tt(=#uJo$UONodR| zi}oAuruFJtuyKmQhWEvhGxYm^Ix*fydj8%Pb07QTUn&{~{tQw$uX+2l;iB%nbj}V` zoT$E;QQo0UyY^=?6>am5M`~QsKX2u-b6jJ_`vlipS_Q>}FSxSmdHIDo*>$s0FLR8VeU7)^&mR0JS7Js> zi)81qVM9l3O^CgFb#ooVt{T&>(nR-hQ9G*hl6ur`7I|y2Uny4TteRQ*sG%BiTMiG? z^!Y5UDOERJVQfP~=96A~%7kP5BOOY8KSvep(>J;BWFYhTO`T~sYtN$Q{*T|KOl}w3 zdR+Xp)cl!io1X+r)bDb0T##~hzh~@{J~K~_&g_w4Yujh{Q}2x2Jo#GF>c)}nM^sjuSA08?P~aW^Qlri4!~!`H*`qoo z{XcI!ml5aoIx>BkbaHw0iYZ$zt9h;~V%XJW+O^*xA6KnZv~%sbcKmXM$1?G_hfZ4E z8oxGu`I;O&q|b)7NL~Alo9;abHpvv<{8Ii{_O}yVhEy8MCp;CFE42?}{y+B-OuGs_ z#8t*wrL7CLC^9;&vP@cJYNl|L`Dq*Ma z;>J;WZ)cqqyX31jZ04nk1?RiOtR3>qE8Bd8PnSnG_o*|#-_&N>UDR-5&#UQ2uAf|& zGsFp#$|AzrZ=Kj924%6!2%d|UN-K(Mh{J{8GN-Mf` zzi6CS=Q(^*(^D;5_3;vJ=a1FMi|tq)^q<{(FkEn>Wq6kP+TRSzP?a z&)sup>)w0jI4+{}!qEZw1x+QF2e&u!zJKHW4zfPe?ydAPB~9smjc>HNoLDQP<@|BP zy>j7##+!Scw{JGh`Y5qYF0@Xz+vVMXX?knbV{;;76Xe3Y+S^JlI4+Txn6ko#+aK_2 z#Rv_Ub`8g;sKd)*>^>G^E&VQ07ItT0J({d+ePgobtikQ8jskyG_C6Pt~XI7QC}QAAW9IdR6%97nP<9#7cPIr zD?3lj&~WY6`_THf!S2#t!p5i0zbSoi|5?|O2IpM8{dyb?PClThe0j_3<jzF(W%M;;rrq%5b1rI{W}n)E6?9ff-Rs&SGWKvE<^03p z;o76iGPF-j?(B0qZ1B_}XAVd;_;tNdzj3qGeeY2N(|-*Nc1|*j=ly>i-uDb6nRdUI zoW19!UgIp1(?8b7A+G$0uX)&j<+px zIK5fOZdj^MRl%LJnngO2ZqLJ)d&}lO+N0Zf=;52e4<`o<*t*|)=Z9mQ^|I?59i`h{ zTxzrj_FEain|FBU>!X==b2=xOeBXScx;#ZbaN&uhep^SJHM}O$P-F0Ryw;w%OEy1} zT)xS-uT#Og}#8{W1BT&xL~>Cxzts66gaMAEGh6@`Tc%85gcHVOQI zb~9tzjd?fs`%9a~o(J+mB<~9lP#`W48+`*XG-p=?@JxDnFG~eEGFf z-lO@u!{qPC4j6N)HT+_qW2YyD9RIA5abn@sM~go^$~G>tis~lnG~G9x_udundp&ce z-F>Cb*X=vqFh2hvY?I>gosw@P7hgUyT;YS%+@fJiuZR_nif;-Tb*jJ6?!L8F6{=Tb z2D#XNJG}V8K=BzHRL1>CQsiF1?V;07=NE_MEqre5zJ7qA@a`iow{Ovo zs8cvS%uoZ;P+p$JCSMk*R~s*3$qT{ zDi6<_@pbLTni7}UVS}2S3#VN(3iJyR`gFD+&tUXm*LpK==j=D9M=1w*L=9SB9%y{& z!1@P~pATN*+U0%EFo|jR&hned=a+>XxEJNoeQLU|shn1j+4C1&ZszuycYK4nMgc+LCJc%-~H@V8y_5>vuFV>{>GIDg{*F)mfji^_8!^TN~@H z9Cvx~{X<#g@ab=@a|_d!RF2AS57YX-u+3$|2N~}}2UMN6|D1Enr{(RaQb#TSsca+}Gv;>V^q~6z z87)g341T@}Yg(hfbnfkn{Fx(if=?8*|ES5RzJD~uMc;0P(p$0J-?`=G?H{Hv?N;4R z>vG=4RNXk#&T^mVbXU>rfm&s&B+7D>MW<=@5FKkV_uJb<^{v%*`s*aGl*z@3-c8LF ziG5#g-|f%@?S--Z8FsCib~RP2=SrwQiA$JZeBsFaWN&9#%PUdyb&MuPzm{|?egAgz zfmt5Mrp>u=nstQ74V-*0E?K%r%tH1E>ig`q#-GL>of`Q8AzHT4Ce zokXQf&p#`B7<+x^n8^)mYw9gG*%Z$E{_Dh##GXTk_FL3f^mV63|HN6xf3&L|T{2Ee zRP>udUZ_9sIg7V1v0>UBYtd8BRV8fc!~7**OOJFK8|+uLa%|0Zi_-cnUk=r-ZEo#X zv#$N9{5-RR-KBrYURSeRQc@)Qc;CoNHrJ=ctv<>-KjZC7rZMe`X7sn};(U6__3j%p zk8etGeLwq2P{Q@yiZ)Azul?#O9X8_7}qWtz(|r_yu#mzzCY)63APe*WZGqqwzIOQtuv^_;v?bf0xz zUFP;Zx@cD{5%{AnGrx+9I97ahwVH*`$jZ@W`g5B+j4(A}l5CV=QGSRRqxeV#V;nK z_uqRP@+CI(i2j7~l90S_Z9-)ZkFxWB&8@8d=pB76qBe2ift*^CPd93L`zYSuLz%&} zE3>+;Xv6yR_D@4v-YU+R(f#`AtZ5eV-@Q$>BArhR@Q&F1Yul5OJ!yvXrzI%GKi8bR zbob(^*&2CGwUx$S>JN`#?n`De?e>UM@LU&hz07NR%@x_sDOIbMu8se8-9X`>YO(%} z&XfD?i_Tp8Yx?EUemZ0OIjU|SU3=*4ndM4FSLQG4-YuiqB%0@6?%(T}#k5;9_2C|i z3+DTWuc?}}@K~kiiRLcb3%kt7yPGhlwsg3|t_;1`viI+1ORAch&J|KRCuFhXQ^vRHETeU@E7ryMiZpY|UtI{W3hLnX3dH=1? z`?hd#%T?!wZ@Q7>;`1nT=7XbqG8`Aa?VMoe6qb`zc={E$yu5wMY^L3>iK`ou25Hqg z?NnUpZfQNL|7X4INj@J6jV_>dby(4*c@c`sT>AJGD>mx`mBnowh13*mftr zsi?d{>sc2{Tj+b`D+_( zokdxmI_YR>4axFUYYUA5C1Lq}%HN50d}NE_b6M(ps`=5AcOy!VZqnRbVy z+}UyG*KoOw`L(6@HSC>c$Y(k3(#;H;U;AxxZGlev3dJiuj&=+eJpvsch>MV zvinS&J1=i9585=@mA7v4{w|CQ)2{zQVK>!O>AYqM;huiQrzQ@G(-bq9bAP?H?dMNLI_6MVv6YLTkOm->M zT*$rr&(4Om_uu3JYF}$iAl*5fsH@@}jvT`OrlPRfvL5(v^#F|pa|I3u!ywAd*PET{ z{##q)e`n^@hx|R3hEVArD{(jy?0ovavmyTvm72SU^YB~j5yaudXs~_qUus(J_;v9Q z@OI~Lwrg`ZlI-~Xm)!La*HL?TdiZkl`DVyloBt!3l05}u4yPO1bpS$I>;EJ6*tCE4 z0QuR=CD5C+4JJH)|2ZZr{gVgCf5H4Y+s>5jr+@O%KT1ZvcMA^o2zKLe##{Vj`Ys;1 zxgSBuzx_`Qs2)K9zP_P>98MQY4o8Ze>;6;y`;RilZ8wkL0N=$PoS$~QvzdQXUjNm0 zscuU=TmxO)d^l5P{@3lVDBlo|pkUeqPo4db8Pk-9i(5dDKf?QSI2jBmS|2_}U znZJO4U&{ad*t8!C30}%I{O|pKmC||yyM}uEx^qsR`@eNg{h#mY|GO5c9|Q(@goJo| z1bw{xA3wMFpX4cCANTe4$9c@*>+G}I|D?8I%ffo#U-JNs--W>%%Ut|?IoI#8XVU+g zzy8sBUVE_To&RV*v-VjJupVGNzmGH{{AjVLiZlfb{_D0oDVo2UriV z9$-DddVuu+>jBmStOr;RupVGNzjBmStOr;RupVGNzjBmStOr;RupVGN zzjBmStOr;RupVGNzjBmStOr;RupVGNz&~) zhwdrg0eqPVKb;8fRr#{cd|7AQtMg@D__8jz*W}AY`7%-5>+xk>`LeFKzez^%5#!6m zaD9g_>&BN+Wy<)n?tEEy$R6-z;(Qs^>mpw!0U6ap0_5>!Qhb>tWLNpJ9{jXYkZppD z{38RI0zzr9h97SjKWz`lwo)W~)c9#-aNVCTQ|HH%g={O}`T{aCBL_?XeRTL~d*XT) zIR_tIzDyq1B5*9#QI9X9^2qVy>GNg1ATy>0z{h|uQ^fTf$`l_%zN|N{^Z7C($jC2! zz+Jk)XCyyfUtHJlWuy4AevrN9%S`yP{*b-p%SQ8M)PLUbWn=gQiU= zzB1*@R3JOYmznWp10g%lmyP4g20=EKFEfXXOjCax3+Q9Pk2e_C4)7KEb^>JN&mo`? zJ|JJr<;NR}>+5_O4Ky-64A8isde7&}hU0n#G8=%<2{Ou84XD!vJ}&%tG!C@*GFN^) z4al_lGIxGF8XMP;*+7IIeAx(G-{RM80biyCSutPc$(LzEMq_}=>4lK`l@3_N&%>7= zPZzS)kWtzF_%a%QTOp&e`}1Y`xZcK38vq$y8US0qY!N@6A!M`ovLJpuBgph2qdJE0 z;~C@n4a!Vq59P~7;<|xfkHvi1D9G;dWlQ)n8XGN;QT(NR*=GI>7~%r~KHW@0b#=yI zqWhaEk4#cADK`0rh6id~aC-q0_f7IWo-Kb5t{RbiWj`{<&KlzN> zm)euskJ^jchuVYuPyX(P3W@?T(1?3mRLl<8gXv%fpgFY&+yb{jF(?70faX@3OUpq8 zxC`!q`=AogoLU7Qf=A#ncmk?H4R{Kkf#;wW)PWb^C8!6lz-#aZGys~9Y5u(g@<9Q( z46Xp0gRg-?a2%WfC&5{84x9&v!4Ys2Yz7H{=Hyji1y~A}0e`Rv1c6}S1-!v@Fayj2 zvwp0#AOX-?kOWqOa1a5O0$LB0 zfHD{WRKP$`k2cEyd%-@iA7p_8;2_8bhrnTQ1RMp&z;SQ_B!Dd-32XySU?y+?v%wtT z2<8GBi!_#KTy;m@;y?mO0x2L3dH^}l6UYMv&N8mAd0;&P+AD)6|;5n!Tb>Ibf3F^Ts zKzoWepaC=j+E38_;XP;psetwlIcRU%FVOyg_5(Y>POuB4f;6xjq=P*m17w1|U?12I zvcLgw5M+Zx;4nxA>Od2W09rsB=m1@y2lRmfFa$=x7>op?fC(4_Xis7a#sPCM3=9V^ z&=;SAbKnBV1s6dcxCHV+0k{mVfUDpdC2a!EB6^ z{^+ktpdXL~XCOZfL~;F1gv0p`HVb2HAp8P0b-_JI09!yJ*b1h?)-<3E^nn2|0>)q@ z7zIqgXfOth1)V_*$`cC)<9Y}f3M`QK1TYay0>Y3LB5XiD??4ks0^2|`NCDfy4zLsK z0;wPk>;~yz56A$SARhJT1*E}Qj2GG;UP2x7!DVm-SVA@e3u}f(!8HMUV$BfdX(DTme@>A-E21fSaHQ+yb{jF(?70;12Ks zHoy*4!Ecoy4Mc-gARL5(r63ptfj|%drh;mus{zXJ=Of(zfDaN-MsM6N1iruq*n%(+ z4kAD#hyp9YTCfhpf;g}RB!aDA8%P1$!49w!q=7vk6YK^1K^8aw4uWiO2pk5tfdtxU z7+8<;=^(TOR$wx?2kwKt-~!qs7tlU>Em#Kk(1w(;2kN`434)g@_pcm*2L_t>|2HN5CUx0(_284~^ zF1QCO!2>W8%mGgjEgnn*TM$17KADI5&IeLJ9Grvf0(gk)O0W-Pfmp=%0lr`{SPGng z1DFlQgKE9hAOmEAeIN@Q00%)fI0RzB29Sbs zjRt052g;kD^G@$3#NvL}qu9u-qZvj2O((`IAJ)`OXdbYF$ z_P_?|=fIXDm<#5C`M?P{0~g>5+<-gq01JR8@B-doA@Bjdzz_I?08oyylmdDlU5$L# z0D8W(0+WG0_=+-o0dK(X_1pmcdaxZNgA}k3ID)x=>felXE#MQN>vaBe;I&v}iqF6F zJV^O%2g%?O(rO|J^;vU3W0A%mjY}GzG=KF)Sc^~=VGlrkn)-G(K;w?aAB{sAk0PKG z5C&Ag&w%GjIYlHUR9;$cFpeNzb4C0J<;tnY1@TIUoyUKo1}dq<|!l0OFuK=mx|P@7YJF8ojhA(br}tOQYDIfww^APg)6v~Di}ivg|UAs`q8 zfkhw?1OR{F2Yi7KAG#(P=_n4xr8Jaw1)zQB8n6ni=Cc;zIzYM&fXcWTYy#9jw*ZnQ z@k6RdGXI+VPCnZUsIGtdZ2uQ@e~SMv$!Mm<)~rYj6SNfHUAUH~~m^3Y_GJbbTJ2184cNN`#b-;@k)K0L9A#cR>Z9 zH07WS(>0z+T`=oyxtWwii3=h8V)cRZy*UM zZ#h7D$p9(P14x5jfYK-cc|gyI6q1bgWPO1uPy&NMe=v}LPoWAJ0F?PM8mmKbJp_;+ z=($}7Xaik9^`WxIARaxNj|76}b((+37vvvvFb;H=XWz;0Z2#p6mJ5cG?M|z zrvNKp3CPEj0O={dARg&SNB6(yBZxzCibv00)NTa%VgopgvaUr)?dt((4`&BxKS%y^ z1Fm2`mn*DqkSNAVBdc4(UlpjEA1u zk8}dLpl>aKOmHo*Ckt65puW2T$RllUum;zw!78v4L;)JR(FjT3lMl&bz&a2M;=p>a z6(oSoU?bQB;=vY>2wadp8Q~5<;dVfClNm_GbsE?Ob^_AVHHD<3kckV@9D{5x*a!B2 zbpCxN!VKVoIHVU`3&NFH)Pw4tIUrxTEdzvG1ev@6m{dqv?&i$q%nG4d;zG4PH{al2<$IJUI9pxh^ zhahh%AM={*{%dgr@qaJ#N~FCGdxG?WwiVn9(g}Pb2nG5- z2jDKK1oy!`PyuL8vF6{Cp6=xll8o*@fLibzyaum8J$M10fv2DjRD;KW_JofR()dvU zbpM1eCmG#SNHzuONngW{!%X|9bX1Pt^Pn;a?2^qt>0kaqE=VH?Dea%)HA3DD-U6z7 z19$_N<^NMUfsE=)HU#;+!?nOa?{VG4=TBv4+7Psb!2h3+j?#PtfAT#uz94QZ;*!6} zw|`1Q{w4c@y8Z4;K^^{7RysctIS z@qQxw4g}@H=&Y5_Tzm6TLf8+`9-%)%BS7c527u1B^Z=d5 z(|MaVpfmarKoe*Hb)W`@gJEDO7y1kv>7GJ5e@}!>I)f)$GZ4-KGl2upg-#aG`7xD=u5|#( z-3Z8BfGg;NdlBG;YbviN!Uez^_ya!>2&f!_x>KF0o?(FMv>1c{s!K2k1xvvaunbT- zN<(@&pIr&a_aqZSd(dGX^|N1~5j22RbdL|kdjnpBSD+re0M9`kpf-I5ILL$ca^w%n z=PB3)b^=f6ViB$eWG@D+18cz={`Gc*Tfhbo2iAklARcT4oA{7C0i=LLen>i!Q#v8! zwGAP~Ndi=^tq79==_#GS289%#WMqTv?EsXoKu0pNMdkRtjC4=sO$9Ze8e{-LyeGJR z3?2by86V=l3giK@Pvw08DuE!c%eWSlzZ}L806O|(qP8E_h$0w)34Ae$5tPfz1 z`dCmeYHz9=)rsvrD7O4DWkJ3;dqdq0DL+L0#vPC*7CqZ!qWfk0$eey#ELb@&i_rX1I7f?Ks zQ(DrI{CAlk9py{qWa`Pk)XvoR1a_!>1bvKTG=>Cee!s4PPT*S_*8&?f{wNKFOg+{6 zIiT}b3TY0c^>FrY@m}Jd%D_xZGP)>W6zo%(nQ|(BFUSP;DKA03gCKtm{R=P< z*D7EDPzFkX+Ot2xzQ7uBo&uT|`rw}IGTXWzWMr!z6a!ip>0SeJvQO`9(|StpXV5-D zV4Lg?gN$rb8dIo-;-1#jAqWQp%1h8s{;oe!-=VQWW3(L5+Heb00AbjoeoJRC%=Faf znD>J5@DOrZH_2utAiFd-&^#ruuZD8n#68U)g1$@h3h60dvMVSv_4(iXJ98Y+_c2zm zNAIvq0`wkBKcvw@s12l0mWc=_01Gf4n1gY^4449X_nY1cr+3Ba9ddfNoZdM%2J}9< zA)xoy>AiM6K<~lR_uJH;l#rJTuAKqBTSM<;(<{OB4!0wi1L!?9dS8v+Tch{a=sh-i zpN-yYvjetZ8n6LVfi;){CWAKq_sF%@BFGJW(Zo^5U|y&Z{#%8?KfPnD{m=hfMIXfL zjxL=rV$R0FXGR-$6_SBO43fe8Fjr#duvs^2&ASTCH`3JB#=jBJh$BYto~k`o4zw?Z zM%!3ZOH*5C6g1M%#N_U;=(VI=ovVS2_ni{uGqC))U))SjS7@{}b+t4NI3B^i-u@w2 zQKv_RACo@N28}T{3HSR)lqTxEiSOcJnJ?YC3Tf+W>S*d>CmRqP;uajtnd?$|>+O`T zE0M-XQ=c?mNGgdmS^;;qCnzk}rxF-wYHMn7zd4kG=7s6_jTJYOOh}_krRD?%d4z;` zdjvh1uVr^q?fgb)ba~d+z#5g>s;$Vk^ZU%{(CASTeNIR)eIp4!SjwfuH*~th)xZn7 z+$WuGNV8itN?mP@2h~(x(@0Z?cc#|^nywoHM;O{})euGrG`00m0-E(@q46_W^P|ODrUM)I}eRMG+LMskcL`e?9OHC z)h})DL8FEGX!E|+=?l%Yy0hoBaxe7b=A(^9;C}ak^W~`R=c14Y1p4b?w?cBEMX4bG>d z5=3?l?t5bR9Ii%}yt9F?IiMaLXW!aqFy9(9d!Qj7ocQ>7)v@~5{vFonbW;(UE+GyH z*6R14@ijMvc)gRX zUe48^6%4q~VB`ahW7z|2O=8AEqpxXz5yWwIarg8<>z$evIzBY<&@O0@36+i3v|dQl z%Tf69llInyTx*8ZrXkQ!e`{6Amo8fKVG}eung-Ml+1TJSCr)yCpLGeiP+mpsA;6$bGJ(9=~buo`~2q+Y8)$^r)r_143N9QMNNtmXep% zEh2cs5;fx_d%{u|R_^ z*aZ_6K6bCh#q~(=T1sg&ji`a>*^PSDQIBNFpBpO%KtmG}dM~Z+r1{~rOs+9|IC)eX zGoK!w)dSqg7)QgPu5se{$jjU`I(kUt<`v-M?d}rfSr9j`&)5;vax_<=)K9QBP^opN zzCPkGSbYpMG*cj-kI+a!qjoRJz5~2EV+msd; z@{ZTnh$xYR_`M<#AsyZ%#(h7WX0bCbUpv&bA8PN= z(3|8mA1GgI?o_31VcVg}hX!k1)V8BZC5s!&S9fUWe}+&#(UKnzRM%Eq=+Lx6qXf;< zky8z(e=rZ|(8zYijt!cdgK7?(+kb0Chlbv-9{|mW>D9*NkH?vHXzZX-hGzE3hFB-5 z+%+AVAZRF`@QhTerL!I~(j@Tn>C@-psy#zP&UK_Y1`W-{K0g{9U>9hzcjsHPU` zoWbc2A3AqvT!UQPJkS>l;MhlXmp_x;(I;ae7+gGLKu0U8&+=9W;8M>dCEe}e`q3Hcy^uSrfh z;XR|TO$ao)2AGyKK%4a7v(Qh0$%$-6XNaX!C7V?ox5dC`V77XGX*p*K|wCd#`GMe zC;j#IL9T|o))N$nUasKh1Mlp@)PgES4SwaIsb>;RYa^8nX|nm6_(e)C(Gn@49h!4|jYj^Nex7Pk z)OYyxxeg8fMQIvt)}MTEx;tNketn;>*>~LY?popcanSHf{erJ~9Z_GYl6;uf60{qY z;3Hpi>Yj0%%BLnHzBOosrFnao$8yp4>oe<{`5M&66&fmmxO2}(V)x&m#}DVu(l|r! z!K-%%NPS0sjX~EvgF0d7Ah7mVkJj+x!rE^=O*PJsW^?;Ai=3oU!vM4 zO)GZ(gqrf#pH=d_^=IzJYlk~2U!al2pLgP+q1i>_XtczDQCDbw!wQTo0w)C;{EJ$h z?p!%qMU;9X#;+#UpTCZuqlozD(J0Ui$F`2^gLV~*{9||HVGTP6vStJgt&JP(XYEZn zwmrY2Z069=>>~VNQB<;-4()`rQ3CX;KbP77L+h_)8#5Z)Gz|N{&J+U8-{-RdC7{{T zF1GS$e+R2>TptMLUbm3n=0rR*VLW(X%SnCb^?^94%E~T*!a_43p?3MB4~(#ZM?7&n#R*^P#4_*nl_}N_SvNWUcM!` zWdk(Wi}BM?se=cn9zU4XFdU-<*0}RQpl2X=2Uj;@y_Vcq-FEa*&86s}IIBW2$fMag zKWvVTQTvHK68uTCzce)Dw^jEqG{`#*x+NzxW;AcI3J&!34uLPO8E6WBTAy_o`Cw(@ zmjKVfMw~7a$NDWObv{D*aF73RwMPZ>8wCO~B#IOY*jb&M1vAN-u z=+`SK5i|m= zRzA%tj{mjuD_R?SCma-T<{<|4#Fg6jL*&#F9Yp@AY>S|wc_+m@KOuHkU8F;k1`P&T)aK>`#S<165A4w7@HG#=f4Sc6T^)9i0w0t@L;K!ik&&-u z#NMZLXkI}>yW2@?Iacaf4v8HaA#77gGv(pIWfSd$8D;zZiA9e3HM%eMl}ICvG?(_B zDx7rW^dznZPlq}jHE3j@aXjAD!NYsCFIU6uRimMy{it5fzHQHxq=V%CX>I)LEarf? zXzZxJj(UNHyD)OFgQ!+sXM3_UZ~So2gn~W%7JCF?g|>V-Q)0`YI`m#cbSpIXAD&of z{6MpD5N|9zyWF#Vb(Pl(5%dFYlXB9ap*C%biFwj>;-csd%}Ksy-XPh*UdAYAc(+!7^^kih7^S!$K;_l!M z%`j-twW9`zNTolWexkNRV+oB4G|toQdcB>VJN4h9`Fm@BUxL3c_21X@@4fT)9{u}P zxUJ6Hb$VxJNS>3CvEa_+bo7MNNndYQw8n(p)!7*exoyzU?g^Uj8oW92LgzhuMT)Xc zaMRGy6Gv2&H_y2)8Z_FpyA)G5~Lw6t$GS&EN0EeqYfkjS+IdH$oo1+;HIgh1I`G z8%B`^6~e~{hjtY9lbFkSIc)ocj+xwNS+IvMR&=w)@5D#6>p7_h=AsX8@k%nd+-nqYLkVmkJ z&WA%)W-3!i11IByLC@WB3BIl9D8W}mpuJf5ThEdhnMRckjWBvJ^(sxNck3!&yh!Gj zfSwPvB%q-+Kh*o^-H8?xS~}A7hKBmJ$~1-6pO=K^QyTO{q#4TBv@D#uMR{FaK}Q+` zzUIRx_3X7Gd%jW{Y?SdC4~-P8VG`v>W z&DTgQW zTc!;@v8bbLU!kGBOI-eW>Bmp%){q7wd}Pq*q!~8;s%ekH16;rHdLnlCzwg$m-B57s zG`MXl_&%%SdHb(>e?fh=BOe;uVgV-C8*F#vVt&Kp7Y%OY^EZ3){+LH-Y{!>P)gPzo z&fUXuA9DV*Tj!rs{9(6F8q8OJ*sb%QKK`&<=cgHp5>QXn$^ZYzdk;7%iY9J&4+9Dc zM-)&LL@@3h+#N{;PDKF&h>C~-+}qu|+q+F{xPXXa#DIbsMFjy717bjo7~oL^6XuAR zP(V>J;-mQftGXxb?DWju%IEWb--rHgXS%wotE;QKtE;Pf7Ct)sm0q-Bk*kkbMY@vY zH|o`8>sQV?><&3zLv(>)MVg%G*Ieu=`>e}q^0vafrjfk9I^?egRGp*ymsrEuiZo|O351yCDgN86t%x#_=r=*2ullb&u~E619J0{8LdxW zwEi~6;dNsu8EgoGgL@7e`{Ai=H@(LYUQI=kNXEbUkFI=Y>3i1>2ZW>p#ZvqECJGeK z;7P5{Djv3gJU@Me`&hjz0xwpG&>Hs~|Ipdf17ur54~XlU7y~@P0cZbq_uHr61xOie zOUS^61L>z|e}s_E4=c})&wlTfx0q|*MTmyt@i3}7_@a@^TirBwCka7)Y`JE=u8sw3 ziMP{#x&NfvqV2G5ONttJ9a<5KMF_I-#>NNkys=vs1ER*shCreqh&ebGj}f(P>6ueY zy8Vp(60CN)oJcGZqTuvwvi;@gZ8F#?^;FTRuF?g#Dg&_e%d^P{->p_?9_ZV7^`W!e&R>v4} zX|tXq0^OTqKT9h|EzyctGKopkvwHKZPoLM~CbX%BQyuix5#-^YpWiTi*6Ub_YYxpWbwa%ig0suU9p=5|8*ZSCA zzkGbsO)-O7GF_3P4ZkDX9reM^yHCYlwZ?VNL86xoOnrV^f%nTfhOD#uk8EsDk;J+1 z;pWE-ylO7_qG@*wEc6G2=IsLy+xdjII-kT=Xv zt0Dea6uzI7=hs^zS6_8ytKD;vTXqjd=V3jF2PZ)r5a)aNAMMBf`PTOawQNo7CvozT zK?NCB`1iyv7jN!(QSE;W-Py4)O5CEZ-0X1Q%+Mj(0W!r<*0EmCI-EM3eSrF%>VJP7Z*fx zX@zVVXnL(KCm%>Y(#hrxb_lnRdQ8mjbK2;y=332L(J{h)8+psPbMM~J>Ay6W^oM0- zx07--@{*1G34Y1Gj&2+H`$;vY?2YkST2C7Rp;gYT6~6ChjJ-zKqwJ^HCd-+#_R09# zR#DnxAqyWi@18@2k89=P`lH(x3_Y(|0er_;fr&dD$m-OhwF(OkK;D5!!8$mY^kd~e z{DZAKPw6|0XEU~Lw;~5w(RY=;JMzv2+xqid!iM~v#|hppxc0*L_wBzFI4Fg^D>Klq zsa{%y7p+)m3#xZkbOyYjh;5<@)!{PZ3YZ9={5g7MsJ8Rl?F$|Ree%`qSZdbQA=iif zJ68`w^eM`VUpunj56AsRyCSfmiR%XeAx?HW{E>%_ths3&#!)OZ$?km-5c1hg-EBkZ zn(tqO4@HJOdAtio}cJGS}NFP8t0bX&?0EM31mVVp-z6Cf*9AQX^;z)x-ruCLCl14*1e@}nL@XRm#}Qi@ z{%CmX1xI1m3JW8))`y{-HYn%nMF$-8!1JBUAUDW{6wVsMR9J8Z@^(Ys75Jr<(erJO z_+`S0*R5e3j@CMUgsAD@@y(uo`}^HKB@S4vJ(bB|9p>QV<1;SW>(VXL*6mEYJRBJ} z7C5vH9@2btWn$XPft_{U;((Cv_M#K+tlhk*#fb*wNHR$KwU0>!eWyUrm1JLIY9?2x-->sW$`R*M4edKt@Z*Y3rVyd-=~(yBLs|glssf z=Wf3oGjyc^nGOi~hzI;|-l$fEm#;M-_e;nlJ$F8*_cxceGazduWc00Dwv^9VyWN0n z0)$$y|A7w-DEaRj#~F|oCkVgtRoDJCds&Y*n+(WdfKbo+ef+E`WwTfRZ9ql=asVLb zygc#Pp~s*9rU6Mx$aPcq88@ZwmxBz*kWxT>+1zQ>Yv^VXnjsS$ls(Cea z>BjA6bp-^gQ|Pv5EFdI8r0GFA_peE5*7cE95I^=~i^k8fj6 z6PkG2tkqp6Mjmg;IJA}HX*))&-bWU{a98KmE7}7h_b9spLL3~s!ta0ez@HL;K&xdr z-pa7A>iUnXpWO3|k5)4dbD;Jsr_ecsI`au9zXQS=HE>NgyNonGz5^AfDAZ(^_G&`x-yIc+k)o1EkFYdGJPDNA>d9sL_FYc>=du7$OvX(b^-&!fDf$QsmL-S9o zH~-xF=(Zb|0D_ot;`$z0&Y#m3UibcM6FV>t*YqJkNTLga-_0EQ!5`xQA?cJhSvuUa zI*t<~dE<{u-~VXH)7Y=)y^oT-ue=qD&a1-cS5c+&y}{ zI51$`S;9iOt;4cST`qmPR`S*t zI4Gwxah)a6XC=yJN?*c+|^A?71|54%eR&r40x#%2G)3@gg*>u!reCDjt8}`0if=B3t3K z@j`B^HkRF=Ub606KxmI=AX=fO4!sqznxk%LRsQku)TRTlY6G=O;E?XT)pJDE`kTL) zD9eGyPXvT|Nv~-u?%TBb*o{Ux&j3Pt-Fel_-9Nc>$$fy3bf~p0elDVTcF*UXz|BG@+M?aX>Yy04{ropqIwRY`~Mdt;RLY_U;$>L`~Q1wz1doBUis7sR74k&XUwHH!9{VyLDq<9;>Ef6+s&B zd!hS(hTYPcMp!xS+yn?|Z|$HPrcHe7 z?Xo60eO_er?wFkcVY_z(AY@m~JM+f>&ROsUe1jS!3Ih4x2pV!6&N7_UEl?&!d2lWIOim zJn@fXYp-PKa4Y;267$^SXAFGjhNp3SQs+(0wYnU&3<5P`FS*5Q{XQBqzBSfanhewu zEw2?8{pBBx3Ltv{GJa6Mh9CDC!yaeR zayLpy|M_1Zv~cnEMFvi`C8Tk1KX7R5oqW|D(@*(xzo!fwb$!%wQ{$**pstUaYjrtl ziSAe(Rdb-OshT&n3_gemjo;RA@sD5hyrZ+Rf0}J8A41a+{;46^vzdm&2StEeId=M% zF5^bRK7j4dz25$85(S70 z2M!En92WFkBq0~K_%(3M_fPPSS{Zly>44CzdDCMj%-gO1N_YtnphAayJhK2f5Rh(r z_P*KIbGLTJ>O*B8^tIbrrLhxwZascT^E0$G&v;yRsC-?mN)_HT<0D`VXbIH4av;ky(V8Z!#oftb65GkFn0U=xL z(^n^+^}`qUtfCVkqNdvbq0#ckzkfO7>Vft14M?lFfHYLTICP(<|ATeChSNhrdVc)( zg`T%)$L6M2&N6QsA`d{GXdUy)giLl$vycQGYBDidJ1R z{l?SQUpn&%`0U8P(;IVeqKpY2UisPkvzA_R4BN2WKI=h^Bs%|)byuZF989*dbTQfN zVpE%fS~hR69JrjCWGo6()^m8GV*H>^_tk?M?Z!e6viI6x;Zs*Yluk6+81;M3?J}zW z?9*Ff|Mb+f=(*?Om$bKIyA3BEG;KJojBxM;@!Y+`GDquUj{B(fpzj74kVZgAtA>3Z zKK793mpx%XE(fGFAV-fHGwP)2*Du!~13foMNSEIu-z_>}f0`R*IST+O1kUD~^Df){ z@P4$Sl#r!>kd7X|^zZfS&R#!8gOqq)1cW5I`I}pBJ+*kniGWDCy$?tSKs=SpSAI8R z;>QdD40jL!LSBz?ljcA3ONVufHEO**d(??jSY?x^-?DY`!im>jKz)nPcNYJ! z<+G};5gRF<&8Hkcc=MO1Y=%T>lA7^aNvtJMtmuM_3!CzmyFqb9Xv9?Vb2d@G%e>F z0b$?9&QpYia>r#)9dplLt?mX6`2rx()_~BcJhb(ag{kRpV1%7QelhUYRYE53dd_Ww zuBLrW<_!?_F2WhZDza(VXvUVI_cmkPeul^z;Z&|ztAZP>P`T_~LwD9b3_>uy$ z-{>F<}@VXZ4!&z~07=ni}U(;E7?34^>`RcH z{_619W9u3Xh`K&%YHA!c*J_*{3$eB~X7oP7133C}VFldq&ij$mDyIF+5G+}6`v4&A zAf47XdealSG_*A!mjOa@>+w>{E{l(tG7Aule6))&9}x24H+!b|mx`g6zGL86_mCMv zo5fk>(7K)(@T8}S{gNIN?_GY)8#l0jM?kF92#1Mf#W)uhOa~RRjjZ)C%E^aXJ~%d( z9i9F}Ur1JmA~^2s35>dOc=wTwSUaPAc(nZZ3ekh#nml0WrkQP4jkBO z2u8(h2$#bUgtH0@rT?QV6bFe{o~4{dhprs_(gXmVGveV^?@)D!4{aTR-`mQ+J#79=y81p-%5P zP(s=sTHUK_*KW{WK(Nli`8hzkgIdq~zP|G7>t?{8h>->19=KT)kV664wtQs#%iCu6 zU>xRPmZY}ktG0(fK4SeoMmf&{LSEgKzt32FXz{w{4B`Isxr9`IIH}_h|K2|l1OpN{ z*yUQm_002=??oT#RAo>*R6_o|;J5vI&YSZBLAW}e(ST4nhn~80%j$iegMGmD0oN%& zXw9_r`&frRH(xT+pmq}=RG+Qw9$wpNkFB2@IM2&+)@-c$>yppA`UxU-1il93K;RtQ zeB`G4dQ8Ns8s)I8Tg?!=|BJRCvEiD#a3v!_VB6tFFhF_&$GgYvFWz$fh%+PvH605G z$-4LGlh2y_Se^zaXl*X%4hiY^;YB?ktS(1CMf>m=vQm~) zwPg7-=k;HF7(>{m$R3r^gIPzdqrah}*`uYv>FwEwa%gt`v)Qztu3m8NV2a6NBibQO zNF5DiJ0^0RLv}A2ITLa8DB0Q@d1m51oIPWJYnrk=+0?Wd(3TpRE}qk`6C?Ro-FE8u zbcYw`LON{wmpM?gl^b?d_C#vWyHmjTGb#TxMGLM}cnKvbJ2K;YisP;pCTUqlxC7%F?_GuqnIQ_44#x8*8 z6kH=Xqt6cJ+Li-eGugH&L$YhCd8uvA8Ifnsv3=C%jQ%YdG~6gWfKU9mbpQR{zGeiq z51kb6w}WM^)=}G5aOrdT=;)5scr`U!-C^tL|7$hPrxpIK5lL-%Z@5LQ4p#4e<^0KO z4#ygh93_}eZAK(*U6S3}nzfNF1JGja{l8fc)VyWa)N!86Td&m|{9C=`-zp~`iPp{* zv*w~RM_vjctfZ3ygF>a7faTDLAyM3!V>do_;z7! zjJeF$s^+mrE(V0wny{5^JdI>=p>wB!LpxnBZ~FDqtyj-|oBaob;>q5@B^!yBu2X@t zCvaZ4VB}}9PoEl(a>#fAwQB%r2gr)|hJHKs>+=o(gglKPXN?VSUoaPW$==Q0`DU(B zA9XqE`ec{09p%stm+kH{8`#+#Xts;B96F28ZSv%9Kijv6ZI&!uZFyTPD#86YIT2Tn>|@k8I2;0w^WUH}NKv+kN7h`;z$ z13Zlcf&0MoA|SNRD)=SQ{PN$+KN1i$DSx|_^v$?|L6h|nfEEIx-Fs}Dh|l(qehd0V z$eVrBg9a%EHFG(%DiDFuFU}Rd)hOfu1!6o{ zGnbn+RI{x6Vdf!GT*zS*FS@oIfj_eQl0{;hthE+=~w z(`~>@GHaN+tX`))Io&yezRSTE;%U85|O`L{cZ^Q!F2mfzb zYv!^BRO_f(I%-Sk-_q;1?-xFYmACc&&+ixQ){`|6=YVn7I3Q$OeiWz}zWWR1`!a;% zuWfIn3$Mj5?X_L;U|HeNvV(7y)L;qO^2Tv#YKf}L`M0Q@w^;c3_MP?d`i7@EY~=dn z&9$QC;4a!R_0jI$R8v#;1$8Uz*zr2MO+SAS-!y~HsC_m6`w_NAxn}ymd9=)D27G#n zuxg(6{&ZBo+gD5zdsDPqzGJPL|GoY8{~ya?$6D(<*4l7bGbz2t>OS{xjbi_M-Pr>p z68Vw-pWdz5v8}Ccx&Qrmkk9z0wiEO5dhFPlRz07p*D{A-O-ov3d_9qj!5u&P|6BcZ z$iu>8_T8pP`>r(?(Y^cftm0@u+MuSh-nlvc%W-3`!}l=|Nk9uAHE&ki#aMl81~u9P zON@Nz?1$DZ9&VgNww7Z+QjZ8(Ut8B>r)%bqIR&;QwtQ)K+4`+N?5N3a{aHDnTZ8b8 z9Y=qnEj6}b&wfyV|KXntL4I4r;tx94tX7%@r6&0C_H4TSV{bN;%*nV`MBX| zfkTHYvUxikc@KhA?!+(cpUzy}q2J$!RXhV6ToprV^%x+eZwGvN%5P^5dPz#@X*Wd5XeBvkr(hHFGpjOfG&)r+^*Zx-nayTGVpRaF9ZJj&h*QX4~iGYwq z53Aj)`A;iqa4(xyjt>y3&$ONIub$B6@CE~t0)*;Q(&qfrKYQ|&3IlQ_AjHA-M||6( zX8Ntu49FdT5C_kHHS?Z!dky=|fGm+XtA4$3zsd8*;7d9h2P**~4t8rZ_|V4-Zg|Cj zyeFykJMopr=3e*cBm;8M3&JNfb7;K%fFs)@4qrPZHxCdxm(%IzzhAws%?~(ruAO+x zzWGu+(QEx4GR8N2I0;?UqxcF2da&&&Q%p{FUj;?~;d3nc+@opbn#W%5jcUk=D@FS( zxMEI^Lq^_(cybRW_28N>AAE z>th!m+#J;Cwlb8H{EukU&wuFk$szq?hysDEOKHHq3=qY>jVxtg>D6e z^zFALHw@e9th#RjLBKQ>v;+|9KWz&}eEjpWs(FAw(iD&M5+I!bIepfb7q;H#4(vej zH=RoHb+H%4eo5sALmnRE9q?7Nf=`k60OZ|ALQYR@X&m==hZUekkxJmYFCgT%3|`&t zi0jroQUM6ffc@4G_4#btN2!NKuHKCyFdq7N zdICZcUDv&H+ZKab!P^S15%E&u83+hTw0_L9_ukn2_4^sZ@nWL@A^V{7u450_`=C0+ z{16U-&H|(mkl>V!^@(wOmXyvaLa%E9q55>(Wn9;hT`zu_P70QAYo`IBUY|U%cFeiQ zTy&`{2fA}PAbSFG=H=Zd4P5%`e?&R>2%qN$K&YmN_c`ITE>k}x-eknu!+=nIe*UmW zhq;TspxsNvx|2k+qqP_Z?UQ{|3ioY%lFa5dENB%uAw;DB1YB>c!vt6#6K0uF39;#z%MO!kRuK8Fk$gsP&k1i0RG z%8M_*AH2H;)X)=%+HR|aM2lPRRYWheWNi}ae5j!?SRu0yq(@<_}cw`d<6QY zX^8qpWSeuy&|T7<0iZ^z80YZA+t?u|GiT1}o$Gp*}=sh)| zREWm6D`vktcIVUgFnyC|y2N?p#6jt9Jx>~O;#pTp z2zukaz$pZ^h9`dMzsunx=mt6p=!1@`dCM+miY!NsV{@*WmSE`H>T}hftrik}dHUp5 zdo_CpaVStJ8bVa94e88$Mc}-2@PrHNKdWqw`pEuM8*Hp28EpS%|DS(Lb(qDFzN9<2 zF*TJ620Ux$eERm{$M(Ay5E%Xxe=z7(p>L6c_pP}1h6~{!?#?pc`pkJ`U=4v*{Q?M$$}KjI?K))6)rc(BtfzeL zuEoWLUiuQ%fqP!~;@O8@Np}p;oCWD9#vO2NbFU$3A|RiR|9=or#|C9xDP*ds)kZ4WP+vtmgJ=c72RqJi@ z?kD>|-khW!ErX!e4jMA*fwlGDz1O)fQ)BDam%s;IaXo6Y)?3~={e^We0wOi>qIZO> z@9TcXU4LBqH${Ncj1GOf77(&FzWu%8lL_s1D`O5A()C@@vo`P1t#iwZdeS^c9Thlg zSt}%pnmW|yJ+b~d;p3@21~uO{g1Kf#l1&fhg9UVhV;Enr!uK&wyYRdR3-9^8uwcUb z!alU+fXD0755y=|ntH1J+KvZqLpfOHz~1l-0)%Xe@yVZ7U%RE4RxC6qV)VCNqqE&R z95~cZyRW|N_D`!mIE%Sv>5P$(2M#~F^XSm$9zbaS6n(A&5VDBptbO{C^W)bXLVNG9 z90uaNChXt#fM}Mt;Vqg3oQ{AjZr5+hoR#rM4M?^O4xynK|2_i_&6>;lbzk}A&y$8S z2izMs1JVkR4xMg4tYfoRY4t&KFxE`l0O<-yiz5e3eXwB0BF5nvu;YhoYt*LH zvmm!hKuDrT_PVD};n6eb)GRkD_Gtkj4LNkL`1NO>+DJ7en*#mE=Cqf*`)n$3NJHY~ zlka=(f+JcCtoQaY|e3^*sThk>a`a7p;D|aXj7HK)s}7po$t; zsQOq?8!~=t-5DRbh`7rS<~-1jctF(0OhD5 zYTl}1@c{MLzlMx{`SI$T$$BCgfVa~=6+Nr_o1%$Nf+Xn~DZNGHP zL5#ySRpTglLpf^RY-P*lj(zS863 z4R=XdL!#=w{Tgsc4{qwYDwuA2DtQUW?gh?m>xGU!{NS$Fzuo7!s|*fo>%%Rlkej1) z)b&wIR4q3J2aZ~0s|Os*R{xn8Eq_=xZN{wKz8b(XV4KgjFYrn)AFkCL*h+`>TG8h) zA~kuWz<8a{NTDbPGn1Oy_|JuoUbSjU%lBSg_g^7Vn$qt9gvOAe|M_#^kTnx&4Jb#k z=Kvvp)ejf0Ir)%Y+isPRGLPpYKxjsf&AQ~9`TIVn-FXEL6uhZNOUU3yP%8wr)%RT9 z`u$yoePVD>@P)9e-styj!N@fojyE73CFH}4pYPQ1wI6BqA;+B^Hd1iUIuzy5tl6sk zrcHaFcj_4^2lF=d(?Nhx5B@Ij<;Gv9op&O0z@ylSfRIfwe&qU7H;z8&D2A|wqR=7E96zX$tXuDV$LAAD_PJ0}1EdiUntw|Eeyr=rU9J>X4c0km1-nt1$11h(kw5`j)={2-)PY zRPO4Mc?1xew+l~v<@6&H2VKDso=ac}C4yDKhGoaio4x9= zzCuHIUGgk&NN$}jT{Ua@8H>JW=YK2duU*6Wc$0xAkQB&6VVG?rQyiv#d7Qa$0aZuCK z0U^0X5Bh$=`rp?Hjc1$*fOG)lo~;d+pE0XDb_luU@D(P7H3*A11)MIx>D24%?(1gU z+Cy@Hk>VOasL#E%ss8;hx{SijJj@%oo&yN=toBFsJv#lu>*V(*t^rvlAyenCX#3&L z(~p!8wDxO~+AeKVkI%X7IBgVzMArjCGWcPSy=to8{Np6X;lBMnASAal?mv5L_wXsS z=gN98U`LL8;H@&2@CJSOwD0~KFTHB{8#kdGa>Jr8D8>WK=<2?G!dId`r}|sHd+6-( zq7}H8*!EzSo4U`{Y!L19RKupx?;rP<>6DMc?nNu~`daj0&%mGS?izO0d9oESH`;Q* zvhD*M(wz?1G<4to!K>>uS$jOU07Ck<$+viyL8-gnkq~I&TtKLOT7G`SrW3B8DS8(7 z`iB821Z1Z%^;d4VX`f#WYU*D9f-GmwtQP(Dd*bTv4ID*H9qThpYE^dsQBzafF6!}3 zO)Vb{QCq5ta?sjpefzg?)cU5dL(uCLeGc`pl^c(+s(GQ*qwXc`Hi=Q$^Tx?5{~Gp% zHvjZ+s$Hh`K|fOb>}X?)?Fnq~SCZxLVIM>qz1*mm2pEY0;$6j8ssMjT`QMs>2G4{gh zRCrgQiRxDPcepN7X)jt%Z6By)P^PL6Ws69+-=_q;$`kdNVqvk;6r|9e8IaRM| z6|Ieas+Oo)25Ov8QZ+B+BRBQftG1%^;XvIA>YA!YK3nUFdvNVmF{3YO`C+8t(#OOp zQ=XaB8lvVvJ-(^+KrK=AN?g4{ZgQKV2dibR);D!)tGQP6MsT2jpr5LxqZ(aGRilgJ zoTV;D-P-CoYwpj&C$wkB-_QKv>h;0{$Tpvvn%X1t9jKAjS@-&kxhIZ#n{<@yM9d4@ z0VxEe*YAmGBX%9PtAt<-Y4wYkX*cfa?~(Z6+&?7*5>?Au&6`3xur1YGt9kpkI8fI| z&9%BO*p4B*0#nq-ac)#d6gI5d-mzU{uy@kdOTgY%wG7l8sO?0x#w%n1eN%Iw@SH+> z71SIhs-ULU_&lj8_9VcydhAtemD;9I%T3*K3jcMPlSCCb=-Z0=I9h3{`jj}>Na|>Y zNRsw%@lEYVSH83Ky=#Z_>JY1E+h|l70bw7RK${=7ao+g$KpFP+=8DK8Sr%k8+ zA@&Z(o>j2VQ|p#pY>dk4p7n2Wpe{$z8=+NAmqC+#LfqQ6a^v|_!SxQ;QAMAF3~YV3 z_>_RhbH|?|iuczS&idt^E4zP<6K`;!W7zSm0OUZ-+e=zEFMa6r_4Nj16Ck|+Sy%Px zfX=?r#~P5rzeEiG*~i^HdQ0K)=NOPOKqy)`wf|0qYu|j~0|PP+ko^IBwVL+*Tl(iN3ZXX044HHV4aiqO2fT0P#j?XlcX8FD9Z$l^MtFmmMj zZ!RW3AHK0owwUcr4~%n=r+~d4)BpbRu&;*r5Y@tNKInlOM-8!wZt5>STw!}hE-ngo zx(U}ds*=w<%xqr3I~*&=_5Q8J)sJ0k$lz8$NN%rn7=G0JpKHh~MczD&%IZk-yMfaQ zIL$|%S06uk%hB{rfD)FQ{pk)eZ?`|u5@svvNGzPs)0X4h3xbfAp0J7Z^|qnjfuZ#(1b(Q9NYzz(VO zB~ufj!F8V>|5opj(d|G#_8)b9Y)`N8=&v4;b}Vn%5LYCHaC;84`jX&+5G=+J!z(B2_61G-j0 zp@3X<=-Mvx`;OA0UeOzCv&T_+rb`_$J%oDXx3hKU zK;$L+a7WtLrJjwTO0#F5ogRMvn+cauG#$m1l=Su}S{wclMSMK04MjW>bksIBoX5sLr!o#le5&K{=L3hds>A88 zesNfjmE&bOsE_UWERNc1idHQH{X)=J>&{EaLA~U+dn!)6=4-sasx8Fg@)CX*=4H=>TIdYJW-u3+FjlJHwMzc0>isZk5 z>;=fT6FWb-aP{c{mK%FPv$eNv`vSi0!ghU%8P(&l^;7hr>md{x59uh@!JuYa4oklu`ea$C-zqaWJv^LoxkahNLKClmPX0^Yk`CejH3w1rd-y`q;7ybiSPjo!Xvlk%k zp&=87&w1sNy;ca13@p16&!K?OjL~Z0D+@;7{7D6u)0ZqR+jEC}r_xmtXXNsShtyrL z9cw0SO`FZz6!3=Cc<=kiiRiPN3NJjW^qj@yEy9wisHBg_?v@=!@z~v0BOrG7$Oy=L zPl|HPcftsW-Q7R}Vs~ecfY{xBBOrFS(g=v%T}J|9ccYPj*xf-SAon~W_9)Fa4GDe z;ibQ1K;Ksi8d`1tr}*n-E#{DabSB3x(@L(EzT|;xhe-P&`%c569AhP!zlsi}Fkf=|tFD6^xcw z$6~bz5{wiF6A7H?hy;^KUscdZmW#ARvOMBT)MD9MEPu-rzCftKn+^%uUSBwvNO>WN zaI7i|R_9Ck64q4vynzG`fYE`WNHChVqEyGw@?O6$5wJo+5LMEe81_{J!`8%jEKXFc z$;lutZ}6pJ*?@2?WzC%ORb&;Gip9dIP`o@DjHV!Q(uA61d8*VKOD2nhQK1`@VzgB; z8Y@t4iUo?j^w$f&4Y|})Rg)aDXVL{`W`dVpEN(QU zKn15nBO?KfkXz1~k0b;QO!`5Y1L)h4KnO)5X*6{>ICv254=O6@b|f33$yhpp=0KP` zZg(k%+W3Rv;(A}oUmZ+1)YXy`#Yr45E_wiuC=g-~`cvL;sKOr!`4ce+++R)Ohu0Sf z#G+nbJY=Eb4fqo1`QC)!;}v z8McRViB9MugChYKbgvzqVAMo6 zBRwz5qV*sE7LbW_Cg2~^X3elA&X9jb9hygtYe!y!{xN+e|C-kSgA%Cc*z&Id{vmC9 z-u3>P7j-dE&}d+ix{>$~XmVG~A}ad7K2kQJ=jdZy7EO{sJ{0AcYh~1&{7>kDEfcH8 z0G|`h%-I5TG84T0G1Kr|;~+s}?g75>;-!uK0W?p=VJq<5szB4R^JH9+ z@cCgkdyB;bCUDvX0#0Qp9QG!B(W;2XypjFa^h!i#TM2g}|d&3vLG%2tcszD9u42MkYZ*VxTFcCKMIZBFkiZ z6xBGHc&3aXXnKR?Bpb?sn+)R#_!;kP@42amZk17WBGN)bW4Pv@xYtg5iSYxIVqVil083;D4|Y4id&5KD~5jq*?+{`xj{r}Rg@sZ^x$_nn>V28$DG z0#P~f>?N;|P|PH(+CUnMJ2x6SzJcq2qLT%h{_KTYmMY{d)l3lpKQqBw+7A(TEMd98 z4wT}if~2+v$6G2C3E~HL*aZ{u7_Q1R!T2Y=N>7rM1Uf%*>HRb7Lbr3~ z#0zB|#nm*h{2oopNgCr;P$lZOQi-H;GRCz-TMw8^kIBSx?=0~8@kn616nMxqA zO=`s~MMi@J;;e^8?AFw^~}i;g=Qweo}eHqXHCkS zZb2h60h1Dav;;H)K|fqzVOU4-&{S2Y93*JXO5(6!L!Q#><3Pu37BFXU?s!>SY(Oz)ZnfPU5a^_>QU)v2>ga1{eqb++eU0)|s;cz@`*mc?G#+ zixcT6=`<`3Z*?#n4PcwtZBHfn01SVaxF&)~$veu4uf zA)An}%SfUyks%mz+PmmVMhRdeCaT#q(4YH|@s1K4$eH>S$e7+(CT^3Vt%A{~4cv+i#{#}2nLFZvGztQ7 z!^&7m06F8GRe+5zhwA#n$p#?OkFhRv$S*30Z2}*oiT3fLs+hFc_}_)p(VcuefK?;|1GGQH(7#kYdLJTW(0h z7?g^^ydp4dwc*nJL=Z1gUn*4R9XUw7WI;~b^UDE{SM;MQ&Ra)@bjx%AF5cI!tv1r~yt1Sc>JHx<`uXhvLS0^4D( zG^%KIJAfDvPh7IwID)*IP76%!4cO#TaMmxv#vZ7|#1kfhoUpR`mLQRpjGD`-!9jma z+npd|dSg4TAJu`!1!)3hjtX*cKvjEt6aD};H`z5tR9uSG%3|k^Shf=uZTw)vs1Bw6RT<`-V~s%%06U`I+qh*&)AYphR@sa%YRhE#bhP9Co? zwxVf=9GjVJ5qjg{bQQKR#n2ANay$fg(|8JV5|%0)N}@r$fndJ@fs#si?R%G$^(pCH zW@<2p2FflN&4uEj)eHJ&qBeVfhL1tPN6;_8f=6PrxYq^deWQ(B(%ta^(& zi)g7P(=#RvojoI|$@=LWF@qlUl)fRU>c(?>e@41wQTm13!sibL^QW>p3pnp?xwll5jIH zp=0DU0!295*{cysI&J=%a)FlVjg(aoa$v^1fTpUM*3&$n@It$PZ`WO5(*hl2!#2SGl z9#E_dTtOcS`Xb37qQae2+?)+m%&%MpH?M>_!XNnNS2SAL0Bs`)`T>0vT9IFXkojBz zm1H_*fbmN1q{!6zpi>~4k;$L~3{q`5JU9rvCWf$n;PEdC&H+WnGq7I?n8Lr5Q*@H) zSOpMGZzNl}mtB#L3g39JAs+K4C$hgzILq;ZP2zH_wD2VRQ+YfQN=AJ0ts+QKUlOad zyaDH9ib63hE9MY7QlR;LGYNTV-Y$n1jlSgQClc`Sa^Y~dMT0p1L?JKmSou7A!OIf^Y5D$`Yldec$0^%s;c+m^QnFj*Gi z?306nRiP()i}Ba6?r4^z;3b@-3L>I;Vmby_e;h}yA~@cKZT{lQa160W{T!&;Wk)d* z5p$Rffpj2YDjb-mH&l^)@6OGt*8#ZtGs-240hrty`PJBS<_@L`fMotenNjgQz&8 zNtTy(U=szp2f|JSZxhj2?qNi#gM=WU0%4}3qXN#{SNH-|)CBy?J%fc5PNZ>26M@4H zl8uJqSX%&BJfOmTQDv9nVjQMifgfrSchj^w7OX`P^g{@AiI8&%I_JRBpMl!n9n%uI zL8g&gAF7E7izWnJbl-@Ao=0%95uC{<2;6-aJQBk}+7yt)1L{)hF1J)H9s>&fpb$C6 zi(>)^?F~6JD}jMYKbSr-g|iCz6OHi{cJ**P8Pf)0H3EKLsv_2aBbylVoPxeG@_}&1 zJM-oyWW7jW>(4ofE|iExfkZ!~J+3OC*OK_uY79*G&EY5D@=h$a#>ps*t9%*>7G zXTm+@ATg^Wi=0w!wGq9CL?F5!Zlrb9YMN@#W5A^+VD)vM(W`^LI$F2$FBjyd$Q3xi&ntcUWem4jBv~Ef{)HdpcaK@A z4TUK`{UE;_GaZ_~x+F$%T=c{IxQPlYLYg+{hx5DDSX1L%<}llf3s9I?ZSyq-Sm5_3 zD+S|)ky}9M&P_ym$S@9vD%&BV6oZPX5N9&_O&O-!7eEOscX<^9EFV}@Y>S8}%p$%5 zK|cEtY|X0*`5rfxxuZfmaLPxufMd?$f~K09bYp9>jJr)e_gD;AVzIlAh`M zUB?9UZ#6d7MHIV^S#DlTaaKN!^BT%qQ<}usN0JZ9XK}%N) z&~YDxBpuc(g9g6>U*109P_OK3ML>mCVHDPd;BPdQv<%HTMQ3A`WA*AUx*a7@3urg% zIF!roExud^s?L*bb>s{mbA7Mm4vMzX|tk-dzw27U_OrL&fp zWpQguEF4b9i)G9iqRk?)D13F|))sLj5Z4sp=y9wbJ=e=0{?JM$UbSah;A+nqacx>6 z4}jW>@aTDiST1Qv@O;K`-;0cX!=U1?#n}nmD@i>hjAzlYUQvR4AxFMkKr7~Pwy7RyX zuHDeuN#-(kb}azYwHg+Pc`Mxl%D6Mb0@DccwzmbQZ|qVGnG#0v2Ns~Qm&`$yQU#mYxk26v z$&0+Tha2Rrki5uSh8Kgn1&|kU%gAOBw*dYDanY>MKr3+_kQZ@Ldx~hZ(-<5#v za2@&Uuu&^+62dl^uy_&X!)t*^jIJ9=rsH(aWfBLHg1m91Ee8RZoCR}T*$LYj54oTwBQ&N{SN9s6KBr_vuW+os? z&wZx@LS)?lw)TkL;qH1i@e5Sb8}%*VI}6Z$IR`?S>pO@?o(a+r5I+*YIVbJ(6X`y6 zCyC~=St{0!rc(MA4U}i?^gfH;g1Z9zSe%xFD2|H;BNgGsnq)CNSe6tDDZ%12WScJ5 zqjEu<4C7FozZzFl2EAgrDh?Y*tLci;01k0+567WU(T}}hY|pB#9MM2E zm_ocVTnJ$?xcPZf&|BlH^Cj7>#C|AlK8L|V6mD>VV&(3sxme?3F>><2W&l~^;#N7n zIFyo|86{>XLX6mRZ$lG7y`3%6d`|oHw)v^j8ZN3!d+5%SDTeK=A%TfxC-a5`TQ|7k26vWF zbeYp&ZpuZ{GjPaM6SI8MR~ht*uH?|jrd-6DfrH^MhZ>sZDMB~B8s>(a!g)dzIeayB z^4_QTAx1g3PaARMwd9H3SySZYfHEjaF_z z?0Ptlg)*u^!xZri?yH~-Lm9{!@5T`0&{EuARCYKhI>J#mnvI;RraL3V1GI-z2Z0CwyFsF;ij#7QhLiCNWA-4K9-RV;~{ z4r$;Kn(yADGpYpSjCb@mjN@)++3X}mZ15qHOaY=!XnVwnI(K0^2ZC@EfG)ce#2bl7 zE;B7C;y|630!4X=Zx3ctWZRMLZOIY}27~?kmRVB6!HPa511yQ@ROJANrm@M5Y7i3f zPmRli%~kw9MR08QmV3I`PAQx+F8-AOFWh#e(&t+j|$ zwsuByf;YQl6QfSNW%{(N+GNny6)Z2h@RflSU9jn<$l?ZgCzIS>BofbHSSFa*wIK2# z4=jao-4?m{s)G$OW+ZoUDM^40CCtQ8?j`B2MNrnCU4TQREEu z8_>_3Dq}1xsd`b)-=xaogCibf{Y^AXvdB$@^13@>R#G$gY&tQc<{7LJ^`;ZkWt+hm zMK%}>o?|5iUt%9Wqb>6#1@ULp5bsSVCAR$~9T@|VQ`NH688oueu;!zfPz-&n@m@MU z?jSBB6NnivhF{hJH?y+=KQn>m0oS##(RG1uyg;h*z(swvFI8XV#g{G}I59GTit)m- z;586ThEO0ZLWmP|V#mqC%g#(xvnXIZl#+JfER`su9!5VH|K!GuLw<;mF5@LgUIZmS=hz%m`gB@EZqqcMAdT@L%e4nKCi7?BtGy=ng!ry}G< z;XKL8XR)%BFTy-YYT1Igu?Dl6_9~q~@)ZNQxKCWZ)0z@PKJLts7x#FLeY{ zZrt@2%O`Xb8VFpL-j0~xlyO)kirB-(;HEt8+e++W0u+&OlE-ueeM;R z3L&Hxkg$xFwUbMSBo%@gK725S1)v#G>Pu?m|!hjn^}I%i-RQp!kfnvmr92wFID z%tNJ#Wid-I2a;3gFeF(;-R~z|emO~9;u=FRSTbISDfj&qNkbpjsR^|q-c&7GDb%=} zE@L?G`IiSC*E!5?f&c}5vcT-??$OVlcvud6jhtyV;+fo)BeU+1K8wy~R!WEA7m}ku zDxk?HSYdS7NKC^t!ePxt%O_`@pxvRqAi}?3n}pyzI;NxIFcy%sM=qL2ei%<2FI5*x zq_9IRH#?jrQUwO6D86T12 z5GQ(b5PoJx6q1?12BTZ^XBG__nF(kMX;e!Faa0gZ?qbnqeNno^+AlQAYX#&EP5 zmlg%nPRm16E)X%jp}V;+?npg=##%BEBM5JnM?(AwdVh6gvIzPRCP}h1li2fhyhX&6 zi)uuzCU9t_DQ(R0Gzf@emej3F_`oGu4^De}x`hj}`m-0y825V>s5bH=F4`mJEcZYz zQ{_>p=}nB+E`zNuL*VMq2)>Z_VeuDtq0w;)gLYgSSaO1#C55Lf9>ZZ>iQr(jPX=dZ zB$64JTtT;iLX)MeA4!fBWiS}1K%BR%vjM=jneaUl zMKbQI!Y6i}Msa6E7COPbVqjC!{ zS&h$(BQhCVX9;{O65hP(pf?f<(D5A^?wXNksXGNAgkx2XV@oEF8U~ot9!*?1$jX)- z7P*MZ&0rJOhP*9IdR=g@I_{UlAu5X9B_qkPBtGZEv`uIFgag+BPgN8MsX#pKyV>h@ zjRTr?$)Klw=~J9tkePfb?3-4k5k`*tqBElE9O`4uiZZQ9D9_y*RB!@v3J9nU6lSpl zcbN(dVp5fX?C#%^c`aB?>~1#0H;IVuV#^%V!BP$v6Uqsb_j^ExH#Cen($ev)9orX~ zh)*C^xa0zF^rc6aT=1a#L};x`M%dD{E8~)jLdNm+TenfJ*!k7)y+a*`6ud>#Mt9UZULTe+|;?^IxEHR%;4qB?w)sr}UmT<|6 z>w&6b0XL=LT(P8!9pa5N;wEgj0x3_4OQv|0O9mFWx6CD13e6HryNO)fiLG5=ZfOvw z(MMi+ZoxpmwWPq4Aw6*8G5KO-;p#2gh3MnhI~6-C5YH{Kg#PS5HSI%iov-cF=o0r z{#;5i&xkffnZZ;m_mkr;<<-V~HpL*7sJmZ0?nWI(f*pAz?-=fdsbW`zfS{CrTnTA4 z*%TrnJ495}cWjEFWYE`E!U%7v_ay?j;DPse9XgyPCrDdTsQ0;s6uGpoyk*=vcJQs^ zJ7N%$#<7iDBxHw(-fXSg6-8Uw(wL|6++%NCq*h6L!d978@@=75L;bVyLoQ(K3J^;h zssSBiao!7dsexQf*_0w7JEUEVwVh2t1`uWCaL12JjpS<6rXUG1wY;3rCBUH%W@ZF! zjTYbc?HaA*JnzX>v<=4+LLBEX>&e?BEf=wZtR=m3nbx0qL)fj4WKoSL7%hJ6=gzhxU4%!JptDmXO@hQ z3m{r1+~}=_n;Pe#EMPceBB5lG4#Rt~XO+!)8gz+I>Is~Swg_=kJ7OJqy$uBs3vVn~ z5gKj9ww}E(E_-FfhL;|sT$0fQevd#ikJ(F%; zbu=rsPTQQwRGX?Hdf(Ma>M1!5npPFTm1GniBX`j8!d$rxy#^J%bP&;>^QxJpv+GP* z(woSisF*e?=|r^zgPKt#fkIkd4sqR%kOlpxGSz+ZWdK$z;%b!qP%kK)v3z& zyu?nsfrvNIR6x8kCAYf{thE-ihlvtRCZHq_shP85W5QA;+{_fKFV_$4>JuG?QfpR{ zA+D;(B0=d%_`;ho4rwSl(^^7a&7v`uL5(K_W$Wb71F@Yz%V-+RDyIU>h@6@|+n32*Z>P>$sk2uoez%xt-q69obI%bb+xh za+~Eo4vIm8riMSY*F5z&FwNoSMr5SXLvYb@NQUhHgIzc@puf|9Q;U}U)Mmjw` zB`^LkLdFnIr&E*fOpE=vKHLx|ja{Ju2*U>k!aT`@wF;0MSl*3lk%RzMrQz*riVB#~ zbS}+_%xY6@789QqqI|DwPNK9ChfXU)NEqtm2NG>ia2hlrlKEy|Oc&9ra4;2%($GyG zmeMR`F%RILL|=lJ3)-rHBWc9~fue`ZYlWPb4JO*Cg6WL~!6PeTSZMI)zyQbl05da! zTxJ4Obh9q3b(c(;#Q{3**KFGgR&OMWz|ll!1j8*CN7q5BM9k&SMoUKktyfP)X=rOAx@C9{5 z`dK(LC+5aq#FwZI#QbouiC=QH@e{mk^7cgOsuk&IHeA6id?UDlpcWB9NN|#+H7_b} zAo8gpw`&Ho82}9vJ6@cGl;e$-HQ;=t-kgnSQFdqs#(Xzjrs!TeNR6(*F@*`yC*?Dr zTj3eB9Ns8=l0Ff@6i(NE3**;GPPPbOPP3Zb59*cc%<*ky=wI-k@yCxd-npW#)4cJa z=VB5LHiC#3@dVYj3pr+Vi^0A;JGlcwk3%{LXq;}~d) z@eJtN{col`)u~9B##JrAhy00}O<*+-a;zVbM5**cJj>GsT5sa7GZ%q_Xprt<%}mDk zz+?F00{oj`7613vzVoMLm+x9W2adQy+I%68KJe_;6)mNpGL{tH9&p>fvGQ(^(Q6Mn z?k66lh{%!x2{x!mHV7ke9Zlt^BxJ4$&EP{z;p*^eHKREkq??gXCkQ&wA83=yRGGn+ zE)1QFp&cwAw`FuHNg)RKOU2U}HIz;kRtlzhv@+y$QMoxAXqaD#m>enPAn1+PR?+3> zPOA}XRuHu&p-)J7#2#N))yRPEFx{ z8@n`{oOD5wMo->p!*>-~6V3UwZ|Y=b)Kbkk#YH}5ZuAsWxgss(D=pDW6-oR#wycbi zP(0bMEEu+A&Xj~8AU{uL$;qGdv!t21js{Z|Nfx51Y?)}zM?1CI8MRb%&SW}@?<$*9 z#BE8L5|mdtndP8gs^p+6dQJ4qP#gW(q&T_LptjJ7&`VxaxOO@jerqBfU2dSFKR1zv zsXai&^p+C8+de5T0&mbpKqrsSNiy08&Xru@vrGa>9@apPQTIdRO; zBnElzkeAm?M9Ya=w$j>nz_E%Bz(WW>hl83KnLyrnF>HPZ+&H{U#1uK3$kCH)b<9kf zDrHW_V#fWLq5P7ASTykm>_II%(MuuwqTfiMj1y!xLuQf?Y-U;w7HYmeeHzOX*xG|T z$X}}!f|IWP>T>#+yq*$HSK+8ECE->ORDvD6bSsG1wlJI(?5hx~QeN~U`~`DY3RjHq zw{XN~@63#f6YP>TsQ^-^61;0+LoA~r3RJ`IFdm1OHMff4N?|{>Sosly&UZM;O6bin zkSWrT1xugM`4mh#iqS(889UOlp^0D>B6H&sKyj#88DnvXk4ah5AL1wB z*WPhPP(q|+YvDDmPU9PIh;SxHg?Op2j?sl;N$p^<)QW@!ih(@Qh+RV56OxSk>M>+; zV3fRLO;kYE8UZySx;PO*Q_0E@V&`zd0B(BX-WiId6Zjuro~-5%q(H?ex=xUxzEuxT zF2%$U6z@@ADxJWERutESo1?^CjI?9w&{d60=px1orlx^n>jZO5IE_0k!%6x)l(!yd zJV`O|b&R0DmOo1rrcbV5#tMdGF}+h zbzIWx4qQVJ7y~JU!+E;Zr3F;|nK9jbcKlJN5c#R)6L^)e!43^+X?$Q?QcyNUDLZo= z(e6V6zW$6UiE8YOX}PKg_?8rukN;R~=(D)*iabyb6*4k`mhl2%xNkJ()LlR}r+i@C zy+l)A1zpoyPK_6;!sTpy?28{@W4PaBW4i7PC7RxHx-Qu|)_{aHiLY>Cg~8{MF+RH( z3`QoRrDI^ic9$MyhgB&N@dTA~-{Z!ZSqBvQK`At=LPfbrUB9?z$^{ChH#WcA`ZhiT zl)|kRz?4rsa=97c!6Ys?OORnCpP*Rswm*k%5KLm=A=MBMbP<>|sKhM}FhU%$d2Th& zGE6EfH7C1DFA+5KXG2-XE6o{q4mtS5U`@oL4A83Th@U;TGM(&XRzjOh(a z3i^sFR4iGIZyzJ33-c^}1lEB$OHL59q_E;JOB#T!gB(b5J`+KH&u#HQch#ZO0GY3? z!y}LIZd%XZht$Us3nK= zg)D|^#$CxA8)r$$X)eq#oWTxn^kEX{Cp16@Q-r8Pqi5s;84f4~nH&xlI*TO-xn?Z} zsAa?w4l4tQw!}3oNn215+a~VaSHl`2D-o^@GL}kC!jc?|p9I~xt3C2u%33QIhj1Fw zdNmP>^U8t8F)TZroK7~mQG!jXF_O^A5ZpKVB4OvHq09t&@(EqWz1!mUdtMO(O?%|Q z)UA7(WdL0Bt05>_K4D2Jlwb4D&>dC|Env{I+bvU<{wa{XZfI*30 z$rwj>qS|P=V-@s01{w9^(7d+!K|TYYCmgpGtfXXecnFVxI6%nG4e9|oSJ*^Iba}5~ zowA)LB9h2LW)a$%X@du`U&o>Tl5`H1B%cU&Q5Z>0_CDEH65?C7TBwU_9@1zTfB=tn zBk68MqjZvx(}XUoP9tnF7D$JK>1cvZ_=>=<@@OpFi1kjGj+yejA~MM$iOWg?5gxd=D|M|(slH|7{d?F+jBTq#U-4h+Av+mJAuptYG zHIrQ$R@Jh2Id^mO3pFjGF^oJ+AqavMzo;q^OUEl3Vidr5;uegfmjpEZ8JtLsb10J?C*rds+9SqqcZ-3U)0re)aWmgk4JBE& zYeSw%xb8GF(9QAz@qlnOoa=?kVVeLEzlc_alHl_ba)5&$G2&z)SaN~`O9~36|1k6d zzyXdfL^8v$MGURl+JR=`5X2wG)QY|T& zhi_`CWMiZPTd25^q1q_JN#`v&QH&*pMdxP1nTiGl(_2p1dJSYHxi&0D(OWP`AVgTy z5%>8d4=;wLTZO?c(O49XM{1Hqu|!pIz?2Py%&!J5hfbhqEs#<`n5x@ospDqQq0Ykr zut_vtC1Q5z?e0qNXxPX~llGS>!72!^@ z$R8jG5?n!UGP2Uqy+!R(f#pKN%p1GYX@eJAYu(9%+Cgd>Z_#cH!7kss0~aWGzf5+q z#C*$fM8-cC?H@iL4__FsalQNO!WnfD`SSRPuwhI@e&r;C3|X!mpTEf4?dkS=tWd|u ziO1PQ&8>Z={+(L4+0T`MW9VwHFLVxvGd|#VayOsBqA#aggE~s*|S%*c-6(+wjk}cKE@HF=jk*}Fn(Vk9^^xrHlhI~)Y@|aSHHfN2Ru_`y zW{(GVa@SiGK=mKABN zi)jE#CC=ocT6N@AO%JVVyi(NOmufMB^1p5(_ONR;aSQ-eY?@X+d zbJ4KLzld={YTIaNYUg0&t)CEO8yOnmRXf|jw|;Npo1BG|44{bGic^Z;fXXkGw9lDfhZh1Y{ivmNOUwY z7E>S<8UdHVSa;BFxuc5f#E@7=0v{9$iQBUq(J&K%&4Ug&Dxk*Ogs zj9EUh?J`LkZ9$UE;zM<|UBv4oPLZMkFwkaAcA=u326+Xl0aSHzK7 zft#9I8D{O5t$aGwH82;km9w%v7)%+b%gWj>m+>7LmI(nZBj9bkjuji48!F1!0II)I}(ttSHjkbwGRuo!!`Y7PQ7M zD%4Sv7gM2KI5_EB3pG;W6;&He*Z8qtl%G-aE>Ly$wFK12O<3(o1eom~6?=3CwVJ&J ztMW8+)~Vn$BNCW6J5pvwRk4_9Nq(7(<+;~(6zfuL0vB<797w_CP^Tn1di&(ssZJ1q ztN#FII4vc`j*U-SX@|%vZ4g_Lf0OBY!7D*r9u1!=u+h-7m=r_32d&r82<>tp0-*Z3AXnKro~f)chMp1Ew{$f?^OpMt3eoU0$);AsBx3 zLxh9XKsFa10p|elo>y(2dJ5x`0p@env3MYqbqbeDFDd(Q7?^D&8pm-<;sIroV3+JH zv1Aw}Vj1afffF93U&SfXsPoCIRPd4mns=mT^>r`7p(9u?h=CcZyd&|&iW^{y7*NLB zHtUr<1Cn0Ht;^_8Xe6QBbV|EjjaRviYHyJ9^AB90oY%NeciGHMf!w(ZN6$X^J#f*T@m3P9ByMs$ zPXE$tj+fs81IxnoiPTrD~?-07WG8U2}x8nFKz3gOu5hyo)BJHrtn zQ-mB|7#|i)Cql^2xsXkwYMo*Mf{}(Y|kAmEwoftwAuSdA?nq8j0d1YM5`NFc{-| zL@bo9O)i1$fI95o9zQ;g$nJ#u4N1)nz=%V0V9-vL?}9h@@|V0DNxtka&*%exj-946 z&Ws+$Lt9zZGPYC8le}w+W(wuq`F6T;WT{8GmL6(8JNqnWR4VZ%*+zX z*{U9qMbd~b*#MUtl>MoOr%PsS)9D^p{85C=1F~{Sx7SbCk{d%Qw{{exu~4JZyix$W zsx|+6uC|`=>K#qi&JGpnhmtv)r(sPrwUZj5MUvN3OKrDJEhTw9HF_!6skBL!>Anr! z)a~`jrexoQsu(6Z(Jsl5=3CLD03&iFc?~sZxoVW$&#$3ks;;KJE5VrJ+tBJtPe{E| zb~a#1gN&N|7D--HE`thV0|rQKayiZG>1mC0sl^nVXfdkH2dXJS5!Sid$ey{=+2nU2 ztl@Z5DWCEta}KDPW@a}qrLxj(M>(TQg)lX<)7wB6VXnV&Mpz4^FSH$aul>sIC8G>I zQC;z>(25tz%}oA8eFf8QLUPZLqfO^OahAe0L_J@v?iYUl?MLPoKYsV?PcoR`XT+$# z>ep`n^y%Zi|A_5cDtfI(eBRoJlS73)&EATS{wuEBVC@;S zYhiO_yzHUigARNSQ`wB{ZbR{EB{`jzZJO#oS8wf$f{Ye?liVPizL~Lxg#c!l?+?6h z{{7?SfyR3EVR;>`BN8&IDTw?f$A%l0=fmw{PJY6dWV6n)qZ5^WqUhe>p$KnlJrz`GgXtDj z4&05W9Xs6V-)$(#W{@p?Bc-tqj?xOLFCugC15)!hZsCWeO?#72jeuU=(=WL_V}_x5 zM}OzcO0NzZUX51FNjm3YsRNlh9x&3kc0$9cXx;OY<3$`XiEfUSvlMOg?c|{B`fvOJ zFB@zy>!3rQ98lj5G$1{Az;TnOmoNLTVY^X(d(Y8{^Zv#e>Etel_eB27nuRztQdn}U zhCSh3;D){5ah`d787rSsMVRW4r4L4H zDf)7IOHoA5<)B}`C ztcq{6CsL{&KxM?X8`fXt!A8Bjz7L<0Z+yzEYz0ERXcjuu9~M9!-_dp>`BNY}8|jF$ zY{}Yz0#b>^rN^6JY`ed;O|Xn-E0Qc&)Ntc( zXc7D6qxo7`Km;g!Y0vXRkl zNxWGF9+ZvAu7~|I-o;+tJsr7AuU_XB=)l7N)61RP-euD+{* z-in`dfS&_uPDc749oP$FRz?~PYZ9X-8CecKucJF>7_fD`7=fhkfD10G6Iym*eFs?E zTl5rIT;|l3GdL^4v&D2ie${h$5uOF}dmb?6gR@X>0TCn@ngxn3-dXtr$c1Ks+ztpp zE_5G|Zf+zX+v>PWMWY%RN4A_g2^2NRWaL7#MT^>FKrVDI5XC`85s1(%P+rppCkJL> zvVVVIa$pw5>Zs=FeX0j2_5^camKzg?)m8eQ1xZgjAei($3u1CHPSW>%Af_>?F>D2? z7+VTtR#z~_&MBhViuRlA%P0(C@PPRHZ(#oCyI=p^F|AdLh&Qm2C7rQ|^Kc!DI1kpb zh%;cZ$I{LZxffxny%{jq+0-rK445~8Fy@1^d|3;PMRcKAAZG(%$%STttdZ4U3z-tR z0W~b*jJQ*?cdwwR#Ab^YHK=M4XE=)5RJDlr09pSQVF}F^%`_+2pd6Tm$wm+*%7IxJ ztFfv@oRLm8g1MC;@>y<799CE9dln>FL0C!OvmhoH<0O6G2VxqNn#L?hdcT9>q;C)M JuYc%&e*^9Gqi+BJ literal 0 HcmV?d00001 diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..dbcd578 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,9754 @@ +{ + "name": "techdiary.dev-next", + "version": "0.1.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "techdiary.dev-next", + "version": "0.1.0", + "dependencies": { + "@cloudinary/react": "^1.14.1", + "@cloudinary/url-gen": "^1.21.0", + "@hookform/error-message": "^2.0.1", + "@hookform/resolvers": "^5.0.0", + "@markdoc/markdoc": "^0.5.1", + "@radix-ui/react-alert-dialog": "^1.1.6", + "@radix-ui/react-avatar": "^1.1.3", + "@radix-ui/react-dialog": "^1.1.6", + "@radix-ui/react-dropdown-menu": "^2.1.6", + "@radix-ui/react-hover-card": "^1.1.6", + "@radix-ui/react-icons": "^1.3.2", + "@radix-ui/react-label": "^2.1.2", + "@radix-ui/react-popover": "^1.1.6", + "@radix-ui/react-separator": "^1.1.2", + "@radix-ui/react-slot": "^1.1.2", + "@radix-ui/react-tabs": "^1.1.3", + "@radix-ui/react-tooltip": "^1.1.8", + "@sentry/nextjs": "^9.11.0", + "@t3-oss/env-nextjs": "^0.12.0", + "@tailwindcss/postcss": "^4.1.1", + "@tailwindcss/typography": "^0.5.16", + "@tanstack/react-query": "^5.69.0", + "badge": "^1.0.3", + "class-variance-authority": "^0.7.1", + "cloudinary": "^2.6.0", + "clsx": "^2.1.1", + "dotenv": "^16.4.7", + "drizzle-orm": "^0.41.0", + "jotai": "^2.12.2", + "lottie-react": "^2.4.1", + "lucide-react": "^0.484.0", + "next": "^15.2.4", + "next-themes": "^0.4.6", + "pg": "^8.14.1", + "react": "^19", + "react-dom": "^19", + "react-hook-form": "^7.55.0", + "react-icons": "^5.5.0", + "react-mde": "^12.0.8", + "recharts": "^2.15.1", + "sass": "^1.86.0", + "tailwind-merge": "^3.0.2", + "tw-animate-css": "^1.2.4", + "zod": "^3.24.2" + }, + "devDependencies": { + "@types/node": "^22.13.13", + "@types/pg": "^8.11.11", + "@types/react": "^19.0.12", + "@types/react-dom": "^19", + "drizzle-kit": "^0.30.6", + "eslint": "^9", + "eslint-config-next": "15.2.3", + "postcss": "^8.5.3", + "postcss-import": "^16.1.0", + "postcss-nesting": "^13.0.1", + "prettier": "^3.5.3", + "tailwindcss": "^4.1.1", + "tsx": "^4.19.3", + "typescript": "^5.8.2" + } + }, + "node_modules/@alloc/quick-lru": { + "version": "5.2.0", + "license": "MIT", + "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" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.26.2", + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.26.8", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.26.10", + "license": "MIT", + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.26.2", + "@babel/generator": "^7.26.10", + "@babel/helper-compilation-targets": "^7.26.5", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.10", + "@babel/parser": "^7.26.10", + "@babel/template": "^7.26.9", + "@babel/traverse": "^7.26.10", + "@babel/types": "^7.26.10", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/core/node_modules/json5": { + "version": "2.2.3", + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.27.0", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.27.0", + "@babel/types": "^7.27.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.27.0", + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.26.8", + "@babel/helper-validator-option": "^7.25.9", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { + "version": "5.1.1", + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.1", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.25.9", + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.26.0", + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.25.9", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.25.9", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.25.9", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.27.0", + "license": "MIT", + "dependencies": { + "@babel/template": "^7.27.0", + "@babel/types": "^7.27.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.27.0", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.27.0" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.27.0", + "license": "MIT", + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.27.0", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.26.2", + "@babel/parser": "^7.27.0", + "@babel/types": "^7.27.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.27.0", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.26.2", + "@babel/generator": "^7.27.0", + "@babel/parser": "^7.27.0", + "@babel/template": "^7.27.0", + "@babel/types": "^7.27.0", + "debug": "^4.3.1", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/globals": { + "version": "11.12.0", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/types": { + "version": "7.27.0", + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@cloudinary/html": { + "version": "1.13.2", + "dependencies": { + "@types/lodash.clonedeep": "^4.5.6", + "@types/lodash.debounce": "^4.0.6", + "@types/node": "^14.14.10", + "lodash.clonedeep": "^4.5.0", + "lodash.debounce": "^4.0.8", + "typescript": "^4.1.2" + } + }, + "node_modules/@cloudinary/html/node_modules/@types/node": { + "version": "14.18.63", + "license": "MIT" + }, + "node_modules/@cloudinary/html/node_modules/typescript": { + "version": "4.9.5", + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/@cloudinary/react": { + "version": "1.14.1", + "license": "MIT", + "dependencies": { + "@cloudinary/html": "^1.13.2" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/@cloudinary/transformation-builder-sdk": { + "version": "1.16.1", + "license": "MIT", + "dependencies": { + "@cloudinary/url-gen": "^1.7.0" + } + }, + "node_modules/@cloudinary/url-gen": { + "version": "1.21.0", + "license": "MIT", + "dependencies": { + "@cloudinary/transformation-builder-sdk": "^1.15.1" + } + }, + "node_modules/@drizzle-team/brocli": { + "version": "0.10.2", + "dev": true, + "license": "Apache-2.0" + }, + "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/darwin-arm64": { + "version": "0.18.20", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "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/darwin-arm64": { + "version": "0.19.12", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "peer": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.5.1", + "dev": true, + "license": "MIT", + "dependencies": { + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.12.1", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/config-array": { + "version": "0.19.2", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/object-schema": "^2.1.6", + "debug": "^4.3.1", + "minimatch": "^3.1.2" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/config-helpers": { + "version": "0.2.1", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/core": { + "version": "0.12.0", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "3.3.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^10.0.1", + "globals": "^14.0.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/eslintrc/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/@eslint/eslintrc/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/@eslint/js": { + "version": "9.23.0", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/object-schema": { + "version": "2.1.6", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/plugin-kit": { + "version": "0.2.8", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.13.0", + "levn": "^0.4.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": { + "version": "0.13.0", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@floating-ui/core": { + "version": "1.6.9", + "license": "MIT", + "dependencies": { + "@floating-ui/utils": "^0.2.9" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.6.13", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.6.0", + "@floating-ui/utils": "^0.2.9" + } + }, + "node_modules/@floating-ui/react-dom": { + "version": "2.1.2", + "license": "MIT", + "dependencies": { + "@floating-ui/dom": "^1.0.0" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.9", + "license": "MIT" + }, + "node_modules/@hookform/error-message": { + "version": "2.0.1", + "license": "MIT", + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0", + "react-hook-form": "^7.0.0" + } + }, + "node_modules/@hookform/resolvers": { + "version": "5.0.1", + "license": "MIT", + "dependencies": { + "@standard-schema/utils": "^0.3.0" + }, + "peerDependencies": { + "react-hook-form": "^7.55.0" + } + }, + "node_modules/@humanfs/core": { + "version": "0.19.1", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node": { + "version": "0.16.6", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@humanfs/core": "^0.19.1", + "@humanwhocodes/retry": "^0.3.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { + "version": "0.3.1", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/retry": { + "version": "0.4.2", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@img/sharp-darwin-arm64": { + "version": "0.33.5", + "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": { + "@img/sharp-libvips-darwin-arm64": "1.0.4" + } + }, + "node_modules/@img/sharp-libvips-darwin-arm64": { + "version": "1.0.4", + "cpu": [ + "arm64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "darwin" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "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/source-map": { + "version": "0.3.6", + "license": "MIT", + "peer": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, + "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" + } + }, + "node_modules/@markdoc/markdoc": { + "version": "0.5.1", + "license": "MIT", + "engines": { + "node": ">=14.7.0" + }, + "optionalDependencies": { + "@types/linkify-it": "^3.0.1", + "@types/markdown-it": "12.2.3" + }, + "peerDependencies": { + "@types/react": "*", + "react": "*" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "react": { + "optional": true + } + } + }, + "node_modules/@next/env": { + "version": "15.2.4", + "license": "MIT" + }, + "node_modules/@next/eslint-plugin-next": { + "version": "15.2.3", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-glob": "3.3.1" + } + }, + "node_modules/@next/swc-darwin-arm64": { + "version": "15.2.4", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nolyfill/is-core-module": { + "version": "1.0.39", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.4.0" + } + }, + "node_modules/@opentelemetry/api": { + "version": "1.9.0", + "license": "Apache-2.0", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@opentelemetry/api-logs": { + "version": "0.57.2", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/api": "^1.3.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/@opentelemetry/context-async-hooks": { + "version": "1.30.1", + "license": "Apache-2.0", + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": ">=1.0.0 <1.10.0" + } + }, + "node_modules/@opentelemetry/core": { + "version": "1.30.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/semantic-conventions": "1.28.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": ">=1.0.0 <1.10.0" + } + }, + "node_modules/@opentelemetry/core/node_modules/@opentelemetry/semantic-conventions": { + "version": "1.28.0", + "license": "Apache-2.0", + "engines": { + "node": ">=14" + } + }, + "node_modules/@opentelemetry/instrumentation": { + "version": "0.57.2", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/api-logs": "0.57.2", + "@types/shimmer": "^1.2.0", + "import-in-the-middle": "^1.8.1", + "require-in-the-middle": "^7.1.1", + "semver": "^7.5.2", + "shimmer": "^1.2.1" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-amqplib": { + "version": "0.46.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "^1.8.0", + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-connect": { + "version": "0.43.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "^1.8.0", + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0", + "@types/connect": "3.4.38" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-dataloader": { + "version": "0.16.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-express": { + "version": "0.47.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "^1.8.0", + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-fastify": { + "version": "0.44.2", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "^1.8.0", + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-fs": { + "version": "0.19.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "^1.8.0", + "@opentelemetry/instrumentation": "^0.57.1" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-generic-pool": { + "version": "0.43.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-graphql": { + "version": "0.47.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-hapi": { + "version": "0.45.2", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "^1.8.0", + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-http": { + "version": "0.57.2", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "1.30.1", + "@opentelemetry/instrumentation": "0.57.2", + "@opentelemetry/semantic-conventions": "1.28.0", + "forwarded-parse": "2.1.2", + "semver": "^7.5.2" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-http/node_modules/@opentelemetry/semantic-conventions": { + "version": "1.28.0", + "license": "Apache-2.0", + "engines": { + "node": ">=14" + } + }, + "node_modules/@opentelemetry/instrumentation-ioredis": { + "version": "0.47.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/redis-common": "^0.36.2", + "@opentelemetry/semantic-conventions": "^1.27.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-kafkajs": { + "version": "0.7.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-knex": { + "version": "0.44.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-koa": { + "version": "0.47.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "^1.8.0", + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-lru-memoizer": { + "version": "0.44.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-mongodb": { + "version": "0.52.0", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-mongoose": { + "version": "0.46.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "^1.8.0", + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-mysql": { + "version": "0.45.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0", + "@types/mysql": "2.15.26" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-mysql2": { + "version": "0.45.2", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0", + "@opentelemetry/sql-common": "^0.40.1" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-pg": { + "version": "0.51.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "^1.26.0", + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0", + "@opentelemetry/sql-common": "^0.40.1", + "@types/pg": "8.6.1", + "@types/pg-pool": "2.0.6" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg": { + "version": "8.6.1", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "pg-protocol": "*", + "pg-types": "^2.2.0" + } + }, + "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg/node_modules/pg-types": { + "version": "2.2.0", + "license": "MIT", + "dependencies": { + "pg-int8": "1.0.1", + "postgres-array": "~2.0.0", + "postgres-bytea": "~1.0.0", + "postgres-date": "~1.0.4", + "postgres-interval": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg/node_modules/pg-types/node_modules/postgres-array": { + "version": "2.0.0", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg/node_modules/pg-types/node_modules/postgres-bytea": { + "version": "1.0.0", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg/node_modules/pg-types/node_modules/postgres-date": { + "version": "1.0.7", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg/node_modules/pg-types/node_modules/postgres-interval": { + "version": "1.2.0", + "license": "MIT", + "dependencies": { + "xtend": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@opentelemetry/instrumentation-redis-4": { + "version": "0.46.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/redis-common": "^0.36.2", + "@opentelemetry/semantic-conventions": "^1.27.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-tedious": { + "version": "0.18.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/semantic-conventions": "^1.27.0", + "@types/tedious": "^4.0.14" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.3.0" + } + }, + "node_modules/@opentelemetry/instrumentation-undici": { + "version": "0.10.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "^1.8.0", + "@opentelemetry/instrumentation": "^0.57.1" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.7.0" + } + }, + "node_modules/@opentelemetry/redis-common": { + "version": "0.36.2", + "license": "Apache-2.0", + "engines": { + "node": ">=14" + } + }, + "node_modules/@opentelemetry/resources": { + "version": "1.30.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "1.30.1", + "@opentelemetry/semantic-conventions": "1.28.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": ">=1.0.0 <1.10.0" + } + }, + "node_modules/@opentelemetry/resources/node_modules/@opentelemetry/semantic-conventions": { + "version": "1.28.0", + "license": "Apache-2.0", + "engines": { + "node": ">=14" + } + }, + "node_modules/@opentelemetry/sdk-trace-base": { + "version": "1.30.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "1.30.1", + "@opentelemetry/resources": "1.30.1", + "@opentelemetry/semantic-conventions": "1.28.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": ">=1.0.0 <1.10.0" + } + }, + "node_modules/@opentelemetry/sdk-trace-base/node_modules/@opentelemetry/semantic-conventions": { + "version": "1.28.0", + "license": "Apache-2.0", + "engines": { + "node": ">=14" + } + }, + "node_modules/@opentelemetry/semantic-conventions": { + "version": "1.30.0", + "license": "Apache-2.0", + "engines": { + "node": ">=14" + } + }, + "node_modules/@opentelemetry/sql-common": { + "version": "0.40.1", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/core": "^1.1.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.1.0" + } + }, + "node_modules/@parcel/watcher": { + "version": "2.5.1", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "dependencies": { + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" + }, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "@parcel/watcher-android-arm64": "2.5.1", + "@parcel/watcher-darwin-arm64": "2.5.1", + "@parcel/watcher-darwin-x64": "2.5.1", + "@parcel/watcher-freebsd-x64": "2.5.1", + "@parcel/watcher-linux-arm-glibc": "2.5.1", + "@parcel/watcher-linux-arm-musl": "2.5.1", + "@parcel/watcher-linux-arm64-glibc": "2.5.1", + "@parcel/watcher-linux-arm64-musl": "2.5.1", + "@parcel/watcher-linux-x64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-musl": "2.5.1", + "@parcel/watcher-win32-arm64": "2.5.1", + "@parcel/watcher-win32-ia32": "2.5.1", + "@parcel/watcher-win32-x64": "2.5.1" + } + }, + "node_modules/@parcel/watcher-darwin-arm64": { + "version": "2.5.1", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher/node_modules/detect-libc": { + "version": "1.0.3", + "license": "Apache-2.0", + "optional": true, + "bin": { + "detect-libc": "bin/detect-libc.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/@petamoriken/float16": { + "version": "3.9.2", + "devOptional": true, + "license": "MIT" + }, + "node_modules/@prisma/instrumentation": { + "version": "6.5.0", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/instrumentation": "^0.52.0 || ^0.53.0 || ^0.54.0 || ^0.55.0 || ^0.56.0 || ^0.57.0" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.8" + } + }, + "node_modules/@radix-ui/primitive": { + "version": "1.1.1", + "license": "MIT" + }, + "node_modules/@radix-ui/react-alert-dialog": { + "version": "1.1.6", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.1", + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-dialog": "1.1.6", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-slot": "1.1.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-arrow": { + "version": "1.1.2", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.0.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-avatar": { + "version": "1.1.3", + "license": "MIT", + "dependencies": { + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-use-callback-ref": "1.1.0", + "@radix-ui/react-use-layout-effect": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-collection": { + "version": "1.1.2", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-slot": "1.1.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-compose-refs": { + "version": "1.1.1", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-context": { + "version": "1.1.1", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-dialog": { + "version": "1.1.6", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.1", + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-dismissable-layer": "1.1.5", + "@radix-ui/react-focus-guards": "1.1.1", + "@radix-ui/react-focus-scope": "1.1.2", + "@radix-ui/react-id": "1.1.0", + "@radix-ui/react-portal": "1.1.4", + "@radix-ui/react-presence": "1.1.2", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-slot": "1.1.2", + "@radix-ui/react-use-controllable-state": "1.1.0", + "aria-hidden": "^1.2.4", + "react-remove-scroll": "^2.6.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-direction": { + "version": "1.1.0", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-dismissable-layer": { + "version": "1.1.5", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.1", + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-use-callback-ref": "1.1.0", + "@radix-ui/react-use-escape-keydown": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-dropdown-menu": { + "version": "2.1.6", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.1", + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-id": "1.1.0", + "@radix-ui/react-menu": "2.1.6", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-use-controllable-state": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-focus-guards": { + "version": "1.1.1", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-focus-scope": { + "version": "1.1.2", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-use-callback-ref": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-hover-card": { + "version": "1.1.6", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.1", + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-dismissable-layer": "1.1.5", + "@radix-ui/react-popper": "1.2.2", + "@radix-ui/react-portal": "1.1.4", + "@radix-ui/react-presence": "1.1.2", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-use-controllable-state": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-icons": { + "version": "1.3.2", + "license": "MIT", + "peerDependencies": { + "react": "^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc" + } + }, + "node_modules/@radix-ui/react-id": { + "version": "1.1.0", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-layout-effect": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-label": { + "version": "2.1.2", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.0.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-menu": { + "version": "2.1.6", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.1", + "@radix-ui/react-collection": "1.1.2", + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-direction": "1.1.0", + "@radix-ui/react-dismissable-layer": "1.1.5", + "@radix-ui/react-focus-guards": "1.1.1", + "@radix-ui/react-focus-scope": "1.1.2", + "@radix-ui/react-id": "1.1.0", + "@radix-ui/react-popper": "1.2.2", + "@radix-ui/react-portal": "1.1.4", + "@radix-ui/react-presence": "1.1.2", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-roving-focus": "1.1.2", + "@radix-ui/react-slot": "1.1.2", + "@radix-ui/react-use-callback-ref": "1.1.0", + "aria-hidden": "^1.2.4", + "react-remove-scroll": "^2.6.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-popover": { + "version": "1.1.6", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.1", + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-dismissable-layer": "1.1.5", + "@radix-ui/react-focus-guards": "1.1.1", + "@radix-ui/react-focus-scope": "1.1.2", + "@radix-ui/react-id": "1.1.0", + "@radix-ui/react-popper": "1.2.2", + "@radix-ui/react-portal": "1.1.4", + "@radix-ui/react-presence": "1.1.2", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-slot": "1.1.2", + "@radix-ui/react-use-controllable-state": "1.1.0", + "aria-hidden": "^1.2.4", + "react-remove-scroll": "^2.6.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-popper": { + "version": "1.2.2", + "license": "MIT", + "dependencies": { + "@floating-ui/react-dom": "^2.0.0", + "@radix-ui/react-arrow": "1.1.2", + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-use-callback-ref": "1.1.0", + "@radix-ui/react-use-layout-effect": "1.1.0", + "@radix-ui/react-use-rect": "1.1.0", + "@radix-ui/react-use-size": "1.1.0", + "@radix-ui/rect": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-portal": { + "version": "1.1.4", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-use-layout-effect": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-presence": { + "version": "1.1.2", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-use-layout-effect": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-primitive": { + "version": "2.0.2", + "license": "MIT", + "dependencies": { + "@radix-ui/react-slot": "1.1.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-roving-focus": { + "version": "1.1.2", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.1", + "@radix-ui/react-collection": "1.1.2", + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-direction": "1.1.0", + "@radix-ui/react-id": "1.1.0", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-use-callback-ref": "1.1.0", + "@radix-ui/react-use-controllable-state": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-separator": { + "version": "1.1.2", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.0.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-slot": { + "version": "1.1.2", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-tabs": { + "version": "1.1.3", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.1", + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-direction": "1.1.0", + "@radix-ui/react-id": "1.1.0", + "@radix-ui/react-presence": "1.1.2", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-roving-focus": "1.1.2", + "@radix-ui/react-use-controllable-state": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-tooltip": { + "version": "1.1.8", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.1", + "@radix-ui/react-compose-refs": "1.1.1", + "@radix-ui/react-context": "1.1.1", + "@radix-ui/react-dismissable-layer": "1.1.5", + "@radix-ui/react-id": "1.1.0", + "@radix-ui/react-popper": "1.2.2", + "@radix-ui/react-portal": "1.1.4", + "@radix-ui/react-presence": "1.1.2", + "@radix-ui/react-primitive": "2.0.2", + "@radix-ui/react-slot": "1.1.2", + "@radix-ui/react-use-controllable-state": "1.1.0", + "@radix-ui/react-visually-hidden": "1.1.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-callback-ref": { + "version": "1.1.0", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-controllable-state": { + "version": "1.1.0", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-callback-ref": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-escape-keydown": { + "version": "1.1.0", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-callback-ref": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-layout-effect": { + "version": "1.1.0", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-rect": { + "version": "1.1.0", + "license": "MIT", + "dependencies": { + "@radix-ui/rect": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-size": { + "version": "1.1.0", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-layout-effect": "1.1.0" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-visually-hidden": { + "version": "1.1.2", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.0.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/rect": { + "version": "1.1.0", + "license": "MIT" + }, + "node_modules/@rollup/plugin-commonjs": { + "version": "28.0.1", + "license": "MIT", + "dependencies": { + "@rollup/pluginutils": "^5.0.1", + "commondir": "^1.0.1", + "estree-walker": "^2.0.2", + "fdir": "^6.2.0", + "is-reference": "1.2.1", + "magic-string": "^0.30.3", + "picomatch": "^4.0.2" + }, + "engines": { + "node": ">=16.0.0 || 14 >= 14.17" + }, + "peerDependencies": { + "rollup": "^2.68.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/pluginutils": { + "version": "5.1.4", + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^4.0.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.35.0", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rtsao/scc": { + "version": "1.1.0", + "dev": true, + "license": "MIT" + }, + "node_modules/@rushstack/eslint-patch": { + "version": "1.11.0", + "dev": true, + "license": "MIT" + }, + "node_modules/@sentry-internal/browser-utils": { + "version": "9.11.0", + "license": "MIT", + "dependencies": { + "@sentry/core": "9.11.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@sentry-internal/feedback": { + "version": "9.11.0", + "license": "MIT", + "dependencies": { + "@sentry/core": "9.11.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@sentry-internal/replay": { + "version": "9.11.0", + "license": "MIT", + "dependencies": { + "@sentry-internal/browser-utils": "9.11.0", + "@sentry/core": "9.11.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@sentry-internal/replay-canvas": { + "version": "9.11.0", + "license": "MIT", + "dependencies": { + "@sentry-internal/replay": "9.11.0", + "@sentry/core": "9.11.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@sentry/babel-plugin-component-annotate": { + "version": "3.2.4", + "license": "MIT", + "engines": { + "node": ">= 14" + } + }, + "node_modules/@sentry/browser": { + "version": "9.11.0", + "license": "MIT", + "dependencies": { + "@sentry-internal/browser-utils": "9.11.0", + "@sentry-internal/feedback": "9.11.0", + "@sentry-internal/replay": "9.11.0", + "@sentry-internal/replay-canvas": "9.11.0", + "@sentry/core": "9.11.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@sentry/bundler-plugin-core": { + "version": "3.2.4", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.18.5", + "@sentry/babel-plugin-component-annotate": "3.2.4", + "@sentry/cli": "2.42.2", + "dotenv": "^16.3.1", + "find-up": "^5.0.0", + "glob": "^9.3.2", + "magic-string": "0.30.8", + "unplugin": "1.0.1" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@sentry/bundler-plugin-core/node_modules/magic-string": { + "version": "0.30.8", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.15" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@sentry/cli": { + "version": "2.42.2", + "hasInstallScript": true, + "license": "BSD-3-Clause", + "dependencies": { + "https-proxy-agent": "^5.0.0", + "node-fetch": "^2.6.7", + "progress": "^2.0.3", + "proxy-from-env": "^1.1.0", + "which": "^2.0.2" + }, + "bin": { + "sentry-cli": "bin/sentry-cli" + }, + "engines": { + "node": ">= 10" + }, + "optionalDependencies": { + "@sentry/cli-darwin": "2.42.2", + "@sentry/cli-linux-arm": "2.42.2", + "@sentry/cli-linux-arm64": "2.42.2", + "@sentry/cli-linux-i686": "2.42.2", + "@sentry/cli-linux-x64": "2.42.2", + "@sentry/cli-win32-i686": "2.42.2", + "@sentry/cli-win32-x64": "2.42.2" + } + }, + "node_modules/@sentry/cli-darwin": { + "version": "2.42.2", + "license": "BSD-3-Clause", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@sentry/cli/node_modules/which": { + "version": "2.0.2", + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@sentry/cli/node_modules/which/node_modules/isexe": { + "version": "2.0.0", + "license": "ISC" + }, + "node_modules/@sentry/core": { + "version": "9.11.0", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/@sentry/nextjs": { + "version": "9.11.0", + "license": "MIT", + "dependencies": { + "@opentelemetry/api": "^1.9.0", + "@opentelemetry/semantic-conventions": "^1.30.0", + "@rollup/plugin-commonjs": "28.0.1", + "@sentry-internal/browser-utils": "9.11.0", + "@sentry/core": "9.11.0", + "@sentry/node": "9.11.0", + "@sentry/opentelemetry": "9.11.0", + "@sentry/react": "9.11.0", + "@sentry/vercel-edge": "9.11.0", + "@sentry/webpack-plugin": "3.2.4", + "chalk": "3.0.0", + "resolve": "1.22.8", + "rollup": "4.35.0", + "stacktrace-parser": "^0.1.10" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "next": "^13.2.0 || ^14.0 || ^15.0.0-rc.0" + } + }, + "node_modules/@sentry/nextjs/node_modules/chalk": { + "version": "3.0.0", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@sentry/nextjs/node_modules/resolve": { + "version": "1.22.8", + "license": "MIT", + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@sentry/node": { + "version": "9.11.0", + "license": "MIT", + "dependencies": { + "@opentelemetry/api": "^1.9.0", + "@opentelemetry/context-async-hooks": "^1.30.1", + "@opentelemetry/core": "^1.30.1", + "@opentelemetry/instrumentation": "^0.57.2", + "@opentelemetry/instrumentation-amqplib": "^0.46.1", + "@opentelemetry/instrumentation-connect": "0.43.1", + "@opentelemetry/instrumentation-dataloader": "0.16.1", + "@opentelemetry/instrumentation-express": "0.47.1", + "@opentelemetry/instrumentation-fastify": "0.44.2", + "@opentelemetry/instrumentation-fs": "0.19.1", + "@opentelemetry/instrumentation-generic-pool": "0.43.1", + "@opentelemetry/instrumentation-graphql": "0.47.1", + "@opentelemetry/instrumentation-hapi": "0.45.2", + "@opentelemetry/instrumentation-http": "0.57.2", + "@opentelemetry/instrumentation-ioredis": "0.47.1", + "@opentelemetry/instrumentation-kafkajs": "0.7.1", + "@opentelemetry/instrumentation-knex": "0.44.1", + "@opentelemetry/instrumentation-koa": "0.47.1", + "@opentelemetry/instrumentation-lru-memoizer": "0.44.1", + "@opentelemetry/instrumentation-mongodb": "0.52.0", + "@opentelemetry/instrumentation-mongoose": "0.46.1", + "@opentelemetry/instrumentation-mysql": "0.45.1", + "@opentelemetry/instrumentation-mysql2": "0.45.2", + "@opentelemetry/instrumentation-pg": "0.51.1", + "@opentelemetry/instrumentation-redis-4": "0.46.1", + "@opentelemetry/instrumentation-tedious": "0.18.1", + "@opentelemetry/instrumentation-undici": "0.10.1", + "@opentelemetry/resources": "^1.30.1", + "@opentelemetry/sdk-trace-base": "^1.30.1", + "@opentelemetry/semantic-conventions": "^1.30.0", + "@prisma/instrumentation": "6.5.0", + "@sentry/core": "9.11.0", + "@sentry/opentelemetry": "9.11.0", + "import-in-the-middle": "^1.13.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@sentry/opentelemetry": { + "version": "9.11.0", + "license": "MIT", + "dependencies": { + "@sentry/core": "9.11.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.9.0", + "@opentelemetry/context-async-hooks": "^1.30.1", + "@opentelemetry/core": "^1.30.1", + "@opentelemetry/instrumentation": "^0.57.1", + "@opentelemetry/sdk-trace-base": "^1.30.1", + "@opentelemetry/semantic-conventions": "^1.28.0" + } + }, + "node_modules/@sentry/react": { + "version": "9.11.0", + "license": "MIT", + "dependencies": { + "@sentry/browser": "9.11.0", + "@sentry/core": "9.11.0", + "hoist-non-react-statics": "^3.3.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "react": "^16.14.0 || 17.x || 18.x || 19.x" + } + }, + "node_modules/@sentry/vercel-edge": { + "version": "9.11.0", + "license": "MIT", + "dependencies": { + "@opentelemetry/api": "^1.9.0", + "@sentry/core": "9.11.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@sentry/webpack-plugin": { + "version": "3.2.4", + "license": "MIT", + "dependencies": { + "@sentry/bundler-plugin-core": "3.2.4", + "unplugin": "1.0.1", + "uuid": "^9.0.0" + }, + "engines": { + "node": ">= 14" + }, + "peerDependencies": { + "webpack": ">=4.40.0" + } + }, + "node_modules/@standard-schema/utils": { + "version": "0.3.0", + "license": "MIT" + }, + "node_modules/@swc/counter": { + "version": "0.1.3", + "license": "Apache-2.0" + }, + "node_modules/@swc/helpers": { + "version": "0.5.15", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.8.0" + } + }, + "node_modules/@t3-oss/env-core": { + "version": "0.12.0", + "license": "MIT", + "peerDependencies": { + "typescript": ">=5.0.0", + "valibot": "^1.0.0-beta.7 || ^1.0.0", + "zod": "^3.24.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + }, + "valibot": { + "optional": true + }, + "zod": { + "optional": true + } + } + }, + "node_modules/@t3-oss/env-nextjs": { + "version": "0.12.0", + "license": "MIT", + "dependencies": { + "@t3-oss/env-core": "0.12.0" + }, + "peerDependencies": { + "typescript": ">=5.0.0", + "valibot": "^1.0.0-beta.7 || ^1.0.0", + "zod": "^3.24.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + }, + "valibot": { + "optional": true + }, + "zod": { + "optional": true + } + } + }, + "node_modules/@tailwindcss/node": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.1.tgz", + "integrity": "sha512-xvlh4pvfG/bkv0fEtJDABAm1tjtSmSyi2QmS4zyj1EKNI1UiOYiUq1IphSwDsNJ5vJ9cWEGs4rJXpUdCN2kujQ==", + "license": "MIT", + "dependencies": { + "enhanced-resolve": "^5.18.1", + "jiti": "^2.4.2", + "lightningcss": "1.29.2", + "tailwindcss": "4.1.1" + } + }, + "node_modules/@tailwindcss/oxide": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.1.tgz", + "integrity": "sha512-7+YBgnPQ4+jv6B6WVOerJ6WOzDzNJXrRKDts674v6TKAqFqYRr9+EBtSziO7nNcwQ8JtoZNMeqA+WJDjtCM/7w==", + "license": "MIT", + "engines": { + "node": ">= 10" + }, + "optionalDependencies": { + "@tailwindcss/oxide-android-arm64": "4.1.1", + "@tailwindcss/oxide-darwin-arm64": "4.1.1", + "@tailwindcss/oxide-darwin-x64": "4.1.1", + "@tailwindcss/oxide-freebsd-x64": "4.1.1", + "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.1", + "@tailwindcss/oxide-linux-arm64-gnu": "4.1.1", + "@tailwindcss/oxide-linux-arm64-musl": "4.1.1", + "@tailwindcss/oxide-linux-x64-gnu": "4.1.1", + "@tailwindcss/oxide-linux-x64-musl": "4.1.1", + "@tailwindcss/oxide-win32-arm64-msvc": "4.1.1", + "@tailwindcss/oxide-win32-x64-msvc": "4.1.1" + } + }, + "node_modules/@tailwindcss/oxide-android-arm64": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.1.tgz", + "integrity": "sha512-gTyRzfdParpoCU1yyUC/iN6XK6T0Ra4bDlF8Aeul5NP9cLzKEZDogdNVNGv5WZmCDkVol7qlex7TMmcfytMmmw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-darwin-arm64": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.1.tgz", + "integrity": "sha512-dI0QbdMWBvLB3MtaTKetzUKG9CUUQow8JSP4Nm+OxVokeZ+N+f1OmZW/hW1LzMxpx9RQCBgSRL+IIvKRat5Wdg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-darwin-x64": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.1.tgz", + "integrity": "sha512-2Y+NPQOTRBCItshPgY/CWg4bKi7E9evMg4bgdb6h9iZObCZLOe3doPcuSxGS3DB0dKyMFKE8pTdWtFUbxZBMSA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-freebsd-x64": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.1.tgz", + "integrity": "sha512-N97NGMsB/7CHShbc5ube4dcsW/bYENkBrg8yWi8ieN9boYVRdw3cZviVryV/Nfu9bKbBV9kUvduFF2qBI7rEqg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.1.tgz", + "integrity": "sha512-33Lk6KbHnUZbXqza6RWNFo9wqPQ4+H5BAn1CkUUfC1RZ1vYbyDN6+iJPj53wmnWJ3mhRI8jWt3Jt1fO02IVdUQ==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.1.tgz", + "integrity": "sha512-LyW35RzSUy+80WYScv03HKasAUmMFDaSbNpWfk1gG5gEE9kuRGnDzSrqMoLAmY/kzMCYP/1kqmUiAx8EFLkI2A==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-musl": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.1.tgz", + "integrity": "sha512-1KPnDMlHdqjPTUSFjx55pafvs8RZXRgxfeRgUrukwDKkuj7gFk28vW3Mx65YdiugAc9NWs3VgueZWaM1Po6uGw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-gnu": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.1.tgz", + "integrity": "sha512-4WdzA+MRlsinEEE6yxNMLJxpw0kE9XVipbAKdTL8BeUpyC2TdA3TL46lBulXzKp3BIxh3nqyR/UCqzl5o+3waQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-musl": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.1.tgz", + "integrity": "sha512-q7Ugbw3ARcjCW2VMUYrcMbJ6aMQuWPArBBE2EqC/swPZTdGADvMQSlvR0VKusUM4HoSsO7ZbvcZ53YwR57+AKw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.1.tgz", + "integrity": "sha512-0KpqsovgHcIzm7eAGzzEZsEs0/nPYXnRBv+aPq/GehpNQuE/NAQu+YgZXIIof+VflDFuyXOEnaFr7T5MZ1INhA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-win32-x64-msvc": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.1.tgz", + "integrity": "sha512-B1mjeXNS26kBOHv5sXARf6Wd0PWHV9x1TDlW0ummrBUOUAxAy5wcy4Nii1wzNvCdvC448hgiL06ylhwAbNthmg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/postcss": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.1.tgz", + "integrity": "sha512-GX9AEM+msH0i2Yh1b6CuDRaZRo3kmbvIrLbSfvJ53C3uaAgsQ//fTQAh9HMQ6t1a9zvoUptlYqG//plWsBQTCw==", + "license": "MIT", + "dependencies": { + "@alloc/quick-lru": "^5.2.0", + "@tailwindcss/node": "4.1.1", + "@tailwindcss/oxide": "4.1.1", + "postcss": "^8.4.41", + "tailwindcss": "4.1.1" + } + }, + "node_modules/@tailwindcss/typography": { + "version": "0.5.16", + "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/@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/@tanstack/query-core": { + "version": "5.71.5", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, + "node_modules/@tanstack/react-query": { + "version": "5.71.5", + "license": "MIT", + "dependencies": { + "@tanstack/query-core": "5.71.5" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + }, + "peerDependencies": { + "react": "^18 || ^19" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/d3-array": { + "version": "3.2.1", + "license": "MIT" + }, + "node_modules/@types/d3-color": { + "version": "3.1.3", + "license": "MIT" + }, + "node_modules/@types/d3-ease": { + "version": "3.0.2", + "license": "MIT" + }, + "node_modules/@types/d3-interpolate": { + "version": "3.0.4", + "license": "MIT", + "dependencies": { + "@types/d3-color": "*" + } + }, + "node_modules/@types/d3-path": { + "version": "3.1.1", + "license": "MIT" + }, + "node_modules/@types/d3-scale": { + "version": "4.0.9", + "license": "MIT", + "dependencies": { + "@types/d3-time": "*" + } + }, + "node_modules/@types/d3-shape": { + "version": "3.1.7", + "license": "MIT", + "dependencies": { + "@types/d3-path": "*" + } + }, + "node_modules/@types/d3-time": { + "version": "3.0.4", + "license": "MIT" + }, + "node_modules/@types/d3-timer": { + "version": "3.0.2", + "license": "MIT" + }, + "node_modules/@types/eslint": { + "version": "9.6.1", + "license": "MIT", + "peer": true, + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.7", + "license": "MIT", + "peer": true, + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "1.0.7", + "license": "MIT" + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "license": "MIT" + }, + "node_modules/@types/json5": { + "version": "0.0.29", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/linkify-it": { + "version": "3.0.5", + "license": "MIT", + "optional": true + }, + "node_modules/@types/lodash": { + "version": "4.17.16", + "license": "MIT" + }, + "node_modules/@types/lodash.clonedeep": { + "version": "4.5.9", + "license": "MIT", + "dependencies": { + "@types/lodash": "*" + } + }, + "node_modules/@types/lodash.debounce": { + "version": "4.0.9", + "license": "MIT", + "dependencies": { + "@types/lodash": "*" + } + }, + "node_modules/@types/markdown-it": { + "version": "12.2.3", + "license": "MIT", + "optional": true, + "dependencies": { + "@types/linkify-it": "*", + "@types/mdurl": "*" + } + }, + "node_modules/@types/mdurl": { + "version": "2.0.0", + "license": "MIT", + "optional": true + }, + "node_modules/@types/mysql": { + "version": "2.15.26", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/node": { + "version": "22.14.0", + "license": "MIT", + "dependencies": { + "undici-types": "~6.21.0" + } + }, + "node_modules/@types/pg": { + "version": "8.11.11", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "pg-protocol": "*", + "pg-types": "^4.0.1" + } + }, + "node_modules/@types/pg-pool": { + "version": "2.0.6", + "license": "MIT", + "dependencies": { + "@types/pg": "*" + } + }, + "node_modules/@types/react": { + "version": "19.1.0", + "devOptional": true, + "license": "MIT", + "dependencies": { + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-dom": { + "version": "19.1.1", + "devOptional": true, + "license": "MIT", + "peerDependencies": { + "@types/react": "^19.0.0" + } + }, + "node_modules/@types/shimmer": { + "version": "1.2.0", + "license": "MIT" + }, + "node_modules/@types/tedious": { + "version": "4.0.14", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "8.29.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/regexpp": "^4.10.0", + "@typescript-eslint/scope-manager": "8.29.0", + "@typescript-eslint/type-utils": "8.29.0", + "@typescript-eslint/utils": "8.29.0", + "@typescript-eslint/visitor-keys": "8.29.0", + "graphemer": "^1.4.0", + "ignore": "^5.3.1", + "natural-compare": "^1.4.0", + "ts-api-utils": "^2.0.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.9.0" + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "8.29.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/scope-manager": "8.29.0", + "@typescript-eslint/types": "8.29.0", + "@typescript-eslint/typescript-estree": "8.29.0", + "@typescript-eslint/visitor-keys": "8.29.0", + "debug": "^4.3.4" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.9.0" + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "8.29.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.29.0", + "@typescript-eslint/visitor-keys": "8.29.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils": { + "version": "8.29.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/typescript-estree": "8.29.0", + "@typescript-eslint/utils": "8.29.0", + "debug": "^4.3.4", + "ts-api-utils": "^2.0.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.9.0" + } + }, + "node_modules/@typescript-eslint/types": { + "version": "8.29.0", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "8.29.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.29.0", + "@typescript-eslint/visitor-keys": "8.29.0", + "debug": "^4.3.4", + "fast-glob": "^3.3.2", + "is-glob": "^4.0.3", + "minimatch": "^9.0.4", + "semver": "^7.6.0", + "ts-api-utils": "^2.0.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <5.9.0" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob": { + "version": "3.3.3", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.8" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { + "version": "9.0.5", + "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/typescript-estree/node_modules/minimatch/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@typescript-eslint/utils": { + "version": "8.29.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.4.0", + "@typescript-eslint/scope-manager": "8.29.0", + "@typescript-eslint/types": "8.29.0", + "@typescript-eslint/typescript-estree": "8.29.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.9.0" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "8.29.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.29.0", + "eslint-visitor-keys": "^4.2.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@unrs/resolver-binding-darwin-arm64": { + "version": "1.3.3", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.14.1", + "license": "MIT", + "peer": true, + "dependencies": { + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.13.2", + "license": "MIT", + "peer": true + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.13.2", + "license": "MIT", + "peer": true + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.14.1", + "license": "MIT", + "peer": true + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.13.2", + "license": "MIT", + "peer": true, + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.13.2", + "license": "MIT", + "peer": true + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.14.1", + "license": "MIT", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.13.2", + "license": "MIT", + "peer": true, + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.13.2", + "license": "Apache-2.0", + "peer": true, + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.13.2", + "license": "MIT", + "peer": true + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.14.1", + "license": "MIT", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.14.1", + "license": "MIT", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.14.1", + "license": "MIT", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.14.1", + "license": "MIT", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.14.1", + "license": "MIT", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "license": "BSD-3-Clause", + "peer": true + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "license": "Apache-2.0", + "peer": true + }, + "node_modules/accept": { + "version": "1.1.0", + "license": "BSD-3-Clause", + "dependencies": { + "boom": "2.x.x", + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/acorn": { + "version": "8.14.1", + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-attributes": { + "version": "1.9.5", + "license": "MIT", + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "license": "MIT", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "license": "MIT", + "peer": true, + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats": { + "version": "2.1.1", + "license": "MIT", + "peer": true, + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/ajv-keywords": { + "version": "5.1.0", + "license": "MIT", + "peer": true, + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "license": "ISC", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/anymatch/node_modules/picomatch": { + "version": "2.3.1", + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "dev": true, + "license": "Python-2.0" + }, + "node_modules/aria-hidden": { + "version": "1.2.4", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/aria-query": { + "version": "5.3.2", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/array-buffer-byte-length": { + "version": "1.0.2", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "is-array-buffer": "^3.0.5" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-includes": { + "version": "3.1.8", + "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", + "get-intrinsic": "^1.2.4", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.findlast": { + "version": "1.2.5", + "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", + "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", + "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", + "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", + "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", + "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", + "dev": true, + "license": "MIT" + }, + "node_modules/async-function": { + "version": "1.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.7", + "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", + "dev": true, + "license": "MPL-2.0", + "engines": { + "node": ">=4" + } + }, + "node_modules/axobject-query": { + "version": "4.1.0", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/b64": { + "version": "2.0.1", + "license": "BSD-3-Clause", + "dependencies": { + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/badge": { + "version": "1.0.3", + "license": "MIT", + "dependencies": { + "hapi": "^6.2.1", + "joi": "^4.6.2", + "lodash": "^2.4.1", + "lru-cache": "^2.5.0", + "nipple": "^2.5.3", + "q": "^1.0.1" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "license": "MIT" + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/boom": { + "version": "2.10.1", + "license": "BSD-3-Clause", + "dependencies": { + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.40" + } + }, + "node_modules/bossy": { + "version": "1.0.3", + "dependencies": { + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.30" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.24.4", + "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.30001688", + "electron-to-chromium": "^1.5.73", + "node-releases": "^2.0.19", + "update-browserslist-db": "^1.1.1" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "license": "MIT" + }, + "node_modules/busboy": { + "version": "1.6.0", + "dependencies": { + "streamsearch": "^1.1.0" + }, + "engines": { + "node": ">=10.16.0" + } + }, + "node_modules/call": { + "version": "1.0.0", + "dependencies": { + "boom": "2.x.x", + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.30" + } + }, + "node_modules/call-bind": { + "version": "1.0.8", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "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", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001709", + "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/catbox": { + "version": "3.4.3", + "dependencies": { + "boom": "2.x.x", + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/catbox-memory": { + "version": "1.1.2", + "license": "BSD-3-Clause", + "dependencies": { + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.30" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chokidar": { + "version": "4.0.3", + "license": "MIT", + "dependencies": { + "readdirp": "^4.0.1" + }, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.4", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/cjs-module-lexer": { + "version": "1.4.3", + "license": "MIT" + }, + "node_modules/class-variance-authority": { + "version": "0.7.1", + "license": "Apache-2.0", + "dependencies": { + "clsx": "^2.1.1" + }, + "funding": { + "url": "https://polar.sh/cva" + } + }, + "node_modules/client-only": { + "version": "0.0.1", + "license": "MIT" + }, + "node_modules/cloudinary": { + "version": "2.6.0", + "license": "MIT", + "dependencies": { + "lodash": "^4.17.21", + "q": "^1.5.1" + }, + "engines": { + "node": ">=9" + } + }, + "node_modules/cloudinary/node_modules/lodash": { + "version": "4.17.21", + "license": "MIT" + }, + "node_modules/clsx": { + "version": "2.1.1", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "license": "MIT" + }, + "node_modules/color-string": { + "version": "1.9.1", + "license": "MIT", + "optional": true, + "dependencies": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "node_modules/commander": { + "version": "2.20.3", + "license": "MIT", + "peer": true + }, + "node_modules/commondir": { + "version": "1.0.1", + "license": "MIT" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "dev": true, + "license": "MIT" + }, + "node_modules/content": { + "version": "1.0.2", + "license": "BSD-3-Clause", + "dependencies": { + "boom": "2.x.x", + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "license": "MIT" + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/cross-spawn/node_modules/which": { + "version": "2.0.2", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/cross-spawn/node_modules/which/node_modules/isexe": { + "version": "2.0.0", + "dev": true, + "license": "ISC" + }, + "node_modules/cryptiles": { + "version": "2.0.5", + "license": "BSD-3-Clause", + "dependencies": { + "boom": "2.x.x" + }, + "engines": { + "node": ">=0.10.40" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "license": "MIT", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/csstype": { + "version": "3.1.3", + "license": "MIT" + }, + "node_modules/d3-array": { + "version": "3.2.4", + "license": "ISC", + "dependencies": { + "internmap": "1 - 2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-color": { + "version": "3.1.0", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-ease": { + "version": "3.0.1", + "license": "BSD-3-Clause", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-format": { + "version": "3.1.0", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-interpolate": { + "version": "3.0.1", + "license": "ISC", + "dependencies": { + "d3-color": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-path": { + "version": "3.1.0", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-scale": { + "version": "4.0.2", + "license": "ISC", + "dependencies": { + "d3-array": "2.10.0 - 3", + "d3-format": "1 - 3", + "d3-interpolate": "1.2.0 - 3", + "d3-time": "2.1.1 - 3", + "d3-time-format": "2 - 4" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-shape": { + "version": "3.2.0", + "license": "ISC", + "dependencies": { + "d3-path": "^3.1.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time": { + "version": "3.1.0", + "license": "ISC", + "dependencies": { + "d3-array": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time-format": { + "version": "4.1.0", + "license": "ISC", + "dependencies": { + "d3-time": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-timer": { + "version": "3.0.1", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/damerau-levenshtein": { + "version": "1.0.8", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/data-view-buffer": { + "version": "1.0.2", + "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", + "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", + "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": { + "version": "4.4.0", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decimal.js-light": { + "version": "2.5.1", + "license": "MIT" + }, + "node_modules/deep-is": { + "version": "0.1.4", + "dev": true, + "license": "MIT" + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "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", + "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/detect-libc": { + "version": "2.0.3", + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/detect-node-es": { + "version": "1.1.0", + "license": "MIT" + }, + "node_modules/doctrine": { + "version": "2.1.0", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/dom-helpers": { + "version": "5.2.1", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.8.7", + "csstype": "^3.0.2" + } + }, + "node_modules/dotenv": { + "version": "16.4.7", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/drizzle-kit": { + "version": "0.30.6", + "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-kit/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/drizzle-kit/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": { + "version": "0.19.12", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/drizzle-orm": { + "version": "0.41.0", + "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 + } + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.5.130", + "license": "ISC" + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "dev": true, + "license": "MIT" + }, + "node_modules/enhanced-resolve": { + "version": "5.18.1", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/env-paths": { + "version": "3.0.0", + "devOptional": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/es-abstract": { + "version": "1.23.9", + "dev": true, + "license": "MIT", + "dependencies": { + "array-buffer-byte-length": "^1.0.2", + "arraybuffer.prototype.slice": "^1.0.4", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "data-view-buffer": "^1.0.2", + "data-view-byte-length": "^1.0.2", + "data-view-byte-offset": "^1.0.1", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-set-tostringtag": "^2.1.0", + "es-to-primitive": "^1.3.0", + "function.prototype.name": "^1.1.8", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.0", + "get-symbol-description": "^1.1.0", + "globalthis": "^1.0.4", + "gopd": "^1.2.0", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "internal-slot": "^1.1.0", + "is-array-buffer": "^3.0.5", + "is-callable": "^1.2.7", + "is-data-view": "^1.0.2", + "is-regex": "^1.2.1", + "is-shared-array-buffer": "^1.0.4", + "is-string": "^1.1.1", + "is-typed-array": "^1.1.15", + "is-weakref": "^1.1.0", + "math-intrinsics": "^1.1.0", + "object-inspect": "^1.13.3", + "object-keys": "^1.1.1", + "object.assign": "^4.1.7", + "own-keys": "^1.0.1", + "regexp.prototype.flags": "^1.5.3", + "safe-array-concat": "^1.1.3", + "safe-push-apply": "^1.0.0", + "safe-regex-test": "^1.1.0", + "set-proto": "^1.0.0", + "string.prototype.trim": "^1.2.10", + "string.prototype.trimend": "^1.0.9", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.3", + "typed-array-byte-length": "^1.0.3", + "typed-array-byte-offset": "^1.0.4", + "typed-array-length": "^1.0.7", + "unbox-primitive": "^1.1.0", + "which-typed-array": "^1.1.18" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-iterator-helpers": { + "version": "1.2.1", + "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-module-lexer": { + "version": "1.6.0", + "license": "MIT", + "peer": true + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-shim-unscopables": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-to-primitive": { + "version": "1.3.0", + "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", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "peer": true, + "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", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint": { + "version": "9.23.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.12.1", + "@eslint/config-array": "^0.19.2", + "@eslint/config-helpers": "^0.2.0", + "@eslint/core": "^0.12.0", + "@eslint/eslintrc": "^3.3.1", + "@eslint/js": "9.23.0", + "@eslint/plugin-kit": "^0.2.7", + "@humanfs/node": "^0.16.6", + "@humanwhocodes/module-importer": "^1.0.1", + "@humanwhocodes/retry": "^0.4.2", + "@types/estree": "^1.0.6", + "@types/json-schema": "^7.0.15", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.6", + "debug": "^4.3.2", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^8.3.0", + "eslint-visitor-keys": "^4.2.0", + "espree": "^10.3.0", + "esquery": "^1.5.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^8.0.0", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "jiti": "*" + }, + "peerDependenciesMeta": { + "jiti": { + "optional": true + } + } + }, + "node_modules/eslint-config-next": { + "version": "15.2.3", + "dev": true, + "license": "MIT", + "dependencies": { + "@next/eslint-plugin-next": "15.2.3", + "@rushstack/eslint-patch": "^1.10.3", + "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", + "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", + "eslint-import-resolver-node": "^0.3.6", + "eslint-import-resolver-typescript": "^3.5.2", + "eslint-plugin-import": "^2.31.0", + "eslint-plugin-jsx-a11y": "^6.10.0", + "eslint-plugin-react": "^7.37.0", + "eslint-plugin-react-hooks": "^5.0.0" + }, + "peerDependencies": { + "eslint": "^7.23.0 || ^8.0.0 || ^9.0.0", + "typescript": ">=3.3.1" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/eslint-import-resolver-node": { + "version": "0.3.9", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-import-resolver-typescript": { + "version": "3.10.0", + "dev": true, + "license": "ISC", + "dependencies": { + "@nolyfill/is-core-module": "1.0.39", + "debug": "^4.4.0", + "get-tsconfig": "^4.10.0", + "is-bun-module": "^2.0.0", + "stable-hash": "^0.0.5", + "tinyglobby": "^0.2.12", + "unrs-resolver": "^1.3.2" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint-import-resolver-typescript" + }, + "peerDependencies": { + "eslint": "*", + "eslint-plugin-import": "*", + "eslint-plugin-import-x": "*" + }, + "peerDependenciesMeta": { + "eslint-plugin-import": { + "optional": true + }, + "eslint-plugin-import-x": { + "optional": true + } + } + }, + "node_modules/eslint-module-utils": { + "version": "2.12.0", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-import": { + "version": "2.31.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@rtsao/scc": "^1.1.0", + "array-includes": "^3.1.8", + "array.prototype.findlastindex": "^1.2.5", + "array.prototype.flat": "^1.3.2", + "array.prototype.flatmap": "^1.3.2", + "debug": "^3.2.7", + "doctrine": "^2.1.0", + "eslint-import-resolver-node": "^0.3.9", + "eslint-module-utils": "^2.12.0", + "hasown": "^2.0.2", + "is-core-module": "^2.15.1", + "is-glob": "^4.0.3", + "minimatch": "^3.1.2", + "object.fromentries": "^2.0.8", + "object.groupby": "^1.0.3", + "object.values": "^1.2.0", + "semver": "^6.3.1", + "string.prototype.trimend": "^1.0.8", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-import/node_modules/semver": { + "version": "6.3.1", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/eslint-plugin-jsx-a11y": { + "version": "6.10.2", + "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.4", + "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.8", + "object.fromentries": "^2.0.8", + "object.values": "^1.2.1", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.5", + "semver": "^6.3.1", + "string.prototype.matchall": "^4.0.12", + "string.prototype.repeat": "^1.0.0" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" + } + }, + "node_modules/eslint-plugin-react-hooks": { + "version": "5.2.0", + "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 || ^9.0.0" + } + }, + "node_modules/eslint-plugin-react/node_modules/resolve": { + "version": "2.0.0-next.5", + "dev": true, + "license": "MIT", + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "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", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/eslint-scope": { + "version": "8.3.0", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "4.2.0", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint/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/eslint/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/espree": { + "version": "10.3.0", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.14.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^4.2.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esquery": { + "version": "1.6.0", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "license": "BSD-2-Clause", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "license": "MIT" + }, + "node_modules/esutils": { + "version": "2.0.3", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "license": "MIT" + }, + "node_modules/events": { + "version": "3.3.0", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "license": "MIT" + }, + "node_modules/fast-equals": { + "version": "5.2.2", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/fast-glob": { + "version": "3.3.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-uri": { + "version": "3.0.6", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause", + "peer": true + }, + "node_modules/fastq": { + "version": "1.19.1", + "dev": true, + "license": "ISC", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fdir": { + "version": "6.4.3", + "license": "MIT", + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/file-entry-cache": { + "version": "8.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "flat-cache": "^4.0.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "license": "MIT", + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "4.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.4" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/flatted": { + "version": "3.3.3", + "dev": true, + "license": "ISC" + }, + "node_modules/for-each": { + "version": "0.3.5", + "dev": true, + "license": "MIT", + "dependencies": { + "is-callable": "^1.2.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/forwarded-parse": { + "version": "2.1.2", + "license": "MIT" + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "license": "ISC" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/function.prototype.name": { + "version": "1.1.8", + "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", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gel": { + "version": "2.0.1", + "devOptional": true, + "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/semver": { + "version": "7.7.1", + "devOptional": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/gel/node_modules/which": { + "version": "4.0.0", + "devOptional": true, + "license": "ISC", + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^16.13.0 || >=18.0.0" + } + }, + "node_modules/gel/node_modules/which/node_modules/isexe": { + "version": "3.1.1", + "devOptional": true, + "license": "ISC", + "engines": { + "node": ">=16" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-nonce": { + "version": "1.0.1", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/get-symbol-description": { + "version": "1.1.0", + "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": { + "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/glob": { + "version": "9.3.5", + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "minimatch": "^8.0.2", + "minipass": "^4.2.4", + "path-scurry": "^1.6.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "license": "BSD-2-Clause", + "peer": true + }, + "node_modules/glob/node_modules/minimatch": { + "version": "8.0.4", + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob/node_modules/minimatch/node_modules/brace-expansion": { + "version": "2.0.1", + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/globals": { + "version": "14.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globalthis": { + "version": "1.0.4", + "dev": true, + "license": "MIT", + "dependencies": { + "define-properties": "^1.2.1", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gopd": { + "version": "1.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "license": "ISC" + }, + "node_modules/graphemer": { + "version": "1.4.0", + "dev": true, + "license": "MIT" + }, + "node_modules/h2o2": { + "version": "1.0.1", + "dependencies": { + "boom": "2.x.x", + "hoek": "2.x.x", + "joi": "^4.7.x", + "statehood": "^1.2.x", + "wreck": "5.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/hapi": { + "version": "6.11.1", + "dependencies": { + "accept": "1.x.x", + "boom": "^2.5.x", + "bossy": "1.x.x", + "call": "1.x.x", + "catbox": "^3.3.x", + "catbox-memory": "1.x.x", + "cryptiles": "2.x.x", + "h2o2": "1.x.x", + "heavy": "1.x.x", + "hoek": "^2.4.x", + "iron": "2.x.x", + "items": "1.x.x", + "joi": "^4.4.x", + "kilt": "^1.1.x", + "lru-cache": "2.5.x", + "mimos": "1.x.x", + "qs": "2.x.x", + "semver": "2.3.x", + "shot": "1.x.x", + "statehood": "^1.2.x", + "subtext": "1.x.x", + "topo": "1.x.x", + "vision": "1.x.x", + "wreck": "5.x.x" + }, + "bin": { + "hapi": "bin/hapi" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/hapi/node_modules/lru-cache": { + "version": "2.5.2", + "license": "MIT" + }, + "node_modules/hapi/node_modules/semver": { + "version": "2.3.2", + "license": "BSD", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/has-bigints": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "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", + "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", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "dev": true, + "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", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/heavy": { + "version": "1.0.0", + "dependencies": { + "hoek": "2.x.x", + "joi": "4.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/hoek": { + "version": "2.16.3", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.40" + } + }, + "node_modules/hoist-non-react-statics": { + "version": "3.3.2", + "license": "BSD-3-Clause", + "dependencies": { + "react-is": "^16.7.0" + } + }, + "node_modules/hoist-non-react-statics/node_modules/react-is": { + "version": "16.13.1", + "license": "MIT" + }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "license": "MIT", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/ignore": { + "version": "5.3.2", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/immutable": { + "version": "5.1.1", + "license": "MIT" + }, + "node_modules/import-fresh": { + "version": "3.3.1", + "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/import-in-the-middle": { + "version": "1.13.1", + "license": "Apache-2.0", + "dependencies": { + "acorn": "^8.14.0", + "acorn-import-attributes": "^1.9.5", + "cjs-module-lexer": "^1.2.2", + "module-details-from-path": "^1.0.3" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/internal-slot": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "hasown": "^2.0.2", + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/internmap": { + "version": "2.0.3", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/iron": { + "version": "2.1.3", + "license": "BSD-3-Clause", + "dependencies": { + "boom": "2.x.x", + "cryptiles": "2.x.x", + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/is-array-buffer": { + "version": "3.0.5", + "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", + "license": "MIT", + "optional": true + }, + "node_modules/is-async-function": { + "version": "2.1.1", + "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", + "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", + "license": "MIT", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-boolean-object": { + "version": "1.2.2", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "^7.7.1" + } + }, + "node_modules/is-bun-module/node_modules/semver": { + "version": "7.7.1", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/is-callable": { + "version": "1.2.7", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-core-module": { + "version": "2.16.1", + "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", + "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", + "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" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-finalizationregistry": { + "version": "1.1.1", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-generator-function": { + "version": "1.1.0", + "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", + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-map": { + "version": "2.0.3", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.1.1", + "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-reference": { + "version": "1.2.1", + "license": "MIT", + "dependencies": { + "@types/estree": "*" + } + }, + "node_modules/is-regex": { + "version": "1.2.1", + "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", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-string": { + "version": "1.1.1", + "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", + "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", + "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", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakref": { + "version": "1.1.1", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakset": { + "version": "2.0.4", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/isarray": { + "version": "2.0.5", + "dev": true, + "license": "MIT" + }, + "node_modules/isemail": { + "version": "1.2.0", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/items": { + "version": "1.1.1", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.40" + } + }, + "node_modules/iterator.prototype": { + "version": "1.1.5", + "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/jest-worker": { + "version": "27.5.1", + "license": "MIT", + "peer": true, + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "license": "MIT", + "peer": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/jiti": { + "version": "2.4.2", + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/joi": { + "version": "4.9.0", + "dependencies": { + "hoek": "^2.2.x", + "isemail": "1.x.x", + "moment": "2.x.x", + "topo": "1.x.x" + }, + "engines": { + "node": ">=0.10.30" + } + }, + "node_modules/jotai": { + "version": "2.12.2", + "license": "MIT", + "engines": { + "node": ">=12.20.0" + }, + "peerDependencies": { + "@types/react": ">=17.0.0", + "react": ">=17.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "react": { + "optional": true + } + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "3.1.0", + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "dev": true, + "license": "MIT" + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "license": "MIT", + "peer": true + }, + "node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT", + "peer": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "dev": true, + "license": "MIT" + }, + "node_modules/json5": { + "version": "1.0.2", + "dev": true, + "license": "MIT", + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/jsx-ast-utils": { + "version": "3.3.5", + "dev": true, + "license": "MIT", + "dependencies": { + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "object.assign": "^4.1.4", + "object.values": "^1.1.6" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/keyv": { + "version": "4.5.4", + "dev": true, + "license": "MIT", + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/kilt": { + "version": "1.1.1", + "dependencies": { + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.30" + } + }, + "node_modules/language-subtag-registry": { + "version": "0.3.23", + "dev": true, + "license": "CC0-1.0" + }, + "node_modules/language-tags": { + "version": "1.0.9", + "dev": true, + "license": "MIT", + "dependencies": { + "language-subtag-registry": "^0.3.20" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lightningcss": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.29.2.tgz", + "integrity": "sha512-6b6gd/RUXKaw5keVdSEtqFVdzWnU5jMxTUjA2bVcMNPLwSQ08Sv/UodBVtETLCn7k4S1Ibxwh7k68IwLZPgKaA==", + "license": "MPL-2.0", + "dependencies": { + "detect-libc": "^2.0.3" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "lightningcss-darwin-arm64": "1.29.2", + "lightningcss-darwin-x64": "1.29.2", + "lightningcss-freebsd-x64": "1.29.2", + "lightningcss-linux-arm-gnueabihf": "1.29.2", + "lightningcss-linux-arm64-gnu": "1.29.2", + "lightningcss-linux-arm64-musl": "1.29.2", + "lightningcss-linux-x64-gnu": "1.29.2", + "lightningcss-linux-x64-musl": "1.29.2", + "lightningcss-win32-arm64-msvc": "1.29.2", + "lightningcss-win32-x64-msvc": "1.29.2" + } + }, + "node_modules/lightningcss-darwin-arm64": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.29.2.tgz", + "integrity": "sha512-cK/eMabSViKn/PG8U/a7aCorpeKLMlK0bQeNHmdb7qUnBkNPnL+oV5DjJUo0kqWsJUapZsM4jCfYItbqBDvlcA==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-x64": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.29.2.tgz", + "integrity": "sha512-j5qYxamyQw4kDXX5hnnCKMf3mLlHvG44f24Qyi2965/Ycz829MYqjrVg2H8BidybHBp9kom4D7DR5VqCKDXS0w==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-freebsd-x64": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.29.2.tgz", + "integrity": "sha512-wDk7M2tM78Ii8ek9YjnY8MjV5f5JN2qNVO+/0BAGZRvXKtQrBC4/cn4ssQIpKIPP44YXw6gFdpUF+Ps+RGsCwg==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm-gnueabihf": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.29.2.tgz", + "integrity": "sha512-IRUrOrAF2Z+KExdExe3Rz7NSTuuJ2HvCGlMKoquK5pjvo2JY4Rybr+NrKnq0U0hZnx5AnGsuFHjGnNT14w26sg==", + "cpu": [ + "arm" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-gnu": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.29.2.tgz", + "integrity": "sha512-KKCpOlmhdjvUTX/mBuaKemp0oeDIBBLFiU5Fnqxh1/DZ4JPZi4evEH7TKoSBFOSOV3J7iEmmBaw/8dpiUvRKlQ==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-musl": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.29.2.tgz", + "integrity": "sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-gnu": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.29.2.tgz", + "integrity": "sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-musl": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.29.2.tgz", + "integrity": "sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-arm64-msvc": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.29.2.tgz", + "integrity": "sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-x64-msvc": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.29.2.tgz", + "integrity": "sha512-EdIUW3B2vLuHmv7urfzMI/h2fmlnOQBk1xlsDxkN1tCWKjNFjfLhGxYk8C8mzpSfr+A6jFFIi8fU6LbQGsRWjA==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/loader-runner": { + "version": "4.3.0", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "license": "MIT", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "2.4.2", + "engines": [ + "node", + "rhino" + ], + "license": "MIT" + }, + "node_modules/lodash.castarray": { + "version": "4.4.0", + "license": "MIT" + }, + "node_modules/lodash.clonedeep": { + "version": "4.5.0", + "license": "MIT" + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "license": "MIT" + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "license": "MIT" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "license": "MIT" + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "license": "MIT", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lottie-react": { + "version": "2.4.1", + "license": "MIT", + "dependencies": { + "lottie-web": "^5.10.2" + }, + "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/lottie-web": { + "version": "5.12.2", + "license": "MIT" + }, + "node_modules/lru-cache": { + "version": "2.7.3", + "license": "ISC" + }, + "node_modules/lucide-react": { + "version": "0.484.0", + "license": "ISC", + "peerDependencies": { + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/magic-string": { + "version": "0.30.17", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "license": "MIT", + "peer": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "devOptional": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/micromatch/node_modules/picomatch": { + "version": "2.3.1", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/mime-db": { + "version": "1.54.0", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "license": "MIT", + "peer": true, + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types/node_modules/mime-db": { + "version": "1.52.0", + "license": "MIT", + "peer": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimos": { + "version": "1.0.1", + "dependencies": { + "hoek": "2.x.x", + "mime-db": "1.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "4.2.8", + "license": "ISC", + "engines": { + "node": ">=8" + } + }, + "node_modules/module-details-from-path": { + "version": "1.0.3", + "license": "MIT" + }, + "node_modules/moment": { + "version": "2.30.1", + "license": "MIT", + "engines": { + "node": "*" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "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" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "dev": true, + "license": "MIT" + }, + "node_modules/neo-async": { + "version": "2.6.2", + "license": "MIT", + "peer": true + }, + "node_modules/next": { + "version": "15.2.4", + "license": "MIT", + "dependencies": { + "@next/env": "15.2.4", + "@swc/counter": "0.1.3", + "@swc/helpers": "0.5.15", + "busboy": "1.6.0", + "caniuse-lite": "^1.0.30001579", + "postcss": "8.4.31", + "styled-jsx": "5.1.6" + }, + "bin": { + "next": "dist/bin/next" + }, + "engines": { + "node": "^18.18.0 || ^19.8.0 || >= 20.0.0" + }, + "optionalDependencies": { + "@next/swc-darwin-arm64": "15.2.4", + "@next/swc-darwin-x64": "15.2.4", + "@next/swc-linux-arm64-gnu": "15.2.4", + "@next/swc-linux-arm64-musl": "15.2.4", + "@next/swc-linux-x64-gnu": "15.2.4", + "@next/swc-linux-x64-musl": "15.2.4", + "@next/swc-win32-arm64-msvc": "15.2.4", + "@next/swc-win32-x64-msvc": "15.2.4", + "sharp": "^0.33.5" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.1.0", + "@playwright/test": "^1.41.2", + "babel-plugin-react-compiler": "*", + "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", + "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", + "sass": "^1.3.0" + }, + "peerDependenciesMeta": { + "@opentelemetry/api": { + "optional": true + }, + "@playwright/test": { + "optional": true + }, + "babel-plugin-react-compiler": { + "optional": true + }, + "sass": { + "optional": true + } + } + }, + "node_modules/next-themes": { + "version": "0.4.6", + "license": "MIT", + "peerDependencies": { + "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc" + } + }, + "node_modules/next/node_modules/postcss": { + "version": "8.4.31", + "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/nigel": { + "version": "1.0.1", + "dependencies": { + "hoek": "2.x.x", + "vise": "1.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/nipple": { + "version": "2.5.6", + "dependencies": { + "boom": "2.x.x", + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.30" + } + }, + "node_modules/node-addon-api": { + "version": "7.1.1", + "license": "MIT", + "optional": true + }, + "node_modules/node-fetch": { + "version": "2.7.0", + "license": "MIT", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-releases": { + "version": "2.0.19", + "license": "MIT" + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.4", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.7", + "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", + "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", + "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", + "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", + "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" + } + }, + "node_modules/obuf": { + "version": "1.1.2", + "license": "MIT" + }, + "node_modules/optionator": { + "version": "0.9.4", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.6", + "object-keys": "^1.1.1", + "safe-push-apply": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "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", + "license": "MIT", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "license": "MIT" + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "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-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "license": "ISC" + }, + "node_modules/path-scurry/node_modules/minipass": { + "version": "7.1.2", + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/pez": { + "version": "1.0.0", + "dependencies": { + "b64": "2.x.x", + "boom": "2.x.x", + "content": "1.x.x", + "hoek": "2.x.x", + "nigel": "1.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/pg": { + "version": "8.14.1", + "license": "MIT", + "dependencies": { + "pg-connection-string": "^2.7.0", + "pg-pool": "^3.8.0", + "pg-protocol": "^1.8.0", + "pg-types": "^2.1.0", + "pgpass": "1.x" + }, + "engines": { + "node": ">= 8.0.0" + }, + "optionalDependencies": { + "pg-cloudflare": "^1.1.1" + }, + "peerDependencies": { + "pg-native": ">=3.0.1" + }, + "peerDependenciesMeta": { + "pg-native": { + "optional": true + } + } + }, + "node_modules/pg-cloudflare": { + "version": "1.1.1", + "license": "MIT", + "optional": true + }, + "node_modules/pg-connection-string": { + "version": "2.7.0", + "license": "MIT" + }, + "node_modules/pg-int8": { + "version": "1.0.1", + "license": "ISC", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/pg-numeric": { + "version": "1.0.2", + "license": "ISC", + "engines": { + "node": ">=4" + } + }, + "node_modules/pg-pool": { + "version": "3.8.0", + "license": "MIT", + "peerDependencies": { + "pg": ">=8.0" + } + }, + "node_modules/pg-protocol": { + "version": "1.8.0", + "license": "MIT" + }, + "node_modules/pg-types": { + "version": "4.0.2", + "license": "MIT", + "dependencies": { + "pg-int8": "1.0.1", + "pg-numeric": "1.0.2", + "postgres-array": "~3.0.1", + "postgres-bytea": "~3.0.0", + "postgres-date": "~2.1.0", + "postgres-interval": "^3.0.0", + "postgres-range": "^1.1.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/pg/node_modules/pg-types": { + "version": "2.2.0", + "license": "MIT", + "dependencies": { + "pg-int8": "1.0.1", + "postgres-array": "~2.0.0", + "postgres-bytea": "~1.0.0", + "postgres-date": "~1.0.4", + "postgres-interval": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pg/node_modules/pg-types/node_modules/postgres-array": { + "version": "2.0.0", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/pg/node_modules/pg-types/node_modules/postgres-bytea": { + "version": "1.0.0", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pg/node_modules/pg-types/node_modules/postgres-date": { + "version": "1.0.7", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pg/node_modules/pg-types/node_modules/postgres-interval": { + "version": "1.2.0", + "license": "MIT", + "dependencies": { + "xtend": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pgpass": { + "version": "1.0.5", + "license": "MIT", + "dependencies": { + "split2": "^4.1.0" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "4.0.2", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "2.3.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/possible-typed-array-names": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/postcss": { + "version": "8.5.3", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", + "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", + "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-import": { + "version": "16.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/postcss-nesting": { + "version": "13.0.1", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "dependencies": { + "@csstools/selector-resolve-nested": "^3.0.0", + "@csstools/selector-specificity": "^5.0.0", + "postcss-selector-parser": "^7.0.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/postcss-nesting/node_modules/@csstools/selector-resolve-nested": { + "version": "3.0.0", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss-selector-parser": "^7.0.0" + } + }, + "node_modules/postcss-nesting/node_modules/@csstools/selector-specificity": { + "version": "5.0.0", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss-selector-parser": "^7.0.0" + } + }, + "node_modules/postcss-nesting/node_modules/postcss-selector-parser": { + "version": "7.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "dev": true, + "license": "MIT" + }, + "node_modules/postgres-array": { + "version": "3.0.4", + "license": "MIT", + "engines": { + "node": ">=12" + } + }, + "node_modules/postgres-bytea": { + "version": "3.0.0", + "license": "MIT", + "dependencies": { + "obuf": "~1.1.2" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/postgres-date": { + "version": "2.1.0", + "license": "MIT", + "engines": { + "node": ">=12" + } + }, + "node_modules/postgres-interval": { + "version": "3.0.0", + "license": "MIT", + "engines": { + "node": ">=12" + } + }, + "node_modules/postgres-range": { + "version": "1.1.4", + "license": "MIT" + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8.0" + } + }, + "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/progress": { + "version": "2.0.3", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/prop-types": { + "version": "15.8.1", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/prop-types/node_modules/react-is": { + "version": "16.13.1", + "license": "MIT" + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "license": "MIT" + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/q": { + "version": "1.5.1", + "license": "MIT", + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + } + }, + "node_modules/qs": { + "version": "2.4.2" + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/randombytes": { + "version": "2.1.0", + "license": "MIT", + "peer": true, + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/react": { + "version": "19.1.0", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-dom": { + "version": "19.1.0", + "license": "MIT", + "dependencies": { + "scheduler": "^0.26.0" + }, + "peerDependencies": { + "react": "^19.1.0" + } + }, + "node_modules/react-hook-form": { + "version": "7.55.0", + "license": "MIT", + "engines": { + "node": ">=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18 || ^19" + } + }, + "node_modules/react-icons": { + "version": "5.5.0", + "license": "MIT", + "peerDependencies": { + "react": "*" + } + }, + "node_modules/react-is": { + "version": "18.3.1", + "license": "MIT" + }, + "node_modules/react-mde": { + "version": "12.0.8", + "license": "MIT" + }, + "node_modules/react-remove-scroll": { + "version": "2.6.3", + "license": "MIT", + "dependencies": { + "react-remove-scroll-bar": "^2.3.7", + "react-style-singleton": "^2.2.3", + "tslib": "^2.1.0", + "use-callback-ref": "^1.3.3", + "use-sidecar": "^1.1.3" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-remove-scroll-bar": { + "version": "2.3.8", + "license": "MIT", + "dependencies": { + "react-style-singleton": "^2.2.2", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-smooth": { + "version": "4.0.4", + "license": "MIT", + "dependencies": { + "fast-equals": "^5.0.1", + "prop-types": "^15.8.1", + "react-transition-group": "^4.4.5" + }, + "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/react-style-singleton": { + "version": "2.2.3", + "license": "MIT", + "dependencies": { + "get-nonce": "^1.0.0", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-transition-group": { + "version": "4.4.5", + "license": "BSD-3-Clause", + "dependencies": { + "@babel/runtime": "^7.5.5", + "dom-helpers": "^5.0.1", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + }, + "peerDependencies": { + "react": ">=16.6.0", + "react-dom": ">=16.6.0" + } + }, + "node_modules/read-cache": { + "version": "1.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "pify": "^2.3.0" + } + }, + "node_modules/readdirp": { + "version": "4.1.2", + "license": "MIT", + "engines": { + "node": ">= 14.18.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/recharts": { + "version": "2.15.2", + "license": "MIT", + "dependencies": { + "clsx": "^2.0.0", + "eventemitter3": "^4.0.1", + "lodash": "^4.17.21", + "react-is": "^18.3.1", + "react-smooth": "^4.0.4", + "recharts-scale": "^0.4.4", + "tiny-invariant": "^1.3.1", + "victory-vendor": "^36.6.8" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/recharts-scale": { + "version": "0.4.5", + "license": "MIT", + "dependencies": { + "decimal.js-light": "^2.4.1" + } + }, + "node_modules/recharts/node_modules/lodash": { + "version": "4.17.21", + "license": "MIT" + }, + "node_modules/reflect.getprototypeof": { + "version": "1.0.10", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.9", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.1", + "which-builtin-type": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.1", + "license": "MIT" + }, + "node_modules/regexp.prototype.flags": { + "version": "1.5.4", + "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" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-in-the-middle": { + "version": "7.5.2", + "license": "MIT", + "dependencies": { + "debug": "^4.3.5", + "module-details-from-path": "^1.0.3", + "resolve": "^1.22.8" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/resolve": { + "version": "1.22.10", + "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", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "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/reusify": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rollup": { + "version": "4.35.0", + "license": "MIT", + "dependencies": { + "@types/estree": "1.0.6" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.35.0", + "@rollup/rollup-android-arm64": "4.35.0", + "@rollup/rollup-darwin-arm64": "4.35.0", + "@rollup/rollup-darwin-x64": "4.35.0", + "@rollup/rollup-freebsd-arm64": "4.35.0", + "@rollup/rollup-freebsd-x64": "4.35.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.35.0", + "@rollup/rollup-linux-arm-musleabihf": "4.35.0", + "@rollup/rollup-linux-arm64-gnu": "4.35.0", + "@rollup/rollup-linux-arm64-musl": "4.35.0", + "@rollup/rollup-linux-loongarch64-gnu": "4.35.0", + "@rollup/rollup-linux-powerpc64le-gnu": "4.35.0", + "@rollup/rollup-linux-riscv64-gnu": "4.35.0", + "@rollup/rollup-linux-s390x-gnu": "4.35.0", + "@rollup/rollup-linux-x64-gnu": "4.35.0", + "@rollup/rollup-linux-x64-musl": "4.35.0", + "@rollup/rollup-win32-arm64-msvc": "4.35.0", + "@rollup/rollup-win32-ia32-msvc": "4.35.0", + "@rollup/rollup-win32-x64-msvc": "4.35.0", + "fsevents": "~2.3.2" + } + }, + "node_modules/rollup/node_modules/@types/estree": { + "version": "1.0.6", + "license": "MIT" + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-array-concat": { + "version": "1.1.3", + "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" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "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 + }, + "node_modules/safe-push-apply": { + "version": "1.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-regex-test": { + "version": "1.1.0", + "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/sass": { + "version": "1.86.2", + "license": "MIT", + "dependencies": { + "chokidar": "^4.0.0", + "immutable": "^5.0.2", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + }, + "optionalDependencies": { + "@parcel/watcher": "^2.4.1" + } + }, + "node_modules/scheduler": { + "version": "0.26.0", + "license": "MIT" + }, + "node_modules/schema-utils": { + "version": "4.3.0", + "license": "MIT", + "peer": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/semver": { + "version": "7.7.1", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/serialize-javascript": { + "version": "6.0.2", + "license": "BSD-3-Clause", + "peer": true, + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "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", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/sharp": { + "version": "0.33.5", + "hasInstallScript": true, + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "color": "^4.2.3", + "detect-libc": "^2.0.3", + "semver": "^7.6.3" + }, + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-darwin-arm64": "0.33.5", + "@img/sharp-darwin-x64": "0.33.5", + "@img/sharp-libvips-darwin-arm64": "1.0.4", + "@img/sharp-libvips-darwin-x64": "1.0.4", + "@img/sharp-libvips-linux-arm": "1.0.5", + "@img/sharp-libvips-linux-arm64": "1.0.4", + "@img/sharp-libvips-linux-s390x": "1.0.4", + "@img/sharp-libvips-linux-x64": "1.0.4", + "@img/sharp-libvips-linuxmusl-arm64": "1.0.4", + "@img/sharp-libvips-linuxmusl-x64": "1.0.4", + "@img/sharp-linux-arm": "0.33.5", + "@img/sharp-linux-arm64": "0.33.5", + "@img/sharp-linux-s390x": "0.33.5", + "@img/sharp-linux-x64": "0.33.5", + "@img/sharp-linuxmusl-arm64": "0.33.5", + "@img/sharp-linuxmusl-x64": "0.33.5", + "@img/sharp-wasm32": "0.33.5", + "@img/sharp-win32-ia32": "0.33.5", + "@img/sharp-win32-x64": "0.33.5" + } + }, + "node_modules/sharp/node_modules/color": { + "version": "4.2.3", + "license": "MIT", + "optional": true, + "dependencies": { + "color-convert": "^2.0.1", + "color-string": "^1.9.0" + }, + "engines": { + "node": ">=12.5.0" + } + }, + "node_modules/sharp/node_modules/semver": { + "version": "7.7.1", + "license": "ISC", + "optional": true, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/shell-quote": { + "version": "1.8.2", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/shimmer": { + "version": "1.2.1", + "license": "BSD-2-Clause" + }, + "node_modules/shot": { + "version": "1.7.0", + "license": "BSD-3-Clause", + "dependencies": { + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.40" + } + }, + "node_modules/side-channel": { + "version": "1.1.0", + "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", + "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", + "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", + "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/simple-swizzle": { + "version": "0.2.2", + "license": "MIT", + "optional": true, + "dependencies": { + "is-arrayish": "^0.3.1" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "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", + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/split2": { + "version": "4.2.0", + "license": "ISC", + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/stable-hash": { + "version": "0.0.5", + "dev": true, + "license": "MIT" + }, + "node_modules/stacktrace-parser": { + "version": "0.1.11", + "license": "MIT", + "dependencies": { + "type-fest": "^0.7.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/statehood": { + "version": "1.2.0", + "dependencies": { + "boom": "2.x.x", + "cryptiles": "2.x.x", + "hoek": "2.x.x", + "iron": "2.x.x", + "items": "1.x.x" + }, + "engines": { + "node": ">=0.10.30" + } + }, + "node_modules/streamsearch": { + "version": "1.1.0", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/string.prototype.includes": { + "version": "2.0.1", + "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", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "node_modules/string.prototype.trim": { + "version": "1.2.10", + "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", + "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", + "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-bom": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/styled-jsx": { + "version": "5.1.6", + "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/subtext": { + "version": "1.1.1", + "license": "BSD-3-Clause", + "dependencies": { + "boom": "2.x.x", + "content": "1.x.x", + "hoek": "2.x.x", + "pez": "1.x.x", + "qs": "4.x.x", + "wreck": "6.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/subtext/node_modules/qs": { + "version": "4.0.0", + "license": "BSD-3-Clause" + }, + "node_modules/subtext/node_modules/wreck": { + "version": "6.3.0", + "license": "BSD-3-Clause", + "dependencies": { + "boom": "2.x.x", + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.40" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/tailwind-merge": { + "version": "3.1.0", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/dcastil" + } + }, + "node_modules/tailwindcss": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.1.tgz", + "integrity": "sha512-QNbdmeS979Efzim2g/bEvfuh+fTcIdp1y7gA+sb6OYSW74rt7Cr7M78AKdf6HqWT3d5AiTb7SwTT3sLQxr4/qw==", + "license": "MIT" + }, + "node_modules/tapable": { + "version": "2.2.1", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/terser": { + "version": "5.39.0", + "license": "BSD-2-Clause", + "peer": true, + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.14", + "license": "MIT", + "peer": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.25", + "jest-worker": "^27.4.5", + "schema-utils": "^4.3.0", + "serialize-javascript": "^6.0.2", + "terser": "^5.31.1" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/tiny-invariant": { + "version": "1.3.3", + "license": "MIT" + }, + "node_modules/tinyglobby": { + "version": "0.2.12", + "dev": true, + "license": "MIT", + "dependencies": { + "fdir": "^6.4.3", + "picomatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/tinyglobby/node_modules/fdir": { + "version": "6.4.3", + "dev": true, + "license": "MIT", + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/tinyglobby/node_modules/picomatch": { + "version": "4.0.2", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/topo": { + "version": "1.1.0", + "license": "BSD-3-Clause", + "dependencies": { + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.40" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "license": "MIT" + }, + "node_modules/ts-api-utils": { + "version": "2.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.12" + }, + "peerDependencies": { + "typescript": ">=4.8.4" + } + }, + "node_modules/tsconfig-paths": { + "version": "3.15.0", + "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", + "license": "0BSD" + }, + "node_modules/tsx": { + "version": "4.19.3", + "dev": true, + "license": "MIT", + "dependencies": { + "esbuild": "~0.25.0", + "get-tsconfig": "^4.7.5" + }, + "bin": { + "tsx": "dist/cli.mjs" + }, + "engines": { + "node": ">=18.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + } + }, + "node_modules/tsx/node_modules/esbuild": { + "version": "0.25.2", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.25.2", + "@esbuild/android-arm": "0.25.2", + "@esbuild/android-arm64": "0.25.2", + "@esbuild/android-x64": "0.25.2", + "@esbuild/darwin-arm64": "0.25.2", + "@esbuild/darwin-x64": "0.25.2", + "@esbuild/freebsd-arm64": "0.25.2", + "@esbuild/freebsd-x64": "0.25.2", + "@esbuild/linux-arm": "0.25.2", + "@esbuild/linux-arm64": "0.25.2", + "@esbuild/linux-ia32": "0.25.2", + "@esbuild/linux-loong64": "0.25.2", + "@esbuild/linux-mips64el": "0.25.2", + "@esbuild/linux-ppc64": "0.25.2", + "@esbuild/linux-riscv64": "0.25.2", + "@esbuild/linux-s390x": "0.25.2", + "@esbuild/linux-x64": "0.25.2", + "@esbuild/netbsd-arm64": "0.25.2", + "@esbuild/netbsd-x64": "0.25.2", + "@esbuild/openbsd-arm64": "0.25.2", + "@esbuild/openbsd-x64": "0.25.2", + "@esbuild/sunos-x64": "0.25.2", + "@esbuild/win32-arm64": "0.25.2", + "@esbuild/win32-ia32": "0.25.2", + "@esbuild/win32-x64": "0.25.2" + } + }, + "node_modules/tsx/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": { + "version": "0.25.2", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tw-animate-css": { + "version": "1.2.5", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/Wombosvideo" + } + }, + "node_modules/type-check": { + "version": "0.4.0", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.7.1", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=8" + } + }, + "node_modules/typed-array-buffer": { + "version": "1.0.3", + "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", + "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", + "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", + "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": { + "version": "5.8.2", + "devOptional": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/unbox-primitive": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "has-bigints": "^1.0.2", + "has-symbols": "^1.1.0", + "which-boxed-primitive": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/undici-types": { + "version": "6.21.0", + "license": "MIT" + }, + "node_modules/unplugin": { + "version": "1.0.1", + "license": "MIT", + "dependencies": { + "acorn": "^8.8.1", + "chokidar": "^3.5.3", + "webpack-sources": "^3.2.3", + "webpack-virtual-modules": "^0.5.0" + } + }, + "node_modules/unplugin/node_modules/chokidar": { + "version": "3.6.0", + "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/unplugin/node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/unplugin/node_modules/chokidar/node_modules/readdirp": { + "version": "3.6.0", + "license": "MIT", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/unplugin/node_modules/chokidar/node_modules/readdirp/node_modules/picomatch": { + "version": "2.3.1", + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/unrs-resolver": { + "version": "1.3.3", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/JounQin" + }, + "optionalDependencies": { + "@unrs/resolver-binding-darwin-arm64": "1.3.3", + "@unrs/resolver-binding-darwin-x64": "1.3.3", + "@unrs/resolver-binding-freebsd-x64": "1.3.3", + "@unrs/resolver-binding-linux-arm-gnueabihf": "1.3.3", + "@unrs/resolver-binding-linux-arm-musleabihf": "1.3.3", + "@unrs/resolver-binding-linux-arm64-gnu": "1.3.3", + "@unrs/resolver-binding-linux-arm64-musl": "1.3.3", + "@unrs/resolver-binding-linux-ppc64-gnu": "1.3.3", + "@unrs/resolver-binding-linux-s390x-gnu": "1.3.3", + "@unrs/resolver-binding-linux-x64-gnu": "1.3.3", + "@unrs/resolver-binding-linux-x64-musl": "1.3.3", + "@unrs/resolver-binding-wasm32-wasi": "1.3.3", + "@unrs/resolver-binding-win32-arm64-msvc": "1.3.3", + "@unrs/resolver-binding-win32-ia32-msvc": "1.3.3", + "@unrs/resolver-binding-win32-x64-msvc": "1.3.3" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.1.3", + "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" + } + }, + "node_modules/use-callback-ref": { + "version": "1.3.3", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/use-sidecar": { + "version": "1.1.3", + "license": "MIT", + "dependencies": { + "detect-node-es": "^1.1.0", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "license": "MIT" + }, + "node_modules/uuid": { + "version": "9.0.1", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/victory-vendor": { + "version": "36.9.2", + "license": "MIT AND ISC", + "dependencies": { + "@types/d3-array": "^3.0.3", + "@types/d3-ease": "^3.0.0", + "@types/d3-interpolate": "^3.0.1", + "@types/d3-scale": "^4.0.2", + "@types/d3-shape": "^3.1.0", + "@types/d3-time": "^3.0.0", + "@types/d3-timer": "^3.0.0", + "d3-array": "^3.1.6", + "d3-ease": "^3.0.1", + "d3-interpolate": "^3.0.1", + "d3-scale": "^4.0.2", + "d3-shape": "^3.1.0", + "d3-time": "^3.0.0", + "d3-timer": "^3.0.1" + } + }, + "node_modules/vise": { + "version": "1.0.0", + "dependencies": { + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/vision": { + "version": "1.2.2", + "dependencies": { + "boom": "2.x.x", + "hoek": "^2.9.x", + "joi": "^4.7.x" + }, + "engines": { + "node": ">=0.10.32" + } + }, + "node_modules/watchpack": { + "version": "2.4.2", + "license": "MIT", + "peer": true, + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "license": "BSD-2-Clause" + }, + "node_modules/webpack": { + "version": "5.98.0", + "license": "MIT", + "peer": true, + "dependencies": { + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", + "@webassemblyjs/ast": "^1.14.1", + "@webassemblyjs/wasm-edit": "^1.14.1", + "@webassemblyjs/wasm-parser": "^1.14.1", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.17.1", + "es-module-lexer": "^1.2.1", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.11", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^4.3.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.3.11", + "watchpack": "^2.4.1", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-sources": { + "version": "3.2.3", + "license": "MIT", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack-virtual-modules": { + "version": "0.5.0", + "license": "MIT" + }, + "node_modules/webpack/node_modules/eslint-scope": { + "version": "5.1.1", + "license": "BSD-2-Clause", + "peer": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/webpack/node_modules/eslint-scope/node_modules/estraverse": { + "version": "4.3.0", + "license": "BSD-2-Clause", + "peer": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "license": "MIT", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.1.1", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "function.prototype.name": "^1.1.6", + "has-tostringtag": "^1.0.2", + "is-async-function": "^2.0.0", + "is-date-object": "^1.1.0", + "is-finalizationregistry": "^1.1.0", + "is-generator-function": "^1.0.10", + "is-regex": "^1.2.1", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.1.0", + "which-collection": "^1.0.2", + "which-typed-array": "^1.1.16" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { + "version": "1.0.2", + "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", + "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/word-wrap": { + "version": "1.2.5", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wreck": { + "version": "5.6.1", + "license": "BSD-3-Clause", + "dependencies": { + "boom": "2.x.x", + "hoek": "2.x.x" + }, + "engines": { + "node": ">=0.10.30" + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "license": "MIT", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "license": "ISC" + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/zod": { + "version": "3.24.2", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, + "node_modules/@next/swc-darwin-x64": { + "version": "15.2.4", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.2.4.tgz", + "integrity": "sha512-3qK2zb5EwCwxnO2HeO+TRqCubeI/NgCe+kL5dTJlPldV/uwCnUgC7VbEzgmxbfrkbjehL4H9BPztWOEtsoMwew==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-arm64-gnu": { + "version": "15.2.4", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.2.4.tgz", + "integrity": "sha512-HFN6GKUcrTWvem8AZN7tT95zPb0GUGv9v0d0iyuTb303vbXkkbHDp/DxufB04jNVD+IN9yHy7y/6Mqq0h0YVaQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-arm64-musl": { + "version": "15.2.4", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.2.4.tgz", + "integrity": "sha512-Oioa0SORWLwi35/kVB8aCk5Uq+5/ZIumMK1kJV+jSdazFm2NzPDztsefzdmzzpx5oGCJ6FkUC7vkaUseNTStNA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-x64-gnu": { + "version": "15.2.4", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.2.4.tgz", + "integrity": "sha512-yb5WTRaHdkgOqFOZiu6rHV1fAEK0flVpaIN2HB6kxHVSy/dIajWbThS7qON3W9/SNOH2JWkVCyulgGYekMePuw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-x64-musl": { + "version": "15.2.4", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.2.4.tgz", + "integrity": "sha512-Dcdv/ix6srhkM25fgXiyOieFUkz+fOYkHlydWCtB0xMST6X9XYI3yPDKBZt1xuhOytONsIFJFB08xXYsxUwJLw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-win32-arm64-msvc": { + "version": "15.2.4", + "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.2.4.tgz", + "integrity": "sha512-dW0i7eukvDxtIhCYkMrZNQfNicPDExt2jPb9AZPpL7cfyUo7QSNl1DjsHjmmKp6qNAqUESyT8YFl/Aw91cNJJg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-win32-x64-msvc": { + "version": "15.2.4", + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.2.4.tgz", + "integrity": "sha512-SbnWkJmkS7Xl3kre8SdMF6F/XDh1DTFEhp0jRTj/uB8iPKoU2bb2NDfcu+iifv1+mxQEd1g2vvSxcZbXSKyWiQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + } + } +} diff --git a/package.json b/package.json index d3f051b..124cdeb 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "@radix-ui/react-tooltip": "^1.1.8", "@sentry/nextjs": "^9.11.0", "@t3-oss/env-nextjs": "^0.12.0", + "@tailwindcss/postcss": "^4.1.1", "@tailwindcss/typography": "^0.5.16", "@tanstack/react-query": "^5.69.0", "badge": "^1.0.3", @@ -67,7 +68,7 @@ "postcss-import": "^16.1.0", "postcss-nesting": "^13.0.1", "prettier": "^3.5.3", - "tailwindcss": "^4.0.15", + "tailwindcss": "^4.1.1", "tsx": "^4.19.3", "typescript": "^5.8.2" } diff --git a/postcss.config.mjs b/postcss.config.mjs new file mode 100644 index 0000000..887a2e8 --- /dev/null +++ b/postcss.config.mjs @@ -0,0 +1,10 @@ +/** @type {import('postcss-load-config').Config} */ +const config = { + plugins: { + "postcss-import": {}, + "@tailwindcss/postcss": {}, + "postcss-nesting": {}, + }, +}; + +export default config; From ac08d57062087030eace87d35d8f3b99fdebef34 Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 22:56:58 +0600 Subject: [PATCH 05/13] Remove TypeScript type annotation from postcss.config.mjs to simplify configuration file. --- postcss.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/postcss.config.mjs b/postcss.config.mjs index 887a2e8..c870e29 100644 --- a/postcss.config.mjs +++ b/postcss.config.mjs @@ -1,4 +1,3 @@ -/** @type {import('postcss-load-config').Config} */ const config = { plugins: { "postcss-import": {}, From 60945fd8a5f5671ff334b73d6b3765955bef5541 Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 22:58:11 +0600 Subject: [PATCH 06/13] Remove .vscode/launch.json file to declutter project configuration and eliminate unused IDE settings. --- .vscode/launch.json | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index bddcc4e..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "launch", - "name": "Next.js: Node", - "program": "${workspaceFolder}/node_modules/next/dist/bin/next", - "args": ["dev"], - "cwd": "${workspaceFolder}", - "console": "integratedTerminal" - }, - { - "type": "chrome", - "request": "launch", - "name": "Next.js: Chrome", - "url": "http://localhost:3000", - "webRoot": "${workspaceFolder}", - "sourceMapPathOverrides": { - "webpack://_N_E/*": "${webRoot}/*" - } - }, - { - "type": "node", - "request": "launch", - "name": "Next.js: Build", - "program": "${workspaceFolder}/node_modules/next/dist/bin/next", - "args": ["build"], - "cwd": "${workspaceFolder}", - "console": "integratedTerminal" - } - ], - "compounds": [ - { - "name": "Next.js: Full", - "configurations": ["Next.js: Node", "Next.js: Chrome"] - } - ] -} From ed18727d13711e9c8f1adb2badd91a0e63ff1674 Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 23:04:27 +0600 Subject: [PATCH 07/13] Add a comment in app.css for clarity --- src/styles/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/app.css b/src/styles/app.css index 5f3def3..eb7997e 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -161,3 +161,4 @@ @apply bg-background text-foreground; } } +/* Hello */ From e5e8f6d17853e2a385bf138d5d66a1708b84a5f9 Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 23:07:40 +0600 Subject: [PATCH 08/13] Update env.ts to remove outdated comments regarding runtimeEnv configuration for Next.js, streamlining the code for clarity and relevance. --- bun.lockb | Bin 357688 -> 368663 bytes src/env.ts | 7 ------- 2 files changed, 7 deletions(-) diff --git a/bun.lockb b/bun.lockb index f66ed228628be3fd4441f9ca67bd2b174753f5b4..5724b42fa7c90c8ad8e4756fd1e44f53ba4ac0b7 100755 GIT binary patch delta 72137 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 13.4.4, you only need to destructure client variables: experimental__runtimeEnv: {}, }); From 8104afcee764ac6a98171dd70c483e4895323b01 Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 23:32:01 +0600 Subject: [PATCH 09/13] Remove Sentry integration files and related configurations to declutter the project and simplify error handling setup. --- bun.lockb | Bin 368663 -> 280314 bytes next.config.mjs | 32 +- package-lock.json | 9754 ----------------------- package.json | 1 - sentry.edge.config.ts | 16 - sentry.server.config.ts | 15 - src/app/api/sentry-example-api/route.ts | 9 - src/app/global-error.tsx | 27 - src/app/sentry-example-page/page.tsx | 181 - src/instrumentation-client.ts | 15 - src/instrumentation.ts | 13 - 11 files changed, 1 insertion(+), 10062 deletions(-) delete mode 100644 package-lock.json delete mode 100644 sentry.edge.config.ts delete mode 100644 sentry.server.config.ts delete mode 100644 src/app/api/sentry-example-api/route.ts delete mode 100644 src/app/global-error.tsx delete mode 100644 src/app/sentry-example-page/page.tsx delete mode 100644 src/instrumentation-client.ts delete mode 100644 src/instrumentation.ts diff --git a/bun.lockb b/bun.lockb index 5724b42fa7c90c8ad8e4756fd1e44f53ba4ac0b7..b586b2c63afcfed53a14f4a6ac0edf2fa4b919b0 100755 GIT binary patch delta 53644 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�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 diff --git a/next.config.mjs b/next.config.mjs index 1c87e9b..660ccaa 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -26,34 +26,4 @@ const nextConfig = { }, }; -export default withSentryConfig(nextConfig, { - // For all available options, see: - // https://www.npmjs.com/package/@sentry/webpack-plugin#options - - org: "techdiary", - project: "javascript-nextjs", - - // Only print logs for uploading source maps in CI - silent: !process.env.CI, - - // For all available options, see: - // https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/ - - // Upload a larger set of source maps for prettier stack traces (increases build time) - widenClientFileUpload: true, - - // Uncomment to route browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers. - // This can increase your server load as well as your hosting bill. - // Note: Check that the configured route will not match with your Next.js middleware, otherwise reporting of client- - // side errors will fail. - // tunnelRoute: "/monitoring", - - // Automatically tree-shake Sentry logger statements to reduce bundle size - disableLogger: true, - - // Enables automatic instrumentation of Vercel Cron Monitors. (Does not yet work with App Router route handlers.) - // See the following for more information: - // https://docs.sentry.io/product/crons/ - // https://vercel.com/docs/cron-jobs - automaticVercelMonitors: true, -}); +export default nextConfig; diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index dbcd578..0000000 --- a/package-lock.json +++ /dev/null @@ -1,9754 +0,0 @@ -{ - "name": "techdiary.dev-next", - "version": "0.1.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "techdiary.dev-next", - "version": "0.1.0", - "dependencies": { - "@cloudinary/react": "^1.14.1", - "@cloudinary/url-gen": "^1.21.0", - "@hookform/error-message": "^2.0.1", - "@hookform/resolvers": "^5.0.0", - "@markdoc/markdoc": "^0.5.1", - "@radix-ui/react-alert-dialog": "^1.1.6", - "@radix-ui/react-avatar": "^1.1.3", - "@radix-ui/react-dialog": "^1.1.6", - "@radix-ui/react-dropdown-menu": "^2.1.6", - "@radix-ui/react-hover-card": "^1.1.6", - "@radix-ui/react-icons": "^1.3.2", - "@radix-ui/react-label": "^2.1.2", - "@radix-ui/react-popover": "^1.1.6", - "@radix-ui/react-separator": "^1.1.2", - "@radix-ui/react-slot": "^1.1.2", - "@radix-ui/react-tabs": "^1.1.3", - "@radix-ui/react-tooltip": "^1.1.8", - "@sentry/nextjs": "^9.11.0", - "@t3-oss/env-nextjs": "^0.12.0", - "@tailwindcss/postcss": "^4.1.1", - "@tailwindcss/typography": "^0.5.16", - "@tanstack/react-query": "^5.69.0", - "badge": "^1.0.3", - "class-variance-authority": "^0.7.1", - "cloudinary": "^2.6.0", - "clsx": "^2.1.1", - "dotenv": "^16.4.7", - "drizzle-orm": "^0.41.0", - "jotai": "^2.12.2", - "lottie-react": "^2.4.1", - "lucide-react": "^0.484.0", - "next": "^15.2.4", - "next-themes": "^0.4.6", - "pg": "^8.14.1", - "react": "^19", - "react-dom": "^19", - "react-hook-form": "^7.55.0", - "react-icons": "^5.5.0", - "react-mde": "^12.0.8", - "recharts": "^2.15.1", - "sass": "^1.86.0", - "tailwind-merge": "^3.0.2", - "tw-animate-css": "^1.2.4", - "zod": "^3.24.2" - }, - "devDependencies": { - "@types/node": "^22.13.13", - "@types/pg": "^8.11.11", - "@types/react": "^19.0.12", - "@types/react-dom": "^19", - "drizzle-kit": "^0.30.6", - "eslint": "^9", - "eslint-config-next": "15.2.3", - "postcss": "^8.5.3", - "postcss-import": "^16.1.0", - "postcss-nesting": "^13.0.1", - "prettier": "^3.5.3", - "tailwindcss": "^4.1.1", - "tsx": "^4.19.3", - "typescript": "^5.8.2" - } - }, - "node_modules/@alloc/quick-lru": { - "version": "5.2.0", - "license": "MIT", - "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" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.26.2", - "license": "MIT", - "dependencies": { - "@babel/helper-validator-identifier": "^7.25.9", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.26.8", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.26.10", - "license": "MIT", - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.26.10", - "@babel/helper-compilation-targets": "^7.26.5", - "@babel/helper-module-transforms": "^7.26.0", - "@babel/helpers": "^7.26.10", - "@babel/parser": "^7.26.10", - "@babel/template": "^7.26.9", - "@babel/traverse": "^7.26.10", - "@babel/types": "^7.26.10", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/core/node_modules/json5": { - "version": "2.2.3", - "license": "MIT", - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.1", - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/generator": { - "version": "7.27.0", - "license": "MIT", - "dependencies": { - "@babel/parser": "^7.27.0", - "@babel/types": "^7.27.0", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^3.0.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.27.0", - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.26.8", - "@babel/helper-validator-option": "^7.25.9", - "browserslist": "^4.24.0", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { - "version": "5.1.1", - "license": "ISC", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.1", - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.25.9", - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.26.0", - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9", - "@babel/traverse": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.25.9", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.9", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.25.9", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.27.0", - "license": "MIT", - "dependencies": { - "@babel/template": "^7.27.0", - "@babel/types": "^7.27.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.27.0", - "license": "MIT", - "dependencies": { - "@babel/types": "^7.27.0" - }, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/runtime": { - "version": "7.27.0", - "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template": { - "version": "7.27.0", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.26.2", - "@babel/parser": "^7.27.0", - "@babel/types": "^7.27.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.27.0", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.27.0", - "@babel/parser": "^7.27.0", - "@babel/template": "^7.27.0", - "@babel/types": "^7.27.0", - "debug": "^4.3.1", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse/node_modules/globals": { - "version": "11.12.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/types": { - "version": "7.27.0", - "license": "MIT", - "dependencies": { - "@babel/helper-string-parser": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@cloudinary/html": { - "version": "1.13.2", - "dependencies": { - "@types/lodash.clonedeep": "^4.5.6", - "@types/lodash.debounce": "^4.0.6", - "@types/node": "^14.14.10", - "lodash.clonedeep": "^4.5.0", - "lodash.debounce": "^4.0.8", - "typescript": "^4.1.2" - } - }, - "node_modules/@cloudinary/html/node_modules/@types/node": { - "version": "14.18.63", - "license": "MIT" - }, - "node_modules/@cloudinary/html/node_modules/typescript": { - "version": "4.9.5", - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, - "node_modules/@cloudinary/react": { - "version": "1.14.1", - "license": "MIT", - "dependencies": { - "@cloudinary/html": "^1.13.2" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/@cloudinary/transformation-builder-sdk": { - "version": "1.16.1", - "license": "MIT", - "dependencies": { - "@cloudinary/url-gen": "^1.7.0" - } - }, - "node_modules/@cloudinary/url-gen": { - "version": "1.21.0", - "license": "MIT", - "dependencies": { - "@cloudinary/transformation-builder-sdk": "^1.15.1" - } - }, - "node_modules/@drizzle-team/brocli": { - "version": "0.10.2", - "dev": true, - "license": "Apache-2.0" - }, - "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/darwin-arm64": { - "version": "0.18.20", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "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/darwin-arm64": { - "version": "0.19.12", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.5.1", - "dev": true, - "license": "MIT", - "dependencies": { - "eslint-visitor-keys": "^3.4.3" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - } - }, - "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.12.1", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } - }, - "node_modules/@eslint/config-array": { - "version": "0.19.2", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/object-schema": "^2.1.6", - "debug": "^4.3.1", - "minimatch": "^3.1.2" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/config-helpers": { - "version": "0.2.1", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/core": { - "version": "0.12.0", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@types/json-schema": "^7.0.15" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "3.3.1", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^10.0.1", - "globals": "^14.0.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/eslintrc/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/@eslint/eslintrc/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/@eslint/js": { - "version": "9.23.0", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/object-schema": { - "version": "2.1.6", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/plugin-kit": { - "version": "0.2.8", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/core": "^0.13.0", - "levn": "^0.4.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": { - "version": "0.13.0", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@types/json-schema": "^7.0.15" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@floating-ui/core": { - "version": "1.6.9", - "license": "MIT", - "dependencies": { - "@floating-ui/utils": "^0.2.9" - } - }, - "node_modules/@floating-ui/dom": { - "version": "1.6.13", - "license": "MIT", - "dependencies": { - "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.9" - } - }, - "node_modules/@floating-ui/react-dom": { - "version": "2.1.2", - "license": "MIT", - "dependencies": { - "@floating-ui/dom": "^1.0.0" - }, - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/@floating-ui/utils": { - "version": "0.2.9", - "license": "MIT" - }, - "node_modules/@hookform/error-message": { - "version": "2.0.1", - "license": "MIT", - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0", - "react-hook-form": "^7.0.0" - } - }, - "node_modules/@hookform/resolvers": { - "version": "5.0.1", - "license": "MIT", - "dependencies": { - "@standard-schema/utils": "^0.3.0" - }, - "peerDependencies": { - "react-hook-form": "^7.55.0" - } - }, - "node_modules/@humanfs/core": { - "version": "0.19.1", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18.0" - } - }, - "node_modules/@humanfs/node": { - "version": "0.16.6", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@humanfs/core": "^0.19.1", - "@humanwhocodes/retry": "^0.3.0" - }, - "engines": { - "node": ">=18.18.0" - } - }, - "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { - "version": "0.3.1", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=12.22" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/retry": { - "version": "0.4.2", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@img/sharp-darwin-arm64": { - "version": "0.33.5", - "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": { - "@img/sharp-libvips-darwin-arm64": "1.0.4" - } - }, - "node_modules/@img/sharp-libvips-darwin-arm64": { - "version": "1.0.4", - "cpu": [ - "arm64" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "darwin" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "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/source-map": { - "version": "0.3.6", - "license": "MIT", - "peer": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25" - } - }, - "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" - } - }, - "node_modules/@markdoc/markdoc": { - "version": "0.5.1", - "license": "MIT", - "engines": { - "node": ">=14.7.0" - }, - "optionalDependencies": { - "@types/linkify-it": "^3.0.1", - "@types/markdown-it": "12.2.3" - }, - "peerDependencies": { - "@types/react": "*", - "react": "*" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "react": { - "optional": true - } - } - }, - "node_modules/@next/env": { - "version": "15.2.4", - "license": "MIT" - }, - "node_modules/@next/eslint-plugin-next": { - "version": "15.2.3", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-glob": "3.3.1" - } - }, - "node_modules/@next/swc-darwin-arm64": { - "version": "15.2.4", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nolyfill/is-core-module": { - "version": "1.0.39", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.4.0" - } - }, - "node_modules/@opentelemetry/api": { - "version": "1.9.0", - "license": "Apache-2.0", - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@opentelemetry/api-logs": { - "version": "0.57.2", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/api": "^1.3.0" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/@opentelemetry/context-async-hooks": { - "version": "1.30.1", - "license": "Apache-2.0", - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": ">=1.0.0 <1.10.0" - } - }, - "node_modules/@opentelemetry/core": { - "version": "1.30.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/semantic-conventions": "1.28.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": ">=1.0.0 <1.10.0" - } - }, - "node_modules/@opentelemetry/core/node_modules/@opentelemetry/semantic-conventions": { - "version": "1.28.0", - "license": "Apache-2.0", - "engines": { - "node": ">=14" - } - }, - "node_modules/@opentelemetry/instrumentation": { - "version": "0.57.2", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/api-logs": "0.57.2", - "@types/shimmer": "^1.2.0", - "import-in-the-middle": "^1.8.1", - "require-in-the-middle": "^7.1.1", - "semver": "^7.5.2", - "shimmer": "^1.2.1" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-amqplib": { - "version": "0.46.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "^1.8.0", - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-connect": { - "version": "0.43.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "^1.8.0", - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0", - "@types/connect": "3.4.38" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-dataloader": { - "version": "0.16.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-express": { - "version": "0.47.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "^1.8.0", - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-fastify": { - "version": "0.44.2", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "^1.8.0", - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-fs": { - "version": "0.19.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "^1.8.0", - "@opentelemetry/instrumentation": "^0.57.1" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-generic-pool": { - "version": "0.43.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-graphql": { - "version": "0.47.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-hapi": { - "version": "0.45.2", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "^1.8.0", - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-http": { - "version": "0.57.2", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "1.30.1", - "@opentelemetry/instrumentation": "0.57.2", - "@opentelemetry/semantic-conventions": "1.28.0", - "forwarded-parse": "2.1.2", - "semver": "^7.5.2" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-http/node_modules/@opentelemetry/semantic-conventions": { - "version": "1.28.0", - "license": "Apache-2.0", - "engines": { - "node": ">=14" - } - }, - "node_modules/@opentelemetry/instrumentation-ioredis": { - "version": "0.47.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/redis-common": "^0.36.2", - "@opentelemetry/semantic-conventions": "^1.27.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-kafkajs": { - "version": "0.7.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-knex": { - "version": "0.44.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-koa": { - "version": "0.47.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "^1.8.0", - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-lru-memoizer": { - "version": "0.44.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-mongodb": { - "version": "0.52.0", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-mongoose": { - "version": "0.46.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "^1.8.0", - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-mysql": { - "version": "0.45.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0", - "@types/mysql": "2.15.26" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-mysql2": { - "version": "0.45.2", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0", - "@opentelemetry/sql-common": "^0.40.1" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-pg": { - "version": "0.51.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "^1.26.0", - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0", - "@opentelemetry/sql-common": "^0.40.1", - "@types/pg": "8.6.1", - "@types/pg-pool": "2.0.6" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg": { - "version": "8.6.1", - "license": "MIT", - "dependencies": { - "@types/node": "*", - "pg-protocol": "*", - "pg-types": "^2.2.0" - } - }, - "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg/node_modules/pg-types": { - "version": "2.2.0", - "license": "MIT", - "dependencies": { - "pg-int8": "1.0.1", - "postgres-array": "~2.0.0", - "postgres-bytea": "~1.0.0", - "postgres-date": "~1.0.4", - "postgres-interval": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg/node_modules/pg-types/node_modules/postgres-array": { - "version": "2.0.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg/node_modules/pg-types/node_modules/postgres-bytea": { - "version": "1.0.0", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg/node_modules/pg-types/node_modules/postgres-date": { - "version": "1.0.7", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@opentelemetry/instrumentation-pg/node_modules/@types/pg/node_modules/pg-types/node_modules/postgres-interval": { - "version": "1.2.0", - "license": "MIT", - "dependencies": { - "xtend": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@opentelemetry/instrumentation-redis-4": { - "version": "0.46.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/redis-common": "^0.36.2", - "@opentelemetry/semantic-conventions": "^1.27.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-tedious": { - "version": "0.18.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/semantic-conventions": "^1.27.0", - "@types/tedious": "^4.0.14" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.3.0" - } - }, - "node_modules/@opentelemetry/instrumentation-undici": { - "version": "0.10.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "^1.8.0", - "@opentelemetry/instrumentation": "^0.57.1" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.7.0" - } - }, - "node_modules/@opentelemetry/redis-common": { - "version": "0.36.2", - "license": "Apache-2.0", - "engines": { - "node": ">=14" - } - }, - "node_modules/@opentelemetry/resources": { - "version": "1.30.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "1.30.1", - "@opentelemetry/semantic-conventions": "1.28.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": ">=1.0.0 <1.10.0" - } - }, - "node_modules/@opentelemetry/resources/node_modules/@opentelemetry/semantic-conventions": { - "version": "1.28.0", - "license": "Apache-2.0", - "engines": { - "node": ">=14" - } - }, - "node_modules/@opentelemetry/sdk-trace-base": { - "version": "1.30.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "1.30.1", - "@opentelemetry/resources": "1.30.1", - "@opentelemetry/semantic-conventions": "1.28.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": ">=1.0.0 <1.10.0" - } - }, - "node_modules/@opentelemetry/sdk-trace-base/node_modules/@opentelemetry/semantic-conventions": { - "version": "1.28.0", - "license": "Apache-2.0", - "engines": { - "node": ">=14" - } - }, - "node_modules/@opentelemetry/semantic-conventions": { - "version": "1.30.0", - "license": "Apache-2.0", - "engines": { - "node": ">=14" - } - }, - "node_modules/@opentelemetry/sql-common": { - "version": "0.40.1", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "^1.1.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.1.0" - } - }, - "node_modules/@parcel/watcher": { - "version": "2.5.1", - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "dependencies": { - "detect-libc": "^1.0.3", - "is-glob": "^4.0.3", - "micromatch": "^4.0.5", - "node-addon-api": "^7.0.0" - }, - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "@parcel/watcher-android-arm64": "2.5.1", - "@parcel/watcher-darwin-arm64": "2.5.1", - "@parcel/watcher-darwin-x64": "2.5.1", - "@parcel/watcher-freebsd-x64": "2.5.1", - "@parcel/watcher-linux-arm-glibc": "2.5.1", - "@parcel/watcher-linux-arm-musl": "2.5.1", - "@parcel/watcher-linux-arm64-glibc": "2.5.1", - "@parcel/watcher-linux-arm64-musl": "2.5.1", - "@parcel/watcher-linux-x64-glibc": "2.5.1", - "@parcel/watcher-linux-x64-musl": "2.5.1", - "@parcel/watcher-win32-arm64": "2.5.1", - "@parcel/watcher-win32-ia32": "2.5.1", - "@parcel/watcher-win32-x64": "2.5.1" - } - }, - "node_modules/@parcel/watcher-darwin-arm64": { - "version": "2.5.1", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher/node_modules/detect-libc": { - "version": "1.0.3", - "license": "Apache-2.0", - "optional": true, - "bin": { - "detect-libc": "bin/detect-libc.js" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/@petamoriken/float16": { - "version": "3.9.2", - "devOptional": true, - "license": "MIT" - }, - "node_modules/@prisma/instrumentation": { - "version": "6.5.0", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/instrumentation": "^0.52.0 || ^0.53.0 || ^0.54.0 || ^0.55.0 || ^0.56.0 || ^0.57.0" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.8" - } - }, - "node_modules/@radix-ui/primitive": { - "version": "1.1.1", - "license": "MIT" - }, - "node_modules/@radix-ui/react-alert-dialog": { - "version": "1.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-dialog": "1.1.6", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-slot": "1.1.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-arrow": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-primitive": "2.0.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-avatar": { - "version": "1.1.3", - "license": "MIT", - "dependencies": { - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-callback-ref": "1.1.0", - "@radix-ui/react-use-layout-effect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-collection": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-slot": "1.1.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-compose-refs": { - "version": "1.1.1", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-context": { - "version": "1.1.1", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-dialog": { - "version": "1.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-dismissable-layer": "1.1.5", - "@radix-ui/react-focus-guards": "1.1.1", - "@radix-ui/react-focus-scope": "1.1.2", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-portal": "1.1.4", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-slot": "1.1.2", - "@radix-ui/react-use-controllable-state": "1.1.0", - "aria-hidden": "^1.2.4", - "react-remove-scroll": "^2.6.3" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-direction": { - "version": "1.1.0", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-dismissable-layer": { - "version": "1.1.5", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-callback-ref": "1.1.0", - "@radix-ui/react-use-escape-keydown": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-dropdown-menu": { - "version": "2.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-menu": "2.1.6", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-controllable-state": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-focus-guards": { - "version": "1.1.1", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-focus-scope": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-callback-ref": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-hover-card": { - "version": "1.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-dismissable-layer": "1.1.5", - "@radix-ui/react-popper": "1.2.2", - "@radix-ui/react-portal": "1.1.4", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-controllable-state": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-icons": { - "version": "1.3.2", - "license": "MIT", - "peerDependencies": { - "react": "^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc" - } - }, - "node_modules/@radix-ui/react-id": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "@radix-ui/react-use-layout-effect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-label": { - "version": "2.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-primitive": "2.0.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-menu": { - "version": "2.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-collection": "1.1.2", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-direction": "1.1.0", - "@radix-ui/react-dismissable-layer": "1.1.5", - "@radix-ui/react-focus-guards": "1.1.1", - "@radix-ui/react-focus-scope": "1.1.2", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-popper": "1.2.2", - "@radix-ui/react-portal": "1.1.4", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-roving-focus": "1.1.2", - "@radix-ui/react-slot": "1.1.2", - "@radix-ui/react-use-callback-ref": "1.1.0", - "aria-hidden": "^1.2.4", - "react-remove-scroll": "^2.6.3" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-popover": { - "version": "1.1.6", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-dismissable-layer": "1.1.5", - "@radix-ui/react-focus-guards": "1.1.1", - "@radix-ui/react-focus-scope": "1.1.2", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-popper": "1.2.2", - "@radix-ui/react-portal": "1.1.4", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-slot": "1.1.2", - "@radix-ui/react-use-controllable-state": "1.1.0", - "aria-hidden": "^1.2.4", - "react-remove-scroll": "^2.6.3" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-popper": { - "version": "1.2.2", - "license": "MIT", - "dependencies": { - "@floating-ui/react-dom": "^2.0.0", - "@radix-ui/react-arrow": "1.1.2", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-callback-ref": "1.1.0", - "@radix-ui/react-use-layout-effect": "1.1.0", - "@radix-ui/react-use-rect": "1.1.0", - "@radix-ui/react-use-size": "1.1.0", - "@radix-ui/rect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-portal": { - "version": "1.1.4", - "license": "MIT", - "dependencies": { - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-layout-effect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-presence": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-use-layout-effect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-primitive": { - "version": "2.0.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-slot": "1.1.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-roving-focus": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-collection": "1.1.2", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-direction": "1.1.0", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-use-callback-ref": "1.1.0", - "@radix-ui/react-use-controllable-state": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-separator": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-primitive": "2.0.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-slot": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-compose-refs": "1.1.1" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-tabs": { - "version": "1.1.3", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-direction": "1.1.0", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-roving-focus": "1.1.2", - "@radix-ui/react-use-controllable-state": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-tooltip": { - "version": "1.1.8", - "license": "MIT", - "dependencies": { - "@radix-ui/primitive": "1.1.1", - "@radix-ui/react-compose-refs": "1.1.1", - "@radix-ui/react-context": "1.1.1", - "@radix-ui/react-dismissable-layer": "1.1.5", - "@radix-ui/react-id": "1.1.0", - "@radix-ui/react-popper": "1.2.2", - "@radix-ui/react-portal": "1.1.4", - "@radix-ui/react-presence": "1.1.2", - "@radix-ui/react-primitive": "2.0.2", - "@radix-ui/react-slot": "1.1.2", - "@radix-ui/react-use-controllable-state": "1.1.0", - "@radix-ui/react-visually-hidden": "1.1.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-callback-ref": { - "version": "1.1.0", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-controllable-state": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "@radix-ui/react-use-callback-ref": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-escape-keydown": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "@radix-ui/react-use-callback-ref": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-layout-effect": { - "version": "1.1.0", - "license": "MIT", - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-rect": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "@radix-ui/rect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-use-size": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "@radix-ui/react-use-layout-effect": "1.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@radix-ui/react-visually-hidden": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "@radix-ui/react-primitive": "2.0.2" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/@radix-ui/rect": { - "version": "1.1.0", - "license": "MIT" - }, - "node_modules/@rollup/plugin-commonjs": { - "version": "28.0.1", - "license": "MIT", - "dependencies": { - "@rollup/pluginutils": "^5.0.1", - "commondir": "^1.0.1", - "estree-walker": "^2.0.2", - "fdir": "^6.2.0", - "is-reference": "1.2.1", - "magic-string": "^0.30.3", - "picomatch": "^4.0.2" - }, - "engines": { - "node": ">=16.0.0 || 14 >= 14.17" - }, - "peerDependencies": { - "rollup": "^2.68.0||^3.0.0||^4.0.0" - }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } - } - }, - "node_modules/@rollup/pluginutils": { - "version": "5.1.4", - "license": "MIT", - "dependencies": { - "@types/estree": "^1.0.0", - "estree-walker": "^2.0.2", - "picomatch": "^4.0.2" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" - }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } - } - }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.35.0", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rtsao/scc": { - "version": "1.1.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@rushstack/eslint-patch": { - "version": "1.11.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@sentry-internal/browser-utils": { - "version": "9.11.0", - "license": "MIT", - "dependencies": { - "@sentry/core": "9.11.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@sentry-internal/feedback": { - "version": "9.11.0", - "license": "MIT", - "dependencies": { - "@sentry/core": "9.11.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@sentry-internal/replay": { - "version": "9.11.0", - "license": "MIT", - "dependencies": { - "@sentry-internal/browser-utils": "9.11.0", - "@sentry/core": "9.11.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@sentry-internal/replay-canvas": { - "version": "9.11.0", - "license": "MIT", - "dependencies": { - "@sentry-internal/replay": "9.11.0", - "@sentry/core": "9.11.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@sentry/babel-plugin-component-annotate": { - "version": "3.2.4", - "license": "MIT", - "engines": { - "node": ">= 14" - } - }, - "node_modules/@sentry/browser": { - "version": "9.11.0", - "license": "MIT", - "dependencies": { - "@sentry-internal/browser-utils": "9.11.0", - "@sentry-internal/feedback": "9.11.0", - "@sentry-internal/replay": "9.11.0", - "@sentry-internal/replay-canvas": "9.11.0", - "@sentry/core": "9.11.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@sentry/bundler-plugin-core": { - "version": "3.2.4", - "license": "MIT", - "dependencies": { - "@babel/core": "^7.18.5", - "@sentry/babel-plugin-component-annotate": "3.2.4", - "@sentry/cli": "2.42.2", - "dotenv": "^16.3.1", - "find-up": "^5.0.0", - "glob": "^9.3.2", - "magic-string": "0.30.8", - "unplugin": "1.0.1" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/@sentry/bundler-plugin-core/node_modules/magic-string": { - "version": "0.30.8", - "license": "MIT", - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.15" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@sentry/cli": { - "version": "2.42.2", - "hasInstallScript": true, - "license": "BSD-3-Clause", - "dependencies": { - "https-proxy-agent": "^5.0.0", - "node-fetch": "^2.6.7", - "progress": "^2.0.3", - "proxy-from-env": "^1.1.0", - "which": "^2.0.2" - }, - "bin": { - "sentry-cli": "bin/sentry-cli" - }, - "engines": { - "node": ">= 10" - }, - "optionalDependencies": { - "@sentry/cli-darwin": "2.42.2", - "@sentry/cli-linux-arm": "2.42.2", - "@sentry/cli-linux-arm64": "2.42.2", - "@sentry/cli-linux-i686": "2.42.2", - "@sentry/cli-linux-x64": "2.42.2", - "@sentry/cli-win32-i686": "2.42.2", - "@sentry/cli-win32-x64": "2.42.2" - } - }, - "node_modules/@sentry/cli-darwin": { - "version": "2.42.2", - "license": "BSD-3-Clause", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@sentry/cli/node_modules/which": { - "version": "2.0.2", - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@sentry/cli/node_modules/which/node_modules/isexe": { - "version": "2.0.0", - "license": "ISC" - }, - "node_modules/@sentry/core": { - "version": "9.11.0", - "license": "MIT", - "engines": { - "node": ">=18" - } - }, - "node_modules/@sentry/nextjs": { - "version": "9.11.0", - "license": "MIT", - "dependencies": { - "@opentelemetry/api": "^1.9.0", - "@opentelemetry/semantic-conventions": "^1.30.0", - "@rollup/plugin-commonjs": "28.0.1", - "@sentry-internal/browser-utils": "9.11.0", - "@sentry/core": "9.11.0", - "@sentry/node": "9.11.0", - "@sentry/opentelemetry": "9.11.0", - "@sentry/react": "9.11.0", - "@sentry/vercel-edge": "9.11.0", - "@sentry/webpack-plugin": "3.2.4", - "chalk": "3.0.0", - "resolve": "1.22.8", - "rollup": "4.35.0", - "stacktrace-parser": "^0.1.10" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "next": "^13.2.0 || ^14.0 || ^15.0.0-rc.0" - } - }, - "node_modules/@sentry/nextjs/node_modules/chalk": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@sentry/nextjs/node_modules/resolve": { - "version": "1.22.8", - "license": "MIT", - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/@sentry/node": { - "version": "9.11.0", - "license": "MIT", - "dependencies": { - "@opentelemetry/api": "^1.9.0", - "@opentelemetry/context-async-hooks": "^1.30.1", - "@opentelemetry/core": "^1.30.1", - "@opentelemetry/instrumentation": "^0.57.2", - "@opentelemetry/instrumentation-amqplib": "^0.46.1", - "@opentelemetry/instrumentation-connect": "0.43.1", - "@opentelemetry/instrumentation-dataloader": "0.16.1", - "@opentelemetry/instrumentation-express": "0.47.1", - "@opentelemetry/instrumentation-fastify": "0.44.2", - "@opentelemetry/instrumentation-fs": "0.19.1", - "@opentelemetry/instrumentation-generic-pool": "0.43.1", - "@opentelemetry/instrumentation-graphql": "0.47.1", - "@opentelemetry/instrumentation-hapi": "0.45.2", - "@opentelemetry/instrumentation-http": "0.57.2", - "@opentelemetry/instrumentation-ioredis": "0.47.1", - "@opentelemetry/instrumentation-kafkajs": "0.7.1", - "@opentelemetry/instrumentation-knex": "0.44.1", - "@opentelemetry/instrumentation-koa": "0.47.1", - "@opentelemetry/instrumentation-lru-memoizer": "0.44.1", - "@opentelemetry/instrumentation-mongodb": "0.52.0", - "@opentelemetry/instrumentation-mongoose": "0.46.1", - "@opentelemetry/instrumentation-mysql": "0.45.1", - "@opentelemetry/instrumentation-mysql2": "0.45.2", - "@opentelemetry/instrumentation-pg": "0.51.1", - "@opentelemetry/instrumentation-redis-4": "0.46.1", - "@opentelemetry/instrumentation-tedious": "0.18.1", - "@opentelemetry/instrumentation-undici": "0.10.1", - "@opentelemetry/resources": "^1.30.1", - "@opentelemetry/sdk-trace-base": "^1.30.1", - "@opentelemetry/semantic-conventions": "^1.30.0", - "@prisma/instrumentation": "6.5.0", - "@sentry/core": "9.11.0", - "@sentry/opentelemetry": "9.11.0", - "import-in-the-middle": "^1.13.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@sentry/opentelemetry": { - "version": "9.11.0", - "license": "MIT", - "dependencies": { - "@sentry/core": "9.11.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.9.0", - "@opentelemetry/context-async-hooks": "^1.30.1", - "@opentelemetry/core": "^1.30.1", - "@opentelemetry/instrumentation": "^0.57.1", - "@opentelemetry/sdk-trace-base": "^1.30.1", - "@opentelemetry/semantic-conventions": "^1.28.0" - } - }, - "node_modules/@sentry/react": { - "version": "9.11.0", - "license": "MIT", - "dependencies": { - "@sentry/browser": "9.11.0", - "@sentry/core": "9.11.0", - "hoist-non-react-statics": "^3.3.2" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "react": "^16.14.0 || 17.x || 18.x || 19.x" - } - }, - "node_modules/@sentry/vercel-edge": { - "version": "9.11.0", - "license": "MIT", - "dependencies": { - "@opentelemetry/api": "^1.9.0", - "@sentry/core": "9.11.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@sentry/webpack-plugin": { - "version": "3.2.4", - "license": "MIT", - "dependencies": { - "@sentry/bundler-plugin-core": "3.2.4", - "unplugin": "1.0.1", - "uuid": "^9.0.0" - }, - "engines": { - "node": ">= 14" - }, - "peerDependencies": { - "webpack": ">=4.40.0" - } - }, - "node_modules/@standard-schema/utils": { - "version": "0.3.0", - "license": "MIT" - }, - "node_modules/@swc/counter": { - "version": "0.1.3", - "license": "Apache-2.0" - }, - "node_modules/@swc/helpers": { - "version": "0.5.15", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.8.0" - } - }, - "node_modules/@t3-oss/env-core": { - "version": "0.12.0", - "license": "MIT", - "peerDependencies": { - "typescript": ">=5.0.0", - "valibot": "^1.0.0-beta.7 || ^1.0.0", - "zod": "^3.24.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - }, - "valibot": { - "optional": true - }, - "zod": { - "optional": true - } - } - }, - "node_modules/@t3-oss/env-nextjs": { - "version": "0.12.0", - "license": "MIT", - "dependencies": { - "@t3-oss/env-core": "0.12.0" - }, - "peerDependencies": { - "typescript": ">=5.0.0", - "valibot": "^1.0.0-beta.7 || ^1.0.0", - "zod": "^3.24.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - }, - "valibot": { - "optional": true - }, - "zod": { - "optional": true - } - } - }, - "node_modules/@tailwindcss/node": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.1.tgz", - "integrity": "sha512-xvlh4pvfG/bkv0fEtJDABAm1tjtSmSyi2QmS4zyj1EKNI1UiOYiUq1IphSwDsNJ5vJ9cWEGs4rJXpUdCN2kujQ==", - "license": "MIT", - "dependencies": { - "enhanced-resolve": "^5.18.1", - "jiti": "^2.4.2", - "lightningcss": "1.29.2", - "tailwindcss": "4.1.1" - } - }, - "node_modules/@tailwindcss/oxide": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.1.tgz", - "integrity": "sha512-7+YBgnPQ4+jv6B6WVOerJ6WOzDzNJXrRKDts674v6TKAqFqYRr9+EBtSziO7nNcwQ8JtoZNMeqA+WJDjtCM/7w==", - "license": "MIT", - "engines": { - "node": ">= 10" - }, - "optionalDependencies": { - "@tailwindcss/oxide-android-arm64": "4.1.1", - "@tailwindcss/oxide-darwin-arm64": "4.1.1", - "@tailwindcss/oxide-darwin-x64": "4.1.1", - "@tailwindcss/oxide-freebsd-x64": "4.1.1", - "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.1", - "@tailwindcss/oxide-linux-arm64-gnu": "4.1.1", - "@tailwindcss/oxide-linux-arm64-musl": "4.1.1", - "@tailwindcss/oxide-linux-x64-gnu": "4.1.1", - "@tailwindcss/oxide-linux-x64-musl": "4.1.1", - "@tailwindcss/oxide-win32-arm64-msvc": "4.1.1", - "@tailwindcss/oxide-win32-x64-msvc": "4.1.1" - } - }, - "node_modules/@tailwindcss/oxide-android-arm64": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.1.tgz", - "integrity": "sha512-gTyRzfdParpoCU1yyUC/iN6XK6T0Ra4bDlF8Aeul5NP9cLzKEZDogdNVNGv5WZmCDkVol7qlex7TMmcfytMmmw==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/oxide-darwin-arm64": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.1.tgz", - "integrity": "sha512-dI0QbdMWBvLB3MtaTKetzUKG9CUUQow8JSP4Nm+OxVokeZ+N+f1OmZW/hW1LzMxpx9RQCBgSRL+IIvKRat5Wdg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/oxide-darwin-x64": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.1.tgz", - "integrity": "sha512-2Y+NPQOTRBCItshPgY/CWg4bKi7E9evMg4bgdb6h9iZObCZLOe3doPcuSxGS3DB0dKyMFKE8pTdWtFUbxZBMSA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/oxide-freebsd-x64": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.1.tgz", - "integrity": "sha512-N97NGMsB/7CHShbc5ube4dcsW/bYENkBrg8yWi8ieN9boYVRdw3cZviVryV/Nfu9bKbBV9kUvduFF2qBI7rEqg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.1.tgz", - "integrity": "sha512-33Lk6KbHnUZbXqza6RWNFo9wqPQ4+H5BAn1CkUUfC1RZ1vYbyDN6+iJPj53wmnWJ3mhRI8jWt3Jt1fO02IVdUQ==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.1.tgz", - "integrity": "sha512-LyW35RzSUy+80WYScv03HKasAUmMFDaSbNpWfk1gG5gEE9kuRGnDzSrqMoLAmY/kzMCYP/1kqmUiAx8EFLkI2A==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/oxide-linux-arm64-musl": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.1.tgz", - "integrity": "sha512-1KPnDMlHdqjPTUSFjx55pafvs8RZXRgxfeRgUrukwDKkuj7gFk28vW3Mx65YdiugAc9NWs3VgueZWaM1Po6uGw==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/oxide-linux-x64-gnu": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.1.tgz", - "integrity": "sha512-4WdzA+MRlsinEEE6yxNMLJxpw0kE9XVipbAKdTL8BeUpyC2TdA3TL46lBulXzKp3BIxh3nqyR/UCqzl5o+3waQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/oxide-linux-x64-musl": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.1.tgz", - "integrity": "sha512-q7Ugbw3ARcjCW2VMUYrcMbJ6aMQuWPArBBE2EqC/swPZTdGADvMQSlvR0VKusUM4HoSsO7ZbvcZ53YwR57+AKw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.1.tgz", - "integrity": "sha512-0KpqsovgHcIzm7eAGzzEZsEs0/nPYXnRBv+aPq/GehpNQuE/NAQu+YgZXIIof+VflDFuyXOEnaFr7T5MZ1INhA==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/oxide-win32-x64-msvc": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.1.tgz", - "integrity": "sha512-B1mjeXNS26kBOHv5sXARf6Wd0PWHV9x1TDlW0ummrBUOUAxAy5wcy4Nii1wzNvCdvC448hgiL06ylhwAbNthmg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@tailwindcss/postcss": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.1.tgz", - "integrity": "sha512-GX9AEM+msH0i2Yh1b6CuDRaZRo3kmbvIrLbSfvJ53C3uaAgsQ//fTQAh9HMQ6t1a9zvoUptlYqG//plWsBQTCw==", - "license": "MIT", - "dependencies": { - "@alloc/quick-lru": "^5.2.0", - "@tailwindcss/node": "4.1.1", - "@tailwindcss/oxide": "4.1.1", - "postcss": "^8.4.41", - "tailwindcss": "4.1.1" - } - }, - "node_modules/@tailwindcss/typography": { - "version": "0.5.16", - "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/@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/@tanstack/query-core": { - "version": "5.71.5", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - } - }, - "node_modules/@tanstack/react-query": { - "version": "5.71.5", - "license": "MIT", - "dependencies": { - "@tanstack/query-core": "5.71.5" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - }, - "peerDependencies": { - "react": "^18 || ^19" - } - }, - "node_modules/@types/connect": { - "version": "3.4.38", - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/d3-array": { - "version": "3.2.1", - "license": "MIT" - }, - "node_modules/@types/d3-color": { - "version": "3.1.3", - "license": "MIT" - }, - "node_modules/@types/d3-ease": { - "version": "3.0.2", - "license": "MIT" - }, - "node_modules/@types/d3-interpolate": { - "version": "3.0.4", - "license": "MIT", - "dependencies": { - "@types/d3-color": "*" - } - }, - "node_modules/@types/d3-path": { - "version": "3.1.1", - "license": "MIT" - }, - "node_modules/@types/d3-scale": { - "version": "4.0.9", - "license": "MIT", - "dependencies": { - "@types/d3-time": "*" - } - }, - "node_modules/@types/d3-shape": { - "version": "3.1.7", - "license": "MIT", - "dependencies": { - "@types/d3-path": "*" - } - }, - "node_modules/@types/d3-time": { - "version": "3.0.4", - "license": "MIT" - }, - "node_modules/@types/d3-timer": { - "version": "3.0.2", - "license": "MIT" - }, - "node_modules/@types/eslint": { - "version": "9.6.1", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "node_modules/@types/eslint-scope": { - "version": "3.7.7", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, - "node_modules/@types/estree": { - "version": "1.0.7", - "license": "MIT" - }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "license": "MIT" - }, - "node_modules/@types/json5": { - "version": "0.0.29", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/linkify-it": { - "version": "3.0.5", - "license": "MIT", - "optional": true - }, - "node_modules/@types/lodash": { - "version": "4.17.16", - "license": "MIT" - }, - "node_modules/@types/lodash.clonedeep": { - "version": "4.5.9", - "license": "MIT", - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/lodash.debounce": { - "version": "4.0.9", - "license": "MIT", - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/markdown-it": { - "version": "12.2.3", - "license": "MIT", - "optional": true, - "dependencies": { - "@types/linkify-it": "*", - "@types/mdurl": "*" - } - }, - "node_modules/@types/mdurl": { - "version": "2.0.0", - "license": "MIT", - "optional": true - }, - "node_modules/@types/mysql": { - "version": "2.15.26", - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/node": { - "version": "22.14.0", - "license": "MIT", - "dependencies": { - "undici-types": "~6.21.0" - } - }, - "node_modules/@types/pg": { - "version": "8.11.11", - "license": "MIT", - "dependencies": { - "@types/node": "*", - "pg-protocol": "*", - "pg-types": "^4.0.1" - } - }, - "node_modules/@types/pg-pool": { - "version": "2.0.6", - "license": "MIT", - "dependencies": { - "@types/pg": "*" - } - }, - "node_modules/@types/react": { - "version": "19.1.0", - "devOptional": true, - "license": "MIT", - "dependencies": { - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-dom": { - "version": "19.1.1", - "devOptional": true, - "license": "MIT", - "peerDependencies": { - "@types/react": "^19.0.0" - } - }, - "node_modules/@types/shimmer": { - "version": "1.2.0", - "license": "MIT" - }, - "node_modules/@types/tedious": { - "version": "4.0.14", - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.29.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.29.0", - "@typescript-eslint/type-utils": "8.29.0", - "@typescript-eslint/utils": "8.29.0", - "@typescript-eslint/visitor-keys": "8.29.0", - "graphemer": "^1.4.0", - "ignore": "^5.3.1", - "natural-compare": "^1.4.0", - "ts-api-utils": "^2.0.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", - "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" - } - }, - "node_modules/@typescript-eslint/parser": { - "version": "8.29.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/scope-manager": "8.29.0", - "@typescript-eslint/types": "8.29.0", - "@typescript-eslint/typescript-estree": "8.29.0", - "@typescript-eslint/visitor-keys": "8.29.0", - "debug": "^4.3.4" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" - } - }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "8.29.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.29.0", - "@typescript-eslint/visitor-keys": "8.29.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/type-utils": { - "version": "8.29.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/typescript-estree": "8.29.0", - "@typescript-eslint/utils": "8.29.0", - "debug": "^4.3.4", - "ts-api-utils": "^2.0.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" - } - }, - "node_modules/@typescript-eslint/types": { - "version": "8.29.0", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.29.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.29.0", - "@typescript-eslint/visitor-keys": "8.29.0", - "debug": "^4.3.4", - "fast-glob": "^3.3.2", - "is-glob": "^4.0.3", - "minimatch": "^9.0.4", - "semver": "^7.6.0", - "ts-api-utils": "^2.0.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <5.9.0" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob": { - "version": "3.3.3", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.8" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { - "version": "9.0.5", - "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/typescript-estree/node_modules/minimatch/node_modules/brace-expansion": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/@typescript-eslint/utils": { - "version": "8.29.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.29.0", - "@typescript-eslint/types": "8.29.0", - "@typescript-eslint/typescript-estree": "8.29.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" - } - }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.29.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.29.0", - "eslint-visitor-keys": "^4.2.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@unrs/resolver-binding-darwin-arm64": { - "version": "1.3.3", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@webassemblyjs/ast": { - "version": "1.14.1", - "license": "MIT", - "peer": true, - "dependencies": { - "@webassemblyjs/helper-numbers": "1.13.2", - "@webassemblyjs/helper-wasm-bytecode": "1.13.2" - } - }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.13.2", - "license": "MIT", - "peer": true - }, - "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.13.2", - "license": "MIT", - "peer": true - }, - "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.14.1", - "license": "MIT", - "peer": true - }, - "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.13.2", - "license": "MIT", - "peer": true, - "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.13.2", - "@webassemblyjs/helper-api-error": "1.13.2", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.13.2", - "license": "MIT", - "peer": true - }, - "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.14.1", - "license": "MIT", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@webassemblyjs/helper-buffer": "1.14.1", - "@webassemblyjs/helper-wasm-bytecode": "1.13.2", - "@webassemblyjs/wasm-gen": "1.14.1" - } - }, - "node_modules/@webassemblyjs/ieee754": { - "version": "1.13.2", - "license": "MIT", - "peer": true, - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@webassemblyjs/leb128": { - "version": "1.13.2", - "license": "Apache-2.0", - "peer": true, - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/utf8": { - "version": "1.13.2", - "license": "MIT", - "peer": true - }, - "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.14.1", - "license": "MIT", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@webassemblyjs/helper-buffer": "1.14.1", - "@webassemblyjs/helper-wasm-bytecode": "1.13.2", - "@webassemblyjs/helper-wasm-section": "1.14.1", - "@webassemblyjs/wasm-gen": "1.14.1", - "@webassemblyjs/wasm-opt": "1.14.1", - "@webassemblyjs/wasm-parser": "1.14.1", - "@webassemblyjs/wast-printer": "1.14.1" - } - }, - "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.14.1", - "license": "MIT", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@webassemblyjs/helper-wasm-bytecode": "1.13.2", - "@webassemblyjs/ieee754": "1.13.2", - "@webassemblyjs/leb128": "1.13.2", - "@webassemblyjs/utf8": "1.13.2" - } - }, - "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.14.1", - "license": "MIT", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@webassemblyjs/helper-buffer": "1.14.1", - "@webassemblyjs/wasm-gen": "1.14.1", - "@webassemblyjs/wasm-parser": "1.14.1" - } - }, - "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.14.1", - "license": "MIT", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@webassemblyjs/helper-api-error": "1.13.2", - "@webassemblyjs/helper-wasm-bytecode": "1.13.2", - "@webassemblyjs/ieee754": "1.13.2", - "@webassemblyjs/leb128": "1.13.2", - "@webassemblyjs/utf8": "1.13.2" - } - }, - "node_modules/@webassemblyjs/wast-printer": { - "version": "1.14.1", - "license": "MIT", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@xtuc/ieee754": { - "version": "1.2.0", - "license": "BSD-3-Clause", - "peer": true - }, - "node_modules/@xtuc/long": { - "version": "4.2.2", - "license": "Apache-2.0", - "peer": true - }, - "node_modules/accept": { - "version": "1.1.0", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/acorn": { - "version": "8.14.1", - "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-import-attributes": { - "version": "1.9.5", - "license": "MIT", - "peerDependencies": { - "acorn": "^8" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "dev": true, - "license": "MIT", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/agent-base": { - "version": "6.0.2", - "license": "MIT", - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/ajv": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", - "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", - "license": "MIT", - "peer": true, - "dependencies": { - "fast-deep-equal": "^3.1.3", - "fast-uri": "^3.0.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-formats": { - "version": "2.1.1", - "license": "MIT", - "peer": true, - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/ajv-keywords": { - "version": "5.1.0", - "license": "MIT", - "peer": true, - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/anymatch": { - "version": "3.1.3", - "license": "ISC", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/anymatch/node_modules/picomatch": { - "version": "2.3.1", - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/argparse": { - "version": "2.0.1", - "dev": true, - "license": "Python-2.0" - }, - "node_modules/aria-hidden": { - "version": "1.2.4", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/aria-query": { - "version": "5.3.2", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/array-buffer-byte-length": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "is-array-buffer": "^3.0.5" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-includes": { - "version": "3.1.8", - "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", - "get-intrinsic": "^1.2.4", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.findlast": { - "version": "1.2.5", - "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", - "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", - "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", - "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", - "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", - "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", - "dev": true, - "license": "MIT" - }, - "node_modules/async-function": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/available-typed-arrays": { - "version": "1.0.7", - "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", - "dev": true, - "license": "MPL-2.0", - "engines": { - "node": ">=4" - } - }, - "node_modules/axobject-query": { - "version": "4.1.0", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/b64": { - "version": "2.0.1", - "license": "BSD-3-Clause", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/badge": { - "version": "1.0.3", - "license": "MIT", - "dependencies": { - "hapi": "^6.2.1", - "joi": "^4.6.2", - "lodash": "^2.4.1", - "lru-cache": "^2.5.0", - "nipple": "^2.5.3", - "q": "^1.0.1" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "license": "MIT" - }, - "node_modules/binary-extensions": { - "version": "2.3.0", - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/boom": { - "version": "2.10.1", - "license": "BSD-3-Clause", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/bossy": { - "version": "1.0.3", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "license": "MIT", - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browserslist": { - "version": "4.24.4", - "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.30001688", - "electron-to-chromium": "^1.5.73", - "node-releases": "^2.0.19", - "update-browserslist-db": "^1.1.1" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "license": "MIT" - }, - "node_modules/busboy": { - "version": "1.6.0", - "dependencies": { - "streamsearch": "^1.1.0" - }, - "engines": { - "node": ">=10.16.0" - } - }, - "node_modules/call": { - "version": "1.0.0", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/call-bind": { - "version": "1.0.8", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/call-bound": { - "version": "1.0.4", - "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", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001709", - "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/catbox": { - "version": "3.4.3", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/catbox-memory": { - "version": "1.1.2", - "license": "BSD-3-Clause", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/chokidar": { - "version": "4.0.3", - "license": "MIT", - "dependencies": { - "readdirp": "^4.0.1" - }, - "engines": { - "node": ">= 14.16.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/chrome-trace-event": { - "version": "1.0.4", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=6.0" - } - }, - "node_modules/cjs-module-lexer": { - "version": "1.4.3", - "license": "MIT" - }, - "node_modules/class-variance-authority": { - "version": "0.7.1", - "license": "Apache-2.0", - "dependencies": { - "clsx": "^2.1.1" - }, - "funding": { - "url": "https://polar.sh/cva" - } - }, - "node_modules/client-only": { - "version": "0.0.1", - "license": "MIT" - }, - "node_modules/cloudinary": { - "version": "2.6.0", - "license": "MIT", - "dependencies": { - "lodash": "^4.17.21", - "q": "^1.5.1" - }, - "engines": { - "node": ">=9" - } - }, - "node_modules/cloudinary/node_modules/lodash": { - "version": "4.17.21", - "license": "MIT" - }, - "node_modules/clsx": { - "version": "2.1.1", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/color-string": { - "version": "1.9.1", - "license": "MIT", - "optional": true, - "dependencies": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - } - }, - "node_modules/commander": { - "version": "2.20.3", - "license": "MIT", - "peer": true - }, - "node_modules/commondir": { - "version": "1.0.1", - "license": "MIT" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "dev": true, - "license": "MIT" - }, - "node_modules/content": { - "version": "1.0.2", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/convert-source-map": { - "version": "2.0.0", - "license": "MIT" - }, - "node_modules/cross-spawn": { - "version": "7.0.6", - "dev": true, - "license": "MIT", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/cross-spawn/node_modules/which": { - "version": "2.0.2", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/cross-spawn/node_modules/which/node_modules/isexe": { - "version": "2.0.0", - "dev": true, - "license": "ISC" - }, - "node_modules/cryptiles": { - "version": "2.0.5", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x" - }, - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "license": "MIT", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/csstype": { - "version": "3.1.3", - "license": "MIT" - }, - "node_modules/d3-array": { - "version": "3.2.4", - "license": "ISC", - "dependencies": { - "internmap": "1 - 2" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-color": { - "version": "3.1.0", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-ease": { - "version": "3.0.1", - "license": "BSD-3-Clause", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-format": { - "version": "3.1.0", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-interpolate": { - "version": "3.0.1", - "license": "ISC", - "dependencies": { - "d3-color": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-path": { - "version": "3.1.0", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-scale": { - "version": "4.0.2", - "license": "ISC", - "dependencies": { - "d3-array": "2.10.0 - 3", - "d3-format": "1 - 3", - "d3-interpolate": "1.2.0 - 3", - "d3-time": "2.1.1 - 3", - "d3-time-format": "2 - 4" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-shape": { - "version": "3.2.0", - "license": "ISC", - "dependencies": { - "d3-path": "^3.1.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-time": { - "version": "3.1.0", - "license": "ISC", - "dependencies": { - "d3-array": "2 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-time-format": { - "version": "4.1.0", - "license": "ISC", - "dependencies": { - "d3-time": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-timer": { - "version": "3.0.1", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/damerau-levenshtein": { - "version": "1.0.8", - "dev": true, - "license": "BSD-2-Clause" - }, - "node_modules/data-view-buffer": { - "version": "1.0.2", - "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", - "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", - "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": { - "version": "4.4.0", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decimal.js-light": { - "version": "2.5.1", - "license": "MIT" - }, - "node_modules/deep-is": { - "version": "0.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/define-data-property": { - "version": "1.1.4", - "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", - "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/detect-libc": { - "version": "2.0.3", - "license": "Apache-2.0", - "engines": { - "node": ">=8" - } - }, - "node_modules/detect-node-es": { - "version": "1.1.0", - "license": "MIT" - }, - "node_modules/doctrine": { - "version": "2.1.0", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/dom-helpers": { - "version": "5.2.1", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - } - }, - "node_modules/dotenv": { - "version": "16.4.7", - "license": "BSD-2-Clause", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://dotenvx.com" - } - }, - "node_modules/drizzle-kit": { - "version": "0.30.6", - "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-kit/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/drizzle-kit/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": { - "version": "0.19.12", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/drizzle-orm": { - "version": "0.41.0", - "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 - } - } - }, - "node_modules/dunder-proto": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.1", - "es-errors": "^1.3.0", - "gopd": "^1.2.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/electron-to-chromium": { - "version": "1.5.130", - "license": "ISC" - }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "dev": true, - "license": "MIT" - }, - "node_modules/enhanced-resolve": { - "version": "5.18.1", - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/env-paths": { - "version": "3.0.0", - "devOptional": true, - "license": "MIT", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/es-abstract": { - "version": "1.23.9", - "dev": true, - "license": "MIT", - "dependencies": { - "array-buffer-byte-length": "^1.0.2", - "arraybuffer.prototype.slice": "^1.0.4", - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "data-view-buffer": "^1.0.2", - "data-view-byte-length": "^1.0.2", - "data-view-byte-offset": "^1.0.1", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", - "es-set-tostringtag": "^2.1.0", - "es-to-primitive": "^1.3.0", - "function.prototype.name": "^1.1.8", - "get-intrinsic": "^1.2.7", - "get-proto": "^1.0.0", - "get-symbol-description": "^1.1.0", - "globalthis": "^1.0.4", - "gopd": "^1.2.0", - "has-property-descriptors": "^1.0.2", - "has-proto": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "internal-slot": "^1.1.0", - "is-array-buffer": "^3.0.5", - "is-callable": "^1.2.7", - "is-data-view": "^1.0.2", - "is-regex": "^1.2.1", - "is-shared-array-buffer": "^1.0.4", - "is-string": "^1.1.1", - "is-typed-array": "^1.1.15", - "is-weakref": "^1.1.0", - "math-intrinsics": "^1.1.0", - "object-inspect": "^1.13.3", - "object-keys": "^1.1.1", - "object.assign": "^4.1.7", - "own-keys": "^1.0.1", - "regexp.prototype.flags": "^1.5.3", - "safe-array-concat": "^1.1.3", - "safe-push-apply": "^1.0.0", - "safe-regex-test": "^1.1.0", - "set-proto": "^1.0.0", - "string.prototype.trim": "^1.2.10", - "string.prototype.trimend": "^1.0.9", - "string.prototype.trimstart": "^1.0.8", - "typed-array-buffer": "^1.0.3", - "typed-array-byte-length": "^1.0.3", - "typed-array-byte-offset": "^1.0.4", - "typed-array-length": "^1.0.7", - "unbox-primitive": "^1.1.0", - "which-typed-array": "^1.1.18" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-define-property": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-iterator-helpers": { - "version": "1.2.1", - "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-module-lexer": { - "version": "1.6.0", - "license": "MIT", - "peer": true - }, - "node_modules/es-object-atoms": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-set-tostringtag": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-shim-unscopables": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-to-primitive": { - "version": "1.3.0", - "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", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "peer": true, - "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", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint": { - "version": "9.23.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.19.2", - "@eslint/config-helpers": "^0.2.0", - "@eslint/core": "^0.12.0", - "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.23.0", - "@eslint/plugin-kit": "^0.2.7", - "@humanfs/node": "^0.16.6", - "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.4.2", - "@types/estree": "^1.0.6", - "@types/json-schema": "^7.0.15", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.6", - "debug": "^4.3.2", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.3.0", - "eslint-visitor-keys": "^4.2.0", - "espree": "^10.3.0", - "esquery": "^1.5.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^8.0.0", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" - }, - "peerDependencies": { - "jiti": "*" - }, - "peerDependenciesMeta": { - "jiti": { - "optional": true - } - } - }, - "node_modules/eslint-config-next": { - "version": "15.2.3", - "dev": true, - "license": "MIT", - "dependencies": { - "@next/eslint-plugin-next": "15.2.3", - "@rushstack/eslint-patch": "^1.10.3", - "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-import-resolver-typescript": "^3.5.2", - "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jsx-a11y": "^6.10.0", - "eslint-plugin-react": "^7.37.0", - "eslint-plugin-react-hooks": "^5.0.0" - }, - "peerDependencies": { - "eslint": "^7.23.0 || ^8.0.0 || ^9.0.0", - "typescript": ">=3.3.1" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.9", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-import-resolver-typescript": { - "version": "3.10.0", - "dev": true, - "license": "ISC", - "dependencies": { - "@nolyfill/is-core-module": "1.0.39", - "debug": "^4.4.0", - "get-tsconfig": "^4.10.0", - "is-bun-module": "^2.0.0", - "stable-hash": "^0.0.5", - "tinyglobby": "^0.2.12", - "unrs-resolver": "^1.3.2" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint-import-resolver-typescript" - }, - "peerDependencies": { - "eslint": "*", - "eslint-plugin-import": "*", - "eslint-plugin-import-x": "*" - }, - "peerDependenciesMeta": { - "eslint-plugin-import": { - "optional": true - }, - "eslint-plugin-import-x": { - "optional": true - } - } - }, - "node_modules/eslint-module-utils": { - "version": "2.12.0", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import": { - "version": "2.31.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@rtsao/scc": "^1.1.0", - "array-includes": "^3.1.8", - "array.prototype.findlastindex": "^1.2.5", - "array.prototype.flat": "^1.3.2", - "array.prototype.flatmap": "^1.3.2", - "debug": "^3.2.7", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.12.0", - "hasown": "^2.0.2", - "is-core-module": "^2.15.1", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.fromentries": "^2.0.8", - "object.groupby": "^1.0.3", - "object.values": "^1.2.0", - "semver": "^6.3.1", - "string.prototype.trimend": "^1.0.8", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import/node_modules/semver": { - "version": "6.3.1", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.10.2", - "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.4", - "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.8", - "object.fromentries": "^2.0.8", - "object.values": "^1.2.1", - "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.5", - "semver": "^6.3.1", - "string.prototype.matchall": "^4.0.12", - "string.prototype.repeat": "^1.0.0" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" - } - }, - "node_modules/eslint-plugin-react-hooks": { - "version": "5.2.0", - "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 || ^9.0.0" - } - }, - "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.5", - "dev": true, - "license": "MIT", - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "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", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-scope": { - "version": "8.3.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "4.2.0", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/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/eslint/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/espree": { - "version": "10.3.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "acorn": "^8.14.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.2.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/esquery": { - "version": "1.6.0", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "license": "BSD-2-Clause", - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estree-walker": { - "version": "2.0.2", - "license": "MIT" - }, - "node_modules/esutils": { - "version": "2.0.3", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eventemitter3": { - "version": "4.0.7", - "license": "MIT" - }, - "node_modules/events": { - "version": "3.3.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "license": "MIT" - }, - "node_modules/fast-equals": { - "version": "5.2.2", - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/fast-glob": { - "version": "3.3.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-uri": { - "version": "3.0.6", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fastify" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/fastify" - } - ], - "license": "BSD-3-Clause", - "peer": true - }, - "node_modules/fastq": { - "version": "1.19.1", - "dev": true, - "license": "ISC", - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/fdir": { - "version": "6.4.3", - "license": "MIT", - "peerDependencies": { - "picomatch": "^3 || ^4" - }, - "peerDependenciesMeta": { - "picomatch": { - "optional": true - } - } - }, - "node_modules/file-entry-cache": { - "version": "8.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "flat-cache": "^4.0.0" - }, - "engines": { - "node": ">=16.0.0" - } - }, - "node_modules/fill-range": { - "version": "7.1.1", - "license": "MIT", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-up": { - "version": "5.0.0", - "license": "MIT", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/flat-cache": { - "version": "4.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.4" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/flatted": { - "version": "3.3.3", - "dev": true, - "license": "ISC" - }, - "node_modules/for-each": { - "version": "0.3.5", - "dev": true, - "license": "MIT", - "dependencies": { - "is-callable": "^1.2.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/forwarded-parse": { - "version": "2.1.2", - "license": "MIT" - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "license": "ISC" - }, - "node_modules/fsevents": { - "version": "2.3.3", - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/function.prototype.name": { - "version": "1.1.8", - "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", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gel": { - "version": "2.0.1", - "devOptional": true, - "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/semver": { - "version": "7.7.1", - "devOptional": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/gel/node_modules/which": { - "version": "4.0.0", - "devOptional": true, - "license": "ISC", - "dependencies": { - "isexe": "^3.1.1" - }, - "bin": { - "node-which": "bin/which.js" - }, - "engines": { - "node": "^16.13.0 || >=18.0.0" - } - }, - "node_modules/gel/node_modules/which/node_modules/isexe": { - "version": "3.1.1", - "devOptional": true, - "license": "ISC", - "engines": { - "node": ">=16" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-intrinsic": { - "version": "1.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "function-bind": "^1.1.2", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "math-intrinsics": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-nonce": { - "version": "1.0.1", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/get-proto": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/get-symbol-description": { - "version": "1.1.0", - "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": { - "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/glob": { - "version": "9.3.5", - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "minimatch": "^8.0.2", - "minipass": "^4.2.4", - "path-scurry": "^1.6.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "license": "BSD-2-Clause", - "peer": true - }, - "node_modules/glob/node_modules/minimatch": { - "version": "8.0.4", - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob/node_modules/minimatch/node_modules/brace-expansion": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/globals": { - "version": "14.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globalthis": { - "version": "1.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "define-properties": "^1.2.1", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gopd": { - "version": "1.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "license": "ISC" - }, - "node_modules/graphemer": { - "version": "1.4.0", - "dev": true, - "license": "MIT" - }, - "node_modules/h2o2": { - "version": "1.0.1", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x", - "joi": "^4.7.x", - "statehood": "^1.2.x", - "wreck": "5.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/hapi": { - "version": "6.11.1", - "dependencies": { - "accept": "1.x.x", - "boom": "^2.5.x", - "bossy": "1.x.x", - "call": "1.x.x", - "catbox": "^3.3.x", - "catbox-memory": "1.x.x", - "cryptiles": "2.x.x", - "h2o2": "1.x.x", - "heavy": "1.x.x", - "hoek": "^2.4.x", - "iron": "2.x.x", - "items": "1.x.x", - "joi": "^4.4.x", - "kilt": "^1.1.x", - "lru-cache": "2.5.x", - "mimos": "1.x.x", - "qs": "2.x.x", - "semver": "2.3.x", - "shot": "1.x.x", - "statehood": "^1.2.x", - "subtext": "1.x.x", - "topo": "1.x.x", - "vision": "1.x.x", - "wreck": "5.x.x" - }, - "bin": { - "hapi": "bin/hapi" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/hapi/node_modules/lru-cache": { - "version": "2.5.2", - "license": "MIT" - }, - "node_modules/hapi/node_modules/semver": { - "version": "2.3.2", - "license": "BSD", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/has-bigints": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "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", - "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", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "dev": true, - "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", - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/heavy": { - "version": "1.0.0", - "dependencies": { - "hoek": "2.x.x", - "joi": "4.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/hoek": { - "version": "2.16.3", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "license": "BSD-3-Clause", - "dependencies": { - "react-is": "^16.7.0" - } - }, - "node_modules/hoist-non-react-statics/node_modules/react-is": { - "version": "16.13.1", - "license": "MIT" - }, - "node_modules/https-proxy-agent": { - "version": "5.0.1", - "license": "MIT", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/ignore": { - "version": "5.3.2", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/immutable": { - "version": "5.1.1", - "license": "MIT" - }, - "node_modules/import-fresh": { - "version": "3.3.1", - "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/import-in-the-middle": { - "version": "1.13.1", - "license": "Apache-2.0", - "dependencies": { - "acorn": "^8.14.0", - "acorn-import-attributes": "^1.9.5", - "cjs-module-lexer": "^1.2.2", - "module-details-from-path": "^1.0.3" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/internal-slot": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "hasown": "^2.0.2", - "side-channel": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/internmap": { - "version": "2.0.3", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/iron": { - "version": "2.1.3", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "cryptiles": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/is-array-buffer": { - "version": "3.0.5", - "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", - "license": "MIT", - "optional": true - }, - "node_modules/is-async-function": { - "version": "2.1.1", - "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", - "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", - "license": "MIT", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-boolean-object": { - "version": "1.2.2", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "semver": "^7.7.1" - } - }, - "node_modules/is-bun-module/node_modules/semver": { - "version": "7.7.1", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/is-callable": { - "version": "1.2.7", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-core-module": { - "version": "2.16.1", - "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", - "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", - "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" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-finalizationregistry": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-generator-function": { - "version": "1.1.0", - "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", - "license": "MIT", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-map": { - "version": "2.0.3", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "license": "MIT", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-number-object": { - "version": "1.1.1", - "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-reference": { - "version": "1.2.1", - "license": "MIT", - "dependencies": { - "@types/estree": "*" - } - }, - "node_modules/is-regex": { - "version": "1.2.1", - "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", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-string": { - "version": "1.1.1", - "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", - "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", - "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", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakref": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakset": { - "version": "2.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "get-intrinsic": "^1.2.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/isarray": { - "version": "2.0.5", - "dev": true, - "license": "MIT" - }, - "node_modules/isemail": { - "version": "1.2.0", - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/items": { - "version": "1.1.1", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/iterator.prototype": { - "version": "1.1.5", - "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/jest-worker": { - "version": "27.5.1", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "license": "MIT", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/jiti": { - "version": "2.4.2", - "license": "MIT", - "bin": { - "jiti": "lib/jiti-cli.mjs" - } - }, - "node_modules/joi": { - "version": "4.9.0", - "dependencies": { - "hoek": "^2.2.x", - "isemail": "1.x.x", - "moment": "2.x.x", - "topo": "1.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/jotai": { - "version": "2.12.2", - "license": "MIT", - "engines": { - "node": ">=12.20.0" - }, - "peerDependencies": { - "@types/react": ">=17.0.0", - "react": ">=17.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "react": { - "optional": true - } - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "license": "MIT" - }, - "node_modules/js-yaml": { - "version": "4.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/jsesc": { - "version": "3.1.0", - "license": "MIT", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/json-buffer": { - "version": "3.0.1", - "dev": true, - "license": "MIT" - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "license": "MIT", - "peer": true - }, - "node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "license": "MIT", - "peer": true - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "dev": true, - "license": "MIT" - }, - "node_modules/json5": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/jsx-ast-utils": { - "version": "3.3.5", - "dev": true, - "license": "MIT", - "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.flat": "^1.3.1", - "object.assign": "^4.1.4", - "object.values": "^1.1.6" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/keyv": { - "version": "4.5.4", - "dev": true, - "license": "MIT", - "dependencies": { - "json-buffer": "3.0.1" - } - }, - "node_modules/kilt": { - "version": "1.1.1", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/language-subtag-registry": { - "version": "0.3.23", - "dev": true, - "license": "CC0-1.0" - }, - "node_modules/language-tags": { - "version": "1.0.9", - "dev": true, - "license": "MIT", - "dependencies": { - "language-subtag-registry": "^0.3.20" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/levn": { - "version": "0.4.1", - "dev": true, - "license": "MIT", - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/lightningcss": { - "version": "1.29.2", - "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.29.2.tgz", - "integrity": "sha512-6b6gd/RUXKaw5keVdSEtqFVdzWnU5jMxTUjA2bVcMNPLwSQ08Sv/UodBVtETLCn7k4S1Ibxwh7k68IwLZPgKaA==", - "license": "MPL-2.0", - "dependencies": { - "detect-libc": "^2.0.3" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "lightningcss-darwin-arm64": "1.29.2", - "lightningcss-darwin-x64": "1.29.2", - "lightningcss-freebsd-x64": "1.29.2", - "lightningcss-linux-arm-gnueabihf": "1.29.2", - "lightningcss-linux-arm64-gnu": "1.29.2", - "lightningcss-linux-arm64-musl": "1.29.2", - "lightningcss-linux-x64-gnu": "1.29.2", - "lightningcss-linux-x64-musl": "1.29.2", - "lightningcss-win32-arm64-msvc": "1.29.2", - "lightningcss-win32-x64-msvc": "1.29.2" - } - }, - "node_modules/lightningcss-darwin-arm64": { - "version": "1.29.2", - "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.29.2.tgz", - "integrity": "sha512-cK/eMabSViKn/PG8U/a7aCorpeKLMlK0bQeNHmdb7qUnBkNPnL+oV5DjJUo0kqWsJUapZsM4jCfYItbqBDvlcA==", - "cpu": [ - "arm64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-darwin-x64": { - "version": "1.29.2", - "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.29.2.tgz", - "integrity": "sha512-j5qYxamyQw4kDXX5hnnCKMf3mLlHvG44f24Qyi2965/Ycz829MYqjrVg2H8BidybHBp9kom4D7DR5VqCKDXS0w==", - "cpu": [ - "x64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-freebsd-x64": { - "version": "1.29.2", - "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.29.2.tgz", - "integrity": "sha512-wDk7M2tM78Ii8ek9YjnY8MjV5f5JN2qNVO+/0BAGZRvXKtQrBC4/cn4ssQIpKIPP44YXw6gFdpUF+Ps+RGsCwg==", - "cpu": [ - "x64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-arm-gnueabihf": { - "version": "1.29.2", - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.29.2.tgz", - "integrity": "sha512-IRUrOrAF2Z+KExdExe3Rz7NSTuuJ2HvCGlMKoquK5pjvo2JY4Rybr+NrKnq0U0hZnx5AnGsuFHjGnNT14w26sg==", - "cpu": [ - "arm" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-arm64-gnu": { - "version": "1.29.2", - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.29.2.tgz", - "integrity": "sha512-KKCpOlmhdjvUTX/mBuaKemp0oeDIBBLFiU5Fnqxh1/DZ4JPZi4evEH7TKoSBFOSOV3J7iEmmBaw/8dpiUvRKlQ==", - "cpu": [ - "arm64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-arm64-musl": { - "version": "1.29.2", - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.29.2.tgz", - "integrity": "sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==", - "cpu": [ - "arm64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-x64-gnu": { - "version": "1.29.2", - "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.29.2.tgz", - "integrity": "sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==", - "cpu": [ - "x64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-x64-musl": { - "version": "1.29.2", - "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.29.2.tgz", - "integrity": "sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==", - "cpu": [ - "x64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-win32-arm64-msvc": { - "version": "1.29.2", - "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.29.2.tgz", - "integrity": "sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==", - "cpu": [ - "arm64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-win32-x64-msvc": { - "version": "1.29.2", - "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.29.2.tgz", - "integrity": "sha512-EdIUW3B2vLuHmv7urfzMI/h2fmlnOQBk1xlsDxkN1tCWKjNFjfLhGxYk8C8mzpSfr+A6jFFIi8fU6LbQGsRWjA==", - "cpu": [ - "x64" - ], - "license": "MPL-2.0", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/loader-runner": { - "version": "4.3.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=6.11.5" - } - }, - "node_modules/locate-path": { - "version": "6.0.0", - "license": "MIT", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lodash": { - "version": "2.4.2", - "engines": [ - "node", - "rhino" - ], - "license": "MIT" - }, - "node_modules/lodash.castarray": { - "version": "4.4.0", - "license": "MIT" - }, - "node_modules/lodash.clonedeep": { - "version": "4.5.0", - "license": "MIT" - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "license": "MIT" - }, - "node_modules/lodash.isplainobject": { - "version": "4.0.6", - "license": "MIT" - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "license": "MIT" - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "license": "MIT", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/lottie-react": { - "version": "2.4.1", - "license": "MIT", - "dependencies": { - "lottie-web": "^5.10.2" - }, - "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/lottie-web": { - "version": "5.12.2", - "license": "MIT" - }, - "node_modules/lru-cache": { - "version": "2.7.3", - "license": "ISC" - }, - "node_modules/lucide-react": { - "version": "0.484.0", - "license": "ISC", - "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/magic-string": { - "version": "0.30.17", - "license": "MIT", - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.0" - } - }, - "node_modules/math-intrinsics": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "license": "MIT", - "peer": true - }, - "node_modules/merge2": { - "version": "1.4.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.8", - "devOptional": true, - "license": "MIT", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/micromatch/node_modules/picomatch": { - "version": "2.3.1", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/mime-db": { - "version": "1.54.0", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "license": "MIT", - "peer": true, - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types/node_modules/mime-db": { - "version": "1.52.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimos": { - "version": "1.0.1", - "dependencies": { - "hoek": "2.x.x", - "mime-db": "1.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/minipass": { - "version": "4.2.8", - "license": "ISC", - "engines": { - "node": ">=8" - } - }, - "node_modules/module-details-from-path": { - "version": "1.0.3", - "license": "MIT" - }, - "node_modules/moment": { - "version": "2.30.1", - "license": "MIT", - "engines": { - "node": "*" - } - }, - "node_modules/ms": { - "version": "2.1.3", - "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" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "dev": true, - "license": "MIT" - }, - "node_modules/neo-async": { - "version": "2.6.2", - "license": "MIT", - "peer": true - }, - "node_modules/next": { - "version": "15.2.4", - "license": "MIT", - "dependencies": { - "@next/env": "15.2.4", - "@swc/counter": "0.1.3", - "@swc/helpers": "0.5.15", - "busboy": "1.6.0", - "caniuse-lite": "^1.0.30001579", - "postcss": "8.4.31", - "styled-jsx": "5.1.6" - }, - "bin": { - "next": "dist/bin/next" - }, - "engines": { - "node": "^18.18.0 || ^19.8.0 || >= 20.0.0" - }, - "optionalDependencies": { - "@next/swc-darwin-arm64": "15.2.4", - "@next/swc-darwin-x64": "15.2.4", - "@next/swc-linux-arm64-gnu": "15.2.4", - "@next/swc-linux-arm64-musl": "15.2.4", - "@next/swc-linux-x64-gnu": "15.2.4", - "@next/swc-linux-x64-musl": "15.2.4", - "@next/swc-win32-arm64-msvc": "15.2.4", - "@next/swc-win32-x64-msvc": "15.2.4", - "sharp": "^0.33.5" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.1.0", - "@playwright/test": "^1.41.2", - "babel-plugin-react-compiler": "*", - "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", - "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", - "sass": "^1.3.0" - }, - "peerDependenciesMeta": { - "@opentelemetry/api": { - "optional": true - }, - "@playwright/test": { - "optional": true - }, - "babel-plugin-react-compiler": { - "optional": true - }, - "sass": { - "optional": true - } - } - }, - "node_modules/next-themes": { - "version": "0.4.6", - "license": "MIT", - "peerDependencies": { - "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc", - "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc" - } - }, - "node_modules/next/node_modules/postcss": { - "version": "8.4.31", - "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/nigel": { - "version": "1.0.1", - "dependencies": { - "hoek": "2.x.x", - "vise": "1.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/nipple": { - "version": "2.5.6", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/node-addon-api": { - "version": "7.1.1", - "license": "MIT", - "optional": true - }, - "node_modules/node-fetch": { - "version": "2.7.0", - "license": "MIT", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, - "node_modules/node-releases": { - "version": "2.0.19", - "license": "MIT" - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.13.4", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.assign": { - "version": "4.1.7", - "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", - "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", - "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", - "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", - "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" - } - }, - "node_modules/obuf": { - "version": "1.1.2", - "license": "MIT" - }, - "node_modules/optionator": { - "version": "0.9.4", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.2.6", - "object-keys": "^1.1.1", - "safe-push-apply": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "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", - "license": "MIT", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "license": "MIT" - }, - "node_modules/path-scurry": { - "version": "1.11.1", - "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-scurry/node_modules/lru-cache": { - "version": "10.4.3", - "license": "ISC" - }, - "node_modules/path-scurry/node_modules/minipass": { - "version": "7.1.2", - "license": "ISC", - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/pez": { - "version": "1.0.0", - "dependencies": { - "b64": "2.x.x", - "boom": "2.x.x", - "content": "1.x.x", - "hoek": "2.x.x", - "nigel": "1.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/pg": { - "version": "8.14.1", - "license": "MIT", - "dependencies": { - "pg-connection-string": "^2.7.0", - "pg-pool": "^3.8.0", - "pg-protocol": "^1.8.0", - "pg-types": "^2.1.0", - "pgpass": "1.x" - }, - "engines": { - "node": ">= 8.0.0" - }, - "optionalDependencies": { - "pg-cloudflare": "^1.1.1" - }, - "peerDependencies": { - "pg-native": ">=3.0.1" - }, - "peerDependenciesMeta": { - "pg-native": { - "optional": true - } - } - }, - "node_modules/pg-cloudflare": { - "version": "1.1.1", - "license": "MIT", - "optional": true - }, - "node_modules/pg-connection-string": { - "version": "2.7.0", - "license": "MIT" - }, - "node_modules/pg-int8": { - "version": "1.0.1", - "license": "ISC", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/pg-numeric": { - "version": "1.0.2", - "license": "ISC", - "engines": { - "node": ">=4" - } - }, - "node_modules/pg-pool": { - "version": "3.8.0", - "license": "MIT", - "peerDependencies": { - "pg": ">=8.0" - } - }, - "node_modules/pg-protocol": { - "version": "1.8.0", - "license": "MIT" - }, - "node_modules/pg-types": { - "version": "4.0.2", - "license": "MIT", - "dependencies": { - "pg-int8": "1.0.1", - "pg-numeric": "1.0.2", - "postgres-array": "~3.0.1", - "postgres-bytea": "~3.0.0", - "postgres-date": "~2.1.0", - "postgres-interval": "^3.0.0", - "postgres-range": "^1.1.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/pg/node_modules/pg-types": { - "version": "2.2.0", - "license": "MIT", - "dependencies": { - "pg-int8": "1.0.1", - "postgres-array": "~2.0.0", - "postgres-bytea": "~1.0.0", - "postgres-date": "~1.0.4", - "postgres-interval": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pg/node_modules/pg-types/node_modules/postgres-array": { - "version": "2.0.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/pg/node_modules/pg-types/node_modules/postgres-bytea": { - "version": "1.0.0", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pg/node_modules/pg-types/node_modules/postgres-date": { - "version": "1.0.7", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pg/node_modules/pg-types/node_modules/postgres-interval": { - "version": "1.2.0", - "license": "MIT", - "dependencies": { - "xtend": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pgpass": { - "version": "1.0.5", - "license": "MIT", - "dependencies": { - "split2": "^4.1.0" - } - }, - "node_modules/picocolors": { - "version": "1.1.1", - "license": "ISC" - }, - "node_modules/picomatch": { - "version": "4.0.2", - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/possible-typed-array-names": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/postcss": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", - "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", - "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-import": { - "version": "16.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=18.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-nesting": { - "version": "13.0.1", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "dependencies": { - "@csstools/selector-resolve-nested": "^3.0.0", - "@csstools/selector-specificity": "^5.0.0", - "postcss-selector-parser": "^7.0.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-nesting/node_modules/@csstools/selector-resolve-nested": { - "version": "3.0.0", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss-selector-parser": "^7.0.0" - } - }, - "node_modules/postcss-nesting/node_modules/@csstools/selector-specificity": { - "version": "5.0.0", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss-selector-parser": "^7.0.0" - } - }, - "node_modules/postcss-nesting/node_modules/postcss-selector-parser": { - "version": "7.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "dev": true, - "license": "MIT" - }, - "node_modules/postgres-array": { - "version": "3.0.4", - "license": "MIT", - "engines": { - "node": ">=12" - } - }, - "node_modules/postgres-bytea": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "obuf": "~1.1.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postgres-date": { - "version": "2.1.0", - "license": "MIT", - "engines": { - "node": ">=12" - } - }, - "node_modules/postgres-interval": { - "version": "3.0.0", - "license": "MIT", - "engines": { - "node": ">=12" - } - }, - "node_modules/postgres-range": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8.0" - } - }, - "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/progress": { - "version": "2.0.3", - "license": "MIT", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/prop-types": { - "version": "15.8.1", - "license": "MIT", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/prop-types/node_modules/react-is": { - "version": "16.13.1", - "license": "MIT" - }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "license": "MIT" - }, - "node_modules/punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/q": { - "version": "1.5.1", - "license": "MIT", - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" - } - }, - "node_modules/qs": { - "version": "2.4.2" - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/randombytes": { - "version": "2.1.0", - "license": "MIT", - "peer": true, - "dependencies": { - "safe-buffer": "^5.1.0" - } - }, - "node_modules/react": { - "version": "19.1.0", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dom": { - "version": "19.1.0", - "license": "MIT", - "dependencies": { - "scheduler": "^0.26.0" - }, - "peerDependencies": { - "react": "^19.1.0" - } - }, - "node_modules/react-hook-form": { - "version": "7.55.0", - "license": "MIT", - "engines": { - "node": ">=18.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/react-hook-form" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18 || ^19" - } - }, - "node_modules/react-icons": { - "version": "5.5.0", - "license": "MIT", - "peerDependencies": { - "react": "*" - } - }, - "node_modules/react-is": { - "version": "18.3.1", - "license": "MIT" - }, - "node_modules/react-mde": { - "version": "12.0.8", - "license": "MIT" - }, - "node_modules/react-remove-scroll": { - "version": "2.6.3", - "license": "MIT", - "dependencies": { - "react-remove-scroll-bar": "^2.3.7", - "react-style-singleton": "^2.2.3", - "tslib": "^2.1.0", - "use-callback-ref": "^1.3.3", - "use-sidecar": "^1.1.3" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/react-remove-scroll-bar": { - "version": "2.3.8", - "license": "MIT", - "dependencies": { - "react-style-singleton": "^2.2.2", - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/react-smooth": { - "version": "4.0.4", - "license": "MIT", - "dependencies": { - "fast-equals": "^5.0.1", - "prop-types": "^15.8.1", - "react-transition-group": "^4.4.5" - }, - "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/react-style-singleton": { - "version": "2.2.3", - "license": "MIT", - "dependencies": { - "get-nonce": "^1.0.0", - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/react-transition-group": { - "version": "4.4.5", - "license": "BSD-3-Clause", - "dependencies": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": ">=16.6.0", - "react-dom": ">=16.6.0" - } - }, - "node_modules/read-cache": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "pify": "^2.3.0" - } - }, - "node_modules/readdirp": { - "version": "4.1.2", - "license": "MIT", - "engines": { - "node": ">= 14.18.0" - }, - "funding": { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/recharts": { - "version": "2.15.2", - "license": "MIT", - "dependencies": { - "clsx": "^2.0.0", - "eventemitter3": "^4.0.1", - "lodash": "^4.17.21", - "react-is": "^18.3.1", - "react-smooth": "^4.0.4", - "recharts-scale": "^0.4.4", - "tiny-invariant": "^1.3.1", - "victory-vendor": "^36.6.8" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", - "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/recharts-scale": { - "version": "0.4.5", - "license": "MIT", - "dependencies": { - "decimal.js-light": "^2.4.1" - } - }, - "node_modules/recharts/node_modules/lodash": { - "version": "4.17.21", - "license": "MIT" - }, - "node_modules/reflect.getprototypeof": { - "version": "1.0.10", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.9", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", - "get-intrinsic": "^1.2.7", - "get-proto": "^1.0.1", - "which-builtin-type": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "license": "MIT" - }, - "node_modules/regexp.prototype.flags": { - "version": "1.5.4", - "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" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-in-the-middle": { - "version": "7.5.2", - "license": "MIT", - "dependencies": { - "debug": "^4.3.5", - "module-details-from-path": "^1.0.3", - "resolve": "^1.22.8" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/resolve": { - "version": "1.22.10", - "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", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "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/reusify": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rollup": { - "version": "4.35.0", - "license": "MIT", - "dependencies": { - "@types/estree": "1.0.6" - }, - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=18.0.0", - "npm": ">=8.0.0" - }, - "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.35.0", - "@rollup/rollup-android-arm64": "4.35.0", - "@rollup/rollup-darwin-arm64": "4.35.0", - "@rollup/rollup-darwin-x64": "4.35.0", - "@rollup/rollup-freebsd-arm64": "4.35.0", - "@rollup/rollup-freebsd-x64": "4.35.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.35.0", - "@rollup/rollup-linux-arm-musleabihf": "4.35.0", - "@rollup/rollup-linux-arm64-gnu": "4.35.0", - "@rollup/rollup-linux-arm64-musl": "4.35.0", - "@rollup/rollup-linux-loongarch64-gnu": "4.35.0", - "@rollup/rollup-linux-powerpc64le-gnu": "4.35.0", - "@rollup/rollup-linux-riscv64-gnu": "4.35.0", - "@rollup/rollup-linux-s390x-gnu": "4.35.0", - "@rollup/rollup-linux-x64-gnu": "4.35.0", - "@rollup/rollup-linux-x64-musl": "4.35.0", - "@rollup/rollup-win32-arm64-msvc": "4.35.0", - "@rollup/rollup-win32-ia32-msvc": "4.35.0", - "@rollup/rollup-win32-x64-msvc": "4.35.0", - "fsevents": "~2.3.2" - } - }, - "node_modules/rollup/node_modules/@types/estree": { - "version": "1.0.6", - "license": "MIT" - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/safe-array-concat": { - "version": "1.1.3", - "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" - } - }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "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 - }, - "node_modules/safe-push-apply": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "isarray": "^2.0.5" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safe-regex-test": { - "version": "1.1.0", - "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/sass": { - "version": "1.86.2", - "license": "MIT", - "dependencies": { - "chokidar": "^4.0.0", - "immutable": "^5.0.2", - "source-map-js": ">=0.6.2 <2.0.0" - }, - "bin": { - "sass": "sass.js" - }, - "engines": { - "node": ">=14.0.0" - }, - "optionalDependencies": { - "@parcel/watcher": "^2.4.1" - } - }, - "node_modules/scheduler": { - "version": "0.26.0", - "license": "MIT" - }, - "node_modules/schema-utils": { - "version": "4.3.0", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/semver": { - "version": "7.7.1", - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/serialize-javascript": { - "version": "6.0.2", - "license": "BSD-3-Clause", - "peer": true, - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/set-function-length": { - "version": "1.2.2", - "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", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/sharp": { - "version": "0.33.5", - "hasInstallScript": true, - "license": "Apache-2.0", - "optional": true, - "dependencies": { - "color": "^4.2.3", - "detect-libc": "^2.0.3", - "semver": "^7.6.3" - }, - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-darwin-arm64": "0.33.5", - "@img/sharp-darwin-x64": "0.33.5", - "@img/sharp-libvips-darwin-arm64": "1.0.4", - "@img/sharp-libvips-darwin-x64": "1.0.4", - "@img/sharp-libvips-linux-arm": "1.0.5", - "@img/sharp-libvips-linux-arm64": "1.0.4", - "@img/sharp-libvips-linux-s390x": "1.0.4", - "@img/sharp-libvips-linux-x64": "1.0.4", - "@img/sharp-libvips-linuxmusl-arm64": "1.0.4", - "@img/sharp-libvips-linuxmusl-x64": "1.0.4", - "@img/sharp-linux-arm": "0.33.5", - "@img/sharp-linux-arm64": "0.33.5", - "@img/sharp-linux-s390x": "0.33.5", - "@img/sharp-linux-x64": "0.33.5", - "@img/sharp-linuxmusl-arm64": "0.33.5", - "@img/sharp-linuxmusl-x64": "0.33.5", - "@img/sharp-wasm32": "0.33.5", - "@img/sharp-win32-ia32": "0.33.5", - "@img/sharp-win32-x64": "0.33.5" - } - }, - "node_modules/sharp/node_modules/color": { - "version": "4.2.3", - "license": "MIT", - "optional": true, - "dependencies": { - "color-convert": "^2.0.1", - "color-string": "^1.9.0" - }, - "engines": { - "node": ">=12.5.0" - } - }, - "node_modules/sharp/node_modules/semver": { - "version": "7.7.1", - "license": "ISC", - "optional": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/shell-quote": { - "version": "1.8.2", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/shimmer": { - "version": "1.2.1", - "license": "BSD-2-Clause" - }, - "node_modules/shot": { - "version": "1.7.0", - "license": "BSD-3-Clause", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/side-channel": { - "version": "1.1.0", - "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", - "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", - "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", - "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/simple-swizzle": { - "version": "0.2.2", - "license": "MIT", - "optional": true, - "dependencies": { - "is-arrayish": "^0.3.1" - } - }, - "node_modules/source-map": { - "version": "0.6.1", - "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", - "license": "MIT", - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/split2": { - "version": "4.2.0", - "license": "ISC", - "engines": { - "node": ">= 10.x" - } - }, - "node_modules/stable-hash": { - "version": "0.0.5", - "dev": true, - "license": "MIT" - }, - "node_modules/stacktrace-parser": { - "version": "0.1.11", - "license": "MIT", - "dependencies": { - "type-fest": "^0.7.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/statehood": { - "version": "1.2.0", - "dependencies": { - "boom": "2.x.x", - "cryptiles": "2.x.x", - "hoek": "2.x.x", - "iron": "2.x.x", - "items": "1.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/streamsearch": { - "version": "1.1.0", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/string.prototype.includes": { - "version": "2.0.1", - "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", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - } - }, - "node_modules/string.prototype.trim": { - "version": "1.2.10", - "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", - "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", - "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-bom": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/styled-jsx": { - "version": "5.1.6", - "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/subtext": { - "version": "1.1.1", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "content": "1.x.x", - "hoek": "2.x.x", - "pez": "1.x.x", - "qs": "4.x.x", - "wreck": "6.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/subtext/node_modules/qs": { - "version": "4.0.0", - "license": "BSD-3-Clause" - }, - "node_modules/subtext/node_modules/wreck": { - "version": "6.3.0", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/tailwind-merge": { - "version": "3.1.0", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/dcastil" - } - }, - "node_modules/tailwindcss": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.1.tgz", - "integrity": "sha512-QNbdmeS979Efzim2g/bEvfuh+fTcIdp1y7gA+sb6OYSW74rt7Cr7M78AKdf6HqWT3d5AiTb7SwTT3sLQxr4/qw==", - "license": "MIT" - }, - "node_modules/tapable": { - "version": "2.2.1", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/terser": { - "version": "5.39.0", - "license": "BSD-2-Clause", - "peer": true, - "dependencies": { - "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/terser-webpack-plugin": { - "version": "5.3.14", - "license": "MIT", - "peer": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.25", - "jest-worker": "^27.4.5", - "schema-utils": "^4.3.0", - "serialize-javascript": "^6.0.2", - "terser": "^5.31.1" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "uglify-js": { - "optional": true - } - } - }, - "node_modules/tiny-invariant": { - "version": "1.3.3", - "license": "MIT" - }, - "node_modules/tinyglobby": { - "version": "0.2.12", - "dev": true, - "license": "MIT", - "dependencies": { - "fdir": "^6.4.3", - "picomatch": "^4.0.2" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/SuperchupuDev" - } - }, - "node_modules/tinyglobby/node_modules/fdir": { - "version": "6.4.3", - "dev": true, - "license": "MIT", - "peerDependencies": { - "picomatch": "^3 || ^4" - }, - "peerDependenciesMeta": { - "picomatch": { - "optional": true - } - } - }, - "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.2", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "license": "MIT", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/topo": { - "version": "1.1.0", - "license": "BSD-3-Clause", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.40" - } - }, - "node_modules/tr46": { - "version": "0.0.3", - "license": "MIT" - }, - "node_modules/ts-api-utils": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18.12" - }, - "peerDependencies": { - "typescript": ">=4.8.4" - } - }, - "node_modules/tsconfig-paths": { - "version": "3.15.0", - "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", - "license": "0BSD" - }, - "node_modules/tsx": { - "version": "4.19.3", - "dev": true, - "license": "MIT", - "dependencies": { - "esbuild": "~0.25.0", - "get-tsconfig": "^4.7.5" - }, - "bin": { - "tsx": "dist/cli.mjs" - }, - "engines": { - "node": ">=18.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - } - }, - "node_modules/tsx/node_modules/esbuild": { - "version": "0.25.2", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.2", - "@esbuild/android-arm": "0.25.2", - "@esbuild/android-arm64": "0.25.2", - "@esbuild/android-x64": "0.25.2", - "@esbuild/darwin-arm64": "0.25.2", - "@esbuild/darwin-x64": "0.25.2", - "@esbuild/freebsd-arm64": "0.25.2", - "@esbuild/freebsd-x64": "0.25.2", - "@esbuild/linux-arm": "0.25.2", - "@esbuild/linux-arm64": "0.25.2", - "@esbuild/linux-ia32": "0.25.2", - "@esbuild/linux-loong64": "0.25.2", - "@esbuild/linux-mips64el": "0.25.2", - "@esbuild/linux-ppc64": "0.25.2", - "@esbuild/linux-riscv64": "0.25.2", - "@esbuild/linux-s390x": "0.25.2", - "@esbuild/linux-x64": "0.25.2", - "@esbuild/netbsd-arm64": "0.25.2", - "@esbuild/netbsd-x64": "0.25.2", - "@esbuild/openbsd-arm64": "0.25.2", - "@esbuild/openbsd-x64": "0.25.2", - "@esbuild/sunos-x64": "0.25.2", - "@esbuild/win32-arm64": "0.25.2", - "@esbuild/win32-ia32": "0.25.2", - "@esbuild/win32-x64": "0.25.2" - } - }, - "node_modules/tsx/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": { - "version": "0.25.2", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/tw-animate-css": { - "version": "1.2.5", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/Wombosvideo" - } - }, - "node_modules/type-check": { - "version": "0.4.0", - "dev": true, - "license": "MIT", - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-fest": { - "version": "0.7.1", - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=8" - } - }, - "node_modules/typed-array-buffer": { - "version": "1.0.3", - "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", - "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", - "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", - "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": { - "version": "5.8.2", - "devOptional": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, - "node_modules/unbox-primitive": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-bigints": "^1.0.2", - "has-symbols": "^1.1.0", - "which-boxed-primitive": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/undici-types": { - "version": "6.21.0", - "license": "MIT" - }, - "node_modules/unplugin": { - "version": "1.0.1", - "license": "MIT", - "dependencies": { - "acorn": "^8.8.1", - "chokidar": "^3.5.3", - "webpack-sources": "^3.2.3", - "webpack-virtual-modules": "^0.5.0" - } - }, - "node_modules/unplugin/node_modules/chokidar": { - "version": "3.6.0", - "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/unplugin/node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/unplugin/node_modules/chokidar/node_modules/readdirp": { - "version": "3.6.0", - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/unplugin/node_modules/chokidar/node_modules/readdirp/node_modules/picomatch": { - "version": "2.3.1", - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/unrs-resolver": { - "version": "1.3.3", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/JounQin" - }, - "optionalDependencies": { - "@unrs/resolver-binding-darwin-arm64": "1.3.3", - "@unrs/resolver-binding-darwin-x64": "1.3.3", - "@unrs/resolver-binding-freebsd-x64": "1.3.3", - "@unrs/resolver-binding-linux-arm-gnueabihf": "1.3.3", - "@unrs/resolver-binding-linux-arm-musleabihf": "1.3.3", - "@unrs/resolver-binding-linux-arm64-gnu": "1.3.3", - "@unrs/resolver-binding-linux-arm64-musl": "1.3.3", - "@unrs/resolver-binding-linux-ppc64-gnu": "1.3.3", - "@unrs/resolver-binding-linux-s390x-gnu": "1.3.3", - "@unrs/resolver-binding-linux-x64-gnu": "1.3.3", - "@unrs/resolver-binding-linux-x64-musl": "1.3.3", - "@unrs/resolver-binding-wasm32-wasi": "1.3.3", - "@unrs/resolver-binding-win32-arm64-msvc": "1.3.3", - "@unrs/resolver-binding-win32-ia32-msvc": "1.3.3", - "@unrs/resolver-binding-win32-x64-msvc": "1.3.3" - } - }, - "node_modules/update-browserslist-db": { - "version": "1.1.3", - "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" - } - }, - "node_modules/use-callback-ref": { - "version": "1.3.3", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/use-sidecar": { - "version": "1.1.3", - "license": "MIT", - "dependencies": { - "detect-node-es": "^1.1.0", - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "license": "MIT" - }, - "node_modules/uuid": { - "version": "9.0.1", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/victory-vendor": { - "version": "36.9.2", - "license": "MIT AND ISC", - "dependencies": { - "@types/d3-array": "^3.0.3", - "@types/d3-ease": "^3.0.0", - "@types/d3-interpolate": "^3.0.1", - "@types/d3-scale": "^4.0.2", - "@types/d3-shape": "^3.1.0", - "@types/d3-time": "^3.0.0", - "@types/d3-timer": "^3.0.0", - "d3-array": "^3.1.6", - "d3-ease": "^3.0.1", - "d3-interpolate": "^3.0.1", - "d3-scale": "^4.0.2", - "d3-shape": "^3.1.0", - "d3-time": "^3.0.0", - "d3-timer": "^3.0.1" - } - }, - "node_modules/vise": { - "version": "1.0.0", - "dependencies": { - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/vision": { - "version": "1.2.2", - "dependencies": { - "boom": "2.x.x", - "hoek": "^2.9.x", - "joi": "^4.7.x" - }, - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/watchpack": { - "version": "2.4.2", - "license": "MIT", - "peer": true, - "dependencies": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/webidl-conversions": { - "version": "3.0.1", - "license": "BSD-2-Clause" - }, - "node_modules/webpack": { - "version": "5.98.0", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/eslint-scope": "^3.7.7", - "@types/estree": "^1.0.6", - "@webassemblyjs/ast": "^1.14.1", - "@webassemblyjs/wasm-edit": "^1.14.1", - "@webassemblyjs/wasm-parser": "^1.14.1", - "acorn": "^8.14.0", - "browserslist": "^4.24.0", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.1", - "es-module-lexer": "^1.2.1", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.11", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^4.3.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.11", - "watchpack": "^2.4.1", - "webpack-sources": "^3.2.3" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-sources": { - "version": "3.2.3", - "license": "MIT", - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/webpack-virtual-modules": { - "version": "0.5.0", - "license": "MIT" - }, - "node_modules/webpack/node_modules/eslint-scope": { - "version": "5.1.1", - "license": "BSD-2-Clause", - "peer": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/webpack/node_modules/eslint-scope/node_modules/estraverse": { - "version": "4.3.0", - "license": "BSD-2-Clause", - "peer": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/whatwg-url": { - "version": "5.0.0", - "license": "MIT", - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.1.1", - "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", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "function.prototype.name": "^1.1.6", - "has-tostringtag": "^1.0.2", - "is-async-function": "^2.0.0", - "is-date-object": "^1.1.0", - "is-finalizationregistry": "^1.1.0", - "is-generator-function": "^1.0.10", - "is-regex": "^1.2.1", - "is-weakref": "^1.0.2", - "isarray": "^2.0.5", - "which-boxed-primitive": "^1.1.0", - "which-collection": "^1.0.2", - "which-typed-array": "^1.1.16" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-collection": { - "version": "1.0.2", - "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", - "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/word-wrap": { - "version": "1.2.5", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wreck": { - "version": "5.6.1", - "license": "BSD-3-Clause", - "dependencies": { - "boom": "2.x.x", - "hoek": "2.x.x" - }, - "engines": { - "node": ">=0.10.30" - } - }, - "node_modules/xtend": { - "version": "4.0.2", - "license": "MIT", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/yallist": { - "version": "3.1.1", - "license": "ISC" - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/zod": { - "version": "3.24.2", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/colinhacks" - } - }, - "node_modules/@next/swc-darwin-x64": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.2.4.tgz", - "integrity": "sha512-3qK2zb5EwCwxnO2HeO+TRqCubeI/NgCe+kL5dTJlPldV/uwCnUgC7VbEzgmxbfrkbjehL4H9BPztWOEtsoMwew==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-arm64-gnu": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.2.4.tgz", - "integrity": "sha512-HFN6GKUcrTWvem8AZN7tT95zPb0GUGv9v0d0iyuTb303vbXkkbHDp/DxufB04jNVD+IN9yHy7y/6Mqq0h0YVaQ==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-arm64-musl": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.2.4.tgz", - "integrity": "sha512-Oioa0SORWLwi35/kVB8aCk5Uq+5/ZIumMK1kJV+jSdazFm2NzPDztsefzdmzzpx5oGCJ6FkUC7vkaUseNTStNA==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-x64-gnu": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.2.4.tgz", - "integrity": "sha512-yb5WTRaHdkgOqFOZiu6rHV1fAEK0flVpaIN2HB6kxHVSy/dIajWbThS7qON3W9/SNOH2JWkVCyulgGYekMePuw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-x64-musl": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.2.4.tgz", - "integrity": "sha512-Dcdv/ix6srhkM25fgXiyOieFUkz+fOYkHlydWCtB0xMST6X9XYI3yPDKBZt1xuhOytONsIFJFB08xXYsxUwJLw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-arm64-msvc": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.2.4.tgz", - "integrity": "sha512-dW0i7eukvDxtIhCYkMrZNQfNicPDExt2jPb9AZPpL7cfyUo7QSNl1DjsHjmmKp6qNAqUESyT8YFl/Aw91cNJJg==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-x64-msvc": { - "version": "15.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.2.4.tgz", - "integrity": "sha512-SbnWkJmkS7Xl3kre8SdMF6F/XDh1DTFEhp0jRTj/uB8iPKoU2bb2NDfcu+iifv1+mxQEd1g2vvSxcZbXSKyWiQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - } - } -} diff --git a/package.json b/package.json index 124cdeb..be3ef26 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-tabs": "^1.1.3", "@radix-ui/react-tooltip": "^1.1.8", - "@sentry/nextjs": "^9.11.0", "@t3-oss/env-nextjs": "^0.12.0", "@tailwindcss/postcss": "^4.1.1", "@tailwindcss/typography": "^0.5.16", diff --git a/sentry.edge.config.ts b/sentry.edge.config.ts deleted file mode 100644 index 35831f8..0000000 --- a/sentry.edge.config.ts +++ /dev/null @@ -1,16 +0,0 @@ -// This file configures the initialization of Sentry for edge features (middleware, edge routes, and so on). -// The config you add here will be used whenever one of the edge features is loaded. -// Note that this config is unrelated to the Vercel Edge Runtime and is also required when running locally. -// https://docs.sentry.io/platforms/javascript/guides/nextjs/ - -import * as Sentry from "@sentry/nextjs"; - -Sentry.init({ - dsn: process.env.SENTRY_DSN, - - // Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control. - tracesSampleRate: 1, - - // Setting this option to true will print useful information to the console while you're setting up Sentry. - debug: false, -}); diff --git a/sentry.server.config.ts b/sentry.server.config.ts deleted file mode 100644 index 714fd7d..0000000 --- a/sentry.server.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -// This file configures the initialization of Sentry on the server. -// The config you add here will be used whenever the server handles a request. -// https://docs.sentry.io/platforms/javascript/guides/nextjs/ - -import * as Sentry from "@sentry/nextjs"; - -Sentry.init({ - dsn: process.env.SENTRY_DSN, - - // Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control. - tracesSampleRate: 1, - - // Setting this option to true will print useful information to the console while you're setting up Sentry. - debug: false, -}); diff --git a/src/app/api/sentry-example-api/route.ts b/src/app/api/sentry-example-api/route.ts deleted file mode 100644 index f486f3d..0000000 --- a/src/app/api/sentry-example-api/route.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { NextResponse } from "next/server"; - -export const dynamic = "force-dynamic"; - -// A faulty API route to test Sentry's error monitoring -export function GET() { - throw new Error("Sentry Example API Route Error"); - return NextResponse.json({ data: "Testing Sentry Error..." }); -} diff --git a/src/app/global-error.tsx b/src/app/global-error.tsx deleted file mode 100644 index 9388e06..0000000 --- a/src/app/global-error.tsx +++ /dev/null @@ -1,27 +0,0 @@ -"use client"; - -import * as Sentry from "@sentry/nextjs"; -import NextError from "next/error"; -import { useEffect } from "react"; - -export default function GlobalError({ - error, -}: { - error: Error & { digest?: string }; -}) { - useEffect(() => { - Sentry.captureException(error); - }, [error]); - - return ( - - - {/* `NextError` is the default Next.js error page component. Its type - definition requires a `statusCode` prop. However, since the App Router - does not expose status codes for errors, we simply pass 0 to render a - generic error message. */} - - - - ); -} diff --git a/src/app/sentry-example-page/page.tsx b/src/app/sentry-example-page/page.tsx deleted file mode 100644 index 67abd5f..0000000 --- a/src/app/sentry-example-page/page.tsx +++ /dev/null @@ -1,181 +0,0 @@ -"use client"; - -import Head from "next/head"; -import * as Sentry from "@sentry/nextjs"; -import { useState } from "react"; - -export default function Page() { - const [hasSentError, setHasSentError] = useState(false); - - return ( - - ); -} diff --git a/src/instrumentation-client.ts b/src/instrumentation-client.ts deleted file mode 100644 index cd40067..0000000 --- a/src/instrumentation-client.ts +++ /dev/null @@ -1,15 +0,0 @@ -// This file configures the initialization of Sentry on the client. -// The added config here will be used whenever a users loads a page in their browser. -// https://docs.sentry.io/platforms/javascript/guides/nextjs/ - -import * as Sentry from "@sentry/nextjs"; - -Sentry.init({ - dsn: process.env.SENTRY_DSN, - - // Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control. - tracesSampleRate: 1, - - // Setting this option to true will print useful information to the console while you're setting up Sentry. - debug: false, -}); diff --git a/src/instrumentation.ts b/src/instrumentation.ts deleted file mode 100644 index ecb6528..0000000 --- a/src/instrumentation.ts +++ /dev/null @@ -1,13 +0,0 @@ -import * as Sentry from "@sentry/nextjs"; - -export async function register() { - if (process.env.NEXT_RUNTIME === "nodejs") { - await import("../sentry.server.config"); - } - - if (process.env.NEXT_RUNTIME === "edge") { - await import("../sentry.edge.config"); - } -} - -export const onRequestError = Sentry.captureRequestError; From 6fe63c279106c21cfa38716d6700ccac8b320280 Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 23:43:00 +0600 Subject: [PATCH 10/13] Refactor image handling across components to use Next.js Image component for optimized loading and performance. Update .gitignore to include yarn.lock and bun.lockb files. Remove unused command and scroll-area components to declutter the project. --- .gitignore | 3 + .../(home)/_components/HomeLeftSidebar.tsx | 11 +- .../_components/ProfilePageAside.tsx | 5 +- src/app/[username]/[articleHandle]/page.tsx | 17 +- src/app/error.tsx | 8 +- src/app/test/page.tsx | 4 +- src/components/ArticleCard.tsx | 9 +- src/components/UserInformationCard.tsx | 7 +- src/components/ui/command.tsx | 177 ------------------ src/components/ui/scroll-area.tsx | 58 ------ src/components/widgets/LatestUsers.tsx | 3 +- src/hooks/use-click-away.ts | 4 +- 12 files changed, 39 insertions(+), 267 deletions(-) delete mode 100644 src/components/ui/command.tsx delete mode 100644 src/components/ui/scroll-area.tsx diff --git a/.gitignore b/.gitignore index 1dd45b2..00a493f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ /node_modules /.pnp .pnp.js +yarn.lock +.yarn/cache +bun.lockb .yarn/install-state.gz # testing diff --git a/src/app/(home)/_components/HomeLeftSidebar.tsx b/src/app/(home)/_components/HomeLeftSidebar.tsx index c7dea0d..59404f6 100644 --- a/src/app/(home)/_components/HomeLeftSidebar.tsx +++ b/src/app/(home)/_components/HomeLeftSidebar.tsx @@ -1,16 +1,11 @@ "use client"; -import { - Sheet, - SheetContent, - SheetDescription, - SheetHeader, - SheetTitle, -} from "@/components/ui/sheet"; +import { Sheet, SheetContent } from "@/components/ui/sheet"; import { useTranslation } from "@/i18n/use-translation"; import { homeSidebarOpenAtom } from "@/store/home-sidebar.atom"; import { useAtom } from "jotai"; import { BookmarkIcon, HomeIcon, PlusIcon } from "lucide-react"; +import Image from "next/image"; import Link from "next/link"; import { useState } from "react"; @@ -162,7 +157,7 @@ const Sidebar = () => {
{tags.slice(0, count).map((tag, index) => (
- = ({ profile }) => { return (
- {profile?.username}

{profile?.name}

diff --git a/src/app/[username]/[articleHandle]/page.tsx b/src/app/[username]/[articleHandle]/page.tsx index 1b06957..7d0b236 100644 --- a/src/app/[username]/[articleHandle]/page.tsx +++ b/src/app/[username]/[articleHandle]/page.tsx @@ -1,15 +1,14 @@ -import BaseLayout from "@/components/layout/BaseLayout"; +import HomeLeftSidebar from "@/app/(home)/_components/HomeLeftSidebar"; import * as articleActions from "@/backend/services/article.actions"; -import React from "react"; -import { Metadata, NextPage } from "next"; +import AppImage from "@/components/AppImage"; import HomepageLayout from "@/components/layout/HomepageLayout"; -import HomeLeftSidebar from "@/app/(home)/_components/HomeLeftSidebar"; +import { readingTime, removeMarkdownSyntax } from "@/lib/utils"; import { markdownToHtml } from "@/utils/markdoc-parser"; -import AppImage from "@/components/AppImage"; +import { Metadata, NextPage } from "next"; import Link from "next/link"; -import { readingTime, removeMarkdownSyntax } from "@/lib/utils"; import { notFound } from "next/navigation"; import ArticleSidebar from "./_components/ArticleSidebar"; +import Image from "next/image"; export const metadata: Metadata = { title: "Article detail", @@ -55,9 +54,9 @@ const Page: NextPage = async ({ params }) => { {/* User information */}
- {article?.user?.username}
diff --git a/src/app/error.tsx b/src/app/error.tsx index 703d182..75d231a 100644 --- a/src/app/error.tsx +++ b/src/app/error.tsx @@ -1,5 +1,6 @@ "use client"; +import Image from "next/image"; import Link from "next/link"; import React from "react"; @@ -12,7 +13,12 @@ const _ErrorPage: React.FC = (props) => { return (
- Error + Error

{props.error.message}

diff --git a/src/app/test/page.tsx b/src/app/test/page.tsx index 38a11b5..10da899 100644 --- a/src/app/test/page.tsx +++ b/src/app/test/page.tsx @@ -3,7 +3,7 @@ import { TagInput } from "@/components/ui/tags-input"; import React from "react"; -const page = () => { +const Page = () => { const [tags, setTags] = React.useState([]); return (
@@ -12,4 +12,4 @@ const page = () => { ); }; -export default page; +export default Page; diff --git a/src/components/ArticleCard.tsx b/src/components/ArticleCard.tsx index 6dd30f6..db53595 100644 --- a/src/components/ArticleCard.tsx +++ b/src/components/ArticleCard.tsx @@ -6,6 +6,7 @@ import Link from "next/link"; import React, { useMemo } from "react"; import { HoverCard, HoverCardContent, HoverCardTrigger } from "./ui/hover-card"; import UserInformationCard from "./UserInformationCard"; +import Image from "next/image"; interface ArticleCardProps { id: string; @@ -49,9 +50,9 @@ const ArticleCard = ({
- {author.name}
@@ -93,7 +94,7 @@ const ArticleCard = ({ {coverImage && (
- {title} = ({ userId }) => {
{/* Avatar */}
- {profileData.name}
diff --git a/src/components/ui/command.tsx b/src/components/ui/command.tsx deleted file mode 100644 index 4ca5349..0000000 --- a/src/components/ui/command.tsx +++ /dev/null @@ -1,177 +0,0 @@ -"use client" - -import * as React from "react" -import { Command as CommandPrimitive } from "cmdk" -import { SearchIcon } from "lucide-react" - -import { cn } from "@/lib/utils" -import { - Dialog, - DialogContent, - DialogDescription, - DialogHeader, - DialogTitle, -} from "@/components/ui/dialog" - -function Command({ - className, - ...props -}: React.ComponentProps) { - return ( - - ) -} - -function CommandDialog({ - title = "Command Palette", - description = "Search for a command to run...", - children, - ...props -}: React.ComponentProps & { - title?: string - description?: string -}) { - return ( - - - {title} - {description} - - - - {children} - - - - ) -} - -function CommandInput({ - className, - ...props -}: React.ComponentProps) { - return ( -
- - -
- ) -} - -function CommandList({ - className, - ...props -}: React.ComponentProps) { - return ( - - ) -} - -function CommandEmpty({ - ...props -}: React.ComponentProps) { - return ( - - ) -} - -function CommandGroup({ - className, - ...props -}: React.ComponentProps) { - return ( - - ) -} - -function CommandSeparator({ - className, - ...props -}: React.ComponentProps) { - return ( - - ) -} - -function CommandItem({ - className, - ...props -}: React.ComponentProps) { - return ( - - ) -} - -function CommandShortcut({ - className, - ...props -}: React.ComponentProps<"span">) { - return ( - - ) -} - -export { - Command, - CommandDialog, - CommandInput, - CommandList, - CommandEmpty, - CommandGroup, - CommandItem, - CommandShortcut, - CommandSeparator, -} diff --git a/src/components/ui/scroll-area.tsx b/src/components/ui/scroll-area.tsx deleted file mode 100644 index 8e4fa13..0000000 --- a/src/components/ui/scroll-area.tsx +++ /dev/null @@ -1,58 +0,0 @@ -"use client" - -import * as React from "react" -import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area" - -import { cn } from "@/lib/utils" - -function ScrollArea({ - className, - children, - ...props -}: React.ComponentProps) { - return ( - - - {children} - - - - - ) -} - -function ScrollBar({ - className, - orientation = "vertical", - ...props -}: React.ComponentProps) { - return ( - - - - ) -} - -export { ScrollArea, ScrollBar } diff --git a/src/components/widgets/LatestUsers.tsx b/src/components/widgets/LatestUsers.tsx index b350ec0..e00fda2 100644 --- a/src/components/widgets/LatestUsers.tsx +++ b/src/components/widgets/LatestUsers.tsx @@ -2,6 +2,7 @@ import _t from "@/i18n/_t"; import Link from "next/link"; import * as userActions from "@/backend/services/user.action"; import { User } from "@/backend/models/domain-models"; +import Image from "next/image"; const LatestUsers = async () => { const usersResponse = await userActions.getUsers(); @@ -30,7 +31,7 @@ const UserItem = ({ user }: { user: User }) => (
- {user?.name!}, @@ -16,7 +16,7 @@ export function useClickAway( return () => { document.removeEventListener("mousedown", handleClickOutside); }; - }, [callback]); + }, [callback, ref]); return ref; } From f65480f7e37bd30017f64fdff25509344eb449f5 Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 23:55:53 +0600 Subject: [PATCH 11/13] Enhance image handling by adding new remote patterns for optimized loading in next.config.mjs. Update various components to specify width and height for images, improving layout consistency and performance. --- next.config.mjs | 16 ++++++++++++++++ .../_components/ProfilePageAside.tsx | 2 ++ src/app/[username]/[articleHandle]/page.tsx | 2 ++ src/app/error.tsx | 2 ++ src/components/ArticleCard.tsx | 7 ++++++- src/components/UserInformationCard.tsx | 2 ++ src/components/widgets/LatestUsers.tsx | 4 +++- 7 files changed, 33 insertions(+), 2 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 660ccaa..3111550 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -10,6 +10,22 @@ const nextConfig = { }, images: { remotePatterns: [ + { + protocol: "https", + hostname: "avatars.githubusercontent.com", + }, + { + protocol: "https", + hostname: "avatars2.githubusercontent.com", + }, + { + protocol: "https", + hostname: "h3.googleusercontent.com", + }, + { + protocol: "https", + hostname: "lh3.googleusercontent.com", + }, { protocol: "https", hostname: "images.ctfassets.net", diff --git a/src/app/[username]/(profile-page)/_components/ProfilePageAside.tsx b/src/app/[username]/(profile-page)/_components/ProfilePageAside.tsx index 9a488a9..7528ebd 100644 --- a/src/app/[username]/(profile-page)/_components/ProfilePageAside.tsx +++ b/src/app/[username]/(profile-page)/_components/ProfilePageAside.tsx @@ -24,6 +24,8 @@ const ProfilePageAside: React.FC = ({ profile }) => {
= async ({ params }) => { {article?.user?.username
diff --git a/src/app/error.tsx b/src/app/error.tsx index 75d231a..80f7b62 100644 --- a/src/app/error.tsx +++ b/src/app/error.tsx @@ -14,6 +14,8 @@ const _ErrorPage: React.FC = (props) => {
-
+
{author.name
diff --git a/src/components/UserInformationCard.tsx b/src/components/UserInformationCard.tsx index f13c6c4..b827d4a 100644 --- a/src/components/UserInformationCard.tsx +++ b/src/components/UserInformationCard.tsx @@ -45,6 +45,8 @@ const UserInformationCard: React.FC = ({ userId }) => { {profileData.name
diff --git a/src/components/widgets/LatestUsers.tsx b/src/components/widgets/LatestUsers.tsx index e00fda2..d2c87e0 100644 --- a/src/components/widgets/LatestUsers.tsx +++ b/src/components/widgets/LatestUsers.tsx @@ -30,12 +30,14 @@ export default LatestUsers; const UserItem = ({ user }: { user: User }) => (
-
+
{user?.name!}
From 0e5868161d207b6a984dec48e8d22a71cf22711d Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Thu, 3 Apr 2025 23:59:06 +0600 Subject: [PATCH 12/13] Remove Sentry configuration from .gitignore and clean up next.config.mjs by eliminating unused Sentry import, simplifying project setup. --- .gitignore | 3 --- next.config.mjs | 1 - 2 files changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 00a493f..f31f6d9 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,3 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts - -# Sentry Config File -.env.sentry-build-plugin diff --git a/next.config.mjs b/next.config.mjs index 3111550..53666c4 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,4 +1,3 @@ -import { withSentryConfig } from "@sentry/nextjs"; /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, From 434a1d52494f83037ba3573b1aa26bc62a7c42ec Mon Sep 17 00:00:00 2001 From: kingrayhan Date: Fri, 4 Apr 2025 00:04:57 +0600 Subject: [PATCH 13/13] Update ProfilePageAside component to increase image dimensions for improved display quality. --- .../(profile-page)/_components/ProfilePageAside.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/[username]/(profile-page)/_components/ProfilePageAside.tsx b/src/app/[username]/(profile-page)/_components/ProfilePageAside.tsx index 7528ebd..b2990d8 100644 --- a/src/app/[username]/(profile-page)/_components/ProfilePageAside.tsx +++ b/src/app/[username]/(profile-page)/_components/ProfilePageAside.tsx @@ -24,8 +24,8 @@ const ProfilePageAside: React.FC = ({ profile }) => {
- - sentry-example-page - - - -
-
- - - -

sentry-example-page

- -

- Click the button below, and view the sample error on the Sentry{" "} - - Issues Page - - . For more details about setting up Sentry,{" "} - - read our docs - - . -

- - - - {hasSentError ? ( -

Sample error was sent to Sentry.

- ) : ( -
- )} - -
-

- Adblockers will prevent errors from being sent to Sentry. -

-
- - -