2024-04-03 16:13:42 +02:00
{
2024-04-05 17:53:42 +02:00
"name" : "website" ,
"version" : "0.0.1" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "website" ,
"version" : "0.0.1" ,
"dependencies" : {
2025-06-08 16:32:41 +02:00
"@docsearch/js" : "^3.9.0" ,
"@mapbox/sphericalmercator" : "^2.0.1" ,
"@mapbox/tilebelt" : "^2.0.2" ,
2026-01-30 21:01:24 +01:00
"@maplibre/maplibre-gl-geocoder" : "^1.9.4" ,
2025-12-24 10:11:43 +01:00
"chart.js" : "^4.5.1" ,
2025-06-08 16:32:41 +02:00
"chartjs-plugin-zoom" : "^2.2.0" ,
2024-06-20 12:16:53 +02:00
"clsx" : "^2.1.1" ,
2025-06-08 16:32:41 +02:00
"dexie" : "^4.0.11" ,
2025-01-24 20:42:45 +01:00
"file-saver" : "^2.0.5" ,
2024-04-05 17:53:42 +02:00
"gpx" : "file:../gpx" ,
2024-05-07 18:14:47 +02:00
"immer" : "^10.1.1" ,
2025-01-24 19:57:08 +01:00
"jszip" : "^3.10.1" ,
2024-06-24 19:41:44 +02:00
"mapillary-js" : "^4.1.2" ,
2026-03-27 21:47:17 +01:00
"maplibre-gl" : "^5.21.1" ,
2025-06-08 16:32:41 +02:00
"sanitize-html" : "^2.17.0" ,
"sortablejs" : "^1.15.6" ,
2025-10-18 18:51:11 +02:00
"tailwind-merge" : "^3.3.0"
2024-04-05 17:53:42 +02:00
} ,
"devDependencies" : {
2026-04-06 18:22:01 +02:00
"@internationalized/date" : "^3.12.0" ,
2025-10-18 18:51:11 +02:00
"@lucide/svelte" : "^0.544.0" ,
2025-06-08 16:32:41 +02:00
"@sveltejs/adapter-static" : "^3.0.8" ,
"@sveltejs/enhanced-img" : "^0.6.0" ,
"@sveltejs/kit" : "^2.21.2" ,
"@sveltejs/vite-plugin-svelte" : "^5.1.0" ,
2025-06-21 21:07:36 +02:00
"@tailwindcss/vite" : "^4.1.8" ,
2025-06-08 16:32:41 +02:00
"@types/eslint" : "^9.6.1" ,
2024-04-08 14:45:52 +02:00
"@types/events" : "^3.0.3" ,
2025-01-24 20:42:45 +01:00
"@types/file-saver" : "^2.0.7" ,
2026-01-30 23:13:02 +01:00
"@types/mapbox__sphericalmercator" : "^1.2.3" ,
2024-09-04 19:11:56 +02:00
"@types/mapbox__tilebelt" : "^1.0.4" ,
2025-06-08 16:32:41 +02:00
"@types/node" : "^22.15.30" ,
"@types/sanitize-html" : "^2.16.0" ,
2024-04-19 17:06:36 +02:00
"@types/sortablejs" : "^1.15.8" ,
2025-06-08 16:32:41 +02:00
"@typescript-eslint/eslint-plugin" : "^8.33.1" ,
"@typescript-eslint/parser" : "^8.33.1" ,
2026-04-06 18:22:01 +02:00
"bits-ui" : "^2.17.2" ,
2025-06-08 16:32:41 +02:00
"eslint" : "^9.28.0" ,
"eslint-config-prettier" : "^10.1.5" ,
"eslint-plugin-svelte" : "^3.9.1" ,
2024-04-08 14:45:52 +02:00
"events" : "^3.3.0" ,
2025-06-08 16:32:41 +02:00
"glob" : "^11.0.2" ,
"lucide-static" : "^0.513.0" ,
2025-06-07 11:30:06 +02:00
"mdsvex" : "^0.12.6" ,
2025-10-18 18:51:11 +02:00
"mode-watcher" : "^1.1.0" ,
2025-06-08 16:32:41 +02:00
"paneforge" : "^1.0.0-next.5" ,
2024-09-30 14:14:43 +02:00
"postcss" : "^8.4.47" ,
2025-06-08 16:32:41 +02:00
"prettier" : "^3.5.3" ,
"prettier-plugin-svelte" : "^3.4.0" ,
"svelte" : "^5.33.18" ,
"svelte-check" : "^4.0.0" ,
2025-10-25 18:34:24 +02:00
"svelte-dnd-action" : "^0.9.65" ,
2025-10-18 18:51:11 +02:00
"svelte-sonner" : "^1.0.5" ,
"tailwind-variants" : "^3.1.1" ,
2025-06-21 21:07:36 +02:00
"tailwindcss" : "^4.1.8" ,
2025-06-08 16:32:41 +02:00
"tslib" : "^2.8.1" ,
2024-09-30 14:14:43 +02:00
"tsx" : "^4.19.1" ,
2025-06-21 21:07:36 +02:00
"tw-animate-css" : "^1.3.4" ,
2025-06-08 16:32:41 +02:00
"typescript" : "^5.8.3" ,
"vaul-svelte" : "^1.0.0-next.7" ,
2026-04-06 14:26:19 +02:00
"vite" : "^6.3.5"
2024-04-05 17:53:42 +02:00
}
} ,
"../gpx" : {
"version" : "1.0.0" ,
2024-09-24 13:45:30 +02:00
"hasInstallScript" : true ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2024-09-30 14:14:43 +02:00
"fast-xml-parser" : "^4.5.0" ,
2025-05-09 19:45:21 +02:00
"immer" : "^10.1.1"
2024-04-19 12:16:51 +02:00
} ,
"devDependencies" : {
2024-04-25 14:52:24 +02:00
"@types/geojson" : "^7946.0.14" ,
2024-09-30 14:14:43 +02:00
"@types/node" : "^20.16.10" ,
2025-04-24 19:42:46 +02:00
"@typescript-eslint/parser" : "^8.22.0" ,
"prettier" : "^3.4.2" ,
2025-05-09 19:45:21 +02:00
"ts-node" : "^10.9.2" ,
2024-09-30 14:14:43 +02:00
"typescript" : "^5.6.2"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"../gpx/node_modules/@cspotcode/source-map-support" : {
"version" : "0.8.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/trace-mapping" : "0.3.9"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"../gpx/node_modules/@eslint-community/eslint-utils" : {
"version" : "4.4.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"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"
}
} ,
"../gpx/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"../gpx/node_modules/@eslint-community/regexpp" : {
"version" : "4.12.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"../gpx/node_modules/@eslint/config-array" : {
"version" : "0.19.2" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"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"
}
} ,
"../gpx/node_modules/@eslint/config-array/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"../gpx/node_modules/@eslint/config-array/node_modules/minimatch" : {
"version" : "3.1.2" ,
"dev" : true ,
"license" : "ISC" ,
"peer" : true ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"../gpx/node_modules/@eslint/core" : {
"version" : "0.10.0" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"dependencies" : {
"@types/json-schema" : "^7.0.15"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"../gpx/node_modules/@eslint/eslintrc" : {
"version" : "3.2.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"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"
}
} ,
"../gpx/node_modules/@eslint/eslintrc/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"../gpx/node_modules/@eslint/eslintrc/node_modules/minimatch" : {
"version" : "3.1.2" ,
"dev" : true ,
"license" : "ISC" ,
"peer" : true ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"../gpx/node_modules/@eslint/js" : {
"version" : "9.19.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"../gpx/node_modules/@eslint/object-schema" : {
"version" : "2.1.6" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"../gpx/node_modules/@eslint/plugin-kit" : {
"version" : "0.2.5" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"dependencies" : {
"@eslint/core" : "^0.10.0" ,
"levn" : "^0.4.1"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"../gpx/node_modules/@humanfs/core" : {
"version" : "0.19.1" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"engines" : {
"node" : ">=18.18.0"
}
} ,
"../gpx/node_modules/@humanfs/node" : {
"version" : "0.16.6" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"dependencies" : {
"@humanfs/core" : "^0.19.1" ,
"@humanwhocodes/retry" : "^0.3.0"
} ,
"engines" : {
"node" : ">=18.18.0"
}
} ,
"../gpx/node_modules/@humanfs/node/node_modules/@humanwhocodes/retry" : {
"version" : "0.3.1" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
"../gpx/node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"engines" : {
"node" : ">=12.22"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
"../gpx/node_modules/@humanwhocodes/retry" : {
"version" : "0.4.1" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
"../gpx/node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"../gpx/node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.0" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.9" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.0.3" ,
"@jridgewell/sourcemap-codec" : "^1.4.10"
}
} ,
"../gpx/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"
}
} ,
"../gpx/node_modules/@nodelib/fs.stat" : {
"version" : "2.0.5" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
"../gpx/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"
}
} ,
"../gpx/node_modules/@tsconfig/node10" : {
"version" : "1.0.11" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/@tsconfig/node12" : {
"version" : "1.0.11" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/@tsconfig/node14" : {
"version" : "1.0.3" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/@tsconfig/node16" : {
"version" : "1.0.4" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/@types/estree" : {
"version" : "1.0.6" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/@types/geojson" : {
"version" : "7946.0.14" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/@types/node" : {
"version" : "20.16.10" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"undici-types" : "~6.19.2"
}
} ,
"../gpx/node_modules/@typescript-eslint/parser" : {
"version" : "8.22.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/scope-manager" : "8.22.0" ,
"@typescript-eslint/types" : "8.22.0" ,
"@typescript-eslint/typescript-estree" : "8.22.0" ,
"@typescript-eslint/visitor-keys" : "8.22.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.8.0"
}
} ,
"../gpx/node_modules/@typescript-eslint/scope-manager" : {
"version" : "8.22.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/types" : "8.22.0" ,
"@typescript-eslint/visitor-keys" : "8.22.0"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"../gpx/node_modules/@typescript-eslint/types" : {
"version" : "8.22.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"
}
} ,
"../gpx/node_modules/@typescript-eslint/typescript-estree" : {
"version" : "8.22.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/types" : "8.22.0" ,
"@typescript-eslint/visitor-keys" : "8.22.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.0"
} ,
"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.8.0"
}
} ,
"../gpx/node_modules/@typescript-eslint/visitor-keys" : {
"version" : "8.22.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/types" : "8.22.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"
}
} ,
"../gpx/node_modules/acorn" : {
"version" : "8.14.0" ,
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"../gpx/node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
"../gpx/node_modules/acorn-walk" : {
"version" : "8.3.4" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.11.0"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"../gpx/node_modules/ajv" : {
"version" : "6.12.6" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"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"
}
} ,
"../gpx/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"../gpx/node_modules/arg" : {
"version" : "4.1.3" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/argparse" : {
"version" : "2.0.1" ,
"dev" : true ,
"license" : "Python-2.0" ,
"peer" : true
} ,
"../gpx/node_modules/balanced-match" : {
"version" : "1.0.2" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"../gpx/node_modules/braces" : {
"version" : "3.0.3" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"fill-range" : "^7.1.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"../gpx/node_modules/callsites" : {
"version" : "3.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"../gpx/node_modules/chalk" : {
"version" : "4.1.2" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"../gpx/node_modules/color-convert" : {
"version" : "2.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"../gpx/node_modules/color-name" : {
"version" : "1.1.4" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/concat-map" : {
"version" : "0.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/create-require" : {
"version" : "1.1.1" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/cross-spawn" : {
"version" : "7.0.6" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"../gpx/node_modules/debug" : {
"version" : "4.4.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"../gpx/node_modules/deep-is" : {
"version" : "0.1.4" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/diff" : {
"version" : "4.0.2" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.3.1"
}
} ,
"../gpx/node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"../gpx/node_modules/eslint" : {
"version" : "9.19.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.12.1" ,
"@eslint/config-array" : "^0.19.0" ,
"@eslint/core" : "^0.10.0" ,
"@eslint/eslintrc" : "^3.2.0" ,
"@eslint/js" : "9.19.0" ,
"@eslint/plugin-kit" : "^0.2.5" ,
"@humanfs/node" : "^0.16.6" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@humanwhocodes/retry" : "^0.4.1" ,
"@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.2.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
}
}
} ,
"../gpx/node_modules/eslint-scope" : {
"version" : "8.2.0" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"peer" : true ,
"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"
}
} ,
"../gpx/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"
}
} ,
"../gpx/node_modules/eslint/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"../gpx/node_modules/eslint/node_modules/minimatch" : {
"version" : "3.1.2" ,
"dev" : true ,
"license" : "ISC" ,
"peer" : true ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"../gpx/node_modules/espree" : {
"version" : "10.3.0" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"peer" : true ,
"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"
}
} ,
"../gpx/node_modules/esquery" : {
"version" : "1.6.0" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"peer" : true ,
"dependencies" : {
"estraverse" : "^5.1.0"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"../gpx/node_modules/esrecurse" : {
"version" : "4.3.0" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"peer" : true ,
"dependencies" : {
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : ">=4.0"
}
} ,
"../gpx/node_modules/estraverse" : {
"version" : "5.3.0" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"peer" : true ,
"engines" : {
"node" : ">=4.0"
}
} ,
"../gpx/node_modules/esutils" : {
"version" : "2.0.3" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"peer" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"../gpx/node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/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"
}
} ,
"../gpx/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"
}
} ,
"../gpx/node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/fast-xml-parser" : {
"version" : "4.5.0" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
} ,
{
"type" : "paypal" ,
"url" : "https://paypal.me/naturalintelligence"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"strnum" : "^1.0.5"
} ,
"bin" : {
"fxparser" : "src/cli/cli.js"
}
} ,
"../gpx/node_modules/fastq" : {
"version" : "1.19.0" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"reusify" : "^1.0.4"
}
} ,
"../gpx/node_modules/file-entry-cache" : {
"version" : "8.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"flat-cache" : "^4.0.0"
} ,
"engines" : {
"node" : ">=16.0.0"
}
} ,
"../gpx/node_modules/fill-range" : {
"version" : "7.1.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"to-regex-range" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"../gpx/node_modules/find-up" : {
"version" : "5.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"../gpx/node_modules/flat-cache" : {
"version" : "4.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.4"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"../gpx/node_modules/flatted" : {
"version" : "3.3.2" ,
"dev" : true ,
"license" : "ISC" ,
"peer" : true
} ,
"../gpx/node_modules/glob-parent" : {
"version" : "6.0.2" ,
"dev" : true ,
"license" : "ISC" ,
"peer" : true ,
"dependencies" : {
"is-glob" : "^4.0.3"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"../gpx/node_modules/globals" : {
"version" : "14.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"../gpx/node_modules/has-flag" : {
"version" : "4.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"../gpx/node_modules/ignore" : {
"version" : "5.3.2" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">= 4"
}
} ,
"../gpx/node_modules/immer" : {
"version" : "10.1.1" ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/immer"
}
} ,
"../gpx/node_modules/import-fresh" : {
"version" : "3.3.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"../gpx/node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=0.8.19"
}
} ,
"../gpx/node_modules/is-extglob" : {
"version" : "2.1.1" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"../gpx/node_modules/is-glob" : {
"version" : "4.0.3" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"../gpx/node_modules/is-number" : {
"version" : "7.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.12.0"
}
} ,
"../gpx/node_modules/isexe" : {
"version" : "2.0.0" ,
"dev" : true ,
"license" : "ISC" ,
"peer" : true
} ,
"../gpx/node_modules/js-yaml" : {
"version" : "4.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
"../gpx/node_modules/json-buffer" : {
"version" : "3.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/keyv" : {
"version" : "4.5.4" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
"../gpx/node_modules/levn" : {
"version" : "0.4.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"../gpx/node_modules/locate-path" : {
"version" : "6.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"../gpx/node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/make-error" : {
"version" : "1.3.6" ,
"dev" : true ,
"license" : "ISC"
} ,
"../gpx/node_modules/merge2" : {
"version" : "1.4.1" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
"../gpx/node_modules/micromatch" : {
"version" : "4.0.8" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
} ,
"engines" : {
"node" : ">=8.6"
}
} ,
"../gpx/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"
}
} ,
"../gpx/node_modules/ms" : {
"version" : "2.1.3" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/natural-compare" : {
"version" : "1.4.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"../gpx/node_modules/optionator" : {
"version" : "0.9.4" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"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"
}
} ,
"../gpx/node_modules/p-limit" : {
"version" : "3.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"yocto-queue" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"../gpx/node_modules/p-locate" : {
"version" : "5.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"../gpx/node_modules/parent-module" : {
"version" : "1.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"callsites" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"../gpx/node_modules/path-exists" : {
"version" : "4.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"../gpx/node_modules/path-key" : {
"version" : "3.1.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"../gpx/node_modules/picomatch" : {
"version" : "2.3.1" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"../gpx/node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"../gpx/node_modules/prettier" : {
"version" : "3.4.2" ,
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"prettier" : "bin/prettier.cjs"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
}
} ,
"../gpx/node_modules/punycode" : {
"version" : "2.3.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"../gpx/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"
} ,
"../gpx/node_modules/resolve-from" : {
"version" : "4.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=4"
}
} ,
"../gpx/node_modules/reusify" : {
"version" : "1.0.4" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
} ,
"../gpx/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"
}
} ,
"../gpx/node_modules/semver" : {
"version" : "7.7.0" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"../gpx/node_modules/shebang-command" : {
"version" : "2.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"../gpx/node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"../gpx/node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"../gpx/node_modules/strnum" : {
"version" : "1.0.5" ,
"license" : "MIT"
} ,
"../gpx/node_modules/supports-color" : {
"version" : "7.2.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"../gpx/node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
} ,
"../gpx/node_modules/ts-api-utils" : {
"version" : "2.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18.12"
} ,
"peerDependencies" : {
"typescript" : ">=4.8.4"
}
} ,
"../gpx/node_modules/ts-node" : {
"version" : "10.9.2" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@cspotcode/source-map-support" : "^0.8.0" ,
"@tsconfig/node10" : "^1.0.7" ,
"@tsconfig/node12" : "^1.0.7" ,
"@tsconfig/node14" : "^1.0.0" ,
"@tsconfig/node16" : "^1.0.2" ,
"acorn" : "^8.4.1" ,
"acorn-walk" : "^8.1.1" ,
"arg" : "^4.1.0" ,
"create-require" : "^1.1.0" ,
"diff" : "^4.0.1" ,
"make-error" : "^1.1.1" ,
"v8-compile-cache-lib" : "^3.0.1" ,
"yn" : "3.1.1"
} ,
"bin" : {
"ts-node" : "dist/bin.js" ,
"ts-node-cwd" : "dist/bin-cwd.js" ,
"ts-node-esm" : "dist/bin-esm.js" ,
"ts-node-script" : "dist/bin-script.js" ,
"ts-node-transpile-only" : "dist/bin-transpile.js" ,
"ts-script" : "dist/bin-script-deprecated.js"
} ,
"peerDependencies" : {
"@swc/core" : ">=1.2.50" ,
"@swc/wasm" : ">=1.2.50" ,
"@types/node" : "*" ,
"typescript" : ">=2.7"
} ,
"peerDependenciesMeta" : {
"@swc/core" : {
"optional" : true
} ,
"@swc/wasm" : {
"optional" : true
}
}
} ,
"../gpx/node_modules/type-check" : {
"version" : "0.4.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"prelude-ls" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"../gpx/node_modules/typescript" : {
"version" : "5.6.2" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
"../gpx/node_modules/undici-types" : {
"version" : "6.19.8" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/uri-js" : {
"version" : "4.4.1" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"peer" : true ,
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
"../gpx/node_modules/v8-compile-cache-lib" : {
"version" : "3.0.1" ,
"dev" : true ,
"license" : "MIT"
} ,
"../gpx/node_modules/which" : {
"version" : "2.0.2" ,
"dev" : true ,
"license" : "ISC" ,
"peer" : true ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"../gpx/node_modules/word-wrap" : {
"version" : "1.2.5" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"../gpx/node_modules/yn" : {
"version" : "3.1.1" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"../gpx/node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@algolia/abtesting" : {
"version" : "1.16.1" ,
"license" : "MIT" ,
"dependencies" : {
"@algolia/client-common" : "5.50.1" ,
"@algolia/requester-browser-xhr" : "5.50.1" ,
"@algolia/requester-fetch" : "5.50.1" ,
"@algolia/requester-node-http" : "5.50.1"
} ,
"engines" : {
"node" : ">= 14.0.0"
}
} ,
2024-09-13 13:58:48 +02:00
"node_modules/@algolia/autocomplete-core" : {
2025-06-08 16:32:41 +02:00
"version" : "1.17.9" ,
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"@algolia/autocomplete-plugin-algolia-insights" : "1.17.9" ,
"@algolia/autocomplete-shared" : "1.17.9"
2024-09-13 13:58:48 +02:00
}
} ,
"node_modules/@algolia/autocomplete-plugin-algolia-insights" : {
2025-06-08 16:32:41 +02:00
"version" : "1.17.9" ,
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"@algolia/autocomplete-shared" : "1.17.9"
2024-09-13 13:58:48 +02:00
} ,
"peerDependencies" : {
"search-insights" : ">= 1 < 3"
}
} ,
"node_modules/@algolia/autocomplete-preset-algolia" : {
2025-06-08 16:32:41 +02:00
"version" : "1.17.9" ,
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"@algolia/autocomplete-shared" : "1.17.9"
2024-09-13 13:58:48 +02:00
} ,
"peerDependencies" : {
"@algolia/client-search" : ">= 4.9.1 < 6" ,
"algoliasearch" : ">= 4.9.1 < 6"
}
} ,
"node_modules/@algolia/autocomplete-shared" : {
2025-06-08 16:32:41 +02:00
"version" : "1.17.9" ,
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"peerDependencies" : {
"@algolia/client-search" : ">= 4.9.1 < 6" ,
"algoliasearch" : ">= 4.9.1 < 6"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@algolia/client-abtesting" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1" ,
"@algolia/requester-browser-xhr" : "5.50.1" ,
"@algolia/requester-fetch" : "5.50.1" ,
"@algolia/requester-node-http" : "5.50.1"
2025-06-08 16:32:41 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
2024-09-13 13:58:48 +02:00
}
} ,
"node_modules/@algolia/client-analytics" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1" ,
"@algolia/requester-browser-xhr" : "5.50.1" ,
"@algolia/requester-fetch" : "5.50.1" ,
"@algolia/requester-node-http" : "5.50.1"
2025-06-08 16:32:41 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
2024-09-13 13:58:48 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@algolia/client-common" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.0.0"
2024-09-13 13:58:48 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@algolia/client-insights" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1" ,
"@algolia/requester-browser-xhr" : "5.50.1" ,
"@algolia/requester-fetch" : "5.50.1" ,
"@algolia/requester-node-http" : "5.50.1"
2025-06-08 16:32:41 +02:00
} ,
2024-09-13 13:58:48 +02:00
"engines" : {
"node" : ">= 14.0.0"
}
} ,
"node_modules/@algolia/client-personalization" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1" ,
"@algolia/requester-browser-xhr" : "5.50.1" ,
"@algolia/requester-fetch" : "5.50.1" ,
"@algolia/requester-node-http" : "5.50.1"
2025-06-08 16:32:41 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
2024-09-13 13:58:48 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@algolia/client-query-suggestions" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1" ,
"@algolia/requester-browser-xhr" : "5.50.1" ,
"@algolia/requester-fetch" : "5.50.1" ,
"@algolia/requester-node-http" : "5.50.1"
2025-06-08 16:32:41 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
2024-09-13 13:58:48 +02:00
}
} ,
"node_modules/@algolia/client-search" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1" ,
"@algolia/requester-browser-xhr" : "5.50.1" ,
"@algolia/requester-fetch" : "5.50.1" ,
"@algolia/requester-node-http" : "5.50.1"
2024-09-13 13:58:48 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@algolia/ingestion" : {
2026-04-06 14:26:19 +02:00
"version" : "1.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1" ,
"@algolia/requester-browser-xhr" : "5.50.1" ,
"@algolia/requester-fetch" : "5.50.1" ,
"@algolia/requester-node-http" : "5.50.1"
2025-06-08 16:32:41 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
2024-09-13 13:58:48 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@algolia/monitoring" : {
2026-04-06 14:26:19 +02:00
"version" : "1.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1" ,
"@algolia/requester-browser-xhr" : "5.50.1" ,
"@algolia/requester-fetch" : "5.50.1" ,
"@algolia/requester-node-http" : "5.50.1"
2025-06-08 16:32:41 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
2024-09-13 13:58:48 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@algolia/recommend" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1" ,
"@algolia/requester-browser-xhr" : "5.50.1" ,
"@algolia/requester-fetch" : "5.50.1" ,
"@algolia/requester-node-http" : "5.50.1"
2025-06-08 16:32:41 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
2024-09-13 13:58:48 +02:00
}
} ,
"node_modules/@algolia/requester-browser-xhr" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1"
2024-09-13 13:58:48 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
}
} ,
"node_modules/@algolia/requester-fetch" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1"
2024-09-13 13:58:48 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
}
} ,
"node_modules/@algolia/requester-node-http" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@algolia/client-common" : "5.50.1"
2024-09-13 13:58:48 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@docsearch/css" : {
"version" : "3.9.0" ,
"license" : "MIT"
} ,
"node_modules/@docsearch/js" : {
"version" : "3.9.0" ,
"license" : "MIT" ,
"dependencies" : {
"@docsearch/react" : "3.9.0" ,
"preact" : "^10.0.0"
}
} ,
"node_modules/@docsearch/react" : {
"version" : "3.9.0" ,
"license" : "MIT" ,
2024-04-10 14:54:35 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"@algolia/autocomplete-core" : "1.17.9" ,
"@algolia/autocomplete-preset-algolia" : "1.17.9" ,
"@docsearch/css" : "3.9.0" ,
"algoliasearch" : "^5.14.2"
2024-04-10 14:54:35 +02:00
} ,
2025-06-08 16:32:41 +02:00
"peerDependencies" : {
"@types/react" : ">= 16.8.0 < 20.0.0" ,
"react" : ">= 16.8.0 < 20.0.0" ,
"react-dom" : ">= 16.8.0 < 20.0.0" ,
"search-insights" : ">= 1 < 3"
2025-05-08 09:23:07 -07:00
} ,
2025-06-08 16:32:41 +02:00
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
} ,
"react" : {
"optional" : true
} ,
"react-dom" : {
"optional" : true
} ,
"search-insights" : {
"optional" : true
}
2025-05-08 09:23:07 -07:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@emnapi/runtime" : {
2026-04-06 14:26:19 +02:00
"version" : "1.9.2" ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/aix-ppc64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz" ,
"integrity" : "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"ppc64"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"aix"
] ,
2024-04-10 14:54:35 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2024-04-10 14:54:35 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/android-arm" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz" ,
"integrity" : "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"arm"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"android"
] ,
2024-04-10 14:54:35 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2024-04-10 14:54:35 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/android-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz" ,
"integrity" : "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"arm64"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
2024-04-10 14:54:35 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/android-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz" ,
"integrity" : "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"x64"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
2025-05-08 09:23:07 -07:00
}
2024-04-10 14:54:35 +02:00
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/darwin-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz" ,
"integrity" : "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"arm64"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"darwin"
] ,
2024-04-10 14:54:35 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2024-04-10 14:54:35 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/darwin-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"x64"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"darwin"
] ,
2024-04-10 14:54:35 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2025-05-08 09:23:07 -07:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/freebsd-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz" ,
"integrity" : "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"arm64"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"freebsd"
] ,
2025-05-08 09:23:07 -07:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2025-05-08 09:23:07 -07:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/freebsd-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz" ,
"integrity" : "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"x64"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"freebsd"
] ,
2025-05-08 09:23:07 -07:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2025-05-08 09:23:07 -07:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/linux-arm" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz" ,
"integrity" : "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"arm"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"linux"
] ,
2025-05-08 09:23:07 -07:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2025-05-08 09:23:07 -07:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/linux-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz" ,
"integrity" : "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"arm64"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"linux"
] ,
2025-05-08 09:23:07 -07:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2024-04-10 14:54:35 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/linux-ia32" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz" ,
"integrity" : "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"ia32"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"linux"
] ,
2025-05-08 09:23:07 -07:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2025-05-08 09:23:07 -07:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/linux-loong64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz" ,
"integrity" : "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"loong64"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"linux"
] ,
2025-05-08 09:23:07 -07:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2025-05-08 09:23:07 -07:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/linux-mips64el" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz" ,
"integrity" : "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"mips64el"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"linux"
] ,
2024-04-10 14:54:35 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2024-04-10 14:54:35 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/linux-ppc64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz" ,
"integrity" : "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"ppc64"
] ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"linux"
] ,
2025-05-08 09:23:07 -07:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2025-05-08 09:23:07 -07:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/linux-riscv64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz" ,
"integrity" : "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
2024-09-13 13:58:48 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/linux-s390x" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz" ,
"integrity" : "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"s390x"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
2024-09-13 13:58:48 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/linux-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz" ,
"integrity" : "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"x64"
] ,
2024-07-05 17:13:19 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
2025-06-08 16:32:41 +02:00
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
2024-07-05 17:13:19 +02:00
}
} ,
2025-05-08 14:16:07 +02:00
"node_modules/@esbuild/netbsd-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz" ,
"integrity" : "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==" ,
2025-05-08 14:16:07 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/netbsd-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz" ,
"integrity" : "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2024-09-30 14:14:43 +02:00
"node_modules/@esbuild/openbsd-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz" ,
"integrity" : "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==" ,
2024-09-30 14:14:43 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-05-08 14:16:07 +02:00
"license" : "MIT" ,
2024-09-30 14:14:43 +02:00
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/openbsd-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz" ,
"integrity" : "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@esbuild/openharmony-arm64" : {
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz" ,
"integrity" : "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@esbuild/sunos-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz" ,
"integrity" : "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz" ,
"integrity" : "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-ia32" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz" ,
"integrity" : "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz" ,
"integrity" : "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@eslint-community/eslint-utils" : {
2026-04-06 14:26:19 +02:00
"version" : "4.9.1" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"eslint-visitor-keys" : "^3.4.3"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
2025-06-08 16:32:41 +02:00
"funding" : {
"url" : "https://opencollective.com/eslint"
} ,
2024-04-05 17:53:42 +02:00
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
}
} ,
"node_modules/@eslint-community/regexpp" : {
2026-04-06 14:26:19 +02:00
"version" : "4.12.2" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@eslint/config-array" : {
2026-04-06 14:26:19 +02:00
"version" : "0.21.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz" ,
"integrity" : "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@eslint/object-schema" : "^2.1.7" ,
2025-06-08 16:32:41 +02:00
"debug" : "^4.3.1" ,
2026-04-06 14:26:19 +02:00
"minimatch" : "^3.1.5"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@eslint/config-array/node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@eslint/config-array/node_modules/brace-expansion" : {
2026-04-06 14:26:19 +02:00
"version" : "1.1.13" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz" ,
"integrity" : "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@eslint/config-array/node_modules/minimatch" : {
2026-04-06 14:26:19 +02:00
"version" : "3.1.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz" ,
"integrity" : "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "ISC" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@eslint/config-helpers" : {
2026-04-06 14:26:19 +02:00
"version" : "0.4.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz" ,
"integrity" : "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==" ,
2024-06-20 12:16:53 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2026-04-06 14:26:19 +02:00
"dependencies" : {
"@eslint/core" : "^0.17.0"
} ,
2024-06-20 12:16:53 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-08 17:12:39 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@eslint/core" : {
2026-04-06 14:26:19 +02:00
"version" : "0.17.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz" ,
"integrity" : "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "Apache-2.0" ,
2024-04-08 17:12:39 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"@types/json-schema" : "^7.0.15"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-08 17:12:39 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@eslint/eslintrc" : {
2026-04-06 14:26:19 +02:00
"version" : "3.3.5" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz" ,
"integrity" : "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==" ,
2024-06-20 15:39:02 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-06-20 15:39:02 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"ajv" : "^6.14.0" ,
2025-06-08 16:32:41 +02:00
"debug" : "^4.3.2" ,
"espree" : "^10.0.1" ,
"globals" : "^14.0.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
2026-04-06 14:26:19 +02:00
"js-yaml" : "^4.1.1" ,
"minimatch" : "^3.1.5" ,
2025-06-08 16:32:41 +02:00
"strip-json-comments" : "^3.1.1"
2024-06-20 15:39:02 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2024-06-20 15:39:02 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@eslint/eslintrc/node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@eslint/eslintrc/node_modules/brace-expansion" : {
2026-04-06 14:26:19 +02:00
"version" : "1.1.13" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz" ,
"integrity" : "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==" ,
2024-06-20 15:39:02 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-06-20 15:39:02 +02:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@eslint/eslintrc/node_modules/globals" : {
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz" ,
"integrity" : "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@eslint/eslintrc/node_modules/minimatch" : {
2026-04-06 14:26:19 +02:00
"version" : "3.1.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz" ,
"integrity" : "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" ,
2024-06-20 15:39:02 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "ISC" ,
2024-06-20 15:39:02 +02:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@eslint/js" : {
2026-04-06 14:26:19 +02:00
"version" : "9.39.4" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz" ,
"integrity" : "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://eslint.org/donate"
}
} ,
"node_modules/@eslint/object-schema" : {
2026-04-06 14:26:19 +02:00
"version" : "2.1.7" ,
"resolved" : "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz" ,
"integrity" : "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/plugin-kit" : {
2026-04-06 14:26:19 +02:00
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz" ,
"integrity" : "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@eslint/core" : "^0.17.0" ,
2025-06-08 16:32:41 +02:00
"levn" : "^0.4.1"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@floating-ui/core" : {
2026-04-06 14:26:19 +02:00
"version" : "1.7.5" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@floating-ui/utils" : "^0.2.11"
2025-06-08 16:32:41 +02:00
}
} ,
"node_modules/@floating-ui/dom" : {
2026-04-06 14:26:19 +02:00
"version" : "1.7.6" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@floating-ui/core" : "^1.7.5" ,
"@floating-ui/utils" : "^0.2.11"
2025-06-08 16:32:41 +02:00
}
} ,
"node_modules/@floating-ui/utils" : {
2026-04-06 14:26:19 +02:00
"version" : "0.2.11" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@humanfs/core" : {
"version" : "0.19.1" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.18.0"
}
} ,
"node_modules/@humanfs/node" : {
2026-04-06 14:26:19 +02:00
"version" : "0.16.7" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@humanfs/core" : "^0.19.1" ,
2026-04-06 14:26:19 +02:00
"@humanwhocodes/retry" : "^0.4.0"
2025-06-08 16:32:41 +02:00
} ,
"engines" : {
"node" : ">=18.18.0"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "Apache-2.0" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=12.22"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@humanwhocodes/retry" : {
"version" : "0.4.3" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
2024-04-05 17:53:42 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@img/colour" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz" ,
"integrity" : "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
2024-07-05 17:13:19 +02:00
"node_modules/@img/sharp-darwin-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz" ,
"integrity" : "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
2024-09-30 14:14:43 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"@img/sharp-libvips-darwin-arm64" : "1.2.4"
2024-07-05 17:13:19 +02:00
}
} ,
"node_modules/@img/sharp-darwin-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz" ,
"integrity" : "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
2024-09-30 14:14:43 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"@img/sharp-libvips-darwin-x64" : "1.2.4"
2024-07-05 17:13:19 +02:00
}
} ,
"node_modules/@img/sharp-libvips-darwin-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz" ,
"integrity" : "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "LGPL-3.0-or-later" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"darwin"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-darwin-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz" ,
"integrity" : "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "LGPL-3.0-or-later" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"darwin"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-arm" : {
2026-04-06 14:26:19 +02:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz" ,
"integrity" : "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "LGPL-3.0-or-later" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz" ,
"integrity" : "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-ppc64" : {
2026-04-06 14:26:19 +02:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz" ,
"integrity" : "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"ppc64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-riscv64" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz" ,
"integrity" : "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "LGPL-3.0-or-later" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-s390x" : {
2026-04-06 14:26:19 +02:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz" ,
"integrity" : "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"s390x"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "LGPL-3.0-or-later" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz" ,
"integrity" : "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "LGPL-3.0-or-later" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linuxmusl-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz" ,
"integrity" : "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linuxmusl-x64" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz" ,
"integrity" : "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"libc" : [
"musl"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-linux-arm" : {
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz" ,
"integrity" : "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"libc" : [
"glibc"
] ,
"license" : "Apache-2.0" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-04-06 14:26:19 +02:00
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
2024-07-05 17:13:19 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2026-04-06 14:26:19 +02:00
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm" : "1.2.4"
2024-07-05 17:13:19 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@img/sharp-linux-arm64" : {
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz" ,
"integrity" : "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
2026-04-06 14:26:19 +02:00
"arm64"
2024-07-05 17:13:19 +02:00
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
"license" : "Apache-2.0" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-04-06 14:26:19 +02:00
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
2024-07-05 17:13:19 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2026-04-06 14:26:19 +02:00
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm64" : "1.2.4"
2024-07-05 17:13:19 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@img/sharp-linux-ppc64" : {
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz" ,
"integrity" : "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
2026-04-06 14:26:19 +02:00
"ppc64"
2024-07-05 17:13:19 +02:00
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2024-09-30 14:14:43 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"@img/sharp-libvips-linux-ppc64" : "1.2.4"
2024-07-05 17:13:19 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@img/sharp-linux-riscv64" : {
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz" ,
"integrity" : "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
2026-04-06 14:26:19 +02:00
"riscv64"
2024-07-05 17:13:19 +02:00
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2024-09-30 14:14:43 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"@img/sharp-libvips-linux-riscv64" : "1.2.4"
2024-07-05 17:13:19 +02:00
}
} ,
"node_modules/@img/sharp-linux-s390x" : {
2026-04-06 14:26:19 +02:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz" ,
"integrity" : "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"s390x"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2024-09-30 14:14:43 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"@img/sharp-libvips-linux-s390x" : "1.2.4"
2024-07-05 17:13:19 +02:00
}
} ,
"node_modules/@img/sharp-linux-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz" ,
"integrity" : "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2024-09-30 14:14:43 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"@img/sharp-libvips-linux-x64" : "1.2.4"
2024-07-05 17:13:19 +02:00
}
} ,
"node_modules/@img/sharp-linuxmusl-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz" ,
"integrity" : "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2024-09-30 14:14:43 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"@img/sharp-libvips-linuxmusl-arm64" : "1.2.4"
2024-07-05 17:13:19 +02:00
}
} ,
"node_modules/@img/sharp-linuxmusl-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz" ,
"integrity" : "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2024-09-30 14:14:43 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"@img/sharp-libvips-linuxmusl-x64" : "1.2.4"
2024-07-05 17:13:19 +02:00
}
} ,
"node_modules/@img/sharp-wasm32" : {
2026-04-06 14:26:19 +02:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz" ,
"integrity" : "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"wasm32"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0 AND LGPL-3.0-or-later AND MIT" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@emnapi/runtime" : "^1.7.0"
2025-06-08 16:32:41 +02:00
} ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
2025-06-08 16:32:41 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-win32-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz" ,
"integrity" : "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"win32"
] ,
2024-07-05 17:13:19 +02:00
"engines" : {
2024-09-30 14:14:43 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-win32-ia32" : {
2026-04-06 14:26:19 +02:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz" ,
"integrity" : "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"ia32"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
2024-09-30 14:14:43 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-win32-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz" ,
"integrity" : "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==" ,
2024-07-05 17:13:19 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
2024-07-05 17:13:19 +02:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
2024-09-30 14:14:43 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-07-05 17:13:19 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
2024-04-08 17:12:39 +02:00
"node_modules/@internationalized/date" : {
2026-04-06 14:26:19 +02:00
"version" : "3.12.0" ,
2026-04-06 18:22:01 +02:00
"resolved" : "https://registry.npmjs.org/@internationalized/date/-/date-3.12.0.tgz" ,
"integrity" : "sha512-/PyIMzK29jtXaGU23qTvNZxvBXRtKbNnGDFD+PY6CZw/Y8Ex8pFUzkuCJCG9aOqmShjqhS9mPqP6Dk5onQY8rQ==" ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2024-04-08 17:12:39 +02:00
"dependencies" : {
"@swc/helpers" : "^0.5.0"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@isaacs/cliui" : {
2026-04-06 14:26:19 +02:00
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz" ,
"integrity" : "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "BlueOak-1.0.0" ,
2024-04-05 17:53:42 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.13" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2025-06-21 21:07:36 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@jridgewell/sourcemap-codec" : "^1.5.0" ,
"@jridgewell/trace-mapping" : "^0.3.24"
2025-06-21 21:07:36 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@jridgewell/remapping" : {
"version" : "2.3.5" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
2024-04-05 17:53:42 +02:00
"@jridgewell/trace-mapping" : "^0.3.24"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
2026-04-06 14:26:19 +02:00
"version" : "1.5.5" ,
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/@jridgewell/trace-mapping" : {
2026-04-06 14:26:19 +02:00
"version" : "0.3.31" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
2024-04-20 23:17:11 +02:00
"node_modules/@kurkle/color" : {
2026-04-06 14:26:19 +02:00
"version" : "0.3.4" ,
"license" : "MIT"
2024-04-20 23:17:11 +02:00
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@lucide/svelte" : {
2025-10-18 18:51:11 +02:00
"version" : "0.544.0" ,
"resolved" : "https://registry.npmjs.org/@lucide/svelte/-/svelte-0.544.0.tgz" ,
"integrity" : "sha512-9f9O6uxng2pLB01sxNySHduJN3HTl5p0HDu4H26VR51vhZfiMzyOMe9Mhof3XAk4l813eTtl+/DYRvGyoRR+yw==" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "ISC" ,
"peerDependencies" : {
"svelte" : "^5"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@mapbox/jsonlint-lines-primitives" : {
"version" : "2.0.2" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/@mapbox/point-geometry" : {
2025-11-20 00:27:53 +01:00
"version" : "1.1.0" ,
"license" : "ISC"
2024-04-05 17:53:42 +02:00
} ,
2024-07-16 23:57:17 +02:00
"node_modules/@mapbox/sphericalmercator" : {
2026-04-06 14:26:19 +02:00
"version" : "2.0.2"
2024-07-16 23:57:17 +02:00
} ,
2024-09-04 19:11:56 +02:00
"node_modules/@mapbox/tilebelt" : {
2026-04-06 14:26:19 +02:00
"version" : "2.0.3" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT"
2024-09-04 19:11:56 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@mapbox/tiny-sdf" : {
2026-01-30 21:01:24 +01:00
"version" : "2.0.7" ,
"license" : "BSD-2-Clause"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/@mapbox/unitbezier" : {
"version" : "0.0.1" ,
2026-03-27 21:47:17 +01:00
"license" : "BSD-2-Clause"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/@mapbox/vector-tile" : {
2025-11-20 00:27:53 +01:00
"version" : "2.0.4" ,
"license" : "BSD-3-Clause" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2025-11-20 00:27:53 +01:00
"@mapbox/point-geometry" : "~1.1.0" ,
"@types/geojson" : "^7946.0.16" ,
"pbf" : "^4.0.1"
}
} ,
"node_modules/@mapbox/vector-tile/node_modules/pbf" : {
"version" : "4.0.1" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"resolve-protobuf-schema" : "^2.1.0"
} ,
"bin" : {
"pbf" : "bin/pbf"
2024-04-05 17:53:42 +02:00
}
} ,
"node_modules/@mapbox/whoots-js" : {
"version" : "3.1.0" ,
2026-04-06 14:26:19 +02:00
"license" : "ISC" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=6.0.0"
}
} ,
2026-01-30 21:01:24 +01:00
"node_modules/@maplibre/geojson-vt" : {
2026-03-27 21:47:17 +01:00
"version" : "6.0.4" ,
"license" : "ISC" ,
"dependencies" : {
"kdbush" : "^4.0.2"
}
2026-01-30 21:01:24 +01:00
} ,
"node_modules/@maplibre/maplibre-gl-geocoder" : {
"version" : "1.9.4" ,
"license" : "ISC" ,
"dependencies" : {
"events" : "^3.3.0" ,
"lodash.debounce" : "^4.0.6" ,
"subtag" : "^0.5.0" ,
"suggestions-list" : "^0.0.2" ,
"xtend" : "^4.0.1"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"maplibre-gl" : ">=4.0.0"
}
} ,
"node_modules/@maplibre/maplibre-gl-style-spec" : {
2026-04-06 14:26:19 +02:00
"version" : "24.8.1" ,
2026-01-30 21:01:24 +01:00
"license" : "ISC" ,
"dependencies" : {
"@mapbox/jsonlint-lines-primitives" : "~2.0.2" ,
"@mapbox/unitbezier" : "^0.0.1" ,
"json-stringify-pretty-compact" : "^4.0.0" ,
"minimist" : "^1.2.8" ,
"quickselect" : "^3.0.0" ,
"rw" : "^1.3.3" ,
"tinyqueue" : "^3.0.0"
} ,
"bin" : {
"gl-style-format" : "dist/gl-style-format.mjs" ,
"gl-style-migrate" : "dist/gl-style-migrate.mjs" ,
"gl-style-validate" : "dist/gl-style-validate.mjs"
}
} ,
"node_modules/@maplibre/mlt" : {
2026-03-27 21:47:17 +01:00
"version" : "1.1.8" ,
2026-01-30 21:01:24 +01:00
"license" : "(MIT OR Apache-2.0)" ,
"dependencies" : {
"@mapbox/point-geometry" : "^1.1.0"
}
} ,
"node_modules/@maplibre/vt-pbf" : {
2026-03-27 21:47:17 +01:00
"version" : "4.3.0" ,
2026-01-30 21:01:24 +01:00
"license" : "MIT" ,
"dependencies" : {
"@mapbox/point-geometry" : "^1.1.0" ,
"@mapbox/vector-tile" : "^2.0.4" ,
"@maplibre/geojson-vt" : "^5.0.4" ,
"@types/geojson" : "^7946.0.16" ,
"@types/supercluster" : "^7.1.3" ,
"pbf" : "^4.0.1" ,
"supercluster" : "^8.0.1"
}
} ,
2026-03-27 21:47:17 +01:00
"node_modules/@maplibre/vt-pbf/node_modules/@maplibre/geojson-vt" : {
"version" : "5.0.4" ,
"license" : "ISC"
} ,
2026-01-30 21:01:24 +01:00
"node_modules/@maplibre/vt-pbf/node_modules/pbf" : {
"version" : "4.0.1" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"resolve-protobuf-schema" : "^2.1.0"
} ,
"bin" : {
"pbf" : "bin/pbf"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@polka/url" : {
2025-05-08 14:16:07 +02:00
"version" : "1.0.0-next.29" ,
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
2024-07-05 17:13:19 +02:00
"node_modules/@rollup/pluginutils" : {
2026-04-06 14:26:19 +02:00
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz" ,
"integrity" : "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==" ,
2024-07-05 17:13:19 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-07-05 17:13:19 +02:00
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"estree-walker" : "^2.0.2" ,
2026-04-06 14:26:19 +02:00
"picomatch" : "^4.0.2"
2024-07-05 17:13:19 +02:00
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@rollup/rollup-android-arm-eabi" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz" ,
"integrity" : "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-android-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz" ,
"integrity" : "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-darwin-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz" ,
"integrity" : "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-darwin-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz" ,
"integrity" : "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@rollup/rollup-freebsd-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz" ,
"integrity" : "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-freebsd-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz" ,
"integrity" : "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@rollup/rollup-linux-arm-gnueabihf" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz" ,
"integrity" : "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==" ,
2024-09-30 14:14:43 +02:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-30 14:14:43 +02:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm-musleabihf" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz" ,
"integrity" : "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-gnu" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz" ,
"integrity" : "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-musl" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz" ,
"integrity" : "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-loong64-gnu" : {
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz" ,
"integrity" : "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==" ,
"cpu" : [
"loong64"
] ,
"dev" : true ,
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@rollup/rollup-linux-loong64-musl" : {
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz" ,
"integrity" : "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"loong64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-ppc64-gnu" : {
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz" ,
"integrity" : "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"linux"
]
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@rollup/rollup-linux-ppc64-musl" : {
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz" ,
"integrity" : "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
2024-09-30 14:14:43 +02:00
"ppc64"
2024-04-05 17:53:42 +02:00
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-gnu" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz" ,
"integrity" : "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==" ,
2025-06-08 16:32:41 +02:00
"cpu" : [
"riscv64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-musl" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz" ,
"integrity" : "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"riscv64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-s390x-gnu" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz" ,
"integrity" : "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"s390x"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-gnu" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz" ,
"integrity" : "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-musl" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz" ,
"integrity" : "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"linux"
]
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@rollup/rollup-openbsd-x64" : {
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz" ,
"integrity" : "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
]
} ,
"node_modules/@rollup/rollup-openharmony-arm64" : {
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz" ,
"integrity" : "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
]
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@rollup/rollup-win32-arm64-msvc" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz" ,
"integrity" : "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-ia32-msvc" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz" ,
"integrity" : "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"ia32"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"win32"
]
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@rollup/rollup-win32-x64-gnu" : {
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz" ,
"integrity" : "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@rollup/rollup-win32-x64-msvc" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz" ,
"integrity" : "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==" ,
2024-04-05 17:53:42 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"win32"
]
} ,
2026-04-06 14:26:19 +02:00
"node_modules/@standard-schema/spec" : {
"version" : "1.1.0" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@sveltejs/acorn-typescript" : {
2026-04-06 14:26:19 +02:00
"version" : "1.0.9" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"peerDependencies" : {
2025-06-08 16:32:41 +02:00
"acorn" : "^8.9.0"
2024-04-05 17:53:42 +02:00
}
} ,
2024-04-20 15:43:44 +02:00
"node_modules/@sveltejs/adapter-static" : {
2026-04-06 14:26:19 +02:00
"version" : "3.0.10" ,
2024-04-20 15:43:44 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-20 15:43:44 +02:00
"peerDependencies" : {
"@sveltejs/kit" : "^2.0.0"
}
} ,
2024-07-05 17:13:19 +02:00
"node_modules/@sveltejs/enhanced-img" : {
2026-04-06 14:26:19 +02:00
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/@sveltejs/enhanced-img/-/enhanced-img-0.6.1.tgz" ,
"integrity" : "sha512-8oj/cXc/M1soGQOkkkuEzeaiE/LTa3MJnoRwoRzG7GOPKHOfNRJDzsCcx3s1GqxQlcoHc4BJK3HoU1m0OV9UMA==" ,
2024-07-05 17:13:19 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-07-05 17:13:19 +02:00
"dependencies" : {
"magic-string" : "^0.30.5" ,
2025-06-08 16:32:41 +02:00
"sharp" : "^0.34.1" ,
"svelte-parse-markup" : "^0.1.5" ,
"vite-imagetools" : "^7.1.0" ,
"zimmerframe" : "^1.1.2"
2024-09-24 13:45:30 +02:00
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"@sveltejs/vite-plugin-svelte" : "^5.0.0 || ^6.0.0-next.0" ,
2025-06-08 16:32:41 +02:00
"svelte" : "^5.0.0" ,
2024-09-24 13:45:30 +02:00
"vite" : ">= 5.0.0"
2024-07-05 17:13:19 +02:00
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@sveltejs/kit" : {
2026-04-06 14:26:19 +02:00
"version" : "2.56.1" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-05-08 14:16:07 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@standard-schema/spec" : "^1.0.0" ,
2025-06-08 16:32:41 +02:00
"@sveltejs/acorn-typescript" : "^1.0.5" ,
2024-04-05 17:53:42 +02:00
"@types/cookie" : "^0.6.0" ,
2025-06-08 16:32:41 +02:00
"acorn" : "^8.14.1" ,
2024-04-05 17:53:42 +02:00
"cookie" : "^0.6.0" ,
2026-04-06 14:26:19 +02:00
"devalue" : "^5.6.4" ,
2025-05-08 14:16:07 +02:00
"esm-env" : "^1.2.2" ,
2024-04-05 17:53:42 +02:00
"kleur" : "^4.1.5" ,
"magic-string" : "^0.30.5" ,
"mrmime" : "^2.0.0" ,
2026-04-06 14:26:19 +02:00
"set-cookie-parser" : "^3.0.0" ,
2025-05-08 14:16:07 +02:00
"sirv" : "^3.0.0"
2024-04-05 17:53:42 +02:00
} ,
"bin" : {
"svelte-kit" : "svelte-kit.js"
} ,
"engines" : {
"node" : ">=18.13"
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"@opentelemetry/api" : "^1.0.0" ,
"@sveltejs/vite-plugin-svelte" : "^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0 || ^7.0.0" ,
2024-04-05 17:53:42 +02:00
"svelte" : "^4.0.0 || ^5.0.0-next.0" ,
2026-04-06 14:26:19 +02:00
"typescript" : "^5.3.3 || ^6.0.0" ,
"vite" : "^5.0.3 || ^6.0.0 || ^7.0.0-beta.0 || ^8.0.0"
} ,
"peerDependenciesMeta" : {
"@opentelemetry/api" : {
"optional" : true
} ,
"typescript" : {
"optional" : true
}
2024-04-05 17:53:42 +02:00
}
} ,
"node_modules/@sveltejs/vite-plugin-svelte" : {
2026-04-06 14:26:19 +02:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-5.1.1.tgz" ,
"integrity" : "sha512-Y1Cs7hhTc+a5E9Va/xwKlAJoariQyHY+5zBgCZg4PFWNYQ1nMN9sjK1zhw1gK69DuqVP++sht/1GZg1aRwmAXQ==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"@sveltejs/vite-plugin-svelte-inspector" : "^4.0.1" ,
"debug" : "^4.4.1" ,
2024-04-05 17:53:42 +02:00
"deepmerge" : "^4.3.1" ,
"kleur" : "^4.1.5" ,
2025-06-08 16:32:41 +02:00
"magic-string" : "^0.30.17" ,
"vitefu" : "^1.0.6"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.0.0 || ^20.0.0 || >=22"
2024-04-05 17:53:42 +02:00
} ,
"peerDependencies" : {
2025-06-08 16:32:41 +02:00
"svelte" : "^5.0.0" ,
"vite" : "^6.0.0"
2024-04-05 17:53:42 +02:00
}
} ,
"node_modules/@sveltejs/vite-plugin-svelte-inspector" : {
2025-06-08 16:32:41 +02:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-4.0.1.tgz" ,
"integrity" : "sha512-J/Nmb2Q2y7mck2hyCX4ckVHcR5tu2J+MtBEQqpDrrgELZ2uvraQcK/ioCV61AqkdXFgriksOKIceDcQmqnGhVw==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"debug" : "^4.3.7"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.0.0 || ^20.0.0 || >=22"
2024-04-05 17:53:42 +02:00
} ,
"peerDependencies" : {
2025-06-08 16:32:41 +02:00
"@sveltejs/vite-plugin-svelte" : "^5.0.0" ,
"svelte" : "^5.0.0" ,
"vite" : "^6.0.0"
2024-04-05 17:53:42 +02:00
}
} ,
2024-04-08 17:12:39 +02:00
"node_modules/@swc/helpers" : {
2026-04-06 14:26:19 +02:00
"version" : "0.5.21" ,
2026-04-06 18:22:01 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "Apache-2.0" ,
2024-04-08 17:12:39 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"tslib" : "^2.8.0"
2024-04-08 17:12:39 +02:00
}
} ,
2025-06-21 21:07:36 +02:00
"node_modules/@tailwindcss/node" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@jridgewell/remapping" : "^2.3.5" ,
"enhanced-resolve" : "^5.19.0" ,
"jiti" : "^2.6.1" ,
"lightningcss" : "1.32.0" ,
"magic-string" : "^0.30.21" ,
2025-06-21 21:07:36 +02:00
"source-map-js" : "^1.2.1" ,
2026-04-06 14:26:19 +02:00
"tailwindcss" : "4.2.2"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"@tailwindcss/oxide-android-arm64" : "4.2.2" ,
"@tailwindcss/oxide-darwin-arm64" : "4.2.2" ,
"@tailwindcss/oxide-darwin-x64" : "4.2.2" ,
"@tailwindcss/oxide-freebsd-x64" : "4.2.2" ,
"@tailwindcss/oxide-linux-arm-gnueabihf" : "4.2.2" ,
"@tailwindcss/oxide-linux-arm64-gnu" : "4.2.2" ,
"@tailwindcss/oxide-linux-arm64-musl" : "4.2.2" ,
"@tailwindcss/oxide-linux-x64-gnu" : "4.2.2" ,
"@tailwindcss/oxide-linux-x64-musl" : "4.2.2" ,
"@tailwindcss/oxide-wasm32-wasi" : "4.2.2" ,
"@tailwindcss/oxide-win32-arm64-msvc" : "4.2.2" ,
"@tailwindcss/oxide-win32-x64-msvc" : "4.2.2"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide-android-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz" ,
"integrity" : "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide-darwin-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz" ,
"integrity" : "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide-darwin-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide-freebsd-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz" ,
"integrity" : "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz" ,
"integrity" : "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm64-gnu" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz" ,
"integrity" : "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-21 21:07:36 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm64-musl" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz" ,
"integrity" : "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
2025-06-21 21:07:36 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide-linux-x64-gnu" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz" ,
"integrity" : "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-21 21:07:36 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide-linux-x64-musl" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz" ,
"integrity" : "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
2025-06-21 21:07:36 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide-wasm32-wasi" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz" ,
"integrity" : "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==" ,
2025-06-21 21:07:36 +02:00
"bundleDependencies" : [
"@napi-rs/wasm-runtime" ,
"@emnapi/core" ,
"@emnapi/runtime" ,
"@tybys/wasm-util" ,
"@emnapi/wasi-threads" ,
"tslib"
] ,
"cpu" : [
"wasm32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@emnapi/core" : "^1.8.1" ,
"@emnapi/runtime" : "^1.8.1" ,
"@emnapi/wasi-threads" : "^1.1.0" ,
"@napi-rs/wasm-runtime" : "^1.1.1" ,
"@tybys/wasm-util" : "^0.10.1" ,
"tslib" : "^2.8.1"
2025-06-21 21:07:36 +02:00
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@tailwindcss/oxide-win32-arm64-msvc" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz" ,
"integrity" : "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/oxide-win32-x64-msvc" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz" ,
"integrity" : "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 20"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/@tailwindcss/vite" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.2" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@tailwindcss/node" : "4.2.2" ,
"@tailwindcss/oxide" : "4.2.2" ,
"tailwindcss" : "4.2.2"
2025-06-21 21:07:36 +02:00
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"vite" : "^5.2.0 || ^6 || ^7 || ^8"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@types/cookie" : {
"version" : "0.6.0" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
2024-06-24 19:41:44 +02:00
"node_modules/@types/earcut" : {
"version" : "2.1.4" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-06-24 19:41:44 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@types/eslint" : {
2025-06-08 16:32:41 +02:00
"version" : "9.6.1" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"@types/estree" : "*" ,
"@types/json-schema" : "*"
}
} ,
"node_modules/@types/estree" : {
2026-04-06 14:26:19 +02:00
"version" : "1.0.8" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
2024-04-08 14:45:52 +02:00
"node_modules/@types/events" : {
"version" : "3.0.3" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-08 14:45:52 +02:00
} ,
2025-01-24 20:42:45 +01:00
"node_modules/@types/file-saver" : {
"version" : "2.0.7" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-04-11 17:18:21 +02:00
"node_modules/@types/geojson" : {
2025-04-24 19:42:46 +02:00
"version" : "7946.0.16" ,
2024-12-24 16:50:52 +01:00
"license" : "MIT"
2024-09-30 14:14:43 +02:00
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@types/hammerjs" : {
"version" : "2.0.46" ,
"license" : "MIT"
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
2024-09-30 14:14:43 +02:00
"node_modules/@types/mapbox__sphericalmercator" : {
2024-07-16 23:57:17 +02:00
"version" : "1.2.3" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-07-16 23:57:17 +02:00
} ,
2024-09-04 19:11:56 +02:00
"node_modules/@types/mapbox__tilebelt" : {
"version" : "1.0.4" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-09-04 19:11:56 +02:00
"dependencies" : {
"@types/geojson" : "*"
}
} ,
2025-06-07 11:30:06 +02:00
"node_modules/@types/mdast" : {
"version" : "4.0.4" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "*"
}
} ,
2024-04-08 14:45:52 +02:00
"node_modules/@types/node" : {
2026-04-06 14:26:19 +02:00
"version" : "22.19.17" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.19.17.tgz" ,
"integrity" : "sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==" ,
2026-01-30 21:01:24 +01:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-08 14:45:52 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"undici-types" : "~6.21.0"
2024-04-08 14:45:52 +02:00
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/@types/pako" : {
"version" : "1.0.7" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-06-24 19:41:44 +02:00
} ,
"node_modules/@types/pbf" : {
"version" : "3.0.5" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-06-24 19:41:44 +02:00
} ,
"node_modules/@types/polylabel" : {
"version" : "1.1.3" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-06-24 19:41:44 +02:00
} ,
"node_modules/@types/rbush" : {
2024-09-30 14:14:43 +02:00
"version" : "3.0.4" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-06-24 19:41:44 +02:00
} ,
2024-08-09 16:22:32 +02:00
"node_modules/@types/sanitize-html" : {
2026-04-06 14:26:19 +02:00
"version" : "2.16.1" ,
2024-08-09 16:22:32 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-08-09 16:22:32 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"htmlparser2" : "^10.1"
2024-08-09 16:22:32 +02:00
}
} ,
2024-04-19 17:06:36 +02:00
"node_modules/@types/sortablejs" : {
2026-04-06 14:26:19 +02:00
"version" : "1.15.9" ,
"dev" : true ,
"license" : "MIT"
2024-04-19 17:06:36 +02:00
} ,
2024-09-30 14:14:43 +02:00
"node_modules/@types/supercluster" : {
"version" : "7.1.3" ,
2026-03-27 21:47:17 +01:00
"license" : "MIT" ,
2024-09-30 14:14:43 +02:00
"dependencies" : {
"@types/geojson" : "*"
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/@types/three" : {
"version" : "0.134.0" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
} ,
"node_modules/@types/trusted-types" : {
"version" : "2.0.7" ,
"dev" : true ,
"license" : "MIT"
2024-06-24 19:41:44 +02:00
} ,
2024-07-02 10:07:54 +02:00
"node_modules/@types/unist" : {
2024-09-30 14:14:43 +02:00
"version" : "2.0.11" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-07-02 10:07:54 +02:00
} ,
2024-06-24 19:41:44 +02:00
"node_modules/@types/virtual-dom" : {
"version" : "2.1.4" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-06-24 19:41:44 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@typescript-eslint/eslint-plugin" : {
2026-04-06 14:26:19 +02:00
"version" : "8.58.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@eslint-community/regexpp" : "^4.12.2" ,
"@typescript-eslint/scope-manager" : "8.58.0" ,
"@typescript-eslint/type-utils" : "8.58.0" ,
"@typescript-eslint/utils" : "8.58.0" ,
"@typescript-eslint/visitor-keys" : "8.58.0" ,
"ignore" : "^7.0.5" ,
2024-04-05 17:53:42 +02:00
"natural-compare" : "^1.4.0" ,
2026-04-06 14:26:19 +02:00
"ts-api-utils" : "^2.5.0"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"@typescript-eslint/parser" : "^8.58.0" ,
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
2024-04-05 17:53:42 +02:00
}
} ,
2024-09-30 14:14:43 +02:00
"node_modules/@typescript-eslint/parser" : {
2026-04-06 14:26:19 +02:00
"version" : "8.58.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@typescript-eslint/scope-manager" : "8.58.0" ,
"@typescript-eslint/types" : "8.58.0" ,
"@typescript-eslint/typescript-estree" : "8.58.0" ,
"@typescript-eslint/visitor-keys" : "8.58.0" ,
"debug" : "^4.4.3"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
2025-06-08 16:32:41 +02:00
}
} ,
"node_modules/@typescript-eslint/project-service" : {
2026-04-06 14:26:19 +02:00
"version" : "8.58.0" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@typescript-eslint/tsconfig-utils" : "^8.58.0" ,
"@typescript-eslint/types" : "^8.58.0" ,
"debug" : "^4.4.3"
2024-04-05 17:53:42 +02:00
} ,
2025-06-08 16:32:41 +02:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"typescript" : ">=4.8.4 <6.1.0"
2024-04-05 17:53:42 +02:00
}
} ,
2024-09-30 14:14:43 +02:00
"node_modules/@typescript-eslint/scope-manager" : {
2026-04-06 14:26:19 +02:00
"version" : "8.58.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@typescript-eslint/types" : "8.58.0" ,
"@typescript-eslint/visitor-keys" : "8.58.0"
2025-06-08 16:32:41 +02:00
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
2025-06-08 16:32:41 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/tsconfig-utils" : {
2026-04-06 14:26:19 +02:00
"version" : "8.58.0" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2025-06-08 16:32:41 +02:00
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"typescript" : ">=4.8.4 <6.1.0"
2024-04-05 17:53:42 +02:00
}
} ,
2024-09-30 14:14:43 +02:00
"node_modules/@typescript-eslint/type-utils" : {
2026-04-06 14:26:19 +02:00
"version" : "8.58.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@typescript-eslint/types" : "8.58.0" ,
"@typescript-eslint/typescript-estree" : "8.58.0" ,
"@typescript-eslint/utils" : "8.58.0" ,
"debug" : "^4.4.3" ,
"ts-api-utils" : "^2.5.0"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
2024-04-05 17:53:42 +02:00
}
} ,
2024-06-20 12:16:53 +02:00
"node_modules/@typescript-eslint/types" : {
2026-04-06 14:26:19 +02:00
"version" : "8.58.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
2024-06-20 12:16:53 +02:00
"node_modules/@typescript-eslint/typescript-estree" : {
2026-04-06 14:26:19 +02:00
"version" : "8.58.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@typescript-eslint/project-service" : "8.58.0" ,
"@typescript-eslint/tsconfig-utils" : "8.58.0" ,
"@typescript-eslint/types" : "8.58.0" ,
"@typescript-eslint/visitor-keys" : "8.58.0" ,
"debug" : "^4.4.3" ,
"minimatch" : "^10.2.2" ,
"semver" : "^7.7.3" ,
"tinyglobby" : "^0.2.15" ,
"ts-api-utils" : "^2.5.0"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
2025-06-08 16:32:41 +02:00
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"typescript" : ">=4.8.4 <6.1.0"
2024-04-05 17:53:42 +02:00
}
} ,
2024-09-30 14:14:43 +02:00
"node_modules/@typescript-eslint/utils" : {
2026-04-06 14:26:19 +02:00
"version" : "8.58.0" ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-30 14:14:43 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@eslint-community/eslint-utils" : "^4.9.1" ,
"@typescript-eslint/scope-manager" : "8.58.0" ,
"@typescript-eslint/types" : "8.58.0" ,
"@typescript-eslint/typescript-estree" : "8.58.0"
2024-09-30 14:14:43 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-09-30 14:14:43 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
2024-09-30 14:14:43 +02:00
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/@typescript-eslint/visitor-keys" : {
2026-04-06 14:26:19 +02:00
"version" : "8.58.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@typescript-eslint/types" : "8.58.0" ,
"eslint-visitor-keys" : "^5.0.0"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys" : {
2026-04-06 14:26:19 +02:00
"version" : "5.0.1" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : "^20.19.0 || ^22.13.0 || >=24"
2025-06-08 16:32:41 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
2024-06-20 15:39:02 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/acorn" : {
2026-04-06 14:26:19 +02:00
"version" : "8.16.0" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
"node_modules/ajv" : {
2026-04-06 14:26:19 +02:00
"version" : "6.14.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"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"
}
} ,
2024-09-13 13:58:48 +02:00
"node_modules/algoliasearch" : {
2026-04-06 14:26:19 +02:00
"version" : "5.50.1" ,
"license" : "MIT" ,
"dependencies" : {
"@algolia/abtesting" : "1.16.1" ,
"@algolia/client-abtesting" : "5.50.1" ,
"@algolia/client-analytics" : "5.50.1" ,
"@algolia/client-common" : "5.50.1" ,
"@algolia/client-insights" : "5.50.1" ,
"@algolia/client-personalization" : "5.50.1" ,
"@algolia/client-query-suggestions" : "5.50.1" ,
"@algolia/client-search" : "5.50.1" ,
"@algolia/ingestion" : "1.50.1" ,
"@algolia/monitoring" : "1.50.1" ,
"@algolia/recommend" : "5.50.1" ,
"@algolia/requester-browser-xhr" : "5.50.1" ,
"@algolia/requester-fetch" : "5.50.1" ,
"@algolia/requester-node-http" : "5.50.1"
2025-06-08 16:32:41 +02:00
} ,
"engines" : {
"node" : ">= 14.0.0"
2024-09-13 13:58:48 +02:00
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
"license" : "MIT" ,
2025-06-08 16:32:41 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"color-convert" : "^2.0.1"
2024-09-04 19:11:56 +02:00
} ,
2026-04-06 14:26:19 +02:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2024-09-04 19:11:56 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/argparse" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
"dev" : true ,
"license" : "Python-2.0"
2024-09-04 19:11:56 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/aria-query" : {
"version" : "5.3.1" ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">= 0.4"
2024-09-04 19:11:56 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/axobject-query" : {
"version" : "4.1.0" ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">= 0.4"
2024-09-04 19:11:56 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/balanced-match" : {
"version" : "4.0.4" ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
"engines" : {
"node" : "18 || 20 || >=22"
}
2024-09-04 19:11:56 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/bits-ui" : {
"version" : "2.17.2" ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-09-04 19:11:56 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@floating-ui/core" : "^1.7.1" ,
"@floating-ui/dom" : "^1.7.1" ,
"esm-env" : "^1.1.2" ,
"runed" : "^0.35.1" ,
"svelte-toolbelt" : "^0.10.6" ,
"tabbable" : "^6.2.0"
2025-05-08 09:23:07 -07:00
} ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=20"
2025-05-08 09:23:07 -07:00
} ,
"funding" : {
2026-04-06 14:26:19 +02:00
"url" : "https://github.com/sponsors/huntabyte"
2025-05-08 09:23:07 -07:00
} ,
2026-04-06 14:26:19 +02:00
"peerDependencies" : {
"@internationalized/date" : "^3.8.1" ,
"svelte" : "^5.33.0"
2025-05-08 09:23:07 -07:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/brace-expansion" : {
"version" : "5.0.5" ,
2025-05-08 09:23:07 -07:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2025-05-08 09:23:07 -07:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"balanced-match" : "^4.0.2"
2024-09-04 19:11:56 +02:00
} ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : "18 || 20 || >=22"
2024-09-04 19:11:56 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/browser-split" : {
"version" : "0.0.1" ,
"license" : "MIT"
} ,
2024-04-05 17:53:42 +02:00
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=6"
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/camelize" : {
"version" : "1.0.1" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-06-24 19:41:44 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
2024-04-20 23:17:11 +02:00
}
} ,
"node_modules/chart.js" : {
2025-12-24 10:11:43 +01:00
"version" : "4.5.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-20 23:17:11 +02:00
"dependencies" : {
"@kurkle/color" : "^0.3.0"
} ,
"engines" : {
"pnpm" : ">=8"
2024-04-05 17:53:42 +02:00
}
} ,
2024-08-12 12:42:16 +02:00
"node_modules/chartjs-plugin-zoom" : {
2025-06-08 16:32:41 +02:00
"version" : "2.2.0" ,
"license" : "MIT" ,
2024-08-12 12:42:16 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"@types/hammerjs" : "^2.0.45" ,
2024-08-12 12:42:16 +02:00
"hammerjs" : "^2.0.8"
} ,
"peerDependencies" : {
"chart.js" : ">=3.2.0"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/chokidar" : {
"version" : "4.0.3" ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-09-04 19:11:56 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"readdirp" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 14.16.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
2024-09-04 19:11:56 +02:00
}
} ,
2024-04-08 17:12:39 +02:00
"node_modules/clsx" : {
2024-06-20 12:16:53 +02:00
"version" : "2.1.1" ,
2025-06-21 21:07:36 +02:00
"license" : "MIT" ,
2024-04-08 17:12:39 +02:00
"engines" : {
"node" : ">=6"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
2025-06-21 21:07:36 +02:00
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2024-07-05 17:13:19 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-07-05 17:13:19 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-09-04 19:11:56 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/cookie" : {
"version" : "0.6.0" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">= 0.6"
}
} ,
2024-09-04 19:11:56 +02:00
"node_modules/core-util-is" : {
"version" : "1.0.3" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-09-04 19:11:56 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/cross-spawn" : {
2025-05-08 14:16:07 +02:00
"version" : "7.0.6" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2025-05-08 14:16:07 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/cssesc" : {
"version" : "3.0.0" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"bin" : {
"cssesc" : "bin/cssesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/debug" : {
2026-04-06 14:26:19 +02:00
"version" : "4.4.3" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2024-09-30 14:14:43 +02:00
"ms" : "^2.1.3"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/deep-is" : {
"version" : "0.1.4" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/deepmerge" : {
"version" : "4.3.1" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-10-18 18:51:11 +02:00
"node_modules/dequal" : {
"version" : "2.0.3" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2024-07-05 17:13:19 +02:00
"node_modules/detect-libc" : {
2026-04-06 14:26:19 +02:00
"version" : "2.1.2" ,
2024-07-05 17:13:19 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
2024-07-05 17:13:19 +02:00
"engines" : {
"node" : ">=8"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/devalue" : {
2026-04-06 14:26:19 +02:00
"version" : "5.6.4" ,
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
2024-05-02 19:51:08 +02:00
"node_modules/dexie" : {
2026-04-06 14:26:19 +02:00
"version" : "4.4.2" ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0"
2024-05-02 19:51:08 +02:00
} ,
2024-08-09 16:22:32 +02:00
"node_modules/dom-serializer" : {
"version" : "2.0.0" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-08-09 16:22:32 +02:00
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.2" ,
"entities" : "^4.2.0"
} ,
"funding" : {
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/dom-serializer/node_modules/entities" : {
"version" : "4.5.0" ,
"license" : "BSD-2-Clause" ,
2024-09-04 19:11:56 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=0.12"
2024-09-04 19:11:56 +02:00
} ,
"funding" : {
2026-04-06 14:26:19 +02:00
"url" : "https://github.com/fb55/entities?sponsor=1"
2024-09-04 19:11:56 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/dom-walk" : {
"version" : "0.1.2"
} ,
2024-08-09 16:22:32 +02:00
"node_modules/domelementtype" : {
"version" : "2.3.0" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
2026-04-06 14:26:19 +02:00
] ,
"license" : "BSD-2-Clause"
2024-08-09 16:22:32 +02:00
} ,
"node_modules/domhandler" : {
"version" : "5.0.3" ,
2026-04-06 14:26:19 +02:00
"license" : "BSD-2-Clause" ,
2024-08-09 16:22:32 +02:00
"dependencies" : {
"domelementtype" : "^2.3.0"
} ,
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
}
} ,
"node_modules/domutils" : {
2026-04-06 14:26:19 +02:00
"version" : "3.2.2" ,
"license" : "BSD-2-Clause" ,
2024-08-09 16:22:32 +02:00
"dependencies" : {
"dom-serializer" : "^2.0.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3"
} ,
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/earcut" : {
2026-04-06 14:26:19 +02:00
"version" : "2.2.4" ,
2025-06-08 16:32:41 +02:00
"license" : "ISC"
2024-04-05 17:53:42 +02:00
} ,
2025-06-21 21:07:36 +02:00
"node_modules/enhanced-resolve" : {
2026-04-06 14:26:19 +02:00
"version" : "5.20.1" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
2026-04-06 14:26:19 +02:00
"tapable" : "^2.3.0"
2025-06-21 21:07:36 +02:00
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
2024-08-09 16:22:32 +02:00
"node_modules/entities" : {
2026-04-06 14:26:19 +02:00
"version" : "7.0.1" ,
"license" : "BSD-2-Clause" ,
2024-09-04 19:11:56 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
2024-09-04 19:11:56 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/error" : {
"version" : "4.4.0" ,
2025-05-08 09:23:07 -07:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"camelize" : "^1.0.0" ,
"string-template" : "~0.2.0" ,
"xtend" : "~4.0.0"
2025-05-08 09:23:07 -07:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/esbuild" : {
2026-04-06 14:26:19 +02:00
"version" : "0.27.7" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"@esbuild/aix-ppc64" : "0.27.7" ,
"@esbuild/android-arm" : "0.27.7" ,
"@esbuild/android-arm64" : "0.27.7" ,
"@esbuild/android-x64" : "0.27.7" ,
"@esbuild/darwin-arm64" : "0.27.7" ,
"@esbuild/darwin-x64" : "0.27.7" ,
"@esbuild/freebsd-arm64" : "0.27.7" ,
"@esbuild/freebsd-x64" : "0.27.7" ,
"@esbuild/linux-arm" : "0.27.7" ,
"@esbuild/linux-arm64" : "0.27.7" ,
"@esbuild/linux-ia32" : "0.27.7" ,
"@esbuild/linux-loong64" : "0.27.7" ,
"@esbuild/linux-mips64el" : "0.27.7" ,
"@esbuild/linux-ppc64" : "0.27.7" ,
"@esbuild/linux-riscv64" : "0.27.7" ,
"@esbuild/linux-s390x" : "0.27.7" ,
"@esbuild/linux-x64" : "0.27.7" ,
"@esbuild/netbsd-arm64" : "0.27.7" ,
"@esbuild/netbsd-x64" : "0.27.7" ,
"@esbuild/openbsd-arm64" : "0.27.7" ,
"@esbuild/openbsd-x64" : "0.27.7" ,
"@esbuild/openharmony-arm64" : "0.27.7" ,
"@esbuild/sunos-x64" : "0.27.7" ,
"@esbuild/win32-arm64" : "0.27.7" ,
"@esbuild/win32-ia32" : "0.27.7" ,
"@esbuild/win32-x64" : "0.27.7"
2025-06-08 16:32:41 +02:00
}
2024-04-05 17:53:42 +02:00
} ,
"node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint" : {
2026-04-06 14:26:19 +02:00
"version" : "9.39.4" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz" ,
"integrity" : "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@eslint-community/eslint-utils" : "^4.8.0" ,
2025-06-08 16:32:41 +02:00
"@eslint-community/regexpp" : "^4.12.1" ,
2026-04-06 14:26:19 +02:00
"@eslint/config-array" : "^0.21.2" ,
"@eslint/config-helpers" : "^0.4.2" ,
"@eslint/core" : "^0.17.0" ,
"@eslint/eslintrc" : "^3.3.5" ,
"@eslint/js" : "9.39.4" ,
"@eslint/plugin-kit" : "^0.4.1" ,
2025-06-08 16:32:41 +02:00
"@humanfs/node" : "^0.16.6" ,
2024-04-05 17:53:42 +02:00
"@humanwhocodes/module-importer" : "^1.0.1" ,
2025-06-08 16:32:41 +02:00
"@humanwhocodes/retry" : "^0.4.2" ,
"@types/estree" : "^1.0.6" ,
2026-04-06 14:26:19 +02:00
"ajv" : "^6.14.0" ,
2024-04-05 17:53:42 +02:00
"chalk" : "^4.0.0" ,
2025-06-08 16:32:41 +02:00
"cross-spawn" : "^7.0.6" ,
2024-04-05 17:53:42 +02:00
"debug" : "^4.3.2" ,
"escape-string-regexp" : "^4.0.0" ,
2026-04-06 14:26:19 +02:00
"eslint-scope" : "^8.4.0" ,
"eslint-visitor-keys" : "^4.2.1" ,
"espree" : "^10.4.0" ,
2025-06-08 16:32:41 +02:00
"esquery" : "^1.5.0" ,
2024-04-05 17:53:42 +02:00
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
2025-06-08 16:32:41 +02:00
"file-entry-cache" : "^8.0.0" ,
2024-04-05 17:53:42 +02:00
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"lodash.merge" : "^4.6.2" ,
2026-04-06 14:26:19 +02:00
"minimatch" : "^3.1.5" ,
2024-04-05 17:53:42 +02:00
"natural-compare" : "^1.4.0" ,
2025-06-08 16:32:41 +02:00
"optionator" : "^0.9.3"
2024-04-05 17:53:42 +02:00
} ,
"bin" : {
"eslint" : "bin/eslint.js"
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
2025-06-08 16:32:41 +02:00
"url" : "https://eslint.org/donate"
2024-04-05 17:53:42 +02:00
} ,
"peerDependencies" : {
2025-06-08 16:32:41 +02:00
"jiti" : "*"
} ,
"peerDependenciesMeta" : {
"jiti" : {
"optional" : true
}
2024-04-05 17:53:42 +02:00
}
} ,
"node_modules/eslint-config-prettier" : {
2026-04-06 14:26:19 +02:00
"version" : "10.1.8" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"bin" : {
"eslint-config-prettier" : "bin/cli.js"
} ,
2025-06-08 16:32:41 +02:00
"funding" : {
"url" : "https://opencollective.com/eslint-config-prettier"
} ,
2024-04-05 17:53:42 +02:00
"peerDependencies" : {
"eslint" : ">=7.0.0"
}
} ,
"node_modules/eslint-plugin-svelte" : {
2026-04-06 14:26:19 +02:00
"version" : "3.17.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"@eslint-community/eslint-utils" : "^4.6.1" ,
"@jridgewell/sourcemap-codec" : "^1.5.0" ,
2024-04-05 17:53:42 +02:00
"esutils" : "^2.0.3" ,
2025-06-08 16:32:41 +02:00
"globals" : "^16.0.0" ,
2026-04-06 14:26:19 +02:00
"known-css-properties" : "^0.37.0" ,
2025-06-08 16:32:41 +02:00
"postcss" : "^8.4.49" ,
2024-04-05 17:53:42 +02:00
"postcss-load-config" : "^3.1.4" ,
2025-06-08 16:32:41 +02:00
"postcss-safe-parser" : "^7.0.0" ,
"semver" : "^7.6.3" ,
2026-04-06 14:26:19 +02:00
"svelte-eslint-parser" : "^1.4.0"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ota-meshi"
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"eslint" : "^8.57.1 || ^9.0.0 || ^10.0.0" ,
2025-06-08 16:32:41 +02:00
"svelte" : "^3.37.0 || ^4.0.0 || ^5.0.0"
2024-04-05 17:53:42 +02:00
} ,
"peerDependenciesMeta" : {
"svelte" : {
"optional" : true
}
}
} ,
"node_modules/eslint-scope" : {
2026-04-06 14:26:19 +02:00
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz" ,
"integrity" : "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "BSD-2-Clause" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "Apache-2.0" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/eslint/node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-04-05 17:53:42 +02:00
"node_modules/eslint/node_modules/brace-expansion" : {
2026-04-06 14:26:19 +02:00
"version" : "1.1.13" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz" ,
"integrity" : "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/eslint/node_modules/eslint-visitor-keys" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz" ,
"integrity" : "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/eslint/node_modules/ignore" : {
"version" : "5.3.2" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/eslint/node_modules/minimatch" : {
2026-04-06 14:26:19 +02:00
"version" : "3.1.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz" ,
"integrity" : "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "ISC" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/esm-env" : {
2025-05-08 14:16:07 +02:00
"version" : "1.2.2" ,
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/espree" : {
2026-04-06 14:26:19 +02:00
"version" : "10.4.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz" ,
"integrity" : "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "BSD-2-Clause" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"acorn" : "^8.15.0" ,
2024-04-05 17:53:42 +02:00
"acorn-jsx" : "^5.3.2" ,
2026-04-06 14:26:19 +02:00
"eslint-visitor-keys" : "^4.2.1"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/espree/node_modules/eslint-visitor-keys" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz" ,
"integrity" : "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/esquery" : {
2026-04-06 14:26:19 +02:00
"version" : "1.7.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "BSD-3-Clause" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"estraverse" : "^5.1.0"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/esrap" : {
2026-04-06 14:26:19 +02:00
"version" : "2.2.4" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@jridgewell/sourcemap-codec" : "^1.4.15" ,
"@typescript-eslint/types" : "^8.2.0"
2025-06-08 16:32:41 +02:00
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "BSD-2-Clause" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/estraverse" : {
"version" : "5.3.0" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "BSD-2-Clause" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=4.0"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-04-05 17:53:42 +02:00
"node_modules/esutils" : {
"version" : "2.0.3" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "BSD-2-Clause" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/ev-store" : {
"version" : "7.0.0" ,
"dependencies" : {
"individual" : "^3.0.0"
}
} ,
2024-04-08 14:45:52 +02:00
"node_modules/events" : {
"version" : "3.3.0" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-08 14:45:52 +02:00
"engines" : {
"node" : ">=0.8.x"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/fdir" : {
"version" : "6.5.0" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">=12.0.0"
} ,
"peerDependencies" : {
"picomatch" : "^3 || ^4"
} ,
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
2024-04-05 17:53:42 +02:00
}
} ,
"node_modules/file-entry-cache" : {
2025-06-08 16:32:41 +02:00
"version" : "8.0.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"flat-cache" : "^4.0.0"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=16.0.0"
2024-04-05 17:53:42 +02:00
}
} ,
2025-01-24 20:42:45 +01:00
"node_modules/file-saver" : {
"version" : "2.0.5" ,
"license" : "MIT"
} ,
2024-04-05 17:53:42 +02:00
"node_modules/find-up" : {
"version" : "5.0.0" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"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" : {
2025-06-08 16:32:41 +02:00
"version" : "4.0.1" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"flatted" : "^3.2.9" ,
2025-06-08 16:32:41 +02:00
"keyv" : "^4.5.4"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=16"
2024-04-05 17:53:42 +02:00
}
} ,
"node_modules/flatted" : {
2026-04-06 14:26:19 +02:00
"version" : "3.4.2" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "ISC"
2024-04-08 17:12:39 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/foreground-child" : {
2026-04-06 14:26:19 +02:00
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz" ,
"integrity" : "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "ISC" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"cross-spawn" : "^7.0.6" ,
2024-04-05 17:53:42 +02:00
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/fsevents" : {
"version" : "2.3.3" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
"node_modules/fuzzy" : {
"version" : "0.1.3" ,
"engines" : {
"node" : ">= 0.6.0"
}
} ,
2024-06-26 20:33:01 +02:00
"node_modules/get-tsconfig" : {
2026-04-06 14:26:19 +02:00
"version" : "4.13.7" ,
2024-06-26 20:33:01 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-06-26 20:33:01 +02:00
"dependencies" : {
"resolve-pkg-maps" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/privatenumber/get-tsconfig?sponsor=1"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/gl-matrix" : {
2025-11-20 00:27:53 +01:00
"version" : "3.4.4" ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/glob" : {
2026-04-06 14:26:19 +02:00
"version" : "11.1.0" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz" ,
"integrity" : "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==" ,
"deprecated" : "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "BlueOak-1.0.0" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"foreground-child" : "^3.3.1" ,
"jackspeak" : "^4.1.1" ,
"minimatch" : "^10.1.1" ,
2024-07-08 19:07:33 +02:00
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
2025-06-08 16:32:41 +02:00
"path-scurry" : "^2.0.0"
2024-07-08 19:07:33 +02:00
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
2024-04-05 17:53:42 +02:00
} ,
2025-06-08 16:32:41 +02:00
"engines" : {
"node" : "20 || >=22"
} ,
2024-04-05 17:53:42 +02:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/glob-parent" : {
"version" : "6.0.2" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "ISC" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"is-glob" : "^4.0.3"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/global" : {
"version" : "4.4.0" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-06-24 19:41:44 +02:00
"dependencies" : {
"min-document" : "^2.19.0" ,
"process" : "^0.11.10"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/globals" : {
2026-04-06 14:26:19 +02:00
"version" : "16.5.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2024-04-05 17:53:42 +02:00
} ,
2026-04-06 14:26:19 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-09-04 19:11:56 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/gpx" : {
"resolved" : "../gpx" ,
"link" : true
2024-09-04 19:11:56 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
2026-01-30 21:01:24 +01:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "ISC"
} ,
"node_modules/hammerjs" : {
"version" : "2.0.8" ,
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=0.8.0"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
2024-09-04 19:11:56 +02:00
}
} ,
2024-08-09 16:22:32 +02:00
"node_modules/htmlparser2" : {
2026-04-06 14:26:19 +02:00
"version" : "10.1.0" ,
2024-08-09 16:22:32 +02:00
"funding" : [
"https://github.com/fb55/htmlparser2?sponsor=1" ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-08-09 16:22:32 +02:00
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3" ,
2026-04-06 14:26:19 +02:00
"domutils" : "^3.2.2" ,
"entities" : "^7.0.1"
2024-08-09 16:22:32 +02:00
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/ieee754" : {
"version" : "1.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"
}
2026-04-06 14:26:19 +02:00
] ,
"license" : "BSD-3-Clause"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/ignore" : {
2026-04-06 14:26:19 +02:00
"version" : "7.0.5" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">= 4"
}
} ,
2024-07-05 17:13:19 +02:00
"node_modules/imagetools-core" : {
2025-06-08 16:32:41 +02:00
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/imagetools-core/-/imagetools-core-7.1.0.tgz" ,
"integrity" : "sha512-8Aa4NecBBGmTkaAUjcuRYgTPKHCsBEWYmCnvKCL6/bxedehtVVFyZPdXe8DD0Nevd6UWBq85ifUaJ8498lgqNQ==" ,
2024-07-05 17:13:19 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-07-05 17:13:19 +02:00
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-01-24 19:57:08 +01:00
"node_modules/immediate" : {
"version" : "3.0.6" ,
"license" : "MIT"
} ,
2024-05-07 18:14:47 +02:00
"node_modules/immer" : {
2026-04-06 14:26:19 +02:00
"version" : "10.2.0" ,
"license" : "MIT" ,
2024-05-07 18:14:47 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/immer"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/import-fresh" : {
2025-06-08 16:32:41 +02:00
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz" ,
"integrity" : "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"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 ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=0.8.19"
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/individual" : {
2026-04-06 14:26:19 +02:00
"version" : "3.0.0"
2024-06-24 19:41:44 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/inherits" : {
"version" : "2.0.4" ,
2026-04-06 14:26:19 +02:00
"license" : "ISC"
2024-04-05 17:53:42 +02:00
} ,
2025-06-08 16:32:41 +02:00
"node_modules/inline-style-parser" : {
2026-04-06 14:26:19 +02:00
"version" : "0.2.7" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT"
} ,
2024-04-05 17:53:42 +02:00
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=0.10.0"
2024-09-04 19:11:56 +02:00
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/is-glob" : {
"version" : "4.0.3" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/is-object" : {
"version" : "1.0.2" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-06-24 19:41:44 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-09 16:22:32 +02:00
"node_modules/is-plain-object" : {
"version" : "5.0.0" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-08-09 16:22:32 +02:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/is-reference" : {
2025-06-08 16:32:41 +02:00
"version" : "3.0.3" ,
"dev" : true ,
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"@types/estree" : "^1.0.6"
2024-04-05 17:53:42 +02:00
}
} ,
2024-09-04 19:11:56 +02:00
"node_modules/isarray" : {
"version" : "1.0.0" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-09-04 19:11:56 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/isexe" : {
"version" : "2.0.0" ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "ISC"
2024-09-04 19:11:56 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/jackspeak" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz" ,
"integrity" : "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "BlueOak-1.0.0" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@isaacs/cliui" : "^9.0.0"
2024-04-05 17:53:42 +02:00
} ,
2025-06-08 16:32:41 +02:00
"engines" : {
"node" : "20 || >=22"
} ,
2024-04-05 17:53:42 +02:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/jiti" : {
2026-04-06 14:26:19 +02:00
"version" : "2.6.1" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"bin" : {
2025-06-21 21:07:36 +02:00
"jiti" : "lib/jiti-cli.mjs"
2024-04-05 17:53:42 +02:00
}
} ,
"node_modules/js-yaml" : {
2026-04-06 14:26:19 +02:00
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz" ,
"integrity" : "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
2026-01-30 21:01:24 +01:00
"node_modules/json-stringify-pretty-compact" : {
"version" : "4.0.0" ,
"license" : "MIT"
} ,
2025-01-24 19:57:08 +01:00
"node_modules/jszip" : {
"version" : "3.10.1" ,
"license" : "(MIT OR GPL-3.0-or-later)" ,
"dependencies" : {
"lie" : "~3.3.0" ,
"pako" : "~1.0.2" ,
"readable-stream" : "~2.3.6" ,
"setimmediate" : "^1.0.5"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/kdbush" : {
"version" : "4.0.2" ,
2026-03-27 21:47:17 +01:00
"license" : "ISC"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/keyv" : {
"version" : "4.5.4" ,
2026-01-30 21:01:24 +01:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
"node_modules/kleur" : {
"version" : "4.1.5" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/known-css-properties" : {
2026-04-06 14:26:19 +02:00
"version" : "0.37.0" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/levn" : {
"version" : "0.4.1" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2025-01-24 19:57:08 +01:00
"node_modules/lie" : {
"version" : "3.3.0" ,
"license" : "MIT" ,
"dependencies" : {
"immediate" : "~3.0.5"
}
} ,
2025-06-21 21:07:36 +02:00
"node_modules/lightningcss" : {
2026-04-06 14:26:19 +02:00
"version" : "1.32.0" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-21 21:07:36 +02:00
"license" : "MPL-2.0" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2025-06-21 21:07:36 +02:00
"detect-libc" : "^2.0.3"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-21 21:07:36 +02:00
"node" : ">= 12.0.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
2025-06-21 21:07:36 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"lightningcss-android-arm64" : "1.32.0" ,
"lightningcss-darwin-arm64" : "1.32.0" ,
"lightningcss-darwin-x64" : "1.32.0" ,
"lightningcss-freebsd-x64" : "1.32.0" ,
"lightningcss-linux-arm-gnueabihf" : "1.32.0" ,
"lightningcss-linux-arm64-gnu" : "1.32.0" ,
"lightningcss-linux-arm64-musl" : "1.32.0" ,
"lightningcss-linux-x64-gnu" : "1.32.0" ,
"lightningcss-linux-x64-musl" : "1.32.0" ,
"lightningcss-win32-arm64-msvc" : "1.32.0" ,
"lightningcss-win32-x64-msvc" : "1.32.0"
}
} ,
"node_modules/lightningcss-android-arm64" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz" ,
"integrity" : "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2025-06-21 21:07:36 +02:00
}
} ,
"node_modules/lightningcss-darwin-arm64" : {
2026-04-06 14:26:19 +02:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz" ,
"integrity" : "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2024-04-05 17:53:42 +02:00
}
} ,
2025-06-21 21:07:36 +02:00
"node_modules/lightningcss-darwin-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "1.32.0" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-06-24 19:41:44 +02:00
"engines" : {
2025-06-21 21:07:36 +02:00
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2024-06-24 19:41:44 +02:00
}
} ,
2025-06-21 21:07:36 +02:00
"node_modules/lightningcss-freebsd-x64" : {
2026-04-06 14:26:19 +02:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz" ,
"integrity" : "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
2024-04-10 14:54:35 +02:00
"engines" : {
2025-06-21 21:07:36 +02:00
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2024-04-10 14:54:35 +02:00
}
} ,
2025-06-21 21:07:36 +02:00
"node_modules/lightningcss-linux-arm-gnueabihf" : {
2026-04-06 14:26:19 +02:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz" ,
"integrity" : "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-05 17:53:42 +02:00
"engines" : {
2025-06-21 21:07:36 +02:00
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-gnu" : {
2026-04-06 14:26:19 +02:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz" ,
"integrity" : "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-21 21:07:36 +02:00
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-musl" : {
2026-04-06 14:26:19 +02:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz" ,
"integrity" : "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
2025-06-21 21:07:36 +02:00
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-gnu" : {
2026-04-06 14:26:19 +02:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz" ,
"integrity" : "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"glibc"
] ,
2025-06-21 21:07:36 +02:00
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-musl" : {
2026-04-06 14:26:19 +02:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz" ,
"integrity" : "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"libc" : [
"musl"
] ,
2025-06-21 21:07:36 +02:00
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-win32-arm64-msvc" : {
2026-04-06 14:26:19 +02:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz" ,
"integrity" : "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-win32-x64-msvc" : {
2026-04-06 14:26:19 +02:00
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz" ,
"integrity" : "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==" ,
2025-06-21 21:07:36 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lilconfig" : {
"version" : "2.1.0" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2025-06-21 21:07:36 +02:00
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/locate-character" : {
"version" : "3.0.0" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2025-06-21 21:07:36 +02:00
} ,
"node_modules/locate-path" : {
"version" : "6.0.0" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2025-06-21 21:07:36 +02:00
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/lodash.debounce" : {
"version" : "4.0.8" ,
2026-01-30 21:01:24 +01:00
"license" : "MIT"
2025-06-21 21:07:36 +02:00
} ,
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2025-06-21 21:07:36 +02:00
} ,
"node_modules/long" : {
"version" : "3.2.0" ,
2026-04-06 14:26:19 +02:00
"license" : "Apache-2.0" ,
2025-06-21 21:07:36 +02:00
"engines" : {
"node" : ">=0.6"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/lru-cache" : {
"version" : "11.2.7" ,
"dev" : true ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : "20 || >=22"
}
} ,
2024-07-17 14:19:04 +02:00
"node_modules/lucide-static" : {
2025-06-08 16:32:41 +02:00
"version" : "0.513.0" ,
"resolved" : "https://registry.npmjs.org/lucide-static/-/lucide-static-0.513.0.tgz" ,
"integrity" : "sha512-ooHRaGb50HQdsKqElHlFDdacU3pCWMHr39mUHwBcdPj4v9XH56S1rNEbNBQB2f1b1KcZsSCHQVywtF6e3fuOIA==" ,
"dev" : true ,
2024-11-18 21:08:30 +01:00
"license" : "ISC"
2024-07-17 14:19:04 +02:00
} ,
2025-10-18 18:51:11 +02:00
"node_modules/lz-string" : {
"version" : "1.5.0" ,
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"lz-string" : "bin/bin.js"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/magic-string" : {
2026-04-06 14:26:19 +02:00
"version" : "0.30.21" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@jridgewell/sourcemap-codec" : "^1.5.5"
2024-04-05 17:53:42 +02:00
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/mapillary-js" : {
"version" : "4.1.2" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-06-24 19:41:44 +02:00
"dependencies" : {
"@types/earcut" : "^2.1.1" ,
"@types/node" : "^14.14.31" ,
"@types/pako" : "^1.0.2" ,
"@types/pbf" : "^3.0.2" ,
"@types/polylabel" : "^1.0.5" ,
"@types/rbush" : "^3.0.0" ,
"@types/three" : "^0.134.0" ,
"@types/virtual-dom" : "^2.1.1" ,
"earcut" : "^2.2.3" ,
"martinez-polygon-clipping" : "^0.7.1" ,
"pako" : "^2.0.4" ,
"pbf" : "^3.2.1" ,
"polylabel" : "^1.1.0" ,
"rbush" : "^3.0.1" ,
"rxjs" : "^7.3.0" ,
"s2-geometry" : "^1.2.10" ,
"three" : "^0.134.0" ,
"virtual-dom" : "^2.1.1"
}
} ,
"node_modules/mapillary-js/node_modules/@types/node" : {
"version" : "14.18.63" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-06-24 19:41:44 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/mapillary-js/node_modules/pako" : {
"version" : "2.1.0" ,
"license" : "(MIT AND Zlib)"
2024-09-30 14:14:43 +02:00
} ,
2026-01-30 21:01:24 +01:00
"node_modules/maplibre-gl" : {
2026-04-06 14:26:19 +02:00
"version" : "5.22.0" ,
2026-01-30 21:01:24 +01:00
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@mapbox/jsonlint-lines-primitives" : "^2.0.2" ,
"@mapbox/point-geometry" : "^1.1.0" ,
"@mapbox/tiny-sdf" : "^2.0.7" ,
"@mapbox/unitbezier" : "^0.0.1" ,
"@mapbox/vector-tile" : "^2.0.4" ,
"@mapbox/whoots-js" : "^3.1.0" ,
2026-03-27 21:47:17 +01:00
"@maplibre/geojson-vt" : "^6.0.4" ,
2026-04-06 14:26:19 +02:00
"@maplibre/maplibre-gl-style-spec" : "^24.8.1" ,
2026-03-27 21:47:17 +01:00
"@maplibre/mlt" : "^1.1.8" ,
"@maplibre/vt-pbf" : "^4.3.0" ,
2026-01-30 21:01:24 +01:00
"@types/geojson" : "^7946.0.16" ,
"earcut" : "^3.0.2" ,
"gl-matrix" : "^3.4.4" ,
"kdbush" : "^4.0.2" ,
"murmurhash-js" : "^1.0.0" ,
"pbf" : "^4.0.1" ,
"potpack" : "^2.1.0" ,
"quickselect" : "^3.0.0" ,
"tinyqueue" : "^3.0.0"
} ,
"engines" : {
"node" : ">=16.14.0" ,
"npm" : ">=8.1.0"
} ,
"funding" : {
"url" : "https://github.com/maplibre/maplibre-gl-js?sponsor=1"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/maplibre-gl/node_modules/earcut" : {
"version" : "3.0.2" ,
"license" : "ISC"
} ,
2026-01-30 21:01:24 +01:00
"node_modules/maplibre-gl/node_modules/pbf" : {
"version" : "4.0.1" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"resolve-protobuf-schema" : "^2.1.0"
} ,
"bin" : {
"pbf" : "bin/pbf"
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/martinez-polygon-clipping" : {
2024-09-30 14:14:43 +02:00
"version" : "0.7.4" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-06-24 19:41:44 +02:00
"dependencies" : {
"robust-predicates" : "^2.0.4" ,
"splaytree" : "^0.1.4" ,
"tinyqueue" : "^1.2.0"
}
} ,
"node_modules/martinez-polygon-clipping/node_modules/tinyqueue" : {
"version" : "1.2.3" ,
2026-04-06 14:26:19 +02:00
"license" : "ISC"
2024-09-04 19:11:56 +02:00
} ,
2024-07-02 10:07:54 +02:00
"node_modules/mdsvex" : {
2026-04-06 14:26:19 +02:00
"version" : "0.12.7" ,
2024-07-02 10:07:54 +02:00
"dev" : true ,
2025-06-07 11:30:06 +02:00
"license" : "MIT" ,
2024-07-02 10:07:54 +02:00
"dependencies" : {
2025-06-07 11:30:06 +02:00
"@types/mdast" : "^4.0.4" ,
2024-07-02 10:07:54 +02:00
"@types/unist" : "^2.0.3" ,
"prism-svelte" : "^0.4.7" ,
"prismjs" : "^1.17.1" ,
2025-06-07 11:30:06 +02:00
"unist-util-visit" : "^2.0.1" ,
2024-07-02 10:07:54 +02:00
"vfile-message" : "^2.0.4"
} ,
"peerDependencies" : {
"svelte" : "^3.56.0 || ^4.0.0 || ^5.0.0-next.120"
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/min-document" : {
2026-04-06 14:26:19 +02:00
"version" : "2.19.2" ,
"license" : "MIT" ,
2024-06-24 19:41:44 +02:00
"dependencies" : {
"dom-walk" : "^0.1.0"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/minimatch" : {
2026-04-06 14:26:19 +02:00
"version" : "10.2.5" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "BlueOak-1.0.0" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"brace-expansion" : "^5.0.5"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : "18 || 20 || >=22"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2026-01-30 21:01:24 +01:00
"node_modules/minimist" : {
"version" : "1.2.8" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-10 14:54:35 +02:00
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/minipass" : {
2026-04-06 14:26:19 +02:00
"version" : "7.1.3" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "BlueOak-1.0.0" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/mode-watcher" : {
"version" : "1.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"runed" : "^0.25.0" ,
"svelte-toolbelt" : "^0.7.1"
} ,
"peerDependencies" : {
"svelte" : "^5.27.0"
}
} ,
"node_modules/mode-watcher/node_modules/runed" : {
"version" : "0.25.0" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"funding" : [
"https://github.com/sponsors/huntabyte" ,
"https://github.com/sponsors/tglide"
] ,
2025-06-21 21:07:36 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"esm-env" : "^1.0.0"
2025-06-21 21:07:36 +02:00
} ,
2026-04-06 14:26:19 +02:00
"peerDependencies" : {
"svelte" : "^5.7.0"
2025-06-21 21:07:36 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/mode-watcher/node_modules/svelte-toolbelt" : {
"version" : "0.7.1" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"funding" : [
"https://github.com/sponsors/huntabyte"
] ,
"dependencies" : {
"clsx" : "^2.1.1" ,
"runed" : "^0.23.2" ,
"style-to-object" : "^1.0.8"
2025-06-21 21:07:36 +02:00
} ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18" ,
"pnpm" : ">=8.7.0"
2025-06-21 21:07:36 +02:00
} ,
2026-04-06 14:26:19 +02:00
"peerDependencies" : {
"svelte" : "^5.0.0"
2025-06-21 21:07:36 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/mode-watcher/node_modules/svelte-toolbelt/node_modules/runed" : {
"version" : "0.23.4" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"funding" : [
"https://github.com/sponsors/huntabyte" ,
"https://github.com/sponsors/tglide"
] ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"esm-env" : "^1.0.0"
2024-04-05 17:53:42 +02:00
} ,
2024-04-27 11:16:59 +02:00
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"svelte" : "^5.7.0"
2024-04-27 11:16:59 +02:00
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/mri" : {
"version" : "1.2.0" ,
2025-06-08 13:49:39 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/mrmime" : {
2025-05-08 14:16:07 +02:00
"version" : "2.0.1" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-05-08 14:16:07 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/ms" : {
2024-09-30 14:14:43 +02:00
"version" : "2.1.3" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/murmurhash-js" : {
"version" : "1.0.0" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/nanoid" : {
2025-05-08 14:16:07 +02:00
"version" : "3.3.11" ,
2024-04-05 17:53:42 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2025-05-08 14:16:07 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"bin" : {
"nanoid" : "bin/nanoid.cjs"
} ,
"engines" : {
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
} ,
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-09-04 19:11:56 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/next-tick" : {
"version" : "0.2.2" ,
"license" : "MIT"
2024-09-04 19:11:56 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/optionator" : {
2024-09-30 14:14:43 +02:00
"version" : "0.9.4" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
2024-09-30 14:14:43 +02:00
"type-check" : "^0.4.0" ,
"word-wrap" : "^1.2.5"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/p-limit" : {
"version" : "3.1.0" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"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 ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-07-08 19:07:33 +02:00
"node_modules/package-json-from-dist" : {
2024-09-30 14:14:43 +02:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz" ,
2025-06-21 21:07:36 +02:00
"integrity" : "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "BlueOak-1.0.0"
2024-07-08 19:07:33 +02:00
} ,
2024-06-24 19:41:44 +02:00
"node_modules/pako" : {
2026-04-06 14:26:19 +02:00
"version" : "1.0.11" ,
"license" : "(MIT AND Zlib)"
2024-06-24 19:41:44 +02:00
} ,
2025-06-08 16:32:41 +02:00
"node_modules/paneforge" : {
2026-04-06 14:26:19 +02:00
"version" : "1.0.2" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"runed" : "^0.23.4" ,
2026-04-06 14:26:19 +02:00
"svelte-toolbelt" : "^0.9.2"
2025-06-08 16:32:41 +02:00
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"svelte" : "^5.29.0"
2025-06-08 16:32:41 +02:00
}
} ,
"node_modules/paneforge/node_modules/runed" : {
"version" : "0.23.4" ,
"dev" : true ,
"funding" : [
"https://github.com/sponsors/huntabyte" ,
"https://github.com/sponsors/tglide"
] ,
"dependencies" : {
"esm-env" : "^1.0.0"
} ,
"peerDependencies" : {
"svelte" : "^5.7.0"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/paneforge/node_modules/svelte-toolbelt" : {
"version" : "0.9.3" ,
"dev" : true ,
"funding" : [
"https://github.com/sponsors/huntabyte"
] ,
"dependencies" : {
"clsx" : "^2.1.1" ,
"runed" : "^0.29.0" ,
"style-to-object" : "^1.0.8"
} ,
"engines" : {
"node" : ">=18" ,
"pnpm" : ">=8.7.0"
} ,
"peerDependencies" : {
"svelte" : "^5.30.2"
}
} ,
"node_modules/paneforge/node_modules/svelte-toolbelt/node_modules/runed" : {
"version" : "0.29.2" ,
"dev" : true ,
"funding" : [
"https://github.com/sponsors/huntabyte" ,
"https://github.com/sponsors/tglide"
] ,
"license" : "MIT" ,
"dependencies" : {
"esm-env" : "^1.0.0"
} ,
"peerDependencies" : {
"svelte" : "^5.7.0"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/parent-module" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" ,
"integrity" : "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"callsites" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2024-08-09 16:22:32 +02:00
"node_modules/parse-srcset" : {
"version" : "1.0.2" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-09-04 19:11:56 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/path-exists" : {
"version" : "4.0.0" ,
2026-01-30 21:01:24 +01:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-key" : {
"version" : "3.1.1" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-scurry" : {
2026-04-06 14:26:19 +02:00
"version" : "2.0.2" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "BlueOak-1.0.0" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"lru-cache" : "^11.0.0" ,
"minipass" : "^7.1.2"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : "18 || 20 || >=22"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/pbf" : {
2024-09-30 14:14:43 +02:00
"version" : "3.3.0" ,
2026-04-06 14:26:19 +02:00
"license" : "BSD-3-Clause" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"ieee754" : "^1.1.12" ,
"resolve-protobuf-schema" : "^2.1.0"
} ,
"bin" : {
"pbf" : "bin/pbf"
}
} ,
"node_modules/picocolors" : {
2025-06-08 16:32:41 +02:00
"version" : "1.1.1" ,
"license" : "ISC"
2024-04-05 17:53:42 +02:00
} ,
"node_modules/picomatch" : {
2026-04-06 14:26:19 +02:00
"version" : "4.0.4" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=12"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/polylabel" : {
"version" : "1.1.0" ,
2026-04-06 14:26:19 +02:00
"license" : "ISC" ,
2024-06-24 19:41:44 +02:00
"dependencies" : {
"tinyqueue" : "^2.0.3"
}
} ,
2024-09-30 14:14:43 +02:00
"node_modules/polylabel/node_modules/tinyqueue" : {
"version" : "2.0.3" ,
2026-04-06 14:26:19 +02:00
"license" : "ISC"
2024-09-04 19:11:56 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/postcss" : {
2026-04-06 14:26:19 +02:00
"version" : "8.5.8" ,
2024-04-05 17:53:42 +02:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"nanoid" : "^3.3.11" ,
"picocolors" : "^1.1.1" ,
2024-09-30 14:14:43 +02:00
"source-map-js" : "^1.2.1"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/postcss-load-config" : {
"version" : "3.1.4" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"lilconfig" : "^2.0.5" ,
"yaml" : "^1.10.2"
} ,
"engines" : {
"node" : ">= 10"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
"peerDependencies" : {
"postcss" : ">=8.0.9" ,
"ts-node" : ">=9.0.0"
} ,
"peerDependenciesMeta" : {
"postcss" : {
"optional" : true
} ,
"ts-node" : {
"optional" : true
}
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/postcss-load-config/node_modules/yaml" : {
2026-04-06 14:26:19 +02:00
"version" : "1.10.3" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">= 6"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/postcss-safe-parser" : {
2025-06-08 16:32:41 +02:00
"version" : "7.0.1" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss-safe-parser"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18.0"
2024-04-05 17:53:42 +02:00
} ,
"peerDependencies" : {
2025-06-08 16:32:41 +02:00
"postcss" : "^8.4.31"
2024-04-05 17:53:42 +02:00
}
} ,
"node_modules/postcss-scss" : {
"version" : "4.0.9" ,
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss-scss"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=12.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.29"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/postcss-selector-parser" : {
"version" : "7.1.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/potpack" : {
2026-01-30 21:01:24 +01:00
"version" : "2.1.0" ,
"license" : "ISC"
2024-04-05 17:53:42 +02:00
} ,
2024-09-13 13:58:48 +02:00
"node_modules/preact" : {
2026-04-06 14:26:19 +02:00
"version" : "10.29.1" ,
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/preact"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/prettier" : {
2026-04-06 14:26:19 +02:00
"version" : "3.8.1" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"bin" : {
"prettier" : "bin/prettier.cjs"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
}
} ,
"node_modules/prettier-plugin-svelte" : {
2026-04-06 14:26:19 +02:00
"version" : "3.5.1" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"peerDependencies" : {
"prettier" : "^3.0.0" ,
"svelte" : "^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0"
}
} ,
2024-07-02 10:07:54 +02:00
"node_modules/prism-svelte" : {
"version" : "0.4.7" ,
2026-04-06 14:26:19 +02:00
"dev" : true ,
"license" : "MIT"
2024-07-02 10:07:54 +02:00
} ,
"node_modules/prismjs" : {
2025-05-08 14:16:07 +02:00
"version" : "1.30.0" ,
2024-07-02 10:07:54 +02:00
"dev" : true ,
2025-05-08 14:16:07 +02:00
"license" : "MIT" ,
2024-07-02 10:07:54 +02:00
"engines" : {
"node" : ">=6"
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/process" : {
"version" : "0.11.10" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-06-24 19:41:44 +02:00
"engines" : {
"node" : ">= 0.6.0"
}
} ,
2024-09-04 19:11:56 +02:00
"node_modules/process-nextick-args" : {
"version" : "2.0.1" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-09-04 19:11:56 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/protocol-buffers-schema" : {
"version" : "3.6.0" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-09-04 19:11:56 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/punycode" : {
"version" : "2.3.1" ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/quickselect" : {
2024-09-30 14:14:43 +02:00
"version" : "3.0.0" ,
2026-03-27 21:47:17 +01:00
"license" : "ISC"
2024-04-05 17:53:42 +02:00
} ,
2024-06-24 19:41:44 +02:00
"node_modules/rbush" : {
"version" : "3.0.1" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-06-24 19:41:44 +02:00
"dependencies" : {
"quickselect" : "^2.0.0"
}
} ,
2024-09-30 14:14:43 +02:00
"node_modules/rbush/node_modules/quickselect" : {
"version" : "2.0.0" ,
2026-04-06 14:26:19 +02:00
"license" : "ISC"
2024-09-30 14:14:43 +02:00
} ,
2024-09-04 19:11:56 +02:00
"node_modules/readable-stream" : {
2026-04-06 14:26:19 +02:00
"version" : "2.3.8" ,
"license" : "MIT" ,
2024-09-04 19:11:56 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
2024-09-04 19:11:56 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/readdirp" : {
"version" : "4.1.2" ,
2026-01-30 21:01:24 +01:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.18.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
2026-04-06 14:26:19 +02:00
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
2024-04-05 17:53:42 +02:00
}
} ,
"node_modules/resolve-from" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" ,
"integrity" : "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=4"
}
} ,
2024-06-26 20:33:01 +02:00
"node_modules/resolve-pkg-maps" : {
"version" : "1.0.0" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-06-26 20:33:01 +02:00
"funding" : {
"url" : "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/resolve-protobuf-schema" : {
"version" : "2.1.0" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"protocol-buffers-schema" : "^3.3.1"
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/robust-predicates" : {
"version" : "2.0.4" ,
2026-04-06 14:26:19 +02:00
"license" : "Unlicense"
2024-06-24 19:41:44 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/rollup" : {
2026-04-06 14:26:19 +02:00
"version" : "4.60.1" ,
"resolved" : "https://registry.npmjs.org/rollup/-/rollup-4.60.1.tgz" ,
"integrity" : "sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@types/estree" : "1.0.8"
2024-04-05 17:53:42 +02:00
} ,
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
"engines" : {
"node" : ">=18.0.0" ,
"npm" : ">=8.0.0"
} ,
"optionalDependencies" : {
2026-04-06 14:26:19 +02:00
"@rollup/rollup-android-arm-eabi" : "4.60.1" ,
"@rollup/rollup-android-arm64" : "4.60.1" ,
"@rollup/rollup-darwin-arm64" : "4.60.1" ,
"@rollup/rollup-darwin-x64" : "4.60.1" ,
"@rollup/rollup-freebsd-arm64" : "4.60.1" ,
"@rollup/rollup-freebsd-x64" : "4.60.1" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.60.1" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.60.1" ,
"@rollup/rollup-linux-arm64-gnu" : "4.60.1" ,
"@rollup/rollup-linux-arm64-musl" : "4.60.1" ,
"@rollup/rollup-linux-loong64-gnu" : "4.60.1" ,
"@rollup/rollup-linux-loong64-musl" : "4.60.1" ,
"@rollup/rollup-linux-ppc64-gnu" : "4.60.1" ,
"@rollup/rollup-linux-ppc64-musl" : "4.60.1" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.60.1" ,
"@rollup/rollup-linux-riscv64-musl" : "4.60.1" ,
"@rollup/rollup-linux-s390x-gnu" : "4.60.1" ,
"@rollup/rollup-linux-x64-gnu" : "4.60.1" ,
"@rollup/rollup-linux-x64-musl" : "4.60.1" ,
"@rollup/rollup-openbsd-x64" : "4.60.1" ,
"@rollup/rollup-openharmony-arm64" : "4.60.1" ,
"@rollup/rollup-win32-arm64-msvc" : "4.60.1" ,
"@rollup/rollup-win32-ia32-msvc" : "4.60.1" ,
"@rollup/rollup-win32-x64-gnu" : "4.60.1" ,
"@rollup/rollup-win32-x64-msvc" : "4.60.1" ,
2024-04-05 17:53:42 +02:00
"fsevents" : "~2.3.2"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/runed" : {
2026-04-06 14:26:19 +02:00
"version" : "0.35.1" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"funding" : [
"https://github.com/sponsors/huntabyte" ,
"https://github.com/sponsors/tglide"
] ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2025-06-08 16:32:41 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"dequal" : "^2.0.3" ,
"esm-env" : "^1.0.0" ,
"lz-string" : "^1.5.0"
2025-06-08 16:32:41 +02:00
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"@sveltejs/kit" : "^2.21.0" ,
2025-06-08 16:32:41 +02:00
"svelte" : "^5.7.0"
2026-04-06 14:26:19 +02:00
} ,
"peerDependenciesMeta" : {
"@sveltejs/kit" : {
"optional" : true
}
2025-06-08 16:32:41 +02:00
}
} ,
2026-01-30 21:01:24 +01:00
"node_modules/rw" : {
"version" : "1.3.3" ,
"license" : "BSD-3-Clause"
} ,
2024-06-24 19:41:44 +02:00
"node_modules/rxjs" : {
2026-04-06 14:26:19 +02:00
"version" : "7.8.2" ,
"license" : "Apache-2.0" ,
2024-06-24 19:41:44 +02:00
"dependencies" : {
"tslib" : "^2.1.0"
}
} ,
"node_modules/s2-geometry" : {
"version" : "1.2.10" ,
2026-04-06 14:26:19 +02:00
"license" : "(MIT or Apache-2 or ISC)" ,
2024-06-24 19:41:44 +02:00
"dependencies" : {
"long" : "^3.2.0"
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/sade" : {
"version" : "1.8.1" ,
2025-06-08 13:49:39 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"mri" : "^1.1.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2024-09-04 19:11:56 +02:00
"node_modules/safe-buffer" : {
2026-04-06 14:26:19 +02:00
"version" : "5.1.2" ,
"license" : "MIT"
2024-09-04 19:11:56 +02:00
} ,
2024-08-09 16:22:32 +02:00
"node_modules/sanitize-html" : {
2026-04-06 14:26:19 +02:00
"version" : "2.17.2" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-08-09 16:22:32 +02:00
"dependencies" : {
"deepmerge" : "^4.2.2" ,
"escape-string-regexp" : "^4.0.0" ,
2026-04-06 14:26:19 +02:00
"htmlparser2" : "^10.1.0" ,
2024-08-09 16:22:32 +02:00
"is-plain-object" : "^5.0.0" ,
"parse-srcset" : "^1.0.2" ,
"postcss" : "^8.3.11"
}
} ,
2024-09-13 13:58:48 +02:00
"node_modules/search-insights" : {
2025-06-08 16:32:41 +02:00
"version" : "2.17.3" ,
"license" : "MIT" ,
2024-09-13 13:58:48 +02:00
"peer" : true
} ,
2024-04-05 17:53:42 +02:00
"node_modules/semver" : {
2026-04-06 14:26:19 +02:00
"version" : "7.7.4" ,
2026-01-30 21:01:24 +01:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "ISC" ,
2024-04-05 17:53:42 +02:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/set-cookie-parser" : {
2026-04-06 14:26:19 +02:00
"version" : "3.1.0" ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-09-04 19:11:56 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/setimmediate" : {
"version" : "1.0.5" ,
"license" : "MIT"
2024-06-24 19:41:44 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/sharp" : {
"version" : "0.34.5" ,
"resolved" : "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz" ,
"integrity" : "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"hasInstallScript" : true ,
"license" : "Apache-2.0" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@img/colour" : "^1.0.0" ,
"detect-libc" : "^2.1.2" ,
"semver" : "^7.7.3"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-04-05 17:53:42 +02:00
} ,
"funding" : {
2026-04-06 14:26:19 +02:00
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-darwin-arm64" : "0.34.5" ,
"@img/sharp-darwin-x64" : "0.34.5" ,
"@img/sharp-libvips-darwin-arm64" : "1.2.4" ,
"@img/sharp-libvips-darwin-x64" : "1.2.4" ,
"@img/sharp-libvips-linux-arm" : "1.2.4" ,
"@img/sharp-libvips-linux-arm64" : "1.2.4" ,
"@img/sharp-libvips-linux-ppc64" : "1.2.4" ,
"@img/sharp-libvips-linux-riscv64" : "1.2.4" ,
"@img/sharp-libvips-linux-s390x" : "1.2.4" ,
"@img/sharp-libvips-linux-x64" : "1.2.4" ,
"@img/sharp-libvips-linuxmusl-arm64" : "1.2.4" ,
"@img/sharp-libvips-linuxmusl-x64" : "1.2.4" ,
"@img/sharp-linux-arm" : "0.34.5" ,
"@img/sharp-linux-arm64" : "0.34.5" ,
"@img/sharp-linux-ppc64" : "0.34.5" ,
"@img/sharp-linux-riscv64" : "0.34.5" ,
"@img/sharp-linux-s390x" : "0.34.5" ,
"@img/sharp-linux-x64" : "0.34.5" ,
"@img/sharp-linuxmusl-arm64" : "0.34.5" ,
"@img/sharp-linuxmusl-x64" : "0.34.5" ,
"@img/sharp-wasm32" : "0.34.5" ,
"@img/sharp-win32-arm64" : "0.34.5" ,
"@img/sharp-win32-ia32" : "0.34.5" ,
"@img/sharp-win32-x64" : "0.34.5"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"shebang-regex" : "^3.0.0"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "ISC" ,
2025-06-08 16:32:41 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/sirv" : {
"version" : "3.0.2" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@polka/url" : "^1.0.0-next.24" ,
"mrmime" : "^2.0.0" ,
"totalist" : "^3.0.0"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/sortablejs" : {
"version" : "1.15.7" ,
"license" : "MIT"
} ,
"node_modules/source-map-js" : {
"version" : "1.2.1" ,
"license" : "BSD-3-Clause" ,
2024-04-05 17:53:42 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=0.10.0"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/splaytree" : {
"version" : "0.1.4" ,
"license" : "MIT"
} ,
"node_modules/string_decoder" : {
"version" : "1.1.1" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"dependencies" : {
"safe-buffer" : "~5.1.0"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/string-template" : {
"version" : "0.2.1"
} ,
2024-04-05 17:53:42 +02:00
"node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" ,
"integrity" : "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" ,
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/style-to-object" : {
2026-04-06 14:26:19 +02:00
"version" : "1.0.14" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-04-06 14:26:19 +02:00
"inline-style-parser" : "0.2.7"
2025-06-08 16:32:41 +02:00
}
} ,
2024-04-05 17:53:42 +02:00
"node_modules/subtag" : {
"version" : "0.5.0" ,
2026-01-30 21:01:24 +01:00
"license" : "ISC"
2024-04-05 17:53:42 +02:00
} ,
2026-01-30 21:01:24 +01:00
"node_modules/suggestions-list" : {
"version" : "0.0.2" ,
"license" : "ISC" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"fuzzy" : "^0.1.1" ,
"xtend" : "^4.0.0"
}
} ,
"node_modules/supercluster" : {
"version" : "8.0.1" ,
2026-03-27 21:47:17 +01:00
"license" : "ISC" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"kdbush" : "^4.0.2"
}
} ,
"node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/svelte" : {
2026-04-06 14:26:19 +02:00
"version" : "5.55.1" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-04-06 14:26:19 +02:00
"@jridgewell/remapping" : "^2.3.4" ,
2025-06-08 16:32:41 +02:00
"@jridgewell/sourcemap-codec" : "^1.5.0" ,
"@sveltejs/acorn-typescript" : "^1.0.5" ,
"@types/estree" : "^1.0.5" ,
2026-04-06 14:26:19 +02:00
"@types/trusted-types" : "^2.0.7" ,
2025-06-08 16:32:41 +02:00
"acorn" : "^8.12.1" ,
2026-04-06 14:26:19 +02:00
"aria-query" : "5.3.1" ,
2025-06-08 16:32:41 +02:00
"axobject-query" : "^4.1.0" ,
"clsx" : "^2.1.1" ,
2026-04-06 14:26:19 +02:00
"devalue" : "^5.6.4" ,
2025-06-08 16:32:41 +02:00
"esm-env" : "^1.2.1" ,
2026-04-06 14:26:19 +02:00
"esrap" : "^2.2.4" ,
2025-06-08 16:32:41 +02:00
"is-reference" : "^3.0.3" ,
2024-04-05 17:53:42 +02:00
"locate-character" : "^3.0.0" ,
2025-06-08 16:32:41 +02:00
"magic-string" : "^0.30.11" ,
"zimmerframe" : "^1.1.2"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18"
2024-04-05 17:53:42 +02:00
}
} ,
"node_modules/svelte-check" : {
2026-04-06 14:26:19 +02:00
"version" : "4.4.6" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"@jridgewell/trace-mapping" : "^0.3.25" ,
"chokidar" : "^4.0.1" ,
"fdir" : "^6.2.0" ,
2024-04-05 17:53:42 +02:00
"picocolors" : "^1.0.0" ,
2025-06-08 16:32:41 +02:00
"sade" : "^1.7.4"
2024-04-05 17:53:42 +02:00
} ,
"bin" : {
"svelte-check" : "bin/svelte-check"
} ,
2025-06-08 16:32:41 +02:00
"engines" : {
"node" : ">= 18.0.0"
} ,
2024-04-05 17:53:42 +02:00
"peerDependencies" : {
2025-06-08 16:32:41 +02:00
"svelte" : "^4.0.0 || ^5.0.0-next.0" ,
"typescript" : ">=5.0.0"
2024-04-05 17:53:42 +02:00
}
} ,
2025-10-25 18:34:24 +02:00
"node_modules/svelte-dnd-action" : {
2026-04-06 14:26:19 +02:00
"version" : "0.9.69" ,
2025-10-25 18:34:24 +02:00
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"svelte" : ">=3.23.0 || ^5.0.0-next.0"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/svelte-eslint-parser" : {
2026-04-06 14:26:19 +02:00
"version" : "1.6.0" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
2024-09-30 14:14:43 +02:00
"dependencies" : {
2025-06-08 16:32:41 +02:00
"eslint-scope" : "^8.2.0" ,
"eslint-visitor-keys" : "^4.0.0" ,
"espree" : "^10.0.0" ,
"postcss" : "^8.4.49" ,
"postcss-scss" : "^4.0.9" ,
2026-04-06 14:26:19 +02:00
"postcss-selector-parser" : "^7.0.0" ,
"semver" : "^7.7.2"
2024-09-30 14:14:43 +02:00
} ,
2024-04-24 16:12:50 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0" ,
"pnpm" : "10.30.3"
2025-06-08 16:32:41 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ota-meshi"
2024-09-30 14:14:43 +02:00
} ,
"peerDependencies" : {
2025-06-08 16:32:41 +02:00
"svelte" : "^3.37.0 || ^4.0.0 || ^5.0.0"
2024-09-30 14:14:43 +02:00
} ,
"peerDependenciesMeta" : {
2025-06-08 16:32:41 +02:00
"svelte" : {
2024-09-30 14:14:43 +02:00
"optional" : true
}
2024-04-24 16:12:50 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/svelte-eslint-parser/node_modules/eslint-visitor-keys" : {
2026-04-06 14:26:19 +02:00
"version" : "4.2.1" ,
2025-06-08 16:32:41 +02:00
"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/svelte-parse-markup" : {
"version" : "0.1.5" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2025-06-08 16:32:41 +02:00
"funding" : {
"url" : "https://bjornlu.com/sponsor"
} ,
"peerDependencies" : {
"svelte" : "^3.0.0 || ^4.0.0 || ^5.0.0-next.1"
}
} ,
2024-09-30 14:14:43 +02:00
"node_modules/svelte-sonner" : {
2026-04-06 14:26:19 +02:00
"version" : "1.1.0" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
2025-06-21 21:07:36 +02:00
"dependencies" : {
2025-10-18 18:51:11 +02:00
"runed" : "^0.28.0"
2025-06-21 21:07:36 +02:00
} ,
2024-09-30 14:14:43 +02:00
"peerDependencies" : {
2025-06-21 21:07:36 +02:00
"svelte" : "^5.0.0"
}
} ,
"node_modules/svelte-sonner/node_modules/runed" : {
2025-10-18 18:51:11 +02:00
"version" : "0.28.0" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
"funding" : [
"https://github.com/sponsors/huntabyte" ,
"https://github.com/sponsors/tglide"
] ,
"license" : "MIT" ,
"dependencies" : {
"esm-env" : "^1.0.0"
} ,
"peerDependencies" : {
"svelte" : "^5.7.0"
2024-04-24 16:12:50 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/svelte-toolbelt" : {
2026-04-06 14:26:19 +02:00
"version" : "0.10.6" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"funding" : [
"https://github.com/sponsors/huntabyte"
] ,
"dependencies" : {
"clsx" : "^2.1.1" ,
2026-04-06 14:26:19 +02:00
"runed" : "^0.35.1" ,
2025-06-08 16:32:41 +02:00
"style-to-object" : "^1.0.8"
} ,
"engines" : {
"node" : ">=18" ,
"pnpm" : ">=8.7.0"
} ,
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"svelte" : "^5.30.2"
2025-06-08 16:32:41 +02:00
}
} ,
2024-09-30 14:14:43 +02:00
"node_modules/tabbable" : {
2026-04-06 14:26:19 +02:00
"version" : "6.4.0" ,
2025-10-18 18:51:11 +02:00
"dev" : true ,
2025-06-21 21:07:36 +02:00
"license" : "MIT"
} ,
2026-04-06 14:26:19 +02:00
"node_modules/tailwind-merge" : {
"version" : "3.5.0" ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
"funding" : {
2026-04-06 14:26:19 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/dcastil"
2025-06-08 16:32:41 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/tailwind-variants" : {
"version" : "3.2.2" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"engines" : {
"node" : ">=16.x" ,
"pnpm" : ">=7.x"
} ,
2025-06-08 16:32:41 +02:00
"peerDependencies" : {
2026-04-06 14:26:19 +02:00
"tailwind-merge" : ">=3.0.0" ,
"tailwindcss" : "*"
2025-06-08 16:32:41 +02:00
} ,
"peerDependenciesMeta" : {
2026-04-06 14:26:19 +02:00
"tailwind-merge" : {
2025-06-08 16:32:41 +02:00
"optional" : true
}
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/tailwindcss" : {
"version" : "4.2.2" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/tapable" : {
"version" : "2.3.2" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=6"
2025-06-08 16:32:41 +02:00
} ,
"funding" : {
2026-04-06 14:26:19 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
2025-06-08 16:32:41 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/three" : {
"version" : "0.134.0" ,
"license" : "MIT"
2024-09-30 14:14:43 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/tinyglobby" : {
"version" : "0.2.15" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-09-30 14:14:43 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.3"
2024-09-30 14:14:43 +02:00
} ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=12.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
2024-09-30 14:14:43 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/tinyqueue" : {
"version" : "3.0.0" ,
"license" : "ISC"
} ,
2024-09-30 14:14:43 +02:00
"node_modules/totalist" : {
"version" : "3.0.1" ,
"dev" : true ,
2025-05-08 14:16:07 +02:00
"license" : "MIT" ,
2024-09-30 14:14:43 +02:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/ts-api-utils" : {
2026-04-06 14:26:19 +02:00
"version" : "2.5.0" ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-09-30 14:14:43 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18.12"
2024-09-30 14:14:43 +02:00
} ,
"peerDependencies" : {
2025-06-08 16:32:41 +02:00
"typescript" : ">=4.8.4"
2024-09-30 14:14:43 +02:00
}
} ,
"node_modules/tslib" : {
2025-06-08 16:32:41 +02:00
"version" : "2.8.1" ,
"license" : "0BSD"
2024-09-30 14:14:43 +02:00
} ,
"node_modules/tsx" : {
2026-04-06 14:26:19 +02:00
"version" : "4.21.0" ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2025-05-08 14:16:07 +02:00
"license" : "MIT" ,
2024-09-30 14:14:43 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"esbuild" : "~0.27.0" ,
2024-09-30 14:14:43 +02:00
"get-tsconfig" : "^4.7.5"
} ,
"bin" : {
"tsx" : "dist/cli.mjs"
} ,
"engines" : {
"node" : ">=18.0.0"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
}
} ,
2025-06-21 21:07:36 +02:00
"node_modules/tw-animate-css" : {
2026-04-06 14:26:19 +02:00
"version" : "1.4.0" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/Wombosvideo"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/type-check" : {
"version" : "0.4.0" ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2025-06-08 16:32:41 +02:00
"dependencies" : {
"prelude-ls" : "^1.2.1"
} ,
2024-04-24 16:12:50 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">= 0.8.0"
2024-04-24 16:12:50 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/typescript" : {
2026-04-06 14:26:19 +02:00
"version" : "5.9.3" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz" ,
"integrity" : "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "Apache-2.0" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
2024-04-24 16:12:50 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=14.17"
2024-04-24 16:12:50 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/undici-types" : {
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz" ,
"integrity" : "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" ,
2026-01-30 21:01:24 +01:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT"
} ,
"node_modules/unist-util-is" : {
"version" : "4.1.0" ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2025-05-08 14:16:07 +02:00
"license" : "MIT" ,
2025-06-08 16:32:41 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-24 16:12:50 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/unist-util-stringify-position" : {
"version" : "2.0.3" ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2025-06-08 16:32:41 +02:00
"dependencies" : {
"@types/unist" : "^2.0.2"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-24 16:12:50 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/unist-util-visit" : {
"version" : "2.0.3" ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2025-05-08 14:16:07 +02:00
"license" : "MIT" ,
2025-06-08 16:32:41 +02:00
"dependencies" : {
"@types/unist" : "^2.0.0" ,
"unist-util-is" : "^4.0.0" ,
"unist-util-visit-parents" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-24 16:12:50 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/unist-util-visit-parents" : {
"version" : "3.1.1" ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2025-05-08 14:16:07 +02:00
"license" : "MIT" ,
2025-06-08 16:32:41 +02:00
"dependencies" : {
"@types/unist" : "^2.0.0" ,
"unist-util-is" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-24 16:12:50 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/uri-js" : {
"version" : "4.4.1" ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "BSD-2-Clause" ,
"dependencies" : {
"punycode" : "^2.1.0"
2024-04-10 14:54:35 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT"
2024-07-02 10:07:54 +02:00
} ,
2025-06-08 16:32:41 +02:00
"node_modules/vaul-svelte" : {
"version" : "1.0.0-next.7" ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
"dependencies" : {
"runed" : "^0.23.2" ,
"svelte-toolbelt" : "^0.7.1"
} ,
2024-09-30 14:14:43 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : ">=18" ,
"pnpm" : ">=8.7.0"
} ,
"peerDependencies" : {
"svelte" : "^5.0.0"
2024-04-05 17:53:42 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/vaul-svelte/node_modules/runed" : {
"version" : "0.23.4" ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"funding" : [
"https://github.com/sponsors/huntabyte" ,
"https://github.com/sponsors/tglide"
2024-09-30 14:14:43 +02:00
] ,
2025-06-08 16:32:41 +02:00
"dependencies" : {
"esm-env" : "^1.0.0"
} ,
"peerDependencies" : {
"svelte" : "^5.7.0"
2024-09-04 19:11:56 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vaul-svelte/node_modules/svelte-toolbelt" : {
"version" : "0.7.1" ,
"dev" : true ,
"funding" : [
"https://github.com/sponsors/huntabyte"
] ,
"dependencies" : {
"clsx" : "^2.1.1" ,
"runed" : "^0.23.2" ,
"style-to-object" : "^1.0.8"
} ,
"engines" : {
"node" : ">=18" ,
"pnpm" : ">=8.7.0"
} ,
"peerDependencies" : {
"svelte" : "^5.0.0"
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/vfile-message" : {
"version" : "2.0.4" ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2025-06-08 16:32:41 +02:00
"dependencies" : {
"@types/unist" : "^2.0.0" ,
"unist-util-stringify-position" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-09-04 19:11:56 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/virtual-dom" : {
"version" : "2.1.1" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2025-06-08 16:32:41 +02:00
"dependencies" : {
"browser-split" : "0.0.1" ,
"error" : "^4.3.0" ,
"ev-store" : "^7.0.0" ,
"global" : "^4.3.0" ,
"is-object" : "^1.0.1" ,
"next-tick" : "^0.2.2" ,
"x-is-array" : "0.1.0" ,
"x-is-string" : "0.1.0"
2024-04-10 14:54:35 +02:00
}
} ,
2025-06-08 16:32:41 +02:00
"node_modules/vite" : {
2026-04-06 14:26:19 +02:00
"version" : "6.4.1" ,
"resolved" : "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz" ,
"integrity" : "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==" ,
2024-07-02 10:07:54 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
"dependencies" : {
"esbuild" : "^0.25.0" ,
"fdir" : "^6.4.4" ,
"picomatch" : "^4.0.2" ,
"postcss" : "^8.5.3" ,
"rollup" : "^4.34.9" ,
"tinyglobby" : "^0.2.13"
} ,
"bin" : {
"vite" : "bin/vite.js"
} ,
2024-09-30 14:14:43 +02:00
"engines" : {
2025-06-08 16:32:41 +02:00
"node" : "^18.0.0 || ^20.0.0 || >=22.0.0"
} ,
"funding" : {
"url" : "https://github.com/vitejs/vite?sponsor=1"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
} ,
"peerDependencies" : {
"@types/node" : "^18.0.0 || ^20.0.0 || >=22.0.0" ,
"jiti" : ">=1.21.0" ,
"less" : "*" ,
"lightningcss" : "^1.21.0" ,
"sass" : "*" ,
"sass-embedded" : "*" ,
"stylus" : "*" ,
"sugarss" : "*" ,
"terser" : "^5.16.0" ,
"tsx" : "^4.8.1" ,
"yaml" : "^2.4.2"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"jiti" : {
"optional" : true
} ,
"less" : {
"optional" : true
} ,
"lightningcss" : {
"optional" : true
} ,
"sass" : {
"optional" : true
} ,
"sass-embedded" : {
"optional" : true
} ,
"stylus" : {
"optional" : true
} ,
"sugarss" : {
"optional" : true
} ,
"terser" : {
"optional" : true
} ,
"tsx" : {
"optional" : true
} ,
"yaml" : {
"optional" : true
}
2024-07-02 10:07:54 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite-imagetools" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/vite-imagetools/-/vite-imagetools-7.1.1.tgz" ,
"integrity" : "sha512-6Dz0ZD2u1u59dw0ryid4beaDcCNNiTfLXUg6XLxx9n7Qm4BgAAm8TozYUnIH0aT4FDAADZqHsh9ZtISzAs4eKA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.5" ,
"imagetools-core" : "^7.1.0" ,
"sharp" : "^0.34.1"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/vite/node_modules/@esbuild/aix-ppc64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz" ,
"integrity" : "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/android-arm" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz" ,
"integrity" : "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/android-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz" ,
"integrity" : "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/android-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz" ,
"integrity" : "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/darwin-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz" ,
"integrity" : "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/darwin-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz" ,
"integrity" : "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/freebsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-arm" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz" ,
"integrity" : "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz" ,
"integrity" : "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-ia32" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz" ,
"integrity" : "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-loong64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz" ,
"integrity" : "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==" ,
"cpu" : [
"loong64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-mips64el" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz" ,
"integrity" : "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==" ,
"cpu" : [
"mips64el"
] ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
2024-09-30 14:14:43 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18"
2024-06-24 19:41:44 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/linux-ppc64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz" ,
"integrity" : "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==" ,
"cpu" : [
"ppc64"
] ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/linux-riscv64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz" ,
"integrity" : "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==" ,
"cpu" : [
"riscv64"
] ,
2024-07-05 17:13:19 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
2024-07-05 17:13:19 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/linux-s390x" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz" ,
"integrity" : "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==" ,
"cpu" : [
"s390x"
] ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
2024-09-30 14:14:43 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18"
2024-09-04 19:11:56 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/linux-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz" ,
"integrity" : "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==" ,
"cpu" : [
"x64"
] ,
2024-04-05 17:53:42 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"optional" : true ,
"os" : [
"linux"
2025-06-08 16:32:41 +02:00
] ,
2026-04-06 14:26:19 +02:00
"engines" : {
"node" : ">=18"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/netbsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
2024-09-04 19:11:56 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/netbsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==" ,
"cpu" : [
"x64"
] ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
2024-04-05 17:53:42 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/openbsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==" ,
"cpu" : [
"arm64"
] ,
2024-09-04 19:11:56 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
2024-09-04 19:11:56 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18"
2024-09-04 19:11:56 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/openbsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==" ,
"cpu" : [
"x64"
] ,
2024-09-30 14:14:43 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
2024-09-30 14:14:43 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18"
2024-09-30 14:14:43 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/openharmony-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz" ,
"integrity" : "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==" ,
"cpu" : [
"arm64"
] ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"optional" : true ,
"os" : [
"openharmony"
] ,
2024-04-05 17:53:42 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/sunos-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz" ,
"integrity" : "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==" ,
"cpu" : [
"x64"
] ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"optional" : true ,
"os" : [
"sunos"
] ,
2024-04-05 17:53:42 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/win32-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz" ,
"integrity" : "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==" ,
"cpu" : [
"arm64"
] ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"optional" : true ,
"os" : [
"win32"
] ,
2025-06-08 16:32:41 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18"
2025-06-08 16:32:41 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/win32-ia32" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz" ,
"integrity" : "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==" ,
"cpu" : [
"ia32"
] ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
2024-04-05 17:53:42 +02:00
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vite/node_modules/@esbuild/win32-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz" ,
"integrity" : "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==" ,
"cpu" : [
"x64"
] ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/esbuild" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz" ,
"integrity" : "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
2024-04-05 17:53:42 +02:00
} ,
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=18"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.25.12" ,
"@esbuild/android-arm" : "0.25.12" ,
"@esbuild/android-arm64" : "0.25.12" ,
"@esbuild/android-x64" : "0.25.12" ,
"@esbuild/darwin-arm64" : "0.25.12" ,
"@esbuild/darwin-x64" : "0.25.12" ,
"@esbuild/freebsd-arm64" : "0.25.12" ,
"@esbuild/freebsd-x64" : "0.25.12" ,
"@esbuild/linux-arm" : "0.25.12" ,
"@esbuild/linux-arm64" : "0.25.12" ,
"@esbuild/linux-ia32" : "0.25.12" ,
"@esbuild/linux-loong64" : "0.25.12" ,
"@esbuild/linux-mips64el" : "0.25.12" ,
"@esbuild/linux-ppc64" : "0.25.12" ,
"@esbuild/linux-riscv64" : "0.25.12" ,
"@esbuild/linux-s390x" : "0.25.12" ,
"@esbuild/linux-x64" : "0.25.12" ,
"@esbuild/netbsd-arm64" : "0.25.12" ,
"@esbuild/netbsd-x64" : "0.25.12" ,
"@esbuild/openbsd-arm64" : "0.25.12" ,
"@esbuild/openbsd-x64" : "0.25.12" ,
"@esbuild/openharmony-arm64" : "0.25.12" ,
"@esbuild/sunos-x64" : "0.25.12" ,
"@esbuild/win32-arm64" : "0.25.12" ,
"@esbuild/win32-ia32" : "0.25.12" ,
"@esbuild/win32-x64" : "0.25.12"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/vitefu" : {
"version" : "1.1.3" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2026-04-06 14:26:19 +02:00
"workspaces" : [
"tests/deps/*" ,
"tests/projects/*" ,
"tests/projects/workspace/packages/*"
] ,
"peerDependencies" : {
"vite" : "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
} ,
"peerDependenciesMeta" : {
"vite" : {
"optional" : true
}
}
} ,
"node_modules/which" : {
"version" : "2.0.2" ,
"dev" : true ,
"license" : "ISC" ,
2025-06-08 16:32:41 +02:00
"dependencies" : {
2026-04-06 14:26:19 +02:00
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
2024-04-05 17:53:42 +02:00
} ,
2025-06-08 16:32:41 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">= 8"
2024-04-05 17:53:42 +02:00
}
} ,
2026-04-06 14:26:19 +02:00
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
2025-06-21 21:07:36 +02:00
"dev" : true ,
2025-06-08 16:32:41 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
2026-04-06 14:26:19 +02:00
"node" : ">=0.10.0"
2024-04-05 17:53:42 +02:00
}
} ,
2024-06-24 19:41:44 +02:00
"node_modules/x-is-array" : {
2026-04-06 14:26:19 +02:00
"version" : "0.1.0"
2024-06-24 19:41:44 +02:00
} ,
"node_modules/x-is-string" : {
2026-04-06 14:26:19 +02:00
"version" : "0.1.0"
2024-06-24 19:41:44 +02:00
} ,
2024-04-05 17:53:42 +02:00
"node_modules/xtend" : {
"version" : "4.0.2" ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=0.4"
}
} ,
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"dev" : true ,
2026-04-06 14:26:19 +02:00
"license" : "MIT" ,
2024-04-05 17:53:42 +02:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2025-06-08 16:32:41 +02:00
} ,
"node_modules/zimmerframe" : {
2026-04-06 14:26:19 +02:00
"version" : "1.1.4" ,
2025-06-08 16:32:41 +02:00
"dev" : true ,
"license" : "MIT"
2024-04-05 17:53:42 +02:00
}
}
2024-04-03 16:13:42 +02:00
}