2024-04-21 16:59:50 +02:00
{
2024-06-05 08:52:41 +02:00
"name" : "@link-stack" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-04-21 16:59:50 +02:00
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
2024-06-05 08:52:41 +02:00
"name" : "@link-stack" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-04-21 16:59:50 +02:00
"license" : "AGPL-3.0-or-later" ,
"workspaces" : [
"apps/*" ,
"packages/*" ,
"database/*"
] ,
"devDependencies" : {
2025-01-26 12:24:57 +01:00
"@types/react" : "^19.0.8" ,
2024-04-21 16:59:50 +02:00
"dotenv-cli" : "latest" ,
2024-12-13 13:20:37 +01:00
"eslint" : "^9" ,
"react" : "^19.0.0" ,
"react-dom" : "^19.0.0" ,
2025-01-26 12:24:57 +01:00
"turbo" : "^2.3.4" ,
2024-08-14 13:03:50 +02:00
"typescript" : "latest"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=20" ,
"npm" : ">=10"
}
} ,
"apps/bridge-frontend" : {
2024-06-05 08:52:41 +02:00
"name" : "@link-stack/bridge-frontend" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@auth/kysely-adapter" : "^1.7.4" ,
2024-06-05 08:52:41 +02:00
"@link-stack/bridge-common" : "*" ,
"@link-stack/bridge-ui" : "*" ,
"@link-stack/ui" : "*" ,
2024-11-25 09:31:25 +01:00
"@mui/icons-material" : "^6" ,
"@mui/material" : "^6" ,
"@mui/material-nextjs" : "^6" ,
2025-01-26 12:24:57 +01:00
"@mui/x-license" : "^7.24.1" ,
"next" : "15.1.6" ,
2024-12-13 13:20:37 +01:00
"next-auth" : "^4.24.11" ,
"react" : "19.0.0" ,
"react-dom" : "19.0.0" ,
2024-09-04 07:52:30 +02:00
"sharp" : "^0.33.5" ,
2024-11-25 09:31:25 +01:00
"tsx" : "^4.19.2"
2024-04-21 16:59:50 +02:00
} ,
"devDependencies" : {
2024-06-05 08:52:41 +02:00
"@link-stack/eslint-config" : "*" ,
"@link-stack/typescript-config" : "*" ,
2024-08-06 08:36:03 +02:00
"@types/node" : "^22" ,
2025-01-26 12:24:57 +01:00
"@types/pg" : "^8.11.11" ,
2024-12-13 13:20:37 +01:00
"@types/react" : "^19" ,
"@types/react-dom" : "^19" ,
2024-04-21 16:59:50 +02:00
"typescript" : "^5"
}
} ,
2024-08-14 13:03:50 +02:00
"apps/bridge-migrations" : {
"name" : "@link-stack/bridge-migrations" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"dotenv" : "^16.4.7" ,
2024-08-14 13:03:50 +02:00
"kysely" : "0.26.1" ,
2024-11-25 09:31:25 +01:00
"pg" : "^8.13.1" ,
"tsx" : "^4.19.2"
2024-08-14 13:03:50 +02:00
} ,
"devDependencies" : {
"@link-stack/eslint-config" : "*" ,
"@link-stack/typescript-config" : "*" ,
"@types/node" : "^22" ,
2025-01-26 12:24:57 +01:00
"@types/pg" : "^8.11.11" ,
2024-08-14 13:03:50 +02:00
"typescript" : "^5"
}
} ,
2024-09-27 13:11:31 +02:00
"apps/bridge-migrations/node_modules/kysely" : {
"version" : "0.26.1" ,
"resolved" : "https://registry.npmjs.org/kysely/-/kysely-0.26.1.tgz" ,
"integrity" : "sha512-FVRomkdZofBu3O8SiwAOXrwbhPZZr8mBN5ZeUWyprH29jzvy6Inzqbd0IMmGxpd4rcOCL9HyyBNWBa8FBqDAdg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"apps/bridge-whatsapp" : {
"name" : "@link-stack/bridge-whatsapp" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
"@adiwajshing/keyed-db" : "0.2.4" ,
2024-11-25 09:31:25 +01:00
"@hapi/hapi" : "^21.3.12" ,
2024-08-14 13:03:50 +02:00
"@hapipal/schmervice" : "^3.0.0" ,
"@hapipal/toys" : "^4.0.0" ,
2024-11-25 09:31:25 +01:00
"@whiskeysockets/baileys" : "^6.7.9" ,
2024-08-14 13:03:50 +02:00
"hapi-pino" : "^12.1.0" ,
2025-01-15 14:15:02 +01:00
"link-preview-js" : "^3.0.13"
2024-08-14 13:03:50 +02:00
} ,
"devDependencies" : {
"@link-stack/eslint-config" : "*" ,
"@link-stack/jest-config" : "*" ,
"@link-stack/typescript-config" : "*" ,
"@types/node" : "*" ,
2025-01-15 14:15:02 +01:00
"dotenv-cli" : "^8.0.0" ,
2024-11-25 09:31:25 +01:00
"tsx" : "^4.19.2" ,
2025-01-15 14:15:02 +01:00
"typescript" : "^5.7.3"
2024-08-14 13:03:50 +02:00
}
} ,
"apps/bridge-whatsapp/node_modules/@whiskeysockets/baileys" : {
2024-11-25 09:31:25 +01:00
"version" : "6.7.9" ,
"resolved" : "https://registry.npmjs.org/@whiskeysockets/baileys/-/baileys-6.7.9.tgz" ,
"integrity" : "sha512-+23DOlzgRYvDYPq5qTDRCho6EqyRMaSWL2OadvhY+nE4Ew8HCNTwpDASIaGoFPqGyQgzAJUNgwOFvBsdJlORpA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"@adiwajshing/keyed-db" : "^0.2.4" ,
"@hapi/boom" : "^9.1.3" ,
2024-11-25 09:31:25 +01:00
"@whiskeysockets/eslint-config" : "github:whiskeysockets/eslint-config" ,
2024-08-14 13:03:50 +02:00
"async-lock" : "^1.4.1" ,
"audio-decode" : "^2.1.3" ,
"axios" : "^1.6.0" ,
2024-09-27 11:22:45 +02:00
"cache-manager" : "^5.7.6" ,
2024-08-14 13:03:50 +02:00
"futoin-hkdf" : "^1.5.1" ,
"libphonenumber-js" : "^1.10.20" ,
"libsignal" : "github:WhiskeySockets/libsignal-node" ,
"lodash" : "^4.17.21" ,
"music-metadata" : "^7.12.3" ,
"node-cache" : "^5.1.2" ,
"pino" : "^7.0.0" ,
"protobufjs" : "^7.2.4" ,
"uuid" : "^10.0.0" ,
"ws" : "^8.13.0"
} ,
"peerDependencies" : {
"jimp" : "^0.16.1" ,
"link-preview-js" : "^3.0.0" ,
"qrcode-terminal" : "^0.12.0" ,
"sharp" : "^0.32.6"
} ,
"peerDependenciesMeta" : {
"jimp" : {
"optional" : true
} ,
"link-preview-js" : {
"optional" : true
} ,
"qrcode-terminal" : {
"optional" : true
} ,
"sharp" : {
"optional" : true
}
}
} ,
2024-12-13 13:20:37 +01:00
"apps/bridge-whatsapp/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
"optional" : true ,
"peer" : true ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-14 13:03:50 +02:00
"apps/bridge-whatsapp/node_modules/sharp" : {
"version" : "0.32.6" ,
"resolved" : "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz" ,
"integrity" : "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==" ,
"hasInstallScript" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"color" : "^4.2.3" ,
"detect-libc" : "^2.0.2" ,
"node-addon-api" : "^6.1.0" ,
"prebuild-install" : "^7.1.1" ,
"semver" : "^7.5.4" ,
"simple-get" : "^4.0.1" ,
"tar-fs" : "^3.0.4" ,
"tunnel-agent" : "^0.6.0"
} ,
"engines" : {
"node" : ">=14.15.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
2024-11-25 09:31:25 +01:00
"apps/bridge-whatsapp/node_modules/uuid" : {
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz" ,
"integrity" : "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" ,
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
"license" : "MIT" ,
"bin" : {
"uuid" : "dist/bin/uuid"
}
} ,
2024-08-14 13:03:50 +02:00
"apps/bridge-worker" : {
"name" : "@link-stack/bridge-worker" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
"@hapi/wreck" : "^18.1.0" ,
"@link-stack/bridge-common" : "*" ,
"@link-stack/signal-api" : "*" ,
"fluent-ffmpeg" : "^2.1.3" ,
"graphile-worker" : "^0.16.6" ,
2025-01-26 12:24:57 +01:00
"remeda" : "^2.20.0" ,
2025-01-15 14:15:02 +01:00
"twilio" : "^5.4.2"
2024-08-14 13:03:50 +02:00
} ,
"devDependencies" : {
"@link-stack/eslint-config" : "*" ,
"@link-stack/typescript-config" : "*" ,
2024-11-25 09:31:25 +01:00
"@types/fluent-ffmpeg" : "^2.1.27" ,
2025-01-15 14:15:02 +01:00
"dotenv-cli" : "^8.0.0" ,
"typescript" : "^5.7.3"
2024-08-14 13:03:50 +02:00
}
} ,
"apps/leafcutter" : {
"name" : "@link-stack/leafcutter" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"@emotion/cache" : "^11.14.0" ,
"@emotion/react" : "^11.14.0" ,
2024-08-14 13:03:50 +02:00
"@emotion/server" : "^11.11.0" ,
2024-12-13 13:20:37 +01:00
"@emotion/styled" : "^11.14.0" ,
2024-08-14 13:03:50 +02:00
"@link-stack/leafcutter-ui" : "*" ,
"@link-stack/opensearch-common" : "*" ,
2024-11-25 09:31:25 +01:00
"@mui/icons-material" : "^6" ,
"@mui/material" : "^6" ,
"@mui/material-nextjs" : "^6" ,
2025-01-26 12:24:57 +01:00
"@mui/x-date-pickers-pro" : "^7.24.1" ,
"@opensearch-project/opensearch" : "^3.2.0" ,
2024-09-27 11:22:45 +02:00
"date-fns" : "^4.1.0" ,
2024-11-25 09:31:25 +01:00
"http-proxy-middleware" : "^3.0.3" ,
2025-01-15 14:15:02 +01:00
"material-ui-popup-state" : "^5.3.3" ,
2025-01-26 12:24:57 +01:00
"next" : "15.1.6" ,
2024-12-13 13:20:37 +01:00
"next-auth" : "^4.24.11" ,
"react" : "19.0.0" ,
2024-11-25 09:31:25 +01:00
"react-cookie" : "^7.2.2" ,
2024-08-14 13:03:50 +02:00
"react-cookie-consent" : "^9.0.0" ,
2024-12-13 13:20:37 +01:00
"react-dom" : "19.0.0" ,
2024-08-14 13:03:50 +02:00
"react-iframe" : "^1.8.5" ,
"react-polyglot" : "^0.7.2" ,
2024-09-04 07:52:30 +02:00
"sharp" : "^0.33.5" ,
2025-01-15 14:15:02 +01:00
"uuid" : "^11.0.5"
2024-08-14 13:03:50 +02:00
} ,
"devDependencies" : {
2024-09-27 13:11:31 +02:00
"@link-stack/eslint-config" : "*" ,
"@link-stack/typescript-config" : "*" ,
2025-01-26 12:24:57 +01:00
"@types/node" : "^22.10.10" ,
"@types/react" : "19.0.8" ,
2024-08-14 13:03:50 +02:00
"@types/uuid" : "^10.0.0" ,
2025-01-15 14:15:02 +01:00
"typescript" : "5.7.3"
2024-08-14 13:03:50 +02:00
}
} ,
"apps/link" : {
"name" : "@link-stack/link" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@chatscope/chat-ui-kit-react" : "^2.0.3" ,
"@chatscope/chat-ui-kit-styles" : "^1.4.0" ,
2024-12-13 13:20:37 +01:00
"@emotion/cache" : "^11.14.0" ,
"@emotion/react" : "^11.14.0" ,
2024-08-14 13:03:50 +02:00
"@emotion/server" : "^11.11.0" ,
2024-12-13 13:20:37 +01:00
"@emotion/styled" : "^11.14.0" ,
2024-08-14 13:03:50 +02:00
"@link-stack/bridge-common" : "*" ,
"@link-stack/bridge-ui" : "*" ,
"@link-stack/leafcutter-ui" : "*" ,
"@link-stack/opensearch-common" : "*" ,
"@link-stack/ui" : "*" ,
2024-11-25 09:31:25 +01:00
"@mui/icons-material" : "^6" ,
"@mui/material" : "^6" ,
"@mui/material-nextjs" : "^6" ,
2025-01-26 12:24:57 +01:00
"@mui/x-data-grid-pro" : "^7.24.1" ,
"@mui/x-date-pickers" : "^7.24.1" ,
"@mui/x-date-pickers-pro" : "^7.24.1" ,
"@mui/x-license" : "^7.24.1" ,
2024-09-27 11:22:45 +02:00
"date-fns" : "^4.1.0" ,
2024-11-25 09:31:25 +01:00
"graphql-request" : "^7.1.2" ,
2025-01-20 11:17:37 +01:00
"ioredis" : "^5.4.2" ,
2024-11-25 09:31:25 +01:00
"mui-chips-input" : "^4.0.1" ,
2025-01-26 12:24:57 +01:00
"next" : "15.1.6" ,
2024-12-13 13:20:37 +01:00
"next-auth" : "^4.24.11" ,
"react" : "19.0.0" ,
2024-11-25 09:31:25 +01:00
"react-cookie" : "^7.2.2" ,
2024-12-13 13:20:37 +01:00
"react-dom" : "19.0.0" ,
2024-08-14 13:03:50 +02:00
"react-iframe" : "^1.8.5" ,
"react-polyglot" : "^0.7.2" ,
2024-09-27 11:22:45 +02:00
"sharp" : "^0.33.5"
2024-08-14 13:03:50 +02:00
} ,
"devDependencies" : {
2024-09-27 13:11:31 +02:00
"@link-stack/eslint-config" : "*" ,
2025-01-26 12:24:57 +01:00
"@types/node" : "^22.10.10" ,
"@types/react" : "19.0.8" ,
2024-09-27 13:11:31 +02:00
"@types/uuid" : "^10.0.0"
2024-09-04 07:52:30 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@adiwajshing/keyed-db" : {
"version" : "0.2.4" ,
"resolved" : "https://registry.npmjs.org/@adiwajshing/keyed-db/-/keyed-db-0.2.4.tgz" ,
"integrity" : "sha512-yprSnAtj80/VKuDqRcFFLDYltoNV8tChNwFfIgcf6PGD4sjzWIBgs08pRuTqGH5mk5wgL6PBRSsMCZqtZwzFEw==" ,
"license" : "MIT"
} ,
"node_modules/@ampproject/remapping" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz" ,
"integrity" : "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@auth/core" : {
2024-08-06 08:36:03 +02:00
"version" : "0.34.2" ,
"resolved" : "https://registry.npmjs.org/@auth/core/-/core-0.34.2.tgz" ,
"integrity" : "sha512-KywHKRgLiF3l7PLyL73fjLSIBe1YNcA6sMeew4yMP6cfCWGXZrkkXd32AjRi1hlJ9nvovUBGZHvbn+LijO6ZeQ==" ,
"license" : "ISC" ,
2024-09-27 11:22:45 +02:00
"optional" : true ,
"peer" : true ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
"@panva/hkdf" : "^1.1.1" ,
"@types/cookie" : "0.6.0" ,
"cookie" : "0.6.0" ,
"jose" : "^5.1.3" ,
"oauth4webapi" : "^2.10.4" ,
"preact" : "10.11.3" ,
"preact-render-to-string" : "5.2.3"
2024-04-21 16:59:50 +02:00
} ,
"peerDependencies" : {
2024-08-06 08:36:03 +02:00
"@simplewebauthn/browser" : "^9.0.1" ,
"@simplewebauthn/server" : "^9.0.2" ,
"nodemailer" : "^6.8.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependenciesMeta" : {
2024-08-06 08:36:03 +02:00
"@simplewebauthn/browser" : {
2024-07-18 11:08:01 +02:00
"optional" : true
} ,
2024-08-06 08:36:03 +02:00
"@simplewebauthn/server" : {
2024-07-18 11:08:01 +02:00
"optional" : true
} ,
2024-08-06 08:36:03 +02:00
"nodemailer" : {
2024-05-08 07:32:29 +02:00
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/@auth/core/node_modules/cookie" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz" ,
"integrity" : "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==" ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/@auth/core/node_modules/preact" : {
"version" : "10.11.3" ,
"resolved" : "https://registry.npmjs.org/preact/-/preact-10.11.3.tgz" ,
"integrity" : "sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==" ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/preact"
}
} ,
"node_modules/@auth/core/node_modules/preact-render-to-string" : {
"version" : "5.2.3" ,
"resolved" : "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.2.3.tgz" ,
"integrity" : "sha512-aPDxUn5o3GhWdtJtW0svRC2SS/l8D9MAgo2+AWml+BhDImb27ALf04Q2d+AHqUUOc6RdSXFIBVa2gxzgMKgtZA==" ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"pretty-format" : "^3.8.0"
} ,
"peerDependencies" : {
"preact" : ">=10"
}
} ,
"node_modules/@auth/core/node_modules/pretty-format" : {
"version" : "3.8.0" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz" ,
"integrity" : "sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==" ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@auth/kysely-adapter" : {
2024-11-25 09:31:25 +01:00
"version" : "1.7.4" ,
"resolved" : "https://registry.npmjs.org/@auth/kysely-adapter/-/kysely-adapter-1.7.4.tgz" ,
"integrity" : "sha512-ybMLrw1siG49uxtZHzGvPCuBkaP2WPpvPWn8P11p+hPepR9oYfZXXPN0TPgsNi2CSt6uQBy4fVLK6+pw1dn0Ug==" ,
2024-08-06 08:36:03 +02:00
"license" : "ISC" ,
2024-06-05 08:52:41 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@auth/core" : "0.37.4"
2024-06-05 08:52:41 +02:00
} ,
"peerDependencies" : {
2024-08-06 08:36:03 +02:00
"kysely" : "^0.26.1"
2024-06-05 08:52:41 +02:00
}
} ,
2024-09-27 11:22:45 +02:00
"node_modules/@auth/kysely-adapter/node_modules/@auth/core" : {
2024-11-25 09:31:25 +01:00
"version" : "0.37.4" ,
"resolved" : "https://registry.npmjs.org/@auth/core/-/core-0.37.4.tgz" ,
"integrity" : "sha512-HOXJwXWXQRhbBDHlMU0K/6FT1v+wjtzdKhsNg0ZN7/gne6XPsIrjZ4daMcFnbq0Z/vsAbYBinQhhua0d77v7qw==" ,
2024-09-27 11:22:45 +02:00
"license" : "ISC" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@panva/hkdf" : "^1.2.1" ,
"jose" : "^5.9.6" ,
"oauth4webapi" : "^3.1.1" ,
"preact" : "10.24.3" ,
"preact-render-to-string" : "6.5.11"
2024-09-27 11:22:45 +02:00
} ,
"peerDependencies" : {
"@simplewebauthn/browser" : "^9.0.1" ,
"@simplewebauthn/server" : "^9.0.2" ,
"nodemailer" : "^6.8.0"
} ,
"peerDependenciesMeta" : {
"@simplewebauthn/browser" : {
"optional" : true
} ,
"@simplewebauthn/server" : {
"optional" : true
} ,
"nodemailer" : {
"optional" : true
}
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/@auth/kysely-adapter/node_modules/oauth4webapi" : {
2024-12-13 13:20:37 +01:00
"version" : "3.1.4" ,
"resolved" : "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.1.4.tgz" ,
"integrity" : "sha512-eVfN3nZNbok2s/ROifO0UAc5G8nRoLSbrcKJ09OqmucgnhXEfdIQOR4gq1eJH1rN3gV7rNw62bDEgftsgFtBEg==" ,
2024-11-25 09:31:25 +01:00
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/panva"
}
} ,
"node_modules/@auth/kysely-adapter/node_modules/preact-render-to-string" : {
"version" : "6.5.11" ,
"resolved" : "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-6.5.11.tgz" ,
"integrity" : "sha512-ubnauqoGczeGISiOh6RjX0/cdaF8v/oDXIjO85XALCQjwQP+SB4RDXXtvZ6yTYSjG+PC1QRP2AhPgCEsM2EvUw==" ,
"license" : "MIT" ,
"peerDependencies" : {
"preact" : ">=10"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/code-frame" : {
2024-11-25 09:31:25 +01:00
"version" : "7.26.2" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz" ,
"integrity" : "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/helper-validator-identifier" : "^7.25.9" ,
"js-tokens" : "^4.0.0" ,
2024-08-06 08:36:03 +02:00
"picocolors" : "^1.0.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-06 08:36:03 +02:00
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/compat-data" : {
2025-01-15 14:15:02 +01:00
"version" : "7.26.5" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.5.tgz" ,
"integrity" : "sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/core" : {
2025-01-26 12:24:57 +01:00
"version" : "7.26.7" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.26.7.tgz" ,
"integrity" : "sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"@ampproject/remapping" : "^2.2.0" ,
2025-01-26 12:24:57 +01:00
"@babel/code-frame" : "^7.26.2" ,
"@babel/generator" : "^7.26.5" ,
"@babel/helper-compilation-targets" : "^7.26.5" ,
2024-11-25 09:31:25 +01:00
"@babel/helper-module-transforms" : "^7.26.0" ,
2025-01-26 12:24:57 +01:00
"@babel/helpers" : "^7.26.7" ,
"@babel/parser" : "^7.26.7" ,
2024-11-25 09:31:25 +01:00
"@babel/template" : "^7.25.9" ,
2025-01-26 12:24:57 +01:00
"@babel/traverse" : "^7.26.7" ,
"@babel/types" : "^7.26.7" ,
2024-08-14 13:03:50 +02:00
"convert-source-map" : "^2.0.0" ,
"debug" : "^4.1.0" ,
"gensync" : "^1.0.0-beta.2" ,
"json5" : "^2.2.3" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/babel"
}
} ,
"node_modules/@babel/eslint-parser" : {
2025-01-15 14:15:02 +01:00
"version" : "7.26.5" ,
"resolved" : "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz" ,
"integrity" : "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"@nicolo-ribaudo/eslint-scope-5-internals" : "5.1.1-v1" ,
"eslint-visitor-keys" : "^2.1.0" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : "^10.13.0 || ^12.13.0 || >=14.0.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.11.0" ,
"eslint" : "^7.5.0 || ^8.0.0 || ^9.0.0"
}
} ,
"node_modules/@babel/generator" : {
2025-01-15 14:15:02 +01:00
"version" : "7.26.5" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz" ,
"integrity" : "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"@babel/parser" : "^7.26.5" ,
"@babel/types" : "^7.26.5" ,
2024-08-06 08:36:03 +02:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25" ,
2024-11-25 09:31:25 +01:00
"jsesc" : "^3.0.2"
2024-08-06 08:36:03 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-06 08:36:03 +02:00
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/helper-compilation-targets" : {
2025-01-15 14:15:02 +01:00
"version" : "7.26.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz" ,
"integrity" : "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"@babel/compat-data" : "^7.26.5" ,
2024-11-25 09:31:25 +01:00
"@babel/helper-validator-option" : "^7.25.9" ,
"browserslist" : "^4.24.0" ,
2024-08-14 13:03:50 +02:00
"lru-cache" : "^5.1.1" ,
"semver" : "^6.3.1"
} ,
2024-08-06 08:36:03 +02:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/helper-module-imports" : {
2024-11-25 09:31:25 +01:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz" ,
"integrity" : "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/traverse" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
2024-08-06 08:36:03 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/helper-module-transforms" : {
2024-11-25 09:31:25 +01:00
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz" ,
"integrity" : "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/helper-module-imports" : "^7.25.9" ,
"@babel/helper-validator-identifier" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
2024-08-14 13:03:50 +02:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/helper-plugin-utils" : {
2025-01-15 14:15:02 +01:00
"version" : "7.26.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz" ,
"integrity" : "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=6.9.0"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/helper-string-parser" : {
2024-11-25 09:31:25 +01:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz" ,
"integrity" : "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=6.9.0"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/helper-validator-identifier" : {
2024-11-25 09:31:25 +01:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz" ,
"integrity" : "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=6.9.0"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/helper-validator-option" : {
2024-11-25 09:31:25 +01:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz" ,
"integrity" : "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.9.0"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/helpers" : {
2025-01-26 12:24:57 +01:00
"version" : "7.26.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.7.tgz" ,
"integrity" : "sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/template" : "^7.25.9" ,
2025-01-26 12:24:57 +01:00
"@babel/types" : "^7.26.7"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.9.0"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/parser" : {
2025-01-26 12:24:57 +01:00
"version" : "7.26.7" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.26.7.tgz" ,
"integrity" : "sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-26 12:24:57 +01:00
"@babel/types" : "^7.26.7"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"bin" : {
"parser" : "bin/babel-parser.js"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=6.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@babel/plugin-syntax-async-generators" : {
"version" : "7.8.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" ,
"integrity" : "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
2024-07-18 11:08:01 +02:00
} ,
"peerDependencies" : {
2024-09-27 13:11:31 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@babel/plugin-syntax-bigint" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz" ,
"integrity" : "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
2024-07-18 11:08:01 +02:00
} ,
"peerDependencies" : {
2024-09-27 13:11:31 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@babel/plugin-syntax-class-properties" : {
"version" : "7.12.13" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz" ,
"integrity" : "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"@babel/helper-plugin-utils" : "^7.12.13"
2024-07-18 11:08:01 +02:00
} ,
"peerDependencies" : {
2024-09-27 13:11:31 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@babel/plugin-syntax-class-static-block" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz" ,
"integrity" : "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"@babel/helper-plugin-utils" : "^7.14.5"
2024-05-07 14:16:01 +02:00
} ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.9.0"
2024-08-06 08:36:03 +02:00
} ,
"peerDependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-import-attributes" : {
2024-11-25 09:31:25 +01:00
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz" ,
"integrity" : "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/helper-plugin-utils" : "^7.25.9"
2024-08-14 13:03:50 +02:00
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-import-meta" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz" ,
"integrity" : "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-json-strings" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz" ,
"integrity" : "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-jsx" : {
2024-11-25 09:31:25 +01:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz" ,
"integrity" : "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/helper-plugin-utils" : "^7.25.9"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-logical-assignment-operators" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz" ,
"integrity" : "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz" ,
"integrity" : "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-numeric-separator" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz" ,
"integrity" : "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-object-rest-spread" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz" ,
"integrity" : "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-optional-catch-binding" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz" ,
"integrity" : "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-optional-chaining" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz" ,
"integrity" : "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 21:13:53 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-private-property-in-object" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz" ,
"integrity" : "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/helper-plugin-utils" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-top-level-await" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz" ,
"integrity" : "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/helper-plugin-utils" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@babel/plugin-syntax-typescript" : {
2024-11-25 09:31:25 +01:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz" ,
"integrity" : "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/helper-plugin-utils" : "^7.25.9"
2024-05-08 07:32:29 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@babel/runtime" : {
2025-01-26 12:24:57 +01:00
"version" : "7.26.7" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.7.tgz" ,
"integrity" : "sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"regenerator-runtime" : "^0.14.0"
2024-05-08 07:32:29 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@babel/template" : {
2024-11-25 09:31:25 +01:00
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz" ,
"integrity" : "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/code-frame" : "^7.25.9" ,
"@babel/parser" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
2024-06-05 08:52:41 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@babel/traverse" : {
2025-01-26 12:24:57 +01:00
"version" : "7.26.7" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.7.tgz" ,
"integrity" : "sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"@babel/code-frame" : "^7.26.2" ,
2025-01-15 14:15:02 +01:00
"@babel/generator" : "^7.26.5" ,
2025-01-26 12:24:57 +01:00
"@babel/parser" : "^7.26.7" ,
2024-11-25 09:31:25 +01:00
"@babel/template" : "^7.25.9" ,
2025-01-26 12:24:57 +01:00
"@babel/types" : "^7.26.7" ,
2024-09-27 13:11:31 +02:00
"debug" : "^4.3.1" ,
2024-08-14 13:03:50 +02:00
"globals" : "^11.1.0"
2024-08-06 08:36:03 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@babel/types" : {
2025-01-26 12:24:57 +01:00
"version" : "7.26.7" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz" ,
"integrity" : "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/helper-string-parser" : "^7.25.9" ,
"@babel/helper-validator-identifier" : "^7.25.9"
2024-08-06 08:36:03 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.9.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@bcoe/v8-coverage" : {
"version" : "0.2.3" ,
"resolved" : "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" ,
"integrity" : "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" ,
"license" : "MIT"
} ,
"node_modules/@chatscope/chat-ui-kit-react" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@chatscope/chat-ui-kit-react/-/chat-ui-kit-react-2.0.3.tgz" ,
"integrity" : "sha512-0IkjFskRec7SHrFivOQPiZMie5GLQL+ZnROiIbj4yptbC3aMEMFdHRAZrfqlid3uQx9kYhdtn34wMLh1vVNMLA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"@chatscope/chat-ui-kit-styles" : "^1.2.0" ,
"@fortawesome/fontawesome-free" : "^5.12.1" ,
"@fortawesome/fontawesome-svg-core" : "^1.2.26" ,
"@fortawesome/free-solid-svg-icons" : "^5.12.0" ,
"@fortawesome/react-fontawesome" : "^0.1.8" ,
"classnames" : "^2.2.6" ,
"prop-types" : "^15.7.2"
2024-08-14 13:03:50 +02:00
} ,
"peerDependencies" : {
"prop-types" : "^15.7.2" ,
"react" : "^16.12.0 || ^17.0.0 || ^18.2.0" ,
"react-dom" : "^16.12.0 || ^17.0.0 || ^18.2.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@chatscope/chat-ui-kit-styles" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@chatscope/chat-ui-kit-styles/-/chat-ui-kit-styles-1.4.0.tgz" ,
"integrity" : "sha512-016mBJD3DESw7Nh+lkKcPd22xG92ghA0VpIXIbjQtmXhC7Ve6wRazTy8z1Ahut+Tbv179+JxrftuMngsj/yV8Q==" ,
"license" : "MIT"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emnapi/runtime" : {
2024-11-25 09:31:25 +01:00
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz" ,
"integrity" : "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"tslib" : "^2.4.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/babel-plugin" : {
2024-11-25 09:31:25 +01:00
"version" : "11.13.5" ,
"resolved" : "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz" ,
"integrity" : "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.16.7" ,
"@babel/runtime" : "^7.18.3" ,
"@emotion/hash" : "^0.9.2" ,
"@emotion/memoize" : "^0.9.0" ,
2024-11-25 09:31:25 +01:00
"@emotion/serialize" : "^1.3.3" ,
2024-08-14 13:03:50 +02:00
"babel-plugin-macros" : "^3.1.0" ,
"convert-source-map" : "^1.5.0" ,
"escape-string-regexp" : "^4.0.0" ,
"find-root" : "^1.1.0" ,
"source-map" : "^0.5.7" ,
"stylis" : "4.2.0"
}
} ,
"node_modules/@emotion/babel-plugin/node_modules/convert-source-map" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz" ,
"integrity" : "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT"
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@emotion/babel-plugin/node_modules/source-map" : {
"version" : "0.5.7" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz" ,
"integrity" : "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/cache" : {
2024-12-13 13:20:37 +01:00
"version" : "11.14.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz" ,
"integrity" : "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"@emotion/memoize" : "^0.9.0" ,
"@emotion/sheet" : "^1.4.0" ,
2024-11-25 09:31:25 +01:00
"@emotion/utils" : "^1.4.2" ,
2024-08-14 13:03:50 +02:00
"@emotion/weak-memoize" : "^0.4.0" ,
"stylis" : "4.2.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/hash" : {
"version" : "0.9.2" ,
"resolved" : "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz" ,
"integrity" : "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/is-prop-valid" : {
2024-09-27 11:22:45 +02:00
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz" ,
"integrity" : "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@emotion/memoize" : "^0.9.0"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/memoize" : {
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz" ,
"integrity" : "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==" ,
"license" : "MIT"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/react" : {
2024-12-13 13:20:37 +01:00
"version" : "11.14.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz" ,
"integrity" : "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/runtime" : "^7.18.3" ,
2024-11-25 09:31:25 +01:00
"@emotion/babel-plugin" : "^11.13.5" ,
2024-12-13 13:20:37 +01:00
"@emotion/cache" : "^11.14.0" ,
2024-11-25 09:31:25 +01:00
"@emotion/serialize" : "^1.3.3" ,
2024-12-13 13:20:37 +01:00
"@emotion/use-insertion-effect-with-fallbacks" : "^1.2.0" ,
2024-11-25 09:31:25 +01:00
"@emotion/utils" : "^1.4.2" ,
2024-08-14 13:03:50 +02:00
"@emotion/weak-memoize" : "^0.4.0" ,
"hoist-non-react-statics" : "^3.3.1"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"react" : ">=16.8.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/serialize" : {
2024-11-25 09:31:25 +01:00
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz" ,
"integrity" : "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@emotion/hash" : "^0.9.2" ,
"@emotion/memoize" : "^0.9.0" ,
2024-09-04 07:52:30 +02:00
"@emotion/unitless" : "^0.10.0" ,
2024-11-25 09:31:25 +01:00
"@emotion/utils" : "^1.4.2" ,
2024-08-14 13:03:50 +02:00
"csstype" : "^3.0.2"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/server" : {
"version" : "11.11.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/server/-/server-11.11.0.tgz" ,
"integrity" : "sha512-6q89fj2z8VBTx9w93kJ5n51hsmtYuFPtZgnc1L8VzRx9ti4EU6EyvF6Nn1H1x3vcCQCF7u2dB2lY4AYJwUW4PA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@emotion/utils" : "^1.2.1" ,
"html-tokenize" : "^2.0.0" ,
"multipipe" : "^1.0.2" ,
"through" : "^2.3.8"
2024-07-18 11:08:01 +02:00
} ,
2024-08-06 08:36:03 +02:00
"peerDependencies" : {
2024-08-14 13:03:50 +02:00
"@emotion/css" : "^11.0.0-rc.0"
2024-05-08 07:32:29 +02:00
} ,
"peerDependenciesMeta" : {
2024-08-14 13:03:50 +02:00
"@emotion/css" : {
2024-05-08 07:32:29 +02:00
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/sheet" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz" ,
"integrity" : "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/styled" : {
2024-12-13 13:20:37 +01:00
"version" : "11.14.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.0.tgz" ,
"integrity" : "sha512-XxfOnXFffatap2IyCeJyNov3kiDQWoR08gPUQxvbL7fxKryGBKUZUkG6Hz48DZwVrJSVh9sJboyV1Ds4OW6SgA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/runtime" : "^7.18.3" ,
2024-11-25 09:31:25 +01:00
"@emotion/babel-plugin" : "^11.13.5" ,
2024-08-14 13:03:50 +02:00
"@emotion/is-prop-valid" : "^1.3.0" ,
2024-11-25 09:31:25 +01:00
"@emotion/serialize" : "^1.3.3" ,
2024-12-13 13:20:37 +01:00
"@emotion/use-insertion-effect-with-fallbacks" : "^1.2.0" ,
2024-11-25 09:31:25 +01:00
"@emotion/utils" : "^1.4.2"
2024-07-18 11:08:01 +02:00
} ,
2024-08-06 08:36:03 +02:00
"peerDependencies" : {
2024-08-14 13:03:50 +02:00
"@emotion/react" : "^11.0.0-rc.0" ,
"react" : ">=16.8.0"
2024-07-18 11:08:01 +02:00
} ,
2024-08-06 08:36:03 +02:00
"peerDependenciesMeta" : {
2024-08-14 13:03:50 +02:00
"@types/react" : {
2024-08-06 08:36:03 +02:00
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/unitless" : {
2024-09-04 07:52:30 +02:00
"version" : "0.10.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz" ,
"integrity" : "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/@emotion/use-insertion-effect-with-fallbacks" : {
2024-12-13 13:20:37 +01:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz" ,
"integrity" : "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"react" : ">=16.8.0"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/utils" : {
2024-11-25 09:31:25 +01:00
"version" : "1.4.2" ,
"resolved" : "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz" ,
"integrity" : "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@emotion/weak-memoize" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz" ,
"integrity" : "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==" ,
"license" : "MIT"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/aix-ppc64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz" ,
"integrity" : "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"ppc64"
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/android-arm" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz" ,
"integrity" : "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm"
] ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"android"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/android-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz" ,
"integrity" : "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"android"
] ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/android-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz" ,
"integrity" : "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"android"
] ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/darwin-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz" ,
"integrity" : "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/darwin-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz" ,
"integrity" : "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/freebsd-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz" ,
"integrity" : "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"freebsd"
] ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/freebsd-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz" ,
"integrity" : "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/linux-arm" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz" ,
"integrity" : "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/linux-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz" ,
"integrity" : "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==" ,
2024-08-06 08:36:03 +02:00
"cpu" : [
"arm64"
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"optional" : true ,
"os" : [
2024-08-14 11:13:58 +02:00
"linux"
2024-08-06 08:36:03 +02:00
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 10:51:12 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/linux-ia32" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz" ,
"integrity" : "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"ia32"
] ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/linux-loong64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz" ,
"integrity" : "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"loong64"
] ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/linux-mips64el" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz" ,
"integrity" : "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"mips64el"
] ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/linux-ppc64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz" ,
"integrity" : "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"ppc64"
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
2024-05-08 07:32:29 +02:00
"engines" : {
2024-08-14 10:51:12 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/linux-riscv64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz" ,
"integrity" : "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"riscv64"
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/linux-s390x" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz" ,
"integrity" : "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"s390x"
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/linux-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz" ,
"integrity" : "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
2024-08-14 10:51:12 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/netbsd-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz" ,
"integrity" : "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
2024-08-14 10:51:12 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"netbsd"
] ,
2024-08-14 10:51:12 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/openbsd-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz" ,
"integrity" : "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/openbsd-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz" ,
"integrity" : "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/sunos-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz" ,
"integrity" : "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"sunos"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/win32-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz" ,
"integrity" : "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-04-23 13:36:51 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/win32-ia32" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz" ,
"integrity" : "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"ia32"
] ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
2024-07-18 11:08:01 +02:00
}
2024-05-08 07:32:29 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@esbuild/win32-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz" ,
"integrity" : "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@eshaz/web-worker" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/@eshaz/web-worker/-/web-worker-1.2.2.tgz" ,
"integrity" : "sha512-WxXiHFmD9u/owrzempiDlBB1ZYqiLnm9s6aPc8AlFQalq2tKmqdmMr9GXOupDgzXtqnBipj8Un0gkIm7Sjf8mw==" ,
"license" : "Apache-2.0"
} ,
"node_modules/@eslint-community/eslint-utils" : {
2024-11-25 09:31:25 +01:00
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz" ,
"integrity" : "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"eslint-visitor-keys" : "^3.4.3"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
2024-11-25 09:31:25 +01:00
"funding" : {
"url" : "https://opencollective.com/eslint"
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@eslint-community/regexpp" : {
2024-11-25 09:31:25 +01:00
"version" : "4.12.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz" ,
"integrity" : "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
2024-05-08 07:32:29 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@eslint/config-array" : {
"version" : "0.19.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.1.tgz" ,
"integrity" : "sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@eslint/object-schema" : "^2.1.5" ,
"debug" : "^4.3.1" ,
"minimatch" : "^3.1.2"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/config-array/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@eslint/config-array/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/@eslint/core" : {
2025-01-15 14:15:02 +01:00
"version" : "0.10.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/core/-/core-0.10.0.tgz" ,
"integrity" : "sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==" ,
2024-12-13 13:20:37 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@types/json-schema" : "^7.0.15"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@eslint/eslintrc" : {
2024-12-13 13:20:37 +01:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz" ,
"integrity" : "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
2024-12-13 13:20:37 +01:00
"espree" : "^10.0.1" ,
"globals" : "^14.0.0" ,
2024-08-14 13:03:50 +02:00
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"js-yaml" : "^4.1.0" ,
"minimatch" : "^3.1.2" ,
"strip-json-comments" : "^3.1.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2024-04-21 16:59:50 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@eslint/eslintrc/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@eslint/js" : {
2025-01-26 12:24:57 +01:00
"version" : "9.19.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-9.19.0.tgz" ,
"integrity" : "sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/object-schema" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.5.tgz" ,
"integrity" : "sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/plugin-kit" : {
2025-01-15 14:15:02 +01:00
"version" : "0.2.5" ,
"resolved" : "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz" ,
"integrity" : "sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==" ,
2024-12-13 13:20:37 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"@eslint/core" : "^0.10.0" ,
2024-12-13 13:20:37 +01:00
"levn" : "^0.4.1"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@fortawesome/fontawesome-common-types" : {
"version" : "0.2.36" ,
"resolved" : "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.2.36.tgz" ,
"integrity" : "sha512-a/7BiSgobHAgBWeN7N0w+lAhInrGxksn13uK7231n2m8EDPE3BMCl9NZLTGrj9ZXfCmC6LM0QLqXidIizVQ6yg==" ,
"hasInstallScript" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@fortawesome/fontawesome-free" : {
"version" : "5.15.4" ,
"resolved" : "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz" ,
"integrity" : "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==" ,
"hasInstallScript" : true ,
"license" : "(CC-BY-4.0 AND OFL-1.1 AND MIT)" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/@fortawesome/fontawesome-svg-core" : {
"version" : "1.2.36" ,
"resolved" : "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-1.2.36.tgz" ,
"integrity" : "sha512-YUcsLQKYb6DmaJjIHdDWpBIGCcyE/W+p/LMGvjQem55Mm2XWVAP5kWTMKWLv9lwpCVjpLxPyOMOyUocP1GxrtA==" ,
"hasInstallScript" : true ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@fortawesome/fontawesome-common-types" : "^0.2.36"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@fortawesome/free-solid-svg-icons" : {
"version" : "5.15.4" ,
"resolved" : "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-5.15.4.tgz" ,
"integrity" : "sha512-JLmQfz6tdtwxoihXLg6lT78BorrFyCf59SAwBM6qV/0zXyVeDygJVb3fk+j5Qat+Yvcxp1buLTY5iDh1ZSAQ8w==" ,
"hasInstallScript" : true ,
"license" : "(CC-BY-4.0 AND MIT)" ,
"dependencies" : {
"@fortawesome/fontawesome-common-types" : "^0.2.36"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@fortawesome/react-fontawesome" : {
"version" : "0.1.19" ,
"resolved" : "https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.1.19.tgz" ,
"integrity" : "sha512-Hyb+lB8T18cvLNX0S3llz7PcSOAJMLwiVKBuuzwM/nI5uoBw+gQjnf9il0fR1C3DKOI5Kc79pkJ4/xB0Uw9aFQ==" ,
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"prop-types" : "^15.8.1"
2024-05-07 14:16:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"@fortawesome/fontawesome-svg-core" : "~1 || ~6" ,
"react" : ">=16.x"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@graphile/logger" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/@graphile/logger/-/logger-0.2.0.tgz" ,
"integrity" : "sha512-jjcWBokl9eb1gVJ85QmoaQ73CQ52xAaOCF29ukRbYNl6lY+ts0ErTaDYOBlejcbUs2OpaiqYLO5uDhyLFzWw4w==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@graphql-typed-document-node/core" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz" ,
"integrity" : "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/accept" : {
2024-08-06 08:36:03 +02:00
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/@hapi/accept/-/accept-6.0.3.tgz" ,
"integrity" : "sha512-p72f9k56EuF0n3MwlBNThyVE5PXX40g+aQh+C/xbKrfzahM2Oispv3AXmOIU51t3j77zay1qrX7IIziZXspMlw==" ,
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/boom" : "^10.0.1" ,
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/accept/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/accept/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/ammo" : {
2024-08-06 08:36:03 +02:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/ammo/-/ammo-6.0.1.tgz" ,
"integrity" : "sha512-pmL+nPod4g58kXrMcsGLp05O2jF4P2Q3GiL8qYV7nKYEh3cGf+rV4P5Jyi2Uq0agGhVU63GtaSAfBEZOlrJn9w==" ,
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/ammo/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/b64" : {
2024-08-06 08:36:03 +02:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/b64/-/b64-6.0.1.tgz" ,
"integrity" : "sha512-ZvjX4JQReUmBheeCq+S9YavcnMMHWqx3S0jHNXWIM1kQDxB9cyfSycpVvjfrKcIS8Mh5N3hmu/YKo4Iag9g2Kw==" ,
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/b64/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/boom" : {
2024-09-27 13:11:31 +02:00
"version" : "9.1.4" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-9.1.4.tgz" ,
"integrity" : "sha512-Ls1oH8jaN1vNsqcaHVYJrKmgMcKsC1wcp8bujvXrHaAqD2iDYq3HoOwsxwo09Cuda5R5nC0o0IxlrlTuvPuzSw==" ,
2024-08-06 08:36:03 +02:00
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"@hapi/hoek" : "9.x.x"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/bounce" : {
2024-11-25 09:31:25 +01:00
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/@hapi/bounce/-/bounce-3.0.2.tgz" ,
"integrity" : "sha512-d0XmlTi3H9HFDHhQLjg4F4auL1EY3Wqj7j7/hGDhFFe6xAbnm3qiGrXeT93zZnPH8gH+SKAFYiRzu26xkXcH3g==" ,
2024-08-06 08:36:03 +02:00
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/boom" : "^10.0.1" ,
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/bounce/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/bounce/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/bourne" : {
2024-08-06 08:36:03 +02:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/bourne/-/bourne-3.0.0.tgz" ,
"integrity" : "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==" ,
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/call" : {
2024-08-06 08:36:03 +02:00
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/call/-/call-9.0.1.tgz" ,
"integrity" : "sha512-uPojQRqEL1GRZR4xXPqcLMujQGaEpyVPRyBlD8Pp5rqgIwLhtveF9PkixiKru2THXvuN8mUrLeet5fqxKAAMGg==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/boom" : "^10.0.1" ,
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/call/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/call/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/catbox" : {
2024-08-06 08:36:03 +02:00
"version" : "12.1.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/catbox/-/catbox-12.1.1.tgz" ,
"integrity" : "sha512-hDqYB1J+R0HtZg4iPH3LEnldoaBsar6bYp0EonBmNQ9t5CO+1CqgCul2ZtFveW1ReA5SQuze9GPSU7/aecERhw==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/boom" : "^10.0.1" ,
"@hapi/hoek" : "^11.0.2" ,
"@hapi/podium" : "^5.0.0" ,
"@hapi/validate" : "^2.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/catbox-memory" : {
2024-08-06 08:36:03 +02:00
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/@hapi/catbox-memory/-/catbox-memory-6.0.2.tgz" ,
"integrity" : "sha512-H1l4ugoFW/ZRkqeFrIo8p1rWN0PA4MDTfu4JmcoNDvnY975o29mqoZblqFTotxNHlEkMPpIiIBJTV+Mbi+aF0g==" ,
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/boom" : "^10.0.1" ,
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/catbox-memory/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/catbox-memory/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
"node_modules/@hapi/catbox/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/catbox/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/content" : {
2024-08-06 08:36:03 +02:00
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/content/-/content-6.0.0.tgz" ,
"integrity" : "sha512-CEhs7j+H0iQffKfe5Htdak5LBOz/Qc8TRh51cF+BFv0qnuph3Em4pjGVzJMkI2gfTDdlJKWJISGWS1rK34POGA==" ,
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/boom" : "^10.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/content/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/content/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/cryptiles" : {
2024-08-06 08:36:03 +02:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/cryptiles/-/cryptiles-6.0.1.tgz" ,
"integrity" : "sha512-9GM9ECEHfR8lk5ASOKG4+4ZsEzFqLfhiryIJ2ISePVB92OHLp/yne4m+zn7z9dgvM98TLpiFebjDFQ0UHcqxXQ==" ,
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/boom" : "^10.0.1"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-08-06 08:36:03 +02:00
"node" : ">=14.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/cryptiles/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/cryptiles/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/file" : {
2024-08-06 08:36:03 +02:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/file/-/file-3.0.0.tgz" ,
"integrity" : "sha512-w+lKW+yRrLhJu620jT3y+5g2mHqnKfepreykvdOcl9/6up8GrQQn+l3FRTsjHTKbkbfQFkuksHpdv2EcpKcJ4Q==" ,
"license" : "BSD-3-Clause"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/hapi" : {
2024-11-25 09:31:25 +01:00
"version" : "21.3.12" ,
"resolved" : "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.3.12.tgz" ,
"integrity" : "sha512-GCUP12dkb3QMjpFl+wEFO73nqKRmsnD5um/QDOn6lj2GjGBrDXPcT194mNARO+PPNXZOR4KmvIpHt/lceUncfg==" ,
2024-08-06 08:36:03 +02:00
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@hapi/accept" : "^6.0.3" ,
2024-08-06 08:36:03 +02:00
"@hapi/ammo" : "^6.0.1" ,
"@hapi/boom" : "^10.0.1" ,
2024-11-25 09:31:25 +01:00
"@hapi/bounce" : "^3.0.2" ,
2024-08-06 08:36:03 +02:00
"@hapi/call" : "^9.0.1" ,
"@hapi/catbox" : "^12.1.1" ,
"@hapi/catbox-memory" : "^6.0.2" ,
"@hapi/heavy" : "^8.0.1" ,
2024-11-25 09:31:25 +01:00
"@hapi/hoek" : "^11.0.6" ,
2024-08-06 08:36:03 +02:00
"@hapi/mimos" : "^7.0.1" ,
"@hapi/podium" : "^5.0.1" ,
"@hapi/shot" : "^6.0.1" ,
"@hapi/somever" : "^4.1.1" ,
"@hapi/statehood" : "^8.1.1" ,
"@hapi/subtext" : "^8.1.0" ,
"@hapi/teamwork" : "^6.0.0" ,
2024-11-25 09:31:25 +01:00
"@hapi/topo" : "^6.0.2" ,
2024-08-06 08:36:03 +02:00
"@hapi/validate" : "^2.0.1"
2024-07-18 11:08:01 +02:00
} ,
"engines" : {
2024-08-06 08:36:03 +02:00
"node" : ">=14.15.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/hapi/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/hapi/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/heavy" : {
2024-08-06 08:36:03 +02:00
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/heavy/-/heavy-8.0.1.tgz" ,
"integrity" : "sha512-gBD/NANosNCOp6RsYTsjo2vhr5eYA3BEuogk6cxY0QdhllkkTaJFYtTXv46xd6qhBVMbMMqcSdtqey+UQU3//w==" ,
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/boom" : "^10.0.1" ,
"@hapi/hoek" : "^11.0.2" ,
"@hapi/validate" : "^2.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/heavy/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/heavy/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-08-06 08:36:03 +02:00
"license" : "BSD-3-Clause"
2024-04-21 16:59:50 +02:00
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/hoek" : {
"version" : "9.3.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz" ,
"integrity" : "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" ,
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/iron" : {
2024-08-06 08:36:03 +02:00
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/iron/-/iron-7.0.1.tgz" ,
"integrity" : "sha512-tEZnrOujKpS6jLKliyWBl3A9PaE+ppuL/+gkbyPPDb/l2KSKQyH4lhMkVb+sBhwN+qaxxlig01JRqB8dk/mPxQ==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/b64" : "^6.0.1" ,
"@hapi/boom" : "^10.0.1" ,
"@hapi/bourne" : "^3.0.0" ,
"@hapi/cryptiles" : "^6.0.1" ,
"@hapi/hoek" : "^11.0.2"
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/iron/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/iron/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/mimos" : {
2024-08-06 08:36:03 +02:00
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/mimos/-/mimos-7.0.1.tgz" ,
"integrity" : "sha512-b79V+BrG0gJ9zcRx1VGcCI6r6GEzzZUgiGEJVoq5gwzuB2Ig9Cax8dUuBauQCFKvl2YWSWyOc8mZ8HDaJOtkew==" ,
"license" : "BSD-3-Clause" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/hoek" : "^11.0.2" ,
"mime-db" : "^1.52.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/mimos/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/nigel" : {
2024-08-06 08:36:03 +02:00
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/nigel/-/nigel-5.0.1.tgz" ,
"integrity" : "sha512-uv3dtYuB4IsNaha+tigWmN8mQw/O9Qzl5U26Gm4ZcJVtDdB1AVJOwX3X5wOX+A07qzpEZnOMBAm8jjSqGsU6Nw==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2" ,
"@hapi/vise" : "^5.0.1"
2024-07-18 11:08:01 +02:00
} ,
"engines" : {
2024-08-06 08:36:03 +02:00
"node" : ">=14.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/nigel/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/pez" : {
2024-08-06 08:36:03 +02:00
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/pez/-/pez-6.1.0.tgz" ,
"integrity" : "sha512-+FE3sFPYuXCpuVeHQ/Qag1b45clR2o54QoonE/gKHv9gukxQ8oJJZPR7o3/ydDTK6racnCJXxOyT1T93FCJMIg==" ,
"license" : "BSD-3-Clause" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/b64" : "^6.0.1" ,
"@hapi/boom" : "^10.0.1" ,
"@hapi/content" : "^6.0.0" ,
"@hapi/hoek" : "^11.0.2" ,
"@hapi/nigel" : "^5.0.1"
2024-05-08 07:32:29 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/pez/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/pez/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/podium" : {
2025-01-15 14:15:02 +01:00
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/@hapi/podium/-/podium-5.0.2.tgz" ,
"integrity" : "sha512-T7gf2JYHQQfEfewTQFbsaXoZxSvuXO/QBIGljucUQ/lmPnTTNAepoIKOakWNVWvo2fMEDjycu77r8k6dhreqHA==" ,
2024-08-06 08:36:03 +02:00
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/hoek" : "^11.0.2" ,
"@hapi/teamwork" : "^6.0.0" ,
"@hapi/validate" : "^2.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/podium/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/shot" : {
2024-08-06 08:36:03 +02:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/shot/-/shot-6.0.1.tgz" ,
"integrity" : "sha512-s5ynMKZXYoDd3dqPw5YTvOR/vjHvMTxc388+0qL0jZZP1+uwXuUD32o9DuuuLsmTlyXCWi02BJl1pBpwRuUrNA==" ,
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/hoek" : "^11.0.2" ,
"@hapi/validate" : "^2.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/shot/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/somever" : {
2024-08-06 08:36:03 +02:00
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/somever/-/somever-4.1.1.tgz" ,
"integrity" : "sha512-lt3QQiDDOVRatS0ionFDNrDIv4eXz58IibQaZQDOg4DqqdNme8oa0iPWcE0+hkq/KTeBCPtEOjDOBKBKwDumVg==" ,
"license" : "BSD-3-Clause" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/bounce" : "^3.0.1" ,
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/somever/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/statehood" : {
2024-08-06 08:36:03 +02:00
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/statehood/-/statehood-8.1.1.tgz" ,
"integrity" : "sha512-YbK7PSVUA59NArAW5Np0tKRoIZ5VNYUicOk7uJmWZF6XyH5gGL+k62w77SIJb0AoAJ0QdGQMCQ/WOGL1S3Ydow==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/boom" : "^10.0.1" ,
"@hapi/bounce" : "^3.0.1" ,
"@hapi/bourne" : "^3.0.0" ,
"@hapi/cryptiles" : "^6.0.1" ,
"@hapi/hoek" : "^11.0.2" ,
"@hapi/iron" : "^7.0.1" ,
"@hapi/validate" : "^2.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/statehood/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/statehood/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/subtext" : {
2024-08-06 08:36:03 +02:00
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/subtext/-/subtext-8.1.0.tgz" ,
"integrity" : "sha512-PyaN4oSMtqPjjVxLny1k0iYg4+fwGusIhaom9B2StinBclHs7v46mIW706Y+Wo21lcgulGyXbQrmT/w4dus6ww==" ,
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/boom" : "^10.0.1" ,
"@hapi/bourne" : "^3.0.0" ,
"@hapi/content" : "^6.0.0" ,
"@hapi/file" : "^3.0.0" ,
"@hapi/hoek" : "^11.0.2" ,
"@hapi/pez" : "^6.1.0" ,
"@hapi/wreck" : "^18.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/subtext/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/subtext/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/teamwork" : {
2024-08-06 08:36:03 +02:00
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/teamwork/-/teamwork-6.0.0.tgz" ,
"integrity" : "sha512-05HumSy3LWfXpmJ9cr6HzwhAavrHkJ1ZRCmNE2qJMihdM5YcWreWPfyN0yKT2ZjCM92au3ZkuodjBxOibxM67A==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=14.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/topo" : {
2024-08-06 08:36:03 +02:00
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/@hapi/topo/-/topo-6.0.2.tgz" ,
"integrity" : "sha512-KR3rD5inZbGMrHmgPxsJ9dbi6zEK+C3ZwUwTa+eMwWLz7oijWUTWD2pMSNNYJAU6Qq+65NkxXjqHr/7LM2Xkqg==" ,
"license" : "BSD-3-Clause" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/topo/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/validate" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/validate/-/validate-2.0.1.tgz" ,
"integrity" : "sha512-NZmXRnrSLK8MQ9y/CMqE9WSspgB9xA41/LlYR0k967aSZebWr4yNrpxIbov12ICwKy4APSlWXZga9jN5p6puPA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2" ,
"@hapi/topo" : "^6.0.1"
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/validate/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/vise" : {
2024-08-14 11:13:58 +02:00
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/vise/-/vise-5.0.1.tgz" ,
"integrity" : "sha512-XZYWzzRtINQLedPYlIkSkUr7m5Ddwlu99V9elh8CSygXstfv3UnWIXT0QD+wmR0VAG34d2Vx3olqcEhRRoTu9A==" ,
2024-08-06 08:36:03 +02:00
"license" : "BSD-3-Clause" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/hoek" : "^11.0.2"
2024-07-18 11:08:01 +02:00
}
2024-05-08 07:32:29 +02:00
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/vise/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapi/wreck" : {
2024-08-06 08:36:03 +02:00
"version" : "18.1.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/wreck/-/wreck-18.1.0.tgz" ,
"integrity" : "sha512-0z6ZRCmFEfV/MQqkQomJ7sl/hyxvcZM7LtuVqN3vdAO4vM9eBbowl0kaqQj9EJJQab+3Uuh1GxbGIBFy4NfJ4w==" ,
"license" : "BSD-3-Clause" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/boom" : "^10.0.1" ,
"@hapi/bourne" : "^3.0.0" ,
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapi/wreck/node_modules/@hapi/boom" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz" ,
"integrity" : "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
}
} ,
"node_modules/@hapi/wreck/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapipal/schmervice" : {
2024-08-06 08:36:03 +02:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@hapipal/schmervice/-/schmervice-3.0.0.tgz" ,
"integrity" : "sha512-1v7GY6BPHP9vLrUkQ1mi8qnzrAKKLy0J0rRznhogkILcvuwZXMHuMuSBrmmyEmHh4fPvL+WxPgeINjrL0TRtxQ==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-06 08:36:03 +02:00
"node" : ">=16"
2024-05-08 07:32:29 +02:00
} ,
2024-07-18 11:08:01 +02:00
"peerDependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/hapi" : ">=20 <22"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@hapipal/toys" : {
2024-08-06 08:36:03 +02:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@hapipal/toys/-/toys-4.0.0.tgz" ,
"integrity" : "sha512-X00yhzgirMQAmlPIino/ZMpD3kfniQK3sU2qMLKT+kTdbUF+ThIP2s1sd+fUJMoP3CxBpFK5/t6csI66rlCCnw==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/hoek" : "^11.0.2"
2024-07-18 11:08:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-06 08:36:03 +02:00
"node" : ">=16"
2024-04-21 16:59:50 +02:00
} ,
2024-07-18 11:08:01 +02:00
"peerDependencies" : {
2024-08-06 08:36:03 +02:00
"@hapi/hapi" : ">=20 <22"
2024-05-07 14:16:01 +02:00
} ,
2024-08-06 08:36:03 +02:00
"peerDependenciesMeta" : {
"@hapi/hapi" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@hapipal/toys/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@humanfs/core" : {
"version" : "0.19.1" ,
"resolved" : "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz" ,
"integrity" : "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.18.0"
}
} ,
"node_modules/@humanfs/node" : {
"version" : "0.16.6" ,
"resolved" : "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz" ,
"integrity" : "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@humanfs/core" : "^0.19.1" ,
"@humanwhocodes/retry" : "^0.3.0"
} ,
"engines" : {
"node" : ">=18.18.0"
}
} ,
"node_modules/@humanfs/node/node_modules/@humanwhocodes/retry" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz" ,
"integrity" : "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@humanwhocodes/config-array" : {
2024-09-27 11:22:45 +02:00
"version" : "0.13.0" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz" ,
"integrity" : "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==" ,
2024-08-14 13:03:50 +02:00
"deprecated" : "Use @eslint/config-array instead" ,
2024-12-13 13:20:37 +01:00
"dev" : true ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-09-27 11:22:45 +02:00
"@humanwhocodes/object-schema" : "^2.0.3" ,
2024-08-14 13:03:50 +02:00
"debug" : "^4.3.1" ,
"minimatch" : "^3.0.5"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10.10.0"
2024-05-08 07:32:29 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@humanwhocodes/config-array/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@humanwhocodes/module-importer" : {
2024-08-14 11:13:58 +02:00
"version" : "1.0.1" ,
2024-08-14 13:03:50 +02:00
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
2024-08-14 11:13:58 +02:00
"license" : "Apache-2.0" ,
2024-05-08 07:32:29 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12.22"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 11:13:58 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@humanwhocodes/object-schema" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz" ,
"integrity" : "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==" ,
"deprecated" : "Use @eslint/object-schema instead" ,
2024-12-13 13:20:37 +01:00
"dev" : true ,
2024-08-14 13:03:50 +02:00
"license" : "BSD-3-Clause"
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@humanwhocodes/retry" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz" ,
"integrity" : "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-darwin-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz" ,
"integrity" : "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
} ,
"optionalDependencies" : {
2024-09-04 07:52:30 +02:00
"@img/sharp-libvips-darwin-arm64" : "1.0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-darwin-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz" ,
"integrity" : "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2024-09-04 07:52:30 +02:00
"@img/sharp-libvips-darwin-x64" : "1.0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-libvips-darwin-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz" ,
"integrity" : "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-08-14 11:13:58 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-libvips-darwin-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz" ,
"integrity" : "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-08-14 11:13:58 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-libvips-linux-arm" : {
2024-09-04 07:52:30 +02:00
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz" ,
"integrity" : "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-libvips-linux-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz" ,
"integrity" : "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-libvips-linux-s390x" : {
2024-09-04 07:52:30 +02:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz" ,
"integrity" : "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"s390x"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-14 11:13:58 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-libvips-linux-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz" ,
"integrity" : "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-14 11:13:58 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-libvips-linuxmusl-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz" ,
"integrity" : "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-libvips-linuxmusl-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz" ,
"integrity" : "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-linux-arm" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz" ,
"integrity" : "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2024-09-04 07:52:30 +02:00
"@img/sharp-libvips-linux-arm" : "1.0.5"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-linux-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz" ,
"integrity" : "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"optionalDependencies" : {
2024-09-04 07:52:30 +02:00
"@img/sharp-libvips-linux-arm64" : "1.0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-linux-s390x" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz" ,
"integrity" : "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"s390x"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2024-09-04 07:52:30 +02:00
"@img/sharp-libvips-linux-s390x" : "1.0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-linux-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz" ,
"integrity" : "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2024-09-04 07:52:30 +02:00
"@img/sharp-libvips-linux-x64" : "1.0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-linuxmusl-arm64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz" ,
"integrity" : "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2024-09-04 07:52:30 +02:00
"@img/sharp-libvips-linuxmusl-arm64" : "1.0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-linuxmusl-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz" ,
"integrity" : "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2024-09-04 07:52:30 +02:00
"@img/sharp-libvips-linuxmusl-x64" : "1.0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-wasm32" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz" ,
"integrity" : "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"wasm32"
] ,
"license" : "Apache-2.0 AND LGPL-3.0-or-later AND MIT" ,
"optional" : true ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-09-04 07:52:30 +02:00
"@emnapi/runtime" : "^1.2.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-win32-ia32" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz" ,
"integrity" : "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"ia32"
] ,
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"win32"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@img/sharp-win32-x64" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz" ,
"integrity" : "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"win32"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-08-14 11:13:58 +02:00
}
} ,
2025-01-20 11:17:37 +01:00
"node_modules/@ioredis/commands" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz" ,
"integrity" : "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" ,
"integrity" : "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@isaacs/cliui/node_modules/ansi-regex" : {
2024-09-27 11:22:45 +02:00
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz" ,
"integrity" : "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@isaacs/cliui/node_modules/ansi-styles" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" ,
"integrity" : "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12"
} ,
"funding" : {
2024-12-13 13:20:37 +01:00
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@isaacs/cliui/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" ,
"license" : "MIT"
} ,
"node_modules/@isaacs/cliui/node_modules/string-width" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" ,
"integrity" : "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" ,
"license" : "MIT" ,
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@isaacs/cliui/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/@isaacs/cliui/node_modules/wrap-ansi" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" ,
"integrity" : "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/@istanbuljs/load-nyc-config" : {
2024-08-14 13:03:50 +02:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz" ,
"integrity" : "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==" ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"camelcase" : "^5.3.1" ,
"find-up" : "^4.1.0" ,
"get-package-type" : "^0.1.0" ,
"js-yaml" : "^3.13.1" ,
"resolve-from" : "^5.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse" : {
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" ,
"integrity" : "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"sprintf-js" : "~1.0.2"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml" : {
"version" : "3.14.1" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" ,
"integrity" : "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"argparse" : "^1.0.7" ,
"esprima" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"bin" : {
"js-yaml" : "bin/js-yaml.js"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"p-locate" : "^4.1.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"p-try" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"p-limit" : "^2.2.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@istanbuljs/schema" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz" ,
"integrity" : "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/console" : {
2024-08-14 11:13:58 +02:00
"version" : "29.7.0" ,
2024-08-14 13:03:50 +02:00
"resolved" : "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz" ,
"integrity" : "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
2024-08-14 13:03:50 +02:00
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"slash" : "^3.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/core" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz" ,
"integrity" : "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/console" : "^29.7.0" ,
"@jest/reporters" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"ansi-escapes" : "^4.2.1" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"exit" : "^0.1.2" ,
"graceful-fs" : "^4.2.9" ,
"jest-changed-files" : "^29.7.0" ,
"jest-config" : "^29.7.0" ,
"jest-haste-map" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-resolve-dependencies" : "^29.7.0" ,
"jest-runner" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"jest-watcher" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-ansi" : "^6.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/core/node_modules/ci-info" : {
2024-08-14 11:13:58 +02:00
"version" : "3.9.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz" ,
"integrity" : "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/environment" : {
2024-08-14 11:13:58 +02:00
"version" : "29.7.0" ,
2024-08-14 13:03:50 +02:00
"resolved" : "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz" ,
"integrity" : "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/fake-timers" : "^29.7.0" ,
2024-08-14 11:13:58 +02:00
"@jest/types" : "^29.6.3" ,
2024-08-14 13:03:50 +02:00
"@types/node" : "*" ,
"jest-mock" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/expect" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz" ,
"integrity" : "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"expect" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/expect-utils" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz" ,
"integrity" : "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"jest-get-type" : "^29.6.3"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/fake-timers" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz" ,
"integrity" : "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/types" : "^29.6.3" ,
"@sinonjs/fake-timers" : "^10.0.2" ,
"@types/node" : "*" ,
"jest-message-util" : "^29.7.0" ,
"jest-mock" : "^29.7.0" ,
"jest-util" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/globals" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz" ,
"integrity" : "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/environment" : "^29.7.0" ,
"@jest/expect" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"jest-mock" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/reporters" : {
2024-08-14 11:13:58 +02:00
"version" : "29.7.0" ,
2024-08-14 13:03:50 +02:00
"resolved" : "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz" ,
"integrity" : "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@bcoe/v8-coverage" : "^0.2.3" ,
"@jest/console" : "^29.7.0" ,
2024-08-14 11:13:58 +02:00
"@jest/test-result" : "^29.7.0" ,
2024-08-14 13:03:50 +02:00
"@jest/transform" : "^29.7.0" ,
2024-08-14 11:13:58 +02:00
"@jest/types" : "^29.6.3" ,
2024-08-14 13:03:50 +02:00
"@jridgewell/trace-mapping" : "^0.3.18" ,
2024-08-14 11:13:58 +02:00
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
2024-08-14 13:03:50 +02:00
"collect-v8-coverage" : "^1.0.0" ,
"exit" : "^0.1.2" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"istanbul-lib-coverage" : "^3.0.0" ,
"istanbul-lib-instrument" : "^6.0.0" ,
"istanbul-lib-report" : "^3.0.0" ,
"istanbul-lib-source-maps" : "^4.0.0" ,
"istanbul-reports" : "^3.1.3" ,
"jest-message-util" : "^29.7.0" ,
2024-08-14 11:13:58 +02:00
"jest-util" : "^29.7.0" ,
2024-08-14 13:03:50 +02:00
"jest-worker" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"string-length" : "^4.0.1" ,
"strip-ansi" : "^6.0.0" ,
"v8-to-istanbul" : "^9.0.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/schemas" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz" ,
"integrity" : "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@sinclair/typebox" : "^0.27.8"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/source-map" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz" ,
"integrity" : "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jridgewell/trace-mapping" : "^0.3.18" ,
"callsites" : "^3.0.0" ,
"graceful-fs" : "^4.2.9"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/test-result" : {
2024-08-14 11:13:58 +02:00
"version" : "29.7.0" ,
2024-08-14 13:03:50 +02:00
"resolved" : "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz" ,
"integrity" : "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/console" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/istanbul-lib-coverage" : "^2.0.0" ,
"collect-v8-coverage" : "^1.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/test-sequencer" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz" ,
"integrity" : "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/test-result" : "^29.7.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"slash" : "^3.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/transform" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz" ,
"integrity" : "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/core" : "^7.11.6" ,
"@jest/types" : "^29.6.3" ,
"@jridgewell/trace-mapping" : "^0.3.18" ,
"babel-plugin-istanbul" : "^6.1.1" ,
"chalk" : "^4.0.0" ,
"convert-source-map" : "^2.0.0" ,
"fast-json-stable-stringify" : "^2.1.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"pirates" : "^4.0.4" ,
"slash" : "^3.0.0" ,
"write-file-atomic" : "^4.0.2"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jest/types" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz" ,
"integrity" : "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"@types/istanbul-lib-coverage" : "^2.0.0" ,
"@types/istanbul-reports" : "^3.0.0" ,
"@types/node" : "*" ,
"@types/yargs" : "^17.0.8" ,
"chalk" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jridgewell/gen-mapping" : {
2024-12-13 13:20:37 +01:00
"version" : "0.3.8" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz" ,
"integrity" : "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@jridgewell/set-array" : "^1.2.1" ,
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
"@jridgewell/trace-mapping" : "^0.3.24"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jridgewell/set-array" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz" ,
"integrity" : "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz" ,
"integrity" : "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" ,
"license" : "MIT"
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.25" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz" ,
"integrity" : "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@link-stack/bridge-common" : {
"resolved" : "packages/bridge-common" ,
"link" : true
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@link-stack/bridge-frontend" : {
"resolved" : "apps/bridge-frontend" ,
"link" : true
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@link-stack/bridge-migrations" : {
"resolved" : "apps/bridge-migrations" ,
"link" : true
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@link-stack/bridge-ui" : {
"resolved" : "packages/bridge-ui" ,
"link" : true
} ,
"node_modules/@link-stack/bridge-whatsapp" : {
"resolved" : "apps/bridge-whatsapp" ,
"link" : true
} ,
"node_modules/@link-stack/bridge-worker" : {
"resolved" : "apps/bridge-worker" ,
"link" : true
} ,
"node_modules/@link-stack/eslint-config" : {
"resolved" : "packages/eslint-config" ,
"link" : true
} ,
"node_modules/@link-stack/jest-config" : {
"resolved" : "packages/jest-config" ,
"link" : true
} ,
"node_modules/@link-stack/leafcutter" : {
"resolved" : "apps/leafcutter" ,
"link" : true
} ,
"node_modules/@link-stack/leafcutter-ui" : {
"resolved" : "packages/leafcutter-ui" ,
"link" : true
} ,
"node_modules/@link-stack/link" : {
"resolved" : "apps/link" ,
"link" : true
} ,
"node_modules/@link-stack/opensearch-common" : {
"resolved" : "packages/opensearch-common" ,
"link" : true
} ,
"node_modules/@link-stack/signal-api" : {
"resolved" : "packages/signal-api" ,
"link" : true
} ,
"node_modules/@link-stack/typescript-config" : {
"resolved" : "packages/typescript-config" ,
"link" : true
} ,
"node_modules/@link-stack/ui" : {
"resolved" : "packages/ui" ,
"link" : true
} ,
"node_modules/@link-stack/zammad-addon-bridge" : {
"resolved" : "packages/zammad-addon-bridge" ,
"link" : true
} ,
"node_modules/@link-stack/zammad-addon-common" : {
"resolved" : "packages/zammad-addon-common" ,
"link" : true
} ,
"node_modules/@link-stack/zammad-addon-hardening" : {
"resolved" : "packages/zammad-addon-hardening" ,
"link" : true
} ,
"node_modules/@link-stack/zammad-addon-leafcutter" : {
"resolved" : "packages/zammad-addon-leafcutter" ,
"link" : true
} ,
"node_modules/@lukeed/csprng" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz" ,
"integrity" : "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==" ,
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@mui/core-downloads-tracker" : {
2025-01-26 12:24:57 +01:00
"version" : "6.4.1" ,
"resolved" : "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-6.4.1.tgz" ,
"integrity" : "sha512-SfDLWMV5b5oXgDf3NTa2hCTPC1d2defhDH2WgFKmAiejC4mSfXYbyi+AFCLzpizauXhgBm8OaZy9BHKnrSpahQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@mui/icons-material" : {
2025-01-26 12:24:57 +01:00
"version" : "6.4.1" ,
"resolved" : "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.4.1.tgz" ,
"integrity" : "sha512-wsxFcUTQxt4s+7Bg4GgobqRjyaHLmZGNOs+HJpbwrwmLbT6mhIJxhpqsKzzWq9aDY8xIe7HCjhpH7XI5UD6teA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.26.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-11-25 09:31:25 +01:00
"node" : ">=14.0.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
2025-01-26 12:24:57 +01:00
"@mui/material" : "^6.4.1" ,
2024-11-25 09:31:25 +01:00
"@types/react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-08-14 13:03:50 +02:00
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@mui/material" : {
2025-01-26 12:24:57 +01:00
"version" : "6.4.1" ,
"resolved" : "https://registry.npmjs.org/@mui/material/-/material-6.4.1.tgz" ,
"integrity" : "sha512-MFBfia6UiKxyoLeGkAh8M15bkeDmfnsUTMRJd/vTQue6YQ8AQ6lw9HqDthyYghzDEWIvZO/lQQzLrZE8XwNJLA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.26.0" ,
2025-01-26 12:24:57 +01:00
"@mui/core-downloads-tracker" : "^6.4.1" ,
"@mui/system" : "^6.4.1" ,
2025-01-15 14:15:02 +01:00
"@mui/types" : "^7.2.21" ,
2025-01-26 12:24:57 +01:00
"@mui/utils" : "^6.4.1" ,
2024-08-14 13:03:50 +02:00
"@popperjs/core" : "^2.11.8" ,
2025-01-15 14:15:02 +01:00
"@types/react-transition-group" : "^4.4.12" ,
2024-11-25 09:31:25 +01:00
"clsx" : "^2.1.1" ,
2024-08-14 13:03:50 +02:00
"csstype" : "^3.1.3" ,
"prop-types" : "^15.8.1" ,
2024-12-13 13:20:37 +01:00
"react-is" : "^19.0.0" ,
2024-08-14 13:03:50 +02:00
"react-transition-group" : "^4.4.5"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-11-25 09:31:25 +01:00
"node" : ">=14.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.5.0" ,
"@emotion/styled" : "^11.3.0" ,
2025-01-26 12:24:57 +01:00
"@mui/material-pigment-css" : "^6.4.1" ,
2024-11-25 09:31:25 +01:00
"@types/react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-08-14 13:03:50 +02:00
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
} ,
2024-11-25 09:31:25 +01:00
"@mui/material-pigment-css" : {
"optional" : true
} ,
2024-08-14 13:03:50 +02:00
"@types/react" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@mui/material-nextjs" : {
2025-01-15 14:15:02 +01:00
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/@mui/material-nextjs/-/material-nextjs-6.3.1.tgz" ,
"integrity" : "sha512-14Y9wHdGsxI7u9XiMlpK5L6+MTsGo3Pod0EqwEde3jMx6dv63uqnMokhC1mzIJ3PjWtG8FwJkDsl57O9H6d+gQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.26.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-11-25 09:31:25 +01:00
"node" : ">=14.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/cache" : "^11.11.0" ,
2024-11-25 09:31:25 +01:00
"@emotion/react" : "^11.11.4" ,
2024-08-14 13:03:50 +02:00
"@emotion/server" : "^11.11.0" ,
2024-11-25 09:31:25 +01:00
"@types/react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"next" : "^13.0.0 || ^14.0.0 || ^15.0.0" ,
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-08-14 13:03:50 +02:00
} ,
"peerDependenciesMeta" : {
"@emotion/cache" : {
"optional" : true
} ,
"@emotion/server" : {
"optional" : true
} ,
"@types/react" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@mui/material/node_modules/react-is" : {
"version" : "19.0.0" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-19.0.0.tgz" ,
"integrity" : "sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g==" ,
"license" : "MIT"
} ,
2024-11-25 09:31:25 +01:00
"node_modules/@mui/private-theming" : {
2025-01-26 12:24:57 +01:00
"version" : "6.4.1" ,
"resolved" : "https://registry.npmjs.org/@mui/private-theming/-/private-theming-6.4.1.tgz" ,
"integrity" : "sha512-DcT7mwK89owwgcEuiE7w458te4CIjHbYWW6Kn6PiR6eLtxBsoBYphA968uqsQAOBQDpbYxvkuFLwhgk4bxoN/Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.26.0" ,
2025-01-26 12:24:57 +01:00
"@mui/utils" : "^6.4.1" ,
2024-08-14 13:03:50 +02:00
"prop-types" : "^15.8.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-11-25 09:31:25 +01:00
"node" : ">=14.0.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
2024-11-25 09:31:25 +01:00
"@types/react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-08-14 13:03:50 +02:00
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/@mui/styled-engine" : {
2025-01-15 14:15:02 +01:00
"version" : "6.4.0" ,
"resolved" : "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-6.4.0.tgz" ,
"integrity" : "sha512-ek/ZrDujrger12P6o4luQIfRd2IziH7jQod2WMbLqGE03Iy0zUwYmckRTVhRQTLPNccpD8KXGcALJF+uaUQlbg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.26.0" ,
2024-11-28 08:27:20 +01:00
"@emotion/cache" : "^11.13.5" ,
"@emotion/serialize" : "^1.3.3" ,
2024-09-27 11:22:45 +02:00
"@emotion/sheet" : "^1.4.0" ,
2024-09-04 07:52:30 +02:00
"csstype" : "^3.1.3" ,
"prop-types" : "^15.8.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
2024-09-04 07:52:30 +02:00
"@emotion/react" : "^11.4.1" ,
"@emotion/styled" : "^11.3.0" ,
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-08-14 13:03:50 +02:00
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-09-04 07:52:30 +02:00
"node_modules/@mui/system" : {
2025-01-26 12:24:57 +01:00
"version" : "6.4.1" ,
"resolved" : "https://registry.npmjs.org/@mui/system/-/system-6.4.1.tgz" ,
"integrity" : "sha512-rgQzgcsHCTtzF9MZ+sL0tOhf2ZBLazpjrujClcb4Siju5lTrK0xX4PsiropActzCemNfM+mOu+0jezAVnfRK8g==" ,
2024-09-04 07:52:30 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.26.0" ,
2025-01-26 12:24:57 +01:00
"@mui/private-theming" : "^6.4.1" ,
2025-01-15 14:15:02 +01:00
"@mui/styled-engine" : "^6.4.0" ,
"@mui/types" : "^7.2.21" ,
2025-01-26 12:24:57 +01:00
"@mui/utils" : "^6.4.1" ,
2024-08-14 13:03:50 +02:00
"clsx" : "^2.1.1" ,
2024-09-04 07:52:30 +02:00
"csstype" : "^3.1.3" ,
"prop-types" : "^15.8.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14.0.0"
} ,
2024-09-04 07:52:30 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
2024-09-04 07:52:30 +02:00
"@emotion/react" : "^11.5.0" ,
"@emotion/styled" : "^11.3.0" ,
"@types/react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-08-14 13:03:50 +02:00
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
2024-09-04 07:52:30 +02:00
} ,
"@types/react" : {
"optional" : true
2024-08-14 13:03:50 +02:00
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-09-04 07:52:30 +02:00
"node_modules/@mui/types" : {
2025-01-15 14:15:02 +01:00
"version" : "7.2.21" ,
"resolved" : "https://registry.npmjs.org/@mui/types/-/types-7.2.21.tgz" ,
"integrity" : "sha512-6HstngiUxNqLU+/DPqlUJDIPbzUBxIVHb1MmXP0eTWDIROiCR2viugXpEif0PPe2mLqqakPzzRClWAnK+8UJww==" ,
2024-09-04 07:52:30 +02:00
"license" : "MIT" ,
"peerDependencies" : {
"@types/react" : "^17.0.0 || ^18.0.0 || ^19.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/@mui/utils" : {
2025-01-26 12:24:57 +01:00
"version" : "6.4.1" ,
"resolved" : "https://registry.npmjs.org/@mui/utils/-/utils-6.4.1.tgz" ,
"integrity" : "sha512-iQUDUeYh87SvR4lVojaRaYnQix8BbRV51MxaV6MBmqthecQoxwSbS5e2wnbDJUeFxY2ppV505CiqPLtd0OWkqw==" ,
2024-09-04 07:52:30 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.26.0" ,
2025-01-15 14:15:02 +01:00
"@mui/types" : "^7.2.21" ,
2024-12-13 13:20:37 +01:00
"@types/prop-types" : "^15.7.14" ,
2024-09-04 07:52:30 +02:00
"clsx" : "^2.1.1" ,
"prop-types" : "^15.8.1" ,
2024-12-13 13:20:37 +01:00
"react-is" : "^19.0.0"
2024-09-04 07:52:30 +02:00
} ,
"engines" : {
2024-11-25 09:31:25 +01:00
"node" : ">=14.0.0"
2024-09-04 07:52:30 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
2024-11-25 09:31:25 +01:00
"@types/react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-09-04 07:52:30 +02:00
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@mui/utils/node_modules/react-is" : {
"version" : "19.0.0" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-19.0.0.tgz" ,
"integrity" : "sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g==" ,
"license" : "MIT"
} ,
2024-09-04 07:52:30 +02:00
"node_modules/@mui/x-data-grid" : {
2025-01-26 12:24:57 +01:00
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.24.1.tgz" ,
"integrity" : "sha512-4sYTbMwsDotuTd2Cwa2JGTPXPWQs8RGJvocAKnIsNOzNdZNMrikE//HO35snriK8s4dauAApY7RVbeisjpVT+A==" ,
2024-09-04 07:52:30 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.25.7" ,
"@mui/utils" : "^5.16.6 || ^6.0.0" ,
2025-01-26 12:24:57 +01:00
"@mui/x-internals" : "7.24.1" ,
2024-09-04 07:52:30 +02:00
"clsx" : "^2.1.1" ,
"prop-types" : "^15.8.1" ,
2024-09-27 11:22:45 +02:00
"reselect" : "^5.1.1"
2024-09-04 07:52:30 +02:00
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.9.0" ,
"@emotion/styled" : "^11.8.1" ,
"@mui/material" : "^5.15.14 || ^6.0.0" ,
"@mui/system" : "^5.15.14 || ^6.0.0" ,
2024-12-13 13:20:37 +01:00
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-09-04 07:52:30 +02:00
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
}
}
} ,
"node_modules/@mui/x-data-grid-pro" : {
2025-01-26 12:24:57 +01:00
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@mui/x-data-grid-pro/-/x-data-grid-pro-7.24.1.tgz" ,
"integrity" : "sha512-zeIfmXfh/i1TQbsKZfHchvqNPG5PGIMtGRQgFxwj9tWDPG46Y7/TrLoP86gZEahsKRtGL/TEbJqoK7s9ox1Qcg==" ,
2024-09-04 07:52:30 +02:00
"license" : "SEE LICENSE IN LICENSE" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.25.7" ,
"@mui/utils" : "^5.16.6 || ^6.0.0" ,
2025-01-26 12:24:57 +01:00
"@mui/x-data-grid" : "7.24.1" ,
"@mui/x-internals" : "7.24.1" ,
"@mui/x-license" : "7.24.1" ,
2024-09-04 07:52:30 +02:00
"@types/format-util" : "^1.0.4" ,
"clsx" : "^2.1.1" ,
"prop-types" : "^15.8.1" ,
2024-09-27 11:22:45 +02:00
"reselect" : "^5.1.1"
2024-09-04 07:52:30 +02:00
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.9.0" ,
"@emotion/styled" : "^11.8.1" ,
"@mui/material" : "^5.15.14 || ^6.0.0" ,
"@mui/system" : "^5.15.14 || ^6.0.0" ,
2024-12-13 13:20:37 +01:00
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-09-04 07:52:30 +02:00
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
}
}
} ,
"node_modules/@mui/x-date-pickers" : {
2025-01-26 12:24:57 +01:00
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.24.1.tgz" ,
"integrity" : "sha512-ykQugMQHuQKBk3kViW/r0PpubtHQOlrd54bgbdafgTMCeM2VpXvv4zimzOu5IGnM6wEN8hupC7EXZbkrT6x46w==" ,
2024-09-04 07:52:30 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.25.7" ,
"@mui/utils" : "^5.16.6 || ^6.0.0" ,
2025-01-26 12:24:57 +01:00
"@mui/x-internals" : "7.24.1" ,
2024-09-04 07:52:30 +02:00
"@types/react-transition-group" : "^4.4.11" ,
"clsx" : "^2.1.1" ,
"prop-types" : "^15.8.1" ,
"react-transition-group" : "^4.4.5"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.9.0" ,
"@emotion/styled" : "^11.8.1" ,
"@mui/material" : "^5.15.14 || ^6.0.0" ,
"@mui/system" : "^5.15.14 || ^6.0.0" ,
2024-09-27 11:22:45 +02:00
"date-fns" : "^2.25.0 || ^3.2.0 || ^4.0.0" ,
2025-01-15 14:15:02 +01:00
"date-fns-jalali" : "^2.13.0-0 || ^3.2.0-0 || ^4.0.0-0" ,
2024-08-14 13:03:50 +02:00
"dayjs" : "^1.10.7" ,
"luxon" : "^3.0.2" ,
"moment" : "^2.29.4" ,
2024-11-25 09:31:25 +01:00
"moment-hijri" : "^2.1.2 || ^3.0.0" ,
2024-08-14 13:03:50 +02:00
"moment-jalaali" : "^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0" ,
2024-12-13 13:20:37 +01:00
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-08-14 13:03:50 +02:00
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
} ,
"date-fns" : {
"optional" : true
} ,
"date-fns-jalali" : {
"optional" : true
} ,
"dayjs" : {
"optional" : true
} ,
"luxon" : {
"optional" : true
} ,
"moment" : {
"optional" : true
} ,
"moment-hijri" : {
"optional" : true
} ,
"moment-jalaali" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@mui/x-date-pickers-pro" : {
2025-01-26 12:24:57 +01:00
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@mui/x-date-pickers-pro/-/x-date-pickers-pro-7.24.1.tgz" ,
"integrity" : "sha512-feFzOFjoRMc91dFAvOl0h93be/umvIvNcWRcESEm5B/QSNqJcrHPLaME3IB/rwcPA+T8wHbebCWnpI69Yns5DA==" ,
2024-08-14 13:03:50 +02:00
"license" : "SEE LICENSE IN LICENSE" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.25.7" ,
"@mui/utils" : "^5.16.6 || ^6.0.0" ,
2025-01-26 12:24:57 +01:00
"@mui/x-date-pickers" : "7.24.1" ,
"@mui/x-internals" : "7.24.1" ,
"@mui/x-license" : "7.24.1" ,
2024-08-14 13:03:50 +02:00
"clsx" : "^2.1.1" ,
"prop-types" : "^15.8.1" ,
"react-transition-group" : "^4.4.5"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.9.0" ,
"@emotion/styled" : "^11.8.1" ,
2024-09-04 07:52:30 +02:00
"@mui/material" : "^5.15.14 || ^6.0.0" ,
"@mui/system" : "^5.15.14 || ^6.0.0" ,
2024-09-27 11:22:45 +02:00
"date-fns" : "^2.25.0 || ^3.2.0 || ^4.0.0" ,
2025-01-15 14:15:02 +01:00
"date-fns-jalali" : "^2.13.0-0 || ^3.2.0-0 || ^4.0.0-0" ,
2024-08-14 13:03:50 +02:00
"dayjs" : "^1.10.7" ,
"luxon" : "^3.0.2" ,
"moment" : "^2.29.4" ,
2024-11-25 09:31:25 +01:00
"moment-hijri" : "^2.1.2 || ^3.0.0" ,
2024-08-14 13:03:50 +02:00
"moment-jalaali" : "^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0" ,
2024-12-13 13:20:37 +01:00
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-08-14 13:03:50 +02:00
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
} ,
"date-fns" : {
"optional" : true
} ,
"date-fns-jalali" : {
"optional" : true
} ,
"dayjs" : {
"optional" : true
} ,
"luxon" : {
"optional" : true
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"moment" : {
"optional" : true
} ,
"moment-hijri" : {
"optional" : true
} ,
"moment-jalaali" : {
"optional" : true
2024-08-14 11:13:58 +02:00
}
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@mui/x-internals" : {
2025-01-26 12:24:57 +01:00
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@mui/x-internals/-/x-internals-7.24.1.tgz" ,
"integrity" : "sha512-9BvJzpLJnS9BDphvkiv6v0QOLxbnu8jhwcexFjtCQ2ZyxtVuVsWzGZ2npT9sGOil7+eaFDmWnJtea/tgrPvSwQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.25.7" ,
"@mui/utils" : "^5.16.6 || ^6.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
2024-12-13 13:20:37 +01:00
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@mui/x-license" : {
2025-01-26 12:24:57 +01:00
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@mui/x-license/-/x-license-7.24.1.tgz" ,
"integrity" : "sha512-pitAG51Kb0+vccYcu3n8P6sfYpu9Edh/6XcC3VF5Cowa1IOhMYPK6+JqmOfj17B6bWyV84qSNcx9lkEjlD47vA==" ,
2024-08-14 13:03:50 +02:00
"license" : "SEE LICENSE IN LICENSE" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/runtime" : "^7.25.7" ,
2025-01-26 12:24:57 +01:00
"@mui/utils" : "^5.16.6 || ^6.0.0" ,
"@mui/x-internals" : "7.24.1"
2024-08-14 13:03:50 +02:00
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
2024-12-13 13:20:37 +01:00
"react" : "^17.0.0 || ^18.0.0 || ^19.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@nestjs/axios" : {
2025-01-26 12:24:57 +01:00
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/@nestjs/axios/-/axios-3.1.3.tgz" ,
"integrity" : "sha512-RZ/63c1tMxGLqyG3iOCVt7A72oy4x1eM6QEhd4KzCYpaVWW0igq0WSREeRoEZhIxRcZfDfIIkvsOMiM7yfVGZQ==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"@nestjs/common" : "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" ,
"axios" : "^1.3.1" ,
"rxjs" : "^6.0.0 || ^7.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@nestjs/common" : {
2025-01-26 12:24:57 +01:00
"version" : "10.4.15" ,
"resolved" : "https://registry.npmjs.org/@nestjs/common/-/common-10.4.15.tgz" ,
"integrity" : "sha512-vaLg1ZgwhG29BuLDxPA9OAcIlgqzp9/N8iG0wGapyUNTf4IY4O6zAHgN6QalwLhFxq7nOI021vdRojR1oF3bqg==" ,
2024-08-14 13:03:50 +02:00
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"iterare" : "1.2.1" ,
2025-01-26 12:24:57 +01:00
"tslib" : "2.8.1" ,
2024-08-14 13:03:50 +02:00
"uid" : "2.0.2"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/nest"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"class-transformer" : "*" ,
"class-validator" : "*" ,
2024-09-27 11:22:45 +02:00
"reflect-metadata" : "^0.1.12 || ^0.2.0" ,
2024-08-14 13:03:50 +02:00
"rxjs" : "^7.1.0"
} ,
"peerDependenciesMeta" : {
"class-transformer" : {
"optional" : true
} ,
"class-validator" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@nestjs/core" : {
2025-01-26 12:24:57 +01:00
"version" : "10.4.15" ,
"resolved" : "https://registry.npmjs.org/@nestjs/core/-/core-10.4.15.tgz" ,
"integrity" : "sha512-UBejmdiYwaH6fTsz2QFBlC1cJHM+3UDeLZN+CiP9I1fRv2KlBZsmozGLbV5eS1JAVWJB4T5N5yQ0gjN8ZvcS2w==" ,
2024-08-14 13:03:50 +02:00
"dev" : true ,
"hasInstallScript" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@nuxtjs/opencollective" : "0.3.2" ,
"fast-safe-stringify" : "2.1.1" ,
"iterare" : "1.2.1" ,
2024-09-27 11:22:45 +02:00
"path-to-regexp" : "3.3.0" ,
2025-01-26 12:24:57 +01:00
"tslib" : "2.8.1" ,
2024-08-14 13:03:50 +02:00
"uid" : "2.0.2"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/nest"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"@nestjs/common" : "^10.0.0" ,
"@nestjs/microservices" : "^10.0.0" ,
"@nestjs/platform-express" : "^10.0.0" ,
"@nestjs/websockets" : "^10.0.0" ,
2024-09-27 11:22:45 +02:00
"reflect-metadata" : "^0.1.12 || ^0.2.0" ,
2024-08-14 13:03:50 +02:00
"rxjs" : "^7.1.0"
} ,
"peerDependenciesMeta" : {
"@nestjs/microservices" : {
"optional" : true
} ,
"@nestjs/platform-express" : {
"optional" : true
} ,
"@nestjs/websockets" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@next/env" : {
2025-01-26 12:24:57 +01:00
"version" : "15.1.6" ,
"resolved" : "https://registry.npmjs.org/@next/env/-/env-15.1.6.tgz" ,
"integrity" : "sha512-d9AFQVPEYNr+aqokIiPLNK/MTyt3DWa/dpKveiAaVccUadFbhFEvY6FXYX2LJO2Hv7PHnLBu2oWwB4uBuHjr/w==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@next/swc-darwin-arm64" : {
2025-01-26 12:24:57 +01:00
"version" : "15.1.6" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.1.6.tgz" ,
"integrity" : "sha512-u7lg4Mpl9qWpKgy6NzEkz/w0/keEHtOybmIl0ykgItBxEM5mYotS5PmqTpo+Rhg8FiOiWgwr8USxmKQkqLBCrw==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"darwin"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@next/swc-darwin-x64" : {
2025-01-26 12:24:57 +01:00
"version" : "15.1.6" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.1.6.tgz" ,
"integrity" : "sha512-x1jGpbHbZoZ69nRuogGL2MYPLqohlhnT9OCU6E6QFewwup+z+M6r8oU47BTeJcWsF2sdBahp5cKiAcDbwwK/lg==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@next/swc-linux-arm64-gnu" : {
2025-01-26 12:24:57 +01:00
"version" : "15.1.6" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.1.6.tgz" ,
"integrity" : "sha512-jar9sFw0XewXsBzPf9runGzoivajeWJUc/JkfbLTC4it9EhU8v7tCRLH7l5Y1ReTMN6zKJO0kKAGqDk8YSO2bg==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@next/swc-linux-arm64-musl" : {
2025-01-26 12:24:57 +01:00
"version" : "15.1.6" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.1.6.tgz" ,
"integrity" : "sha512-+n3u//bfsrIaZch4cgOJ3tXCTbSxz0s6brJtU3SzLOvkJlPQMJ+eHVRi6qM2kKKKLuMY+tcau8XD9CJ1OjeSQQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@next/swc-linux-x64-gnu" : {
2025-01-26 12:24:57 +01:00
"version" : "15.1.6" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.1.6.tgz" ,
"integrity" : "sha512-SpuDEXixM3PycniL4iVCLyUyvcl6Lt0mtv3am08sucskpG0tYkW1KlRhTgj4LI5ehyxriVVcfdoxuuP8csi3kQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@next/swc-linux-x64-musl" : {
2025-01-26 12:24:57 +01:00
"version" : "15.1.6" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.1.6.tgz" ,
"integrity" : "sha512-L4druWmdFSZIIRhF+G60API5sFB7suTbDRhYWSjiw0RbE+15igQvE2g2+S973pMGvwN3guw7cJUjA/TmbPWTHQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"linux"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@next/swc-win32-arm64-msvc" : {
2025-01-26 12:24:57 +01:00
"version" : "15.1.6" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.1.6.tgz" ,
"integrity" : "sha512-s8w6EeqNmi6gdvM19tqKKWbCyOBvXFbndkGHl+c9YrzsLARRdCHsD9S1fMj8gsXm9v8vhC8s3N8rjuC/XrtkEg==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"arm64"
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@next/swc-win32-x64-msvc" : {
2025-01-26 12:24:57 +01:00
"version" : "15.1.6" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.1.6.tgz" ,
"integrity" : "sha512-6xomMuu54FAFxttYr5PJbEfu96godcxBTRk1OhAvJq0/EnmFU/Ybiax30Snis4vdWZ9LGpf7Roy5fSs7v/5ROQ==" ,
2024-08-14 13:03:50 +02:00
"cpu" : [
"x64"
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"os" : [
"win32"
] ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals" : {
"version" : "5.1.1-v1" ,
"resolved" : "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz" ,
"integrity" : "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"eslint-scope" : "5.1.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@nodelib/fs.scandir" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" ,
"integrity" : "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@nodelib/fs.stat" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" ,
"integrity" : "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@nodelib/fs.walk" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" ,
"integrity" : "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@nuxtjs/opencollective" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/@nuxtjs/opencollective/-/opencollective-0.3.2.tgz" ,
"integrity" : "sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA==" ,
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"chalk" : "^4.1.0" ,
"consola" : "^2.15.0" ,
"node-fetch" : "^2.6.1"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"bin" : {
"opencollective" : "bin/opencollective.js"
} ,
"engines" : {
"node" : ">=8.0.0" ,
"npm" : ">=5.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@openapitools/openapi-generator-cli" : {
2025-01-26 12:24:57 +01:00
"version" : "2.16.2" ,
"resolved" : "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.16.2.tgz" ,
"integrity" : "sha512-AjPxFPpCr8atXYWAFRlWttWcLz0+2VEEw2dTk8wLBwzwz3+dN/8t1Zi4s89QNPJyrOm1lc+g42nNIy8MJlWOIA==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
2024-08-14 13:03:50 +02:00
"hasInstallScript" : true ,
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2025-01-26 12:24:57 +01:00
"@nestjs/axios" : "3.1.3" ,
"@nestjs/common" : "10.4.15" ,
"@nestjs/core" : "10.4.15" ,
2024-08-14 13:03:50 +02:00
"@nuxtjs/opencollective" : "0.3.2" ,
2025-01-26 12:24:57 +01:00
"axios" : "1.7.9" ,
2024-08-14 13:03:50 +02:00
"chalk" : "4.1.2" ,
"commander" : "8.3.0" ,
"compare-versions" : "4.1.4" ,
"concurrently" : "6.5.1" ,
"console.table" : "0.10.0" ,
"fs-extra" : "10.1.0" ,
2024-11-25 09:31:25 +01:00
"glob" : "9.3.5" ,
2024-08-14 13:03:50 +02:00
"inquirer" : "8.2.6" ,
"lodash" : "4.17.21" ,
2024-11-25 09:31:25 +01:00
"proxy-agent" : "6.4.0" ,
2024-08-14 13:03:50 +02:00
"reflect-metadata" : "0.1.13" ,
"rxjs" : "7.8.1" ,
2024-11-25 09:31:25 +01:00
"tslib" : "2.8.1"
2024-08-14 11:13:58 +02:00
} ,
"bin" : {
2024-08-14 13:03:50 +02:00
"openapi-generator-cli" : "main.js"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
2024-11-25 09:31:25 +01:00
"node" : ">=16"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/openapi_generator"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/@openapitools/openapi-generator-cli/node_modules/glob" : {
"version" : "9.3.5" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz" ,
"integrity" : "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"minimatch" : "^8.0.2" ,
"minipass" : "^4.2.4" ,
"path-scurry" : "^1.6.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@openapitools/openapi-generator-cli/node_modules/lru-cache" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"dev" : true ,
"license" : "ISC"
} ,
"node_modules/@openapitools/openapi-generator-cli/node_modules/minimatch" : {
"version" : "8.0.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz" ,
"integrity" : "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@openapitools/openapi-generator-cli/node_modules/minipass" : {
"version" : "4.2.8" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz" ,
"integrity" : "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@openapitools/openapi-generator-cli/node_modules/path-scurry" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" ,
"integrity" : "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" ,
"dev" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@openapitools/openapi-generator-cli/node_modules/path-scurry/node_modules/minipass" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@opensearch-project/opensearch" : {
2025-01-26 12:24:57 +01:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@opensearch-project/opensearch/-/opensearch-3.2.0.tgz" ,
"integrity" : "sha512-MmOS34M1lzTRskHvqGMT2URwaDKzv+JKIrRajm/CdiigtBi5EUIBeONP5Npopuv/oDt2IhIjvn+6YXAjiD7F7g==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"aws4" : "^1.11.0" ,
"debug" : "^4.3.1" ,
"hpagent" : "^1.2.0" ,
2024-11-25 09:31:25 +01:00
"json11" : "^2.0.0" ,
2024-08-14 13:03:50 +02:00
"ms" : "^2.1.3" ,
"secure-json-parse" : "^2.4.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
2025-01-15 14:15:02 +01:00
"node" : ">=14" ,
2024-08-14 13:03:50 +02:00
"yarn" : "^1.22.10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@panva/hkdf" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@panva/hkdf/-/hkdf-1.2.1.tgz" ,
"integrity" : "sha512-6oclG6Y3PiDFcoyk8srjLfVKyMfVCKJ27JwNPViuXziFpmdz+MZnZN/aKY0JGXgYuO/VghU0jcOAZgWXZ1Dmrw==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/panva"
}
} ,
"node_modules/@popperjs/core" : {
"version" : "2.11.8" ,
"resolved" : "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz" ,
"integrity" : "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/popperjs"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@protobufjs/aspromise" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz" ,
"integrity" : "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/base64" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz" ,
"integrity" : "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/codegen" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz" ,
"integrity" : "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/eventemitter" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz" ,
"integrity" : "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/fetch" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz" ,
"integrity" : "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==" ,
"license" : "BSD-3-Clause" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@protobufjs/aspromise" : "^1.1.1" ,
"@protobufjs/inquire" : "^1.1.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@protobufjs/float" : {
2024-08-14 11:13:58 +02:00
"version" : "1.0.2" ,
2024-08-14 13:03:50 +02:00
"resolved" : "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz" ,
"integrity" : "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/inquire" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz" ,
"integrity" : "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/path" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz" ,
"integrity" : "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/pool" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz" ,
"integrity" : "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/utf8" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz" ,
"integrity" : "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" ,
"license" : "BSD-3-Clause"
} ,
2024-09-27 11:22:45 +02:00
"node_modules/@rtsao/scc" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz" ,
"integrity" : "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@rushstack/eslint-patch" : {
2025-01-15 14:15:02 +01:00
"version" : "1.10.5" ,
"resolved" : "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.5.tgz" ,
"integrity" : "sha512-kkKUDVlII2DQiKy7UstOR1ErJP8kUKAQ4oa+SQtM0K+lPdmmjj0YnnxBgtTVYH7mUKtbsxeFC9y0AmK7Yb78/A==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/@sinclair/typebox" : {
"version" : "0.27.8" ,
"resolved" : "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz" ,
"integrity" : "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" ,
"license" : "MIT"
} ,
"node_modules/@sinonjs/commons" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz" ,
"integrity" : "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"type-detect" : "4.0.8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@sinonjs/fake-timers" : {
"version" : "10.3.0" ,
"resolved" : "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz" ,
"integrity" : "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==" ,
"license" : "BSD-3-Clause" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@sinonjs/commons" : "^3.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@swc/counter" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz" ,
"integrity" : "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==" ,
"license" : "Apache-2.0"
} ,
"node_modules/@swc/helpers" : {
2024-12-13 13:20:37 +01:00
"version" : "0.5.15" ,
"resolved" : "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz" ,
"integrity" : "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"tslib" : "^2.8.0"
2024-08-14 13:03:50 +02:00
}
} ,
"node_modules/@thi.ng/bitstream" : {
2025-01-26 12:24:57 +01:00
"version" : "2.4.10" ,
"resolved" : "https://registry.npmjs.org/@thi.ng/bitstream/-/bitstream-2.4.10.tgz" ,
"integrity" : "sha512-0m/X+cNaXV3u7cUFifeG6n7p/nBCliGsaVAXn9OGZ8reChb8fUmZTbbuWZbDsA4/zqH7ySIbxWYH77R0L0qzyA==" ,
2024-08-14 11:13:58 +02:00
"funding" : [
{
2024-08-14 13:03:50 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/postspectacular"
2024-08-14 11:13:58 +02:00
} ,
{
2024-08-14 13:03:50 +02:00
"type" : "patreon" ,
"url" : "https://patreon.com/thing_umbrella"
2025-01-15 14:15:02 +01:00
} ,
{
"type" : "liberapay" ,
"url" : "https://liberapay.com/thi.ng"
2024-08-14 11:13:58 +02:00
}
] ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2025-01-26 12:24:57 +01:00
"@thi.ng/errors" : "^2.5.24"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=18"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@thi.ng/errors" : {
2025-01-26 12:24:57 +01:00
"version" : "2.5.24" ,
"resolved" : "https://registry.npmjs.org/@thi.ng/errors/-/errors-2.5.24.tgz" ,
"integrity" : "sha512-XcUe550Xls6gUpw3VtJtXySgdTRocN3xPaQRraQx6YnKFuGz5/Lk//4TnXx8coPAiDr3eLDOfCyM23kxAWL9Rg==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/postspectacular"
} ,
{
"type" : "patreon" ,
"url" : "https://patreon.com/thing_umbrella"
2025-01-15 14:15:02 +01:00
} ,
{
"type" : "liberapay" ,
"url" : "https://liberapay.com/thi.ng"
2024-08-14 13:03:50 +02:00
}
] ,
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@tokenizer/token" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz" ,
"integrity" : "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==" ,
"license" : "MIT"
} ,
2024-11-25 09:31:25 +01:00
"node_modules/@tootallnate/quickjs-emscripten" : {
"version" : "0.23.0" ,
"resolved" : "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz" ,
"integrity" : "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/babel__core" : {
"version" : "7.20.5" ,
"resolved" : "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz" ,
"integrity" : "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/parser" : "^7.20.7" ,
"@babel/types" : "^7.20.7" ,
"@types/babel__generator" : "*" ,
"@types/babel__template" : "*" ,
"@types/babel__traverse" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/babel__generator" : {
"version" : "7.6.8" ,
"resolved" : "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz" ,
"integrity" : "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/types" : "^7.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/babel__template" : {
"version" : "7.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz" ,
"integrity" : "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/parser" : "^7.1.0" ,
"@babel/types" : "^7.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/babel__traverse" : {
"version" : "7.20.6" ,
"resolved" : "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz" ,
"integrity" : "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/types" : "^7.20.7"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/cookie" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz" ,
"integrity" : "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==" ,
"license" : "MIT"
} ,
"node_modules/@types/debug" : {
"version" : "4.1.12" ,
"resolved" : "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz" ,
"integrity" : "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/ms" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/estree" : {
2024-09-27 11:22:45 +02:00
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz" ,
"integrity" : "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/estree-jsx" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz" ,
"integrity" : "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/estree" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/fluent-ffmpeg" : {
2024-11-25 09:31:25 +01:00
"version" : "2.1.27" ,
"resolved" : "https://registry.npmjs.org/@types/fluent-ffmpeg/-/fluent-ffmpeg-2.1.27.tgz" ,
"integrity" : "sha512-QiDWjihpUhriISNoBi2hJBRUUmoj/BMTYcfz+F+ZM9hHWBYABFAE6hjP/TbCZC0GWwlpa3FzvHH9RzFeRusZ7A==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/node" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/format-util" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/format-util/-/format-util-1.0.4.tgz" ,
"integrity" : "sha512-xrCYOdHh5zA3LUrn6CvspYwlzSWxPso11Lx32WnAG6KvLCRecKZ/Rh21PLXUkzUFsQmrGcx/traJAFjR6dVS5Q==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/graceful-fs" : {
"version" : "4.1.9" ,
"resolved" : "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz" ,
"integrity" : "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@types/node" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/hast" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz" ,
"integrity" : "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/unist" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/hoist-non-react-statics" : {
2024-12-13 13:20:37 +01:00
"version" : "3.3.6" ,
"resolved" : "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.6.tgz" ,
"integrity" : "sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/react" : "*" ,
"hoist-non-react-statics" : "^3.3.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/http-proxy" : {
"version" : "1.17.15" ,
"resolved" : "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz" ,
"integrity" : "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/node" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/interpret" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/@types/interpret/-/interpret-1.1.3.tgz" ,
"integrity" : "sha512-uBaBhj/BhilG58r64mtDb/BEdH51HIQLgP5bmWzc5qCtFMja8dCk/IOJmk36j0lbi9QHwI6sbtUNGuqXdKCAtQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@types/node" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/istanbul-lib-coverage" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz" ,
"integrity" : "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" ,
"license" : "MIT"
} ,
"node_modules/@types/istanbul-lib-report" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz" ,
"integrity" : "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/istanbul-lib-coverage" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/istanbul-reports" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz" ,
"integrity" : "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/istanbul-lib-report" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/jest" : {
2024-11-25 09:31:25 +01:00
"version" : "29.5.14" ,
"resolved" : "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz" ,
"integrity" : "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"expect" : "^29.0.0" ,
"pretty-format" : "^29.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/json5" : {
"version" : "0.0.29" ,
"resolved" : "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz" ,
"integrity" : "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" ,
"license" : "MIT"
} ,
"node_modules/@types/long" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz" ,
"integrity" : "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" ,
"license" : "MIT"
} ,
"node_modules/@types/mdast" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz" ,
"integrity" : "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/unist" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/ms" : {
2025-01-20 11:17:37 +01:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz" ,
"integrity" : "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/@types/node" : {
2025-01-26 12:24:57 +01:00
"version" : "22.10.10" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz" ,
"integrity" : "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-28 08:27:20 +01:00
"undici-types" : "~6.20.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/normalize-package-data" : {
"version" : "2.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz" ,
"integrity" : "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==" ,
"license" : "MIT"
} ,
"node_modules/@types/parse-json" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz" ,
"integrity" : "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" ,
"license" : "MIT"
} ,
"node_modules/@types/pg" : {
2025-01-26 12:24:57 +01:00
"version" : "8.11.11" ,
"resolved" : "https://registry.npmjs.org/@types/pg/-/pg-8.11.11.tgz" ,
"integrity" : "sha512-kGT1qKM8wJQ5qlawUrEkXgvMSXoV213KfMGXcwfDwUIfUHXqXYXOfS1nE1LINRJVVVx5wCm70XnFlMHaIcQAfw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@types/node" : "*" ,
"pg-protocol" : "*" ,
"pg-types" : "^4.0.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/prop-types" : {
2024-12-13 13:20:37 +01:00
"version" : "15.7.14" ,
"resolved" : "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz" ,
"integrity" : "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/@types/react" : {
2025-01-26 12:24:57 +01:00
"version" : "19.0.8" ,
"resolved" : "https://registry.npmjs.org/@types/react/-/react-19.0.8.tgz" ,
"integrity" : "sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"csstype" : "^3.0.2"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/react-dom" : {
2025-01-15 14:15:02 +01:00
"version" : "19.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.3.tgz" ,
"integrity" : "sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==" ,
2024-08-14 13:03:50 +02:00
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-12-13 13:20:37 +01:00
"peerDependencies" : {
"@types/react" : "^19.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/react-transition-group" : {
2024-12-13 13:20:37 +01:00
"version" : "4.4.12" ,
"resolved" : "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz" ,
"integrity" : "sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-12-13 13:20:37 +01:00
"peerDependencies" : {
2024-08-14 13:03:50 +02:00
"@types/react" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/semver" : {
"version" : "7.5.8" ,
"resolved" : "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz" ,
"integrity" : "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==" ,
"license" : "MIT"
} ,
"node_modules/@types/stack-utils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz" ,
"integrity" : "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" ,
"license" : "MIT"
} ,
"node_modules/@types/unist" : {
2024-09-04 07:52:30 +02:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz" ,
"integrity" : "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/@types/uuid" : {
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz" ,
"integrity" : "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/yargs" : {
"version" : "17.0.33" ,
"resolved" : "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz" ,
"integrity" : "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@types/yargs-parser" : "*"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@types/yargs-parser" : {
"version" : "21.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz" ,
"integrity" : "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" ,
"license" : "MIT"
} ,
"node_modules/@typescript-eslint/eslint-plugin" : {
2025-01-26 12:24:57 +01:00
"version" : "8.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.21.0.tgz" ,
"integrity" : "sha512-eTH+UOR4I7WbdQnG4Z48ebIA6Bgi7WO8HvFEneeYBxG8qCOYgTOFPSg6ek9ITIDvGjDQzWHcoWHCDO2biByNzA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@eslint-community/regexpp" : "^4.10.0" ,
2025-01-26 12:24:57 +01:00
"@typescript-eslint/scope-manager" : "8.21.0" ,
"@typescript-eslint/type-utils" : "8.21.0" ,
"@typescript-eslint/utils" : "8.21.0" ,
"@typescript-eslint/visitor-keys" : "8.21.0" ,
2024-08-14 13:03:50 +02:00
"graphemer" : "^1.4.0" ,
"ignore" : "^5.3.1" ,
"natural-compare" : "^1.4.0" ,
2025-01-15 14:15:02 +01:00
"ts-api-utils" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"@typescript-eslint/parser" : "^8.0.0 || ^8.0.0-alpha.0" ,
2024-12-13 13:20:37 +01:00
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <5.8.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@typescript-eslint/parser" : {
2025-01-26 12:24:57 +01:00
"version" : "8.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.21.0.tgz" ,
"integrity" : "sha512-Wy+/sdEH9kI3w9civgACwabHbKl+qIOu0uFZ9IMKzX3Jpv9og0ZBJrZExGrPpFAY7rWsXuxs5e7CPPP17A4eYA==" ,
2025-01-15 14:15:02 +01:00
"license" : "MIT" ,
"dependencies" : {
2025-01-26 12:24:57 +01:00
"@typescript-eslint/scope-manager" : "8.21.0" ,
"@typescript-eslint/types" : "8.21.0" ,
"@typescript-eslint/typescript-estree" : "8.21.0" ,
"@typescript-eslint/visitor-keys" : "8.21.0" ,
2024-08-14 13:03:50 +02:00
"debug" : "^4.3.4"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2024-12-13 13:20:37 +01:00
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <5.8.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@typescript-eslint/scope-manager" : {
2025-01-26 12:24:57 +01:00
"version" : "8.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz" ,
"integrity" : "sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-26 12:24:57 +01:00
"@typescript-eslint/types" : "8.21.0" ,
"@typescript-eslint/visitor-keys" : "8.21.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@typescript-eslint/type-utils" : {
2025-01-26 12:24:57 +01:00
"version" : "8.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.21.0.tgz" ,
"integrity" : "sha512-95OsL6J2BtzoBxHicoXHxgk3z+9P3BEcQTpBKriqiYzLKnM2DeSqs+sndMKdamU8FosiadQFT3D+BSL9EKnAJQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-26 12:24:57 +01:00
"@typescript-eslint/typescript-estree" : "8.21.0" ,
"@typescript-eslint/utils" : "8.21.0" ,
2024-08-14 13:03:50 +02:00
"debug" : "^4.3.4" ,
2025-01-15 14:15:02 +01:00
"ts-api-utils" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
2024-11-25 09:31:25 +01:00
"peerDependencies" : {
2024-12-13 13:20:37 +01:00
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <5.8.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@typescript-eslint/types" : {
2025-01-26 12:24:57 +01:00
"version" : "8.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.21.0.tgz" ,
"integrity" : "sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@typescript-eslint/typescript-estree" : {
2025-01-26 12:24:57 +01:00
"version" : "8.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz" ,
"integrity" : "sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==" ,
2024-12-13 13:20:37 +01:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2025-01-26 12:24:57 +01:00
"@typescript-eslint/types" : "8.21.0" ,
"@typescript-eslint/visitor-keys" : "8.21.0" ,
2024-08-14 13:03:50 +02:00
"debug" : "^4.3.4" ,
2024-09-04 07:52:30 +02:00
"fast-glob" : "^3.3.2" ,
2024-08-14 13:03:50 +02:00
"is-glob" : "^4.0.3" ,
"minimatch" : "^9.0.4" ,
"semver" : "^7.6.0" ,
2025-01-15 14:15:02 +01:00
"ts-api-utils" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-08-14 11:13:58 +02:00
} ,
2024-12-13 13:20:37 +01:00
"peerDependencies" : {
"typescript" : ">=4.8.4 <5.8.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC" ,
2024-12-13 13:20:37 +01:00
"bin" : {
"semver" : "bin/semver.js"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@typescript-eslint/utils" : {
2025-01-26 12:24:57 +01:00
"version" : "8.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.21.0.tgz" ,
"integrity" : "sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@eslint-community/eslint-utils" : "^4.4.0" ,
2025-01-26 12:24:57 +01:00
"@typescript-eslint/scope-manager" : "8.21.0" ,
"@typescript-eslint/types" : "8.21.0" ,
"@typescript-eslint/typescript-estree" : "8.21.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-08-14 11:13:58 +02:00
} ,
"peerDependencies" : {
2024-12-13 13:20:37 +01:00
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <5.8.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/@typescript-eslint/visitor-keys" : {
2025-01-26 12:24:57 +01:00
"version" : "8.21.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz" ,
"integrity" : "sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-26 12:24:57 +01:00
"@typescript-eslint/types" : "8.21.0" ,
2024-11-25 09:31:25 +01:00
"eslint-visitor-keys" : "^4.2.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-09-27 13:11:31 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz" ,
"integrity" : "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@ungap/structured-clone" : {
2025-01-26 12:24:57 +01:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz" ,
"integrity" : "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==" ,
2024-09-27 13:11:31 +02:00
"license" : "ISC"
2024-08-14 11:13:58 +02:00
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@wasm-audio-decoders/common" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/@wasm-audio-decoders/common/-/common-9.0.5.tgz" ,
"integrity" : "sha512-b9JNh9sPAvn8PVIizNh9D60WkfQong/u9ea873H47u7zvVDLctxYIp2aZw9CQqXaQdk7JB3MoU5UHiseO40swg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-09-27 13:11:31 +02:00
"@eshaz/web-worker" : "1.2.2" ,
"simple-yenc" : "^1.0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@wasm-audio-decoders/flac" : {
2024-11-25 09:31:25 +01:00
"version" : "0.2.5" ,
"resolved" : "https://registry.npmjs.org/@wasm-audio-decoders/flac/-/flac-0.2.5.tgz" ,
"integrity" : "sha512-8M//CgB3PlkWwn47KcwD0tO6DZBA7/AGG0ukHSG0G97UbNEUNINvKDWAKPVWznzHsqeBP6axw+K/38dzng64JA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-09-27 13:11:31 +02:00
"@wasm-audio-decoders/common" : "9.0.5" ,
2024-11-25 09:31:25 +01:00
"codec-parser" : "2.5.0"
2024-09-27 13:11:31 +02:00
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-08-14 11:13:58 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/@wasm-audio-decoders/ogg-vorbis" : {
2024-11-25 09:31:25 +01:00
"version" : "0.1.16" ,
"resolved" : "https://registry.npmjs.org/@wasm-audio-decoders/ogg-vorbis/-/ogg-vorbis-0.1.16.tgz" ,
"integrity" : "sha512-HcEx4LPZbbzjhs9bTXgMaXLVCSMSo/egY9paJxAnE9tsYbvseAaGtVddLYktl3Qi/G+nW/ZzUXg4144izJjqCw==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"@wasm-audio-decoders/common" : "9.0.5" ,
2024-11-25 09:31:25 +01:00
"codec-parser" : "2.5.0"
2024-09-27 13:11:31 +02:00
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/@whiskeysockets/eslint-config" : {
"version" : "1.0.0" ,
"resolved" : "git+ssh://git@github.com/whiskeysockets/eslint-config.git#326b55f2842668f4e11f471451c4e39819a0e1bf" ,
"dependencies" : {
"@typescript-eslint/eslint-plugin" : "^7.15.0" ,
"@typescript-eslint/parser" : "^7.15.0" ,
"eslint-plugin-simple-import-sort" : "^12.1.1"
} ,
"peerDependencies" : {
"eslint" : "*" ,
"typescript" : ">=4"
}
} ,
"node_modules/@whiskeysockets/eslint-config/node_modules/@typescript-eslint/eslint-plugin" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz" ,
"integrity" : "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==" ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/regexpp" : "^4.10.0" ,
"@typescript-eslint/scope-manager" : "7.18.0" ,
"@typescript-eslint/type-utils" : "7.18.0" ,
"@typescript-eslint/utils" : "7.18.0" ,
"@typescript-eslint/visitor-keys" : "7.18.0" ,
"graphemer" : "^1.4.0" ,
"ignore" : "^5.3.1" ,
"natural-compare" : "^1.4.0" ,
"ts-api-utils" : "^1.3.0"
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"@typescript-eslint/parser" : "^7.0.0" ,
"eslint" : "^8.56.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@whiskeysockets/eslint-config/node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils" : {
2024-11-25 09:31:25 +01:00
"version" : "7.18.0" ,
2024-12-13 13:20:37 +01:00
"resolved" : "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz" ,
"integrity" : "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==" ,
"license" : "MIT" ,
2024-11-25 09:31:25 +01:00
"dependencies" : {
"@typescript-eslint/typescript-estree" : "7.18.0" ,
2024-12-13 13:20:37 +01:00
"@typescript-eslint/utils" : "7.18.0" ,
"debug" : "^4.3.4" ,
"ts-api-utils" : "^1.3.0"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^8.56.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@whiskeysockets/eslint-config/node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils" : {
2024-11-25 09:31:25 +01:00
"version" : "7.18.0" ,
2024-12-13 13:20:37 +01:00
"resolved" : "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz" ,
"integrity" : "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==" ,
2024-11-25 09:31:25 +01:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"@eslint-community/eslint-utils" : "^4.4.0" ,
"@typescript-eslint/scope-manager" : "7.18.0" ,
2024-11-25 09:31:25 +01:00
"@typescript-eslint/types" : "7.18.0" ,
2024-12-13 13:20:37 +01:00
"@typescript-eslint/typescript-estree" : "7.18.0"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-12-13 13:20:37 +01:00
} ,
"peerDependencies" : {
"eslint" : "^8.56.0"
2024-11-25 09:31:25 +01:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@whiskeysockets/eslint-config/node_modules/@typescript-eslint/parser" : {
2024-11-25 09:31:25 +01:00
"version" : "7.18.0" ,
2024-12-13 13:20:37 +01:00
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz" ,
"integrity" : "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==" ,
"license" : "BSD-2-Clause" ,
2024-11-25 09:31:25 +01:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"@typescript-eslint/scope-manager" : "7.18.0" ,
"@typescript-eslint/types" : "7.18.0" ,
2024-11-25 09:31:25 +01:00
"@typescript-eslint/typescript-estree" : "7.18.0" ,
2024-12-13 13:20:37 +01:00
"@typescript-eslint/visitor-keys" : "7.18.0" ,
"debug" : "^4.3.4"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^8.56.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@whiskeysockets/eslint-config/node_modules/@typescript-eslint/scope-manager" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz" ,
"integrity" : "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==" ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/types" : "7.18.0" ,
"@typescript-eslint/visitor-keys" : "7.18.0"
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/@whiskeysockets/eslint-config/node_modules/@typescript-eslint/types" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz" ,
"integrity" : "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@whiskeysockets/eslint-config/node_modules/@typescript-eslint/typescript-estree" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz" ,
"integrity" : "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"@typescript-eslint/types" : "7.18.0" ,
"@typescript-eslint/visitor-keys" : "7.18.0" ,
"debug" : "^4.3.4" ,
"globby" : "^11.1.0" ,
"is-glob" : "^4.0.3" ,
"minimatch" : "^9.0.4" ,
"semver" : "^7.6.0" ,
"ts-api-utils" : "^1.3.0"
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@whiskeysockets/eslint-config/node_modules/@typescript-eslint/visitor-keys" : {
2024-11-25 09:31:25 +01:00
"version" : "7.18.0" ,
2024-12-13 13:20:37 +01:00
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz" ,
"integrity" : "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==" ,
2024-11-25 09:31:25 +01:00
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/types" : "7.18.0" ,
2024-12-13 13:20:37 +01:00
"eslint-visitor-keys" : "^3.4.3"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@whiskeysockets/eslint-config/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"license" : "Apache-2.0" ,
2024-11-25 09:31:25 +01:00
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2024-11-25 09:31:25 +01:00
} ,
"funding" : {
2024-12-13 13:20:37 +01:00
"url" : "https://opencollective.com/eslint"
2024-11-25 09:31:25 +01:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/@whiskeysockets/eslint-config/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
2024-11-25 09:31:25 +01:00
"license" : "ISC" ,
2024-12-13 13:20:37 +01:00
"bin" : {
"semver" : "bin/semver.js"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=10"
2024-11-25 09:31:25 +01:00
}
} ,
2025-01-15 14:15:02 +01:00
"node_modules/@whiskeysockets/eslint-config/node_modules/ts-api-utils" : {
"version" : "1.4.3" ,
"resolved" : "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz" ,
"integrity" : "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"typescript" : ">=4.2.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/abort-controller" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" ,
"integrity" : "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"event-target-shim" : "^5.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.5"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/abstract-logging" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/abstract-logging/-/abstract-logging-2.0.1.tgz" ,
"integrity" : "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==" ,
"license" : "MIT"
} ,
"node_modules/acorn" : {
2024-11-25 09:31:25 +01:00
"version" : "8.14.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz" ,
"integrity" : "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"bin" : {
"acorn" : "bin/acorn"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.4.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/agent-base" : {
2024-12-13 13:20:37 +01:00
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz" ,
"integrity" : "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==" ,
2024-08-14 13:03:50 +02:00
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 14"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ajv" : {
"version" : "6.12.6" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ansi-escapes" : {
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz" ,
"integrity" : "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"type-fest" : "^0.21.3"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +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==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"color-convert" : "^2.0.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +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==" ,
"license" : "Python-2.0"
} ,
"node_modules/array-buffer-byte-length" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz" ,
"integrity" : "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3" ,
"is-array-buffer" : "^3.0.5"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/array-includes" : {
"version" : "3.1.8" ,
"resolved" : "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz" ,
"integrity" : "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.4" ,
"is-string" : "^1.0.7"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/array-union" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" ,
"integrity" : "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/array.prototype.findlastindex" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz" ,
"integrity" : "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-shim-unscopables" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/array.prototype.flat" : {
2025-01-15 14:15:02 +01:00
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz" ,
"integrity" : "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.5" ,
"es-shim-unscopables" : "^1.0.2"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/array.prototype.flatmap" : {
2025-01-15 14:15:02 +01:00
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz" ,
"integrity" : "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.5" ,
"es-shim-unscopables" : "^1.0.2"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/arraybuffer.prototype.slice" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz" ,
"integrity" : "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"array-buffer-byte-length" : "^1.0.1" ,
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
2024-08-14 13:03:50 +02:00
"define-properties" : "^1.2.1" ,
2025-01-15 14:15:02 +01:00
"es-abstract" : "^1.23.5" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.6" ,
"is-array-buffer" : "^3.0.4"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/ast-types" : {
"version" : "0.13.4" ,
"resolved" : "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz" ,
"integrity" : "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tslib" : "^2.0.1"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/async" : {
2024-09-27 11:22:45 +02:00
"version" : "0.2.10" ,
"resolved" : "https://registry.npmjs.org/async/-/async-0.2.10.tgz" ,
"integrity" : "sha512-eAkdoKxU6/LkKDBzLpT+t6Ff5EtfSF4wx1WfJiPEEV7WNLnDaRXk0oVysiEPm262roaachGexwUv94WhSgN5TQ=="
2024-08-14 13:03:50 +02:00
} ,
2025-01-26 12:24:57 +01:00
"node_modules/async-function" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz" ,
"integrity" : "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/async-lock" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/async-lock/-/async-lock-1.4.1.tgz" ,
"integrity" : "sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ==" ,
"license" : "MIT"
} ,
"node_modules/asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" ,
"license" : "MIT"
} ,
"node_modules/atomic-sleep" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz" ,
"integrity" : "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=8.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/audio-buffer" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/audio-buffer/-/audio-buffer-5.0.0.tgz" ,
"integrity" : "sha512-gsDyj1wwUp8u7NBB+eW6yhLb9ICf+0eBmDX8NGaAS00w8/fLqFdxUlL5Ge/U8kB64DlQhdonxYC59dXy1J7H/w==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/audio-decode" : {
2024-09-04 07:52:30 +02:00
"version" : "2.2.2" ,
"resolved" : "https://registry.npmjs.org/audio-decode/-/audio-decode-2.2.2.tgz" ,
"integrity" : "sha512-xyh7z6dpRT+5Ez4ggV2cEkSShkDvvIBBmVPR3kYY7uIBqRO1BGNjofip6JnjBnvezhrU3ypBGZjepyKFDZWnDw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-09-04 07:52:30 +02:00
"@wasm-audio-decoders/flac" : "^0.2.4" ,
"@wasm-audio-decoders/ogg-vorbis" : "^0.1.15" ,
2024-08-14 13:03:50 +02:00
"audio-buffer" : "^5.0.0" ,
"audio-type" : "^2.2.1" ,
2024-09-04 07:52:30 +02:00
"mpg123-decoder" : "^1.0.0" ,
2024-08-14 13:03:50 +02:00
"node-wav" : "^0.0.2" ,
2024-09-04 07:52:30 +02:00
"ogg-opus-decoder" : "^1.6.12" ,
2024-08-14 13:03:50 +02:00
"qoa-format" : "^1.0.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/audio-type" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/audio-type/-/audio-type-2.2.1.tgz" ,
"integrity" : "sha512-En9AY6EG1qYqEy5L/quryzbA4akBpJrnBZNxeKTqGHC2xT9Qc4aZ8b7CcbOMFTTc/MGdoNyp+SN4zInZNKxMYA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/available-typed-arrays" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz" ,
"integrity" : "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"possible-typed-array-names" : "^1.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/aws4" : {
2024-09-04 07:52:30 +02:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz" ,
"integrity" : "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/axios" : {
2024-12-13 13:20:37 +01:00
"version" : "1.7.9" ,
"resolved" : "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz" ,
"integrity" : "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"follow-redirects" : "^1.15.6" ,
"form-data" : "^4.0.0" ,
"proxy-from-env" : "^1.1.0"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/b4a" : {
2024-09-27 11:22:45 +02:00
"version" : "1.6.7" ,
"resolved" : "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz" ,
"integrity" : "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
"optional" : true ,
"peer" : true
} ,
"node_modules/babel-jest" : {
2024-08-14 11:13:58 +02:00
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz" ,
"integrity" : "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==" ,
"license" : "MIT" ,
"dependencies" : {
"@jest/transform" : "^29.7.0" ,
"@types/babel__core" : "^7.1.14" ,
"babel-plugin-istanbul" : "^6.1.1" ,
"babel-preset-jest" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.8.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/babel-plugin-istanbul" : {
2024-08-14 11:13:58 +02:00
"version" : "6.1.1" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz" ,
"integrity" : "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.0.0" ,
"@istanbuljs/load-nyc-config" : "^1.0.0" ,
"@istanbuljs/schema" : "^0.1.2" ,
"istanbul-lib-instrument" : "^5.0.4" ,
"test-exclude" : "^6.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument" : {
2024-08-14 11:13:58 +02:00
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz" ,
"integrity" : "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@babel/core" : "^7.12.3" ,
"@babel/parser" : "^7.14.7" ,
"@istanbuljs/schema" : "^0.1.2" ,
"istanbul-lib-coverage" : "^3.2.0" ,
"semver" : "^6.3.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/babel-plugin-jest-hoist" : {
2024-08-14 11:13:58 +02:00
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz" ,
"integrity" : "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/template" : "^7.3.3" ,
"@babel/types" : "^7.3.3" ,
"@types/babel__core" : "^7.1.14" ,
"@types/babel__traverse" : "^7.0.6"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/babel-plugin-macros" : {
2024-08-14 11:13:58 +02:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz" ,
"integrity" : "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.12.5" ,
"cosmiconfig" : "^7.0.0" ,
"resolve" : "^1.19.0"
} ,
"engines" : {
"node" : ">=10" ,
"npm" : ">=6"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/babel-preset-current-node-syntax" : {
2024-08-14 11:13:58 +02:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz" ,
"integrity" : "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/plugin-syntax-async-generators" : "^7.8.4" ,
"@babel/plugin-syntax-bigint" : "^7.8.3" ,
"@babel/plugin-syntax-class-properties" : "^7.12.13" ,
"@babel/plugin-syntax-class-static-block" : "^7.14.5" ,
"@babel/plugin-syntax-import-attributes" : "^7.24.7" ,
"@babel/plugin-syntax-import-meta" : "^7.10.4" ,
"@babel/plugin-syntax-json-strings" : "^7.8.3" ,
"@babel/plugin-syntax-logical-assignment-operators" : "^7.10.4" ,
"@babel/plugin-syntax-nullish-coalescing-operator" : "^7.8.3" ,
"@babel/plugin-syntax-numeric-separator" : "^7.10.4" ,
"@babel/plugin-syntax-object-rest-spread" : "^7.8.3" ,
"@babel/plugin-syntax-optional-catch-binding" : "^7.8.3" ,
"@babel/plugin-syntax-optional-chaining" : "^7.8.3" ,
"@babel/plugin-syntax-private-property-in-object" : "^7.14.5" ,
"@babel/plugin-syntax-top-level-await" : "^7.14.5"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/babel-preset-jest" : {
2024-08-14 11:13:58 +02:00
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz" ,
"integrity" : "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==" ,
"license" : "MIT" ,
"dependencies" : {
"babel-plugin-jest-hoist" : "^29.6.3" ,
"babel-preset-current-node-syntax" : "^1.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/bail" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz" ,
"integrity" : "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
} ,
"node_modules/bare-events" : {
2025-01-15 14:15:02 +01:00
"version" : "2.5.4" ,
"resolved" : "https://registry.npmjs.org/bare-events/-/bare-events-2.5.4.tgz" ,
"integrity" : "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
"optional" : true ,
"peer" : true
} ,
"node_modules/bare-fs" : {
2025-01-15 14:15:02 +01:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/bare-fs/-/bare-fs-4.0.1.tgz" ,
"integrity" : "sha512-ilQs4fm/l9eMfWY2dY0WCIUplSUp7U0CT1vrqMg1MUdeZl4fypu5UP0XcDBK5WBQPJAKP1b7XEodISmekH/CEg==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"bare-events" : "^2.0.0" ,
2025-01-15 14:15:02 +01:00
"bare-path" : "^3.0.0" ,
2024-08-14 13:03:50 +02:00
"bare-stream" : "^2.0.0"
2025-01-15 14:15:02 +01:00
} ,
"engines" : {
"bare" : ">=1.7.0"
2024-08-14 13:03:50 +02:00
}
} ,
"node_modules/bare-os" : {
2025-01-15 14:15:02 +01:00
"version" : "3.4.0" ,
"resolved" : "https://registry.npmjs.org/bare-os/-/bare-os-3.4.0.tgz" ,
"integrity" : "sha512-9Ous7UlnKbe3fMi7Y+qh0DwAup6A1JkYgPnjvMDNOlmnxNRQvQ/7Nst+OnUQKzk0iAT0m9BisbDVp9gCv8+ETA==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
"optional" : true ,
2025-01-15 14:15:02 +01:00
"peer" : true ,
"engines" : {
"bare" : ">=1.6.0"
}
2024-08-14 13:03:50 +02:00
} ,
"node_modules/bare-path" : {
2025-01-15 14:15:02 +01:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz" ,
"integrity" : "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"bare-os" : "^3.0.1"
2024-08-14 13:03:50 +02:00
}
} ,
"node_modules/bare-stream" : {
2025-01-15 14:15:02 +01:00
"version" : "2.6.4" ,
"resolved" : "https://registry.npmjs.org/bare-stream/-/bare-stream-2.6.4.tgz" ,
"integrity" : "sha512-G6i3A74FjNq4nVrrSTUz5h3vgXzBJnjmWAVlBWaZETkgu+LgKd7AiyOml3EDJY1AHlIbBHKDXE+TUT53Ff8OaA==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"streamx" : "^2.21.0"
2025-01-15 14:15:02 +01:00
} ,
"peerDependencies" : {
"bare-buffer" : "*" ,
"bare-events" : "*"
} ,
"peerDependenciesMeta" : {
"bare-buffer" : {
"optional" : true
} ,
"bare-events" : {
"optional" : true
}
2024-08-14 13:03:50 +02:00
}
} ,
"node_modules/base64-js" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
2024-11-25 09:31:25 +01:00
"node_modules/basic-ftp" : {
"version" : "5.0.5" ,
"resolved" : "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz" ,
"integrity" : "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/bl" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" ,
"integrity" : "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"buffer" : "^5.5.0" ,
"inherits" : "^2.0.4" ,
"readable-stream" : "^3.4.0"
}
} ,
"node_modules/bl/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/bl/node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.2.0"
}
} ,
"node_modules/boolbase" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" ,
"integrity" : "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" ,
"license" : "ISC"
} ,
"node_modules/brace-expansion" : {
2024-12-13 13:20:37 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"balanced-match" : "^1.0.0"
2024-08-14 13:03:50 +02:00
}
} ,
"node_modules/braces" : {
2024-08-14 11:13:58 +02:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
"license" : "MIT" ,
"dependencies" : {
"fill-range" : "^7.1.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/browserslist" : {
2025-01-15 14:15:02 +01:00
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz" ,
"integrity" : "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==" ,
2024-08-14 11:13:58 +02:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"caniuse-lite" : "^1.0.30001688" ,
"electron-to-chromium" : "^1.5.73" ,
"node-releases" : "^2.0.19" ,
2024-11-25 09:31:25 +01:00
"update-browserslist-db" : "^1.1.1"
2024-08-14 11:13:58 +02:00
} ,
"bin" : {
"browserslist" : "cli.js"
} ,
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/bser" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz" ,
"integrity" : "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"node-int64" : "^0.4.0"
}
} ,
"node_modules/buffer" : {
"version" : "5.7.1" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" ,
"integrity" : "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" ,
"devOptional" : 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" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.1.13"
}
} ,
"node_modules/buffer-equal-constant-time" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz" ,
"integrity" : "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/buffer-from" : {
2024-12-13 13:20:37 +01:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/builtin-modules" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz" ,
"integrity" : "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/busboy" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz" ,
"integrity" : "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==" ,
"dependencies" : {
"streamsearch" : "^1.1.0"
} ,
"engines" : {
"node" : ">=10.16.0"
}
} ,
"node_modules/cache-manager" : {
2024-09-27 11:22:45 +02:00
"version" : "5.7.6" ,
"resolved" : "https://registry.npmjs.org/cache-manager/-/cache-manager-5.7.6.tgz" ,
"integrity" : "sha512-wBxnBHjDxF1RXpHCBD6HGvKER003Ts7IIm0CHpggliHzN1RZditb7rXoduE1rplc2DEFYKxhLKgFuchXMJje9w==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-09-27 11:22:45 +02:00
"eventemitter3" : "^5.0.1" ,
2024-08-14 13:03:50 +02:00
"lodash.clonedeep" : "^4.5.0" ,
2024-09-27 11:22:45 +02:00
"lru-cache" : "^10.2.2" ,
"promise-coalesce" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 18"
2024-08-14 13:03:50 +02:00
}
} ,
"node_modules/cache-manager/node_modules/lru-cache" : {
2024-09-27 11:22:45 +02:00
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"license" : "ISC"
2024-08-14 13:03:50 +02:00
} ,
"node_modules/call-bind" : {
2024-12-13 13:20:37 +01:00
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz" ,
"integrity" : "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bind-apply-helpers" : "^1.0.0" ,
2024-08-14 13:03:50 +02:00
"es-define-property" : "^1.0.0" ,
"get-intrinsic" : "^1.2.4" ,
2024-12-13 13:20:37 +01:00
"set-function-length" : "^1.2.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/call-bind-apply-helpers" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz" ,
"integrity" : "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/call-bound" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz" ,
"integrity" : "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==" ,
2024-12-13 13:20:37 +01:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bind-apply-helpers" : "^1.0.1" ,
"get-intrinsic" : "^1.2.6"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/camelcase" : {
2024-08-14 11:13:58 +02:00
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" ,
"integrity" : "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/caniuse-lite" : {
2025-01-20 11:17:37 +01:00
"version" : "1.0.30001695" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz" ,
"integrity" : "sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==" ,
2024-08-14 11:13:58 +02:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "CC-BY-4.0"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ccount" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz" ,
"integrity" : "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/char-regex" : {
2024-08-14 11:13:58 +02:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz" ,
"integrity" : "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/character-entities" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz" ,
"integrity" : "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/character-entities-html4" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz" ,
"integrity" : "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/character-entities-legacy" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz" ,
"integrity" : "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/character-reference-invalid" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz" ,
"integrity" : "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/chardet" : {
"version" : "0.7.0" ,
"resolved" : "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz" ,
"integrity" : "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" ,
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/cheerio" : {
"version" : "1.0.0-rc.11" ,
"resolved" : "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.11.tgz" ,
"integrity" : "sha512-bQwNaDIBKID5ts/DsdhxrjqFXYfLw4ste+wMKqWA8DyKcS4qwsPP4Bk8ZNaTJjvpiX/qW3BT4sU7d6Bh5i+dag==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"cheerio-select" : "^2.1.0" ,
"dom-serializer" : "^2.0.0" ,
"domhandler" : "^5.0.3" ,
"domutils" : "^3.0.1" ,
"htmlparser2" : "^8.0.1" ,
"parse5" : "^7.0.0" ,
"parse5-htmlparser2-tree-adapter" : "^7.0.0" ,
"tslib" : "^2.4.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 6"
} ,
"funding" : {
"url" : "https://github.com/cheeriojs/cheerio?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/cheerio-select" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz" ,
"integrity" : "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==" ,
"license" : "BSD-2-Clause" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"boolbase" : "^1.0.0" ,
"css-select" : "^5.1.0" ,
"css-what" : "^6.1.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3" ,
"domutils" : "^3.0.1"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/fb55"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/chownr" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz" ,
"integrity" : "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"optional" : true ,
"peer" : true
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ci-info" : {
2024-11-25 09:31:25 +01:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz" ,
"integrity" : "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/cjs-module-lexer" : {
2024-09-27 11:22:45 +02:00
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz" ,
"integrity" : "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/classnames" : {
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz" ,
"integrity" : "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/clean-regexp" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/clean-regexp/-/clean-regexp-1.0.0.tgz" ,
"integrity" : "sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"escape-string-regexp" : "^1.0.5"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/clean-regexp/node_modules/escape-string-regexp" : {
2024-08-14 11:13:58 +02:00
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/cli-cursor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz" ,
"integrity" : "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"restore-cursor" : "^3.1.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/cli-spinners" : {
"version" : "2.9.2" ,
"resolved" : "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz" ,
"integrity" : "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==" ,
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/cli-width" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz" ,
"integrity" : "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==" ,
"dev" : true ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/client-only" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz" ,
"integrity" : "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/cliui" : {
2024-12-13 13:20:37 +01:00
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"string-width" : "^4.2.0" ,
2024-12-13 13:20:37 +01:00
"strip-ansi" : "^6.0.1" ,
2024-08-14 13:03:50 +02:00
"wrap-ansi" : "^7.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=12"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/clone" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz" ,
"integrity" : "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/clsx" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz" ,
"integrity" : "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2025-01-20 11:17:37 +01:00
"node_modules/cluster-key-slot" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz" ,
"integrity" : "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/co" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/co/-/co-4.6.0.tgz" ,
"integrity" : "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"iojs" : ">= 1.0.0" ,
"node" : ">= 0.12.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/codec-parser" : {
2024-11-25 09:31:25 +01:00
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/codec-parser/-/codec-parser-2.5.0.tgz" ,
"integrity" : "sha512-Ru9t80fV8B0ZiixQl8xhMTLru+dzuis/KQld32/x5T/+3LwZb0/YvQdSKytX9JqCnRdiupvAvyYJINKrXieziQ==" ,
2024-08-14 13:03:50 +02:00
"license" : "LGPL-3.0-or-later"
} ,
"node_modules/collect-v8-coverage" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz" ,
"integrity" : "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==" ,
"license" : "MIT"
} ,
"node_modules/color" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/color/-/color-4.2.3.tgz" ,
"integrity" : "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"color-convert" : "^2.0.1" ,
"color-string" : "^1.9.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12.5.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +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==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"color-name" : "~1.1.4"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=7.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/color-string" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz" ,
"integrity" : "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"color-name" : "^1.0.0" ,
"simple-swizzle" : "^0.2.2"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/combined-stream" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" ,
"integrity" : "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"delayed-stream" : "~1.0.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/comma-separated-tokens" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz" ,
"integrity" : "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/commander" : {
"version" : "8.3.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz" ,
"integrity" : "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" ,
"dev" : true ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 12"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/compare-versions" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmjs.org/compare-versions/-/compare-versions-4.1.4.tgz" ,
"integrity" : "sha512-FemMreK9xNyL8gQevsdRMrvO4lFCkQP7qbuktn1q8ndcNk1+0mz7lgE7b/sNvbhVgY4w6tMN1FDp6aADjqw2rw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
} ,
"node_modules/concurrently" : {
"version" : "6.5.1" ,
"resolved" : "https://registry.npmjs.org/concurrently/-/concurrently-6.5.1.tgz" ,
"integrity" : "sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag==" ,
"dev" : true ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"chalk" : "^4.1.0" ,
"date-fns" : "^2.16.1" ,
"lodash" : "^4.17.21" ,
"rxjs" : "^6.6.3" ,
"spawn-command" : "^0.0.2-1" ,
"supports-color" : "^8.1.0" ,
"tree-kill" : "^1.2.2" ,
"yargs" : "^16.2.0"
} ,
"bin" : {
"concurrently" : "bin/concurrently.js"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/concurrently/node_modules/cliui" : {
"version" : "7.0.4" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz" ,
"integrity" : "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.0" ,
"wrap-ansi" : "^7.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/concurrently/node_modules/date-fns" : {
"version" : "2.30.0" ,
"resolved" : "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz" ,
"integrity" : "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.21.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.11"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/date-fns"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/concurrently/node_modules/rxjs" : {
"version" : "6.6.7" ,
"resolved" : "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz" ,
"integrity" : "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"tslib" : "^1.9.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"npm" : ">=2.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/concurrently/node_modules/supports-color" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
"dev" : true ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"has-flag" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : ">=10"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/concurrently/node_modules/tslib" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" ,
"integrity" : "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" ,
"dev" : true ,
"license" : "0BSD"
} ,
2024-12-13 13:20:37 +01:00
"node_modules/concurrently/node_modules/yargs" : {
"version" : "16.2.0" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz" ,
"integrity" : "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"cliui" : "^7.0.2" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
"string-width" : "^4.2.0" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^20.2.2"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/concurrently/node_modules/yargs-parser" : {
"version" : "20.2.9" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz" ,
"integrity" : "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/confusing-browser-globals" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz" ,
"integrity" : "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" ,
"license" : "MIT"
} ,
"node_modules/consola" : {
"version" : "2.15.3" ,
"resolved" : "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz" ,
"integrity" : "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/console.table" : {
"version" : "0.10.0" ,
"resolved" : "https://registry.npmjs.org/console.table/-/console.table-0.10.0.tgz" ,
"integrity" : "sha512-dPyZofqggxuvSf7WXvNjuRfnsOk1YazkVP8FdxH4tcH2c37wc79/Yl6Bhr7Lsu00KMgy2ql/qCMuNu8xctZM8g==" ,
"dev" : true ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"easy-table" : "1.1.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "> 0.10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/content-type" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz" ,
"integrity" : "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/convert-source-map" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz" ,
"integrity" : "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" ,
"license" : "MIT"
} ,
"node_modules/cookie" : {
2024-11-25 09:31:25 +01:00
"version" : "0.7.2" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz" ,
"integrity" : "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/core-js-compat" : {
2025-01-15 14:15:02 +01:00
"version" : "3.40.0" ,
"resolved" : "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.40.0.tgz" ,
"integrity" : "sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"browserslist" : "^4.24.3"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/core-js"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/core-util-is" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" ,
"integrity" : "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" ,
"license" : "MIT"
} ,
"node_modules/cosmiconfig" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz" ,
"integrity" : "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/parse-json" : "^4.0.0" ,
"import-fresh" : "^3.2.1" ,
"parse-json" : "^5.0.0" ,
"path-type" : "^4.0.0" ,
"yaml" : "^1.10.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/create-jest" : {
2024-08-14 11:13:58 +02:00
"version" : "29.7.0" ,
2024-08-14 13:03:50 +02:00
"resolved" : "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz" ,
"integrity" : "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"exit" : "^0.1.2" ,
2024-08-14 13:03:50 +02:00
"graceful-fs" : "^4.2.9" ,
2024-08-14 11:13:58 +02:00
"jest-config" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
2024-08-14 13:03:50 +02:00
"prompts" : "^2.0.1"
2024-08-14 11:13:58 +02:00
} ,
"bin" : {
2024-08-14 13:03:50 +02:00
"create-jest" : "bin/create-jest.js"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/cross-fetch" : {
"version" : "3.1.5" ,
"resolved" : "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz" ,
"integrity" : "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"node-fetch" : "2.6.7"
}
} ,
"node_modules/cross-fetch/node_modules/node-fetch" : {
"version" : "2.6.7" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz" ,
"integrity" : "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==" ,
"license" : "MIT" ,
"dependencies" : {
"whatwg-url" : "^5.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "4.x || >=6.0.0"
2024-08-14 11:13:58 +02:00
} ,
"peerDependencies" : {
2024-08-14 13:03:50 +02:00
"encoding" : "^0.1.0"
2024-08-14 11:13:58 +02:00
} ,
"peerDependenciesMeta" : {
2024-08-14 13:03:50 +02:00
"encoding" : {
2024-08-14 11:13:58 +02:00
"optional" : true
}
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/cross-spawn" : {
2024-11-25 09:31:25 +01:00
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/css-select" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz" ,
"integrity" : "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==" ,
"license" : "BSD-2-Clause" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"boolbase" : "^1.0.0" ,
"css-what" : "^6.1.0" ,
"domhandler" : "^5.0.2" ,
"domutils" : "^3.0.1" ,
"nth-check" : "^2.0.1"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/fb55"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/css-what" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz" ,
"integrity" : "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" ,
"license" : "BSD-2-Clause" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/csstype" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" ,
"integrity" : "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" ,
"license" : "MIT"
} ,
"node_modules/curve25519-js" : {
"version" : "0.0.4" ,
"resolved" : "https://registry.npmjs.org/curve25519-js/-/curve25519-js-0.0.4.tgz" ,
"integrity" : "sha512-axn2UMEnkhyDUPWOwVKBMVIzSQy2ejH2xRGy1wq81dqRwApXfIzfbE3hIX0ZRFBIihf/KDqK158DLwESu4AK1w==" ,
"license" : "MIT"
} ,
2024-11-25 09:31:25 +01:00
"node_modules/data-uri-to-buffer" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz" ,
"integrity" : "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/data-view-buffer" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz" ,
"integrity" : "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3" ,
2024-08-14 13:03:50 +02:00
"es-errors" : "^1.3.0" ,
2025-01-15 14:15:02 +01:00
"is-data-view" : "^1.0.2"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/data-view-byte-length" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz" ,
"integrity" : "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3" ,
2024-08-14 13:03:50 +02:00
"es-errors" : "^1.3.0" ,
2025-01-15 14:15:02 +01:00
"is-data-view" : "^1.0.2"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
2025-01-15 14:15:02 +01:00
"url" : "https://github.com/sponsors/inspect-js"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/data-view-byte-offset" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz" ,
"integrity" : "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.2" ,
2024-08-14 13:03:50 +02:00
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/date-fns" : {
2024-09-27 11:22:45 +02:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz" ,
"integrity" : "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/kossnocorp"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/dayjs" : {
2024-09-04 07:52:30 +02:00
"version" : "1.11.13" ,
"resolved" : "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz" ,
"integrity" : "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/debug" : {
2024-12-13 13:20:37 +01:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-09-27 11:22:45 +02:00
"ms" : "^2.1.3"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/decode-named-character-reference" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz" ,
"integrity" : "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"character-entities" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/decompress-response" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz" ,
"integrity" : "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"peer" : true ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"mimic-response" : "^3.1.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/dedent" : {
"version" : "1.5.3" ,
"resolved" : "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz" ,
"integrity" : "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"peerDependencies" : {
2024-08-14 13:03:50 +02:00
"babel-plugin-macros" : "^3.1.0"
2024-08-14 11:13:58 +02:00
} ,
"peerDependenciesMeta" : {
2024-08-14 13:03:50 +02:00
"babel-plugin-macros" : {
2024-08-14 11:13:58 +02:00
"optional" : true
}
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/deep-extend" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" ,
"integrity" : "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/deep-is" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" ,
"integrity" : "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" ,
"license" : "MIT"
} ,
"node_modules/deepmerge" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" ,
"integrity" : "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/defaults" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz" ,
"integrity" : "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" ,
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"clone" : "^1.0.2"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/defaults/node_modules/clone" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz" ,
"integrity" : "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" ,
"dev" : true ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/define-data-property" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz" ,
"integrity" : "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.0.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/define-properties" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz" ,
"integrity" : "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"define-data-property" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.0" ,
"object-keys" : "^1.1.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/degenerator" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz" ,
"integrity" : "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ast-types" : "^0.13.4" ,
"escodegen" : "^2.1.0" ,
"esprima" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.4.0"
2024-08-14 11:13:58 +02:00
}
} ,
2025-01-20 11:17:37 +01:00
"node_modules/denque" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz" ,
"integrity" : "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=0.10"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/dequal" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz" ,
"integrity" : "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/detect-libc" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz" ,
"integrity" : "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" ,
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/detect-newline" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz" ,
"integrity" : "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/devlop" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz" ,
"integrity" : "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"dequal" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/diff-sequences" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz" ,
"integrity" : "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/dir-glob" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" ,
"integrity" : "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" ,
"license" : "MIT" ,
"dependencies" : {
"path-type" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/doctrine" : {
2024-12-13 13:20:37 +01:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz" ,
"integrity" : "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"esutils" : "^2.0.2"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=0.10.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/dom-helpers" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz" ,
"integrity" : "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/runtime" : "^7.8.7" ,
"csstype" : "^3.0.2"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/dom-serializer" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz" ,
"integrity" : "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.2" ,
"entities" : "^4.2.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/domelementtype" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" ,
"integrity" : "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
"license" : "BSD-2-Clause"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/domhandler" : {
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz" ,
"integrity" : "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"domelementtype" : "^2.3.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/domutils" : {
2025-01-15 14:15:02 +01:00
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz" ,
"integrity" : "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==" ,
2024-08-14 13:03:50 +02:00
"license" : "BSD-2-Clause" ,
"dependencies" : {
"dom-serializer" : "^2.0.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3"
} ,
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/dotenv" : {
2024-12-13 13:20:37 +01:00
"version" : "16.4.7" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz" ,
"integrity" : "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==" ,
2024-08-14 13:03:50 +02:00
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://dotenvx.com"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/dotenv-cli" : {
2025-01-15 14:15:02 +01:00
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/dotenv-cli/-/dotenv-cli-8.0.0.tgz" ,
"integrity" : "sha512-aLqYbK7xKOiTMIRf1lDPbI+Y+Ip/wo5k3eyp6ePysVaSqbyxjyK3dK35BTxG+rmd7djf5q2UPs4noPNH+cj0Qw==" ,
2024-08-14 13:03:50 +02:00
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"cross-spawn" : "^7.0.6" ,
2024-08-14 13:03:50 +02:00
"dotenv" : "^16.3.0" ,
"dotenv-expand" : "^10.0.0" ,
"minimist" : "^1.2.6"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"bin" : {
"dotenv" : "cli.js"
}
} ,
"node_modules/dotenv-expand" : {
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz" ,
"integrity" : "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/dunder-proto" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" ,
"integrity" : "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" ,
2024-12-13 13:20:37 +01:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bind-apply-helpers" : "^1.0.1" ,
2024-12-13 13:20:37 +01:00
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/duplexer2" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz" ,
"integrity" : "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==" ,
"license" : "BSD-3-Clause" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"readable-stream" : "^2.0.2"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/duplexer2/node_modules/isarray" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" ,
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" ,
"license" : "MIT"
} ,
"node_modules/duplexer2/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +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-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/duplexer2/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/duplexer2/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"safe-buffer" : "~5.1.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/duplexify" : {
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz" ,
"integrity" : "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"end-of-stream" : "^1.4.1" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.1.1" ,
"stream-shift" : "^1.0.2"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/duplexify/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/duplexify/node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"safe-buffer" : "~5.2.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" ,
"integrity" : "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" ,
"license" : "MIT"
} ,
"node_modules/easy-table" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/easy-table/-/easy-table-1.1.0.tgz" ,
"integrity" : "sha512-oq33hWOSSnl2Hoh00tZWaIPi1ievrD9aFG82/IgjlycAnW9hHx5PkJiXpxPsgEE+H7BsbVQXFVFST8TEXS6/pA==" ,
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optionalDependencies" : {
"wcwidth" : ">=1.0.1"
}
} ,
"node_modules/ecdsa-sig-formatter" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz" ,
"integrity" : "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==" ,
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"safe-buffer" : "^5.0.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/electron-to-chromium" : {
2025-01-26 12:24:57 +01:00
"version" : "1.5.88" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.88.tgz" ,
"integrity" : "sha512-K3C2qf1o+bGzbilTDCTBhTQcMS9KW60yTAaTeeXsfvQuTDDwlokLam/AdqlqcSy9u4UainDgsHV23ksXAOgamw==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC"
} ,
"node_modules/emittery" : {
"version" : "0.13.1" ,
"resolved" : "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz" ,
"integrity" : "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sindresorhus/emittery?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/emoji-regex" : {
2024-12-13 13:20:37 +01:00
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
2024-09-27 13:11:31 +02:00
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/end-of-stream" : {
"version" : "1.4.4" ,
"resolved" : "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz" ,
"integrity" : "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"once" : "^1.4.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/entities" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
"license" : "BSD-2-Clause" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.12"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/fb55/entities?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/error-ex" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" ,
"integrity" : "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"is-arrayish" : "^0.2.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/es-abstract" : {
2025-01-15 14:15:02 +01:00
"version" : "1.23.9" ,
"resolved" : "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz" ,
"integrity" : "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"array-buffer-byte-length" : "^1.0.2" ,
"arraybuffer.prototype.slice" : "^1.0.4" ,
2024-08-14 13:03:50 +02:00
"available-typed-arrays" : "^1.0.7" ,
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"data-view-buffer" : "^1.0.2" ,
"data-view-byte-length" : "^1.0.2" ,
"data-view-byte-offset" : "^1.0.1" ,
"es-define-property" : "^1.0.1" ,
2024-08-14 13:03:50 +02:00
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
2025-01-15 14:15:02 +01:00
"es-set-tostringtag" : "^2.1.0" ,
"es-to-primitive" : "^1.3.0" ,
"function.prototype.name" : "^1.1.8" ,
"get-intrinsic" : "^1.2.7" ,
"get-proto" : "^1.0.0" ,
"get-symbol-description" : "^1.1.0" ,
2024-11-25 09:31:25 +01:00
"globalthis" : "^1.0.4" ,
2025-01-15 14:15:02 +01:00
"gopd" : "^1.2.0" ,
2024-08-14 13:03:50 +02:00
"has-property-descriptors" : "^1.0.2" ,
2025-01-15 14:15:02 +01:00
"has-proto" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
2024-08-14 13:03:50 +02:00
"hasown" : "^2.0.2" ,
2025-01-15 14:15:02 +01:00
"internal-slot" : "^1.1.0" ,
"is-array-buffer" : "^3.0.5" ,
2024-08-14 13:03:50 +02:00
"is-callable" : "^1.2.7" ,
2025-01-15 14:15:02 +01:00
"is-data-view" : "^1.0.2" ,
"is-regex" : "^1.2.1" ,
"is-shared-array-buffer" : "^1.0.4" ,
"is-string" : "^1.1.1" ,
"is-typed-array" : "^1.1.15" ,
"is-weakref" : "^1.1.0" ,
"math-intrinsics" : "^1.1.0" ,
2024-11-25 09:31:25 +01:00
"object-inspect" : "^1.13.3" ,
2024-08-14 13:03:50 +02:00
"object-keys" : "^1.1.1" ,
2025-01-15 14:15:02 +01:00
"object.assign" : "^4.1.7" ,
"own-keys" : "^1.0.1" ,
2024-11-25 09:31:25 +01:00
"regexp.prototype.flags" : "^1.5.3" ,
2025-01-15 14:15:02 +01:00
"safe-array-concat" : "^1.1.3" ,
"safe-push-apply" : "^1.0.0" ,
"safe-regex-test" : "^1.1.0" ,
"set-proto" : "^1.0.0" ,
"string.prototype.trim" : "^1.2.10" ,
"string.prototype.trimend" : "^1.0.9" ,
2024-08-14 13:03:50 +02:00
"string.prototype.trimstart" : "^1.0.8" ,
2025-01-15 14:15:02 +01:00
"typed-array-buffer" : "^1.0.3" ,
"typed-array-byte-length" : "^1.0.3" ,
"typed-array-byte-offset" : "^1.0.4" ,
"typed-array-length" : "^1.0.7" ,
"unbox-primitive" : "^1.1.0" ,
"which-typed-array" : "^1.1.18"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/es-define-property" : {
2024-12-13 13:20:37 +01:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" ,
"integrity" : "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">= 0.4"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/es-object-atoms" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz" ,
"integrity" : "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/es-set-tostringtag" : {
2025-01-15 14:15:02 +01:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz" ,
"integrity" : "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.6" ,
2024-08-14 13:03:50 +02:00
"has-tostringtag" : "^1.0.2" ,
2025-01-15 14:15:02 +01:00
"hasown" : "^2.0.2"
2024-08-14 13:03:50 +02:00
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/es-shim-unscopables" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz" ,
"integrity" : "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"hasown" : "^2.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/es-to-primitive" : {
2024-11-28 08:27:20 +01:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz" ,
"integrity" : "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-28 08:27:20 +01:00
"is-callable" : "^1.2.7" ,
"is-date-object" : "^1.0.5" ,
"is-symbol" : "^1.0.4"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/esbuild" : {
2024-09-04 07:52:30 +02:00
"version" : "0.23.1" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.23.1.tgz" ,
"integrity" : "sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==" ,
2024-08-14 13:03:50 +02:00
"hasInstallScript" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"bin" : {
"esbuild" : "bin/esbuild"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
} ,
"optionalDependencies" : {
2024-09-04 07:52:30 +02:00
"@esbuild/aix-ppc64" : "0.23.1" ,
"@esbuild/android-arm" : "0.23.1" ,
"@esbuild/android-arm64" : "0.23.1" ,
"@esbuild/android-x64" : "0.23.1" ,
"@esbuild/darwin-arm64" : "0.23.1" ,
"@esbuild/darwin-x64" : "0.23.1" ,
"@esbuild/freebsd-arm64" : "0.23.1" ,
"@esbuild/freebsd-x64" : "0.23.1" ,
"@esbuild/linux-arm" : "0.23.1" ,
"@esbuild/linux-arm64" : "0.23.1" ,
"@esbuild/linux-ia32" : "0.23.1" ,
"@esbuild/linux-loong64" : "0.23.1" ,
"@esbuild/linux-mips64el" : "0.23.1" ,
"@esbuild/linux-ppc64" : "0.23.1" ,
"@esbuild/linux-riscv64" : "0.23.1" ,
"@esbuild/linux-s390x" : "0.23.1" ,
"@esbuild/linux-x64" : "0.23.1" ,
"@esbuild/netbsd-x64" : "0.23.1" ,
"@esbuild/openbsd-arm64" : "0.23.1" ,
"@esbuild/openbsd-x64" : "0.23.1" ,
"@esbuild/sunos-x64" : "0.23.1" ,
"@esbuild/win32-arm64" : "0.23.1" ,
"@esbuild/win32-ia32" : "0.23.1" ,
"@esbuild/win32-x64" : "0.23.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/escalade" : {
2024-09-04 07:52:30 +02:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/escodegen" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz" ,
"integrity" : "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"esprima" : "^4.0.1" ,
"estraverse" : "^5.2.0" ,
"esutils" : "^2.0.2"
} ,
"bin" : {
"escodegen" : "bin/escodegen.js" ,
"esgenerate" : "bin/esgenerate.js"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"optionalDependencies" : {
"source-map" : "~0.6.1"
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/escodegen/node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
2024-11-25 09:31:25 +01:00
"dev" : true ,
2024-12-13 13:20:37 +01:00
"license" : "BSD-2-Clause" ,
2024-11-25 09:31:25 +01:00
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=4.0"
2024-11-25 09:31:25 +01:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint" : {
2025-01-26 12:24:57 +01:00
"version" : "9.19.0" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz" ,
"integrity" : "sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@eslint-community/eslint-utils" : "^4.2.0" ,
2024-12-13 13:20:37 +01:00
"@eslint-community/regexpp" : "^4.12.1" ,
"@eslint/config-array" : "^0.19.0" ,
2025-01-15 14:15:02 +01:00
"@eslint/core" : "^0.10.0" ,
2024-12-13 13:20:37 +01:00
"@eslint/eslintrc" : "^3.2.0" ,
2025-01-26 12:24:57 +01:00
"@eslint/js" : "9.19.0" ,
2025-01-15 14:15:02 +01:00
"@eslint/plugin-kit" : "^0.2.5" ,
2024-12-13 13:20:37 +01:00
"@humanfs/node" : "^0.16.6" ,
2024-08-14 13:03:50 +02:00
"@humanwhocodes/module-importer" : "^1.0.1" ,
2024-12-13 13:20:37 +01:00
"@humanwhocodes/retry" : "^0.4.1" ,
"@types/estree" : "^1.0.6" ,
"@types/json-schema" : "^7.0.15" ,
2024-08-14 13:03:50 +02:00
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
2025-01-15 14:15:02 +01:00
"cross-spawn" : "^7.0.6" ,
2024-08-14 13:03:50 +02:00
"debug" : "^4.3.2" ,
"escape-string-regexp" : "^4.0.0" ,
2024-12-13 13:20:37 +01:00
"eslint-scope" : "^8.2.0" ,
"eslint-visitor-keys" : "^4.2.0" ,
"espree" : "^10.3.0" ,
"esquery" : "^1.5.0" ,
2024-08-14 13:03:50 +02:00
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
2024-12-13 13:20:37 +01:00
"file-entry-cache" : "^8.0.0" ,
2024-08-14 13:03:50 +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" ,
"minimatch" : "^3.1.2" ,
"natural-compare" : "^1.4.0" ,
2024-12-13 13:20:37 +01:00
"optionator" : "^0.9.3"
2024-08-14 13:03:50 +02:00
} ,
"bin" : {
"eslint" : "bin/eslint.js"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
2024-12-13 13:20:37 +01:00
"url" : "https://eslint.org/donate"
} ,
"peerDependencies" : {
"jiti" : "*"
} ,
"peerDependenciesMeta" : {
"jiti" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-config-prettier" : {
2025-01-15 14:15:02 +01:00
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz" ,
"integrity" : "sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"bin" : {
2025-01-15 14:15:02 +01:00
"eslint-config-prettier" : "build/bin/cli.js"
2024-08-14 13:03:50 +02:00
} ,
"peerDependencies" : {
"eslint" : ">=7.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-config-xo" : {
"version" : "0.44.0" ,
"resolved" : "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.44.0.tgz" ,
"integrity" : "sha512-YG4gdaor0mJJi8UBeRJqDPO42MedTWYMaUyucF5bhm2pi/HS98JIxfFQmTLuyj6hGpQlAazNfyVnn7JuDn+Sew==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"confusing-browser-globals" : "1.0.11"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
} ,
"peerDependencies" : {
"eslint" : ">=8.56.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-config-xo-space" : {
"version" : "0.35.0" ,
"resolved" : "https://registry.npmjs.org/eslint-config-xo-space/-/eslint-config-xo-space-0.35.0.tgz" ,
"integrity" : "sha512-+79iVcoLi3PvGcjqYDpSPzbLfqYpNcMlhsCBRsnmDoHAn4npJG6YxmHpelQKpXM7v/EeZTUKb4e1xotWlei8KA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"eslint-config-xo" : "^0.44.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
} ,
"peerDependencies" : {
"eslint" : ">=8.56.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-import-resolver-node" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz" ,
"integrity" : "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^3.2.7" ,
"is-core-module" : "^2.13.0" ,
"resolve" : "^1.22.4"
}
} ,
"node_modules/eslint-import-resolver-node/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.1"
}
} ,
"node_modules/eslint-module-utils" : {
2024-09-27 11:22:45 +02:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz" ,
"integrity" : "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"debug" : "^3.2.7"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=4"
} ,
"peerDependenciesMeta" : {
"eslint" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-module-utils/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.1"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-plugin-eslint-comments" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz" ,
"integrity" : "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"escape-string-regexp" : "^1.0.5" ,
"ignore" : "^5.0.5"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.5.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mysticatea"
} ,
"peerDependencies" : {
"eslint" : ">=4.19.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-plugin-eslint-comments/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.8.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-plugin-import" : {
2024-11-25 09:31:25 +01:00
"version" : "2.31.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz" ,
"integrity" : "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2024-09-27 11:22:45 +02:00
"@rtsao/scc" : "^1.1.0" ,
"array-includes" : "^3.1.8" ,
"array.prototype.findlastindex" : "^1.2.5" ,
2024-08-14 13:03:50 +02:00
"array.prototype.flat" : "^1.3.2" ,
"array.prototype.flatmap" : "^1.3.2" ,
"debug" : "^3.2.7" ,
"doctrine" : "^2.1.0" ,
"eslint-import-resolver-node" : "^0.3.9" ,
2024-11-25 09:31:25 +01:00
"eslint-module-utils" : "^2.12.0" ,
2024-09-27 11:22:45 +02:00
"hasown" : "^2.0.2" ,
"is-core-module" : "^2.15.1" ,
2024-08-14 13:03:50 +02:00
"is-glob" : "^4.0.3" ,
"minimatch" : "^3.1.2" ,
2024-09-27 11:22:45 +02:00
"object.fromentries" : "^2.0.8" ,
"object.groupby" : "^1.0.3" ,
"object.values" : "^1.2.0" ,
2024-08-14 13:03:50 +02:00
"semver" : "^6.3.1" ,
2024-11-25 09:31:25 +01:00
"string.prototype.trimend" : "^1.0.8" ,
2024-08-14 13:03:50 +02:00
"tsconfig-paths" : "^3.15.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=4"
} ,
"peerDependencies" : {
2024-11-25 09:31:25 +01:00
"eslint" : "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/eslint-plugin-import/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-plugin-import/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"ms" : "^2.1.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/eslint-plugin-import/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"brace-expansion" : "^1.1.7"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : "*"
2024-08-14 13:03:50 +02:00
}
} ,
"node_modules/eslint-plugin-jest" : {
2025-01-15 14:15:02 +01:00
"version" : "28.11.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz" ,
"integrity" : "sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@typescript-eslint/utils" : "^6.0.0 || ^7.0.0 || ^8.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^16.10.0 || ^18.12.0 || >=20.0.0"
} ,
"peerDependencies" : {
"@typescript-eslint/eslint-plugin" : "^6.0.0 || ^7.0.0 || ^8.0.0" ,
"eslint" : "^7.0.0 || ^8.0.0 || ^9.0.0" ,
"jest" : "*"
} ,
"peerDependenciesMeta" : {
"@typescript-eslint/eslint-plugin" : {
"optional" : true
} ,
"jest" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-plugin-promise" : {
2024-11-28 08:27:20 +01:00
"version" : "7.2.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-7.2.1.tgz" ,
"integrity" : "sha512-SWKjd+EuvWkYaS+uN2csvj0KoP43YTu7+phKQ5v+xw6+A0gutVX2yqCeCkC3uLCJFiPfR2dD8Es5L7yUsmvEaA==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC" ,
2024-11-28 08:27:20 +01:00
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.4.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/eslint"
} ,
"peerDependencies" : {
"eslint" : "^7.0.0 || ^8.0.0 || ^9.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/eslint-plugin-simple-import-sort" : {
"version" : "12.1.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-12.1.1.tgz" ,
"integrity" : "sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==" ,
"license" : "MIT" ,
"peerDependencies" : {
"eslint" : ">=5.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-plugin-unicorn" : {
2024-11-25 09:31:25 +01:00
"version" : "56.0.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-56.0.1.tgz" ,
"integrity" : "sha512-FwVV0Uwf8XPfVnKSGpMg7NtlZh0G0gBarCaFcMUOoqPxXryxdYxTRRv4kH6B9TFCVIrjRXG+emcxIk2ayZilog==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@babel/helper-validator-identifier" : "^7.24.7" ,
2024-08-14 13:03:50 +02:00
"@eslint-community/eslint-utils" : "^4.4.0" ,
"ci-info" : "^4.0.0" ,
"clean-regexp" : "^1.0.0" ,
2024-11-25 09:31:25 +01:00
"core-js-compat" : "^3.38.1" ,
"esquery" : "^1.6.0" ,
"globals" : "^15.9.0" ,
2024-08-14 13:03:50 +02:00
"indent-string" : "^4.0.0" ,
"is-builtin-module" : "^3.2.1" ,
"jsesc" : "^3.0.2" ,
"pluralize" : "^8.0.0" ,
"read-pkg-up" : "^7.0.1" ,
"regexp-tree" : "^0.1.27" ,
"regjsparser" : "^0.10.0" ,
2024-11-25 09:31:25 +01:00
"semver" : "^7.6.3" ,
2024-08-14 13:03:50 +02:00
"strip-indent" : "^3.0.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18.18"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
} ,
"peerDependencies" : {
"eslint" : ">=8.56.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-plugin-unicorn/node_modules/globals" : {
2025-01-15 14:15:02 +01:00
"version" : "15.14.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz" ,
"integrity" : "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/eslint-plugin-unicorn/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eslint-scope" : {
2024-12-13 13:20:37 +01:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" ,
"integrity" : "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^4.1.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/eslint-visitor-keys" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz" ,
"integrity" : "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/eslint/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/eslint/node_modules/eslint-scope" : {
"version" : "8.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz" ,
"integrity" : "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==" ,
2024-08-14 13:03:50 +02:00
"license" : "BSD-2-Clause" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/eslint/node_modules/eslint-visitor-keys" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz" ,
"integrity" : "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/eslint/node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/eslint/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/espree" : {
2024-12-13 13:20:37 +01:00
"version" : "10.3.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz" ,
"integrity" : "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==" ,
2024-08-14 13:03:50 +02:00
"license" : "BSD-2-Clause" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"acorn" : "^8.14.0" ,
2024-08-14 13:03:50 +02:00
"acorn-jsx" : "^5.3.2" ,
2024-12-13 13:20:37 +01:00
"eslint-visitor-keys" : "^4.2.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01: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" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz" ,
"integrity" : "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/esprima" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" ,
"integrity" : "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" ,
"license" : "BSD-2-Clause" ,
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/esquery" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz" ,
"integrity" : "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==" ,
"license" : "BSD-3-Clause" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"estraverse" : "^5.1.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/esquery/node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=4.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" ,
"integrity" : "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" ,
"license" : "BSD-2-Clause" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"estraverse" : "^5.2.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=4.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/esrecurse/node_modules/estraverse" : {
2024-08-14 13:03:50 +02:00
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"license" : "BSD-2-Clause" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=4.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/estraverse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" ,
"integrity" : "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=4.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/estree-util-is-identifier-name" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz" ,
"integrity" : "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/event-target-shim" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" ,
"integrity" : "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/eventemitter3" : {
2024-09-27 11:22:45 +02:00
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz" ,
"integrity" : "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=0.8.x"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/execa" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz" ,
"integrity" : "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"cross-spawn" : "^7.0.3" ,
"get-stream" : "^6.0.0" ,
"human-signals" : "^2.1.0" ,
"is-stream" : "^2.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^4.0.1" ,
"onetime" : "^5.1.2" ,
"signal-exit" : "^3.0.3" ,
"strip-final-newline" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=10"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/exit" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" ,
"integrity" : "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==" ,
"engines" : {
"node" : ">= 0.8.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/expand-template" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz" ,
"integrity" : "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==" ,
"license" : "(MIT OR WTFPL)" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/expect" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz" ,
"integrity" : "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/expect-utils" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/extend" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" ,
"integrity" : "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/external-editor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz" ,
"integrity" : "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"chardet" : "^0.7.0" ,
"iconv-lite" : "^0.4.24" ,
"tmp" : "^0.0.33"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
"license" : "MIT"
} ,
"node_modules/fast-fifo" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz" ,
"integrity" : "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"peer" : true
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fast-glob" : {
2025-01-15 14:15:02 +01:00
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz" ,
"integrity" : "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@nodelib/fs.stat" : "^2.0.2" ,
"@nodelib/fs.walk" : "^1.2.3" ,
"glob-parent" : "^5.1.2" ,
"merge2" : "^1.3.0" ,
2025-01-15 14:15:02 +01:00
"micromatch" : "^4.0.8"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8.6.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fast-glob/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"is-glob" : "^4.0.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
"license" : "MIT"
} ,
"node_modules/fast-redact" : {
"version" : "3.5.0" ,
"resolved" : "https://registry.npmjs.org/fast-redact/-/fast-redact-3.5.0.tgz" ,
"integrity" : "sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fast-safe-stringify" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz" ,
"integrity" : "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fastq" : {
2025-01-15 14:15:02 +01:00
"version" : "1.18.0" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.18.0.tgz" ,
"integrity" : "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"reusify" : "^1.0.4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fb-watchman" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz" ,
"integrity" : "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"bser" : "2.1.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/figures" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz" ,
"integrity" : "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" ,
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"escape-string-regexp" : "^1.0.5"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/figures/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/file-entry-cache" : {
2024-12-13 13:20:37 +01:00
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz" ,
"integrity" : "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"flat-cache" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=16.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/file-type" : {
"version" : "16.5.4" ,
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-16.5.4.tgz" ,
"integrity" : "sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"readable-web-to-node-stream" : "^3.0.0" ,
"strtok3" : "^6.2.4" ,
"token-types" : "^4.1.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sindresorhus/file-type?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fill-range" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"to-regex-range" : "^5.0.1"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/find-root" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz" ,
"integrity" : "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" ,
"license" : "MIT"
} ,
"node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/flat-cache" : {
2024-12-13 13:20:37 +01:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz" ,
"integrity" : "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"flatted" : "^3.2.9" ,
2024-12-13 13:20:37 +01:00
"keyv" : "^4.5.4"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=16"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/flatted" : {
2024-11-25 09:31:25 +01:00
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz" ,
"integrity" : "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC"
} ,
"node_modules/fluent-ffmpeg" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/fluent-ffmpeg/-/fluent-ffmpeg-2.1.3.tgz" ,
"integrity" : "sha512-Be3narBNt2s6bsaqP6Jzq91heDgOEaDCJAXcE3qcma/EJBSy5FB4cvO31XBInuAuKBx8Kptf8dkhjK0IOru39Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"async" : "^0.2.9" ,
"which" : "^1.1.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=18"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fluent-ffmpeg/node_modules/which" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/which/-/which-1.3.1.tgz" ,
"integrity" : "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"isexe" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"bin" : {
"which" : "bin/which"
}
} ,
"node_modules/follow-redirects" : {
2024-09-27 11:22:45 +02:00
"version" : "1.15.9" ,
"resolved" : "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz" ,
"integrity" : "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/RubenVerborgh"
}
] ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=4.0"
2024-08-14 11:13:58 +02:00
} ,
"peerDependenciesMeta" : {
2024-08-14 13:03:50 +02:00
"debug" : {
2024-08-14 11:13:58 +02:00
"optional" : true
}
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/for-each" : {
2025-01-26 12:24:57 +01:00
"version" : "0.3.4" ,
"resolved" : "https://registry.npmjs.org/for-each/-/for-each-0.3.4.tgz" ,
"integrity" : "sha512-kKaIINnFpzW6ffJNDjjyjrk21BkDx38c0xa/klsT8VzLCaMEefv4ZTacrcVR4DmgTeBra++jMDAfS/tS799YDw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-26 12:24:57 +01:00
"is-callable" : "^1.2.7"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 13:03:50 +02:00
}
} ,
"node_modules/foreground-child" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz" ,
"integrity" : "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==" ,
"license" : "ISC" ,
"dependencies" : {
"cross-spawn" : "^7.0.0" ,
"signal-exit" : "^4.0.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/foreground-child/node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/form-data" : {
2024-11-25 09:31:25 +01:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz" ,
"integrity" : "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"mime-types" : "^2.1.12"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fs-constants" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz" ,
"integrity" : "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fs-extra" : {
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz" ,
"integrity" : "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
} ,
"engines" : {
"node" : ">=12"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC"
} ,
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"hasInstallScript" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
2024-08-14 13:03:50 +02:00
"darwin"
2024-08-14 11:13:58 +02:00
] ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/function.prototype.name" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.8" ,
"resolved" : "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz" ,
"integrity" : "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"define-properties" : "^1.2.1" ,
"functions-have-names" : "^1.2.3" ,
"hasown" : "^2.0.2" ,
"is-callable" : "^1.2.7"
2024-08-14 13:03:50 +02:00
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/functions-have-names" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz" ,
"integrity" : "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/futoin-hkdf" : {
"version" : "1.5.3" ,
"resolved" : "https://registry.npmjs.org/futoin-hkdf/-/futoin-hkdf-1.5.3.tgz" ,
"integrity" : "sha512-SewY5KdMpaoCeh7jachEWFsh1nNlaDjNHZXWqL5IGwtpEYHTgkr2+AMCgNwKWkcc0wpSYrZfR7he4WdmHFtDxQ==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=8"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/gensync" : {
"version" : "1.0.0-beta.2" ,
"resolved" : "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" ,
"integrity" : "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/get-caller-file" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" ,
"integrity" : "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" ,
"license" : "ISC" ,
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
}
} ,
"node_modules/get-intrinsic" : {
2025-01-15 14:15:02 +01:00
"version" : "1.2.7" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz" ,
"integrity" : "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bind-apply-helpers" : "^1.0.1" ,
"es-define-property" : "^1.0.1" ,
2024-08-14 13:03:50 +02:00
"es-errors" : "^1.3.0" ,
2024-12-13 13:20:37 +01:00
"es-object-atoms" : "^1.0.0" ,
2024-08-14 13:03:50 +02:00
"function-bind" : "^1.1.2" ,
2025-01-15 14:15:02 +01:00
"get-proto" : "^1.0.0" ,
2024-12-13 13:20:37 +01:00
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
2025-01-15 14:15:02 +01:00
"math-intrinsics" : "^1.1.0"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/get-package-type" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz" ,
"integrity" : "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8.0.0"
}
2024-08-14 11:13:58 +02:00
} ,
2025-01-15 14:15:02 +01:00
"node_modules/get-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" ,
"integrity" : "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/get-stream" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" ,
"integrity" : "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/get-symbol-description" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz" ,
"integrity" : "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3" ,
2024-08-14 13:03:50 +02:00
"es-errors" : "^1.3.0" ,
2025-01-15 14:15:02 +01:00
"get-intrinsic" : "^1.2.6"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/get-tsconfig" : {
2025-01-26 12:24:57 +01:00
"version" : "4.10.0" ,
"resolved" : "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.0.tgz" ,
"integrity" : "sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"resolve-pkg-maps" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/privatenumber/get-tsconfig?sponsor=1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/get-uri" : {
2024-12-13 13:20:37 +01:00
"version" : "6.0.4" ,
"resolved" : "https://registry.npmjs.org/get-uri/-/get-uri-6.0.4.tgz" ,
"integrity" : "sha512-E1b1lFFLvLgak2whF2xDBcOy6NLVGZBqqjJjsIhvopKfWWEi64pLVTWWehV8KlLerZkfNTA95sTe2OdJKm1OzQ==" ,
2024-11-25 09:31:25 +01:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"basic-ftp" : "^5.0.2" ,
"data-uri-to-buffer" : "^6.0.2" ,
2024-12-13 13:20:37 +01:00
"debug" : "^4.3.4"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/github-from-package" : {
"version" : "0.0.0" ,
"resolved" : "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz" ,
"integrity" : "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
2024-08-14 11:13:58 +02:00
"peer" : true
} ,
2024-08-14 13:03:50 +02:00
"node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/glob-parent" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"is-glob" : "^4.0.3"
} ,
"engines" : {
"node" : ">=10.13.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/glob/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/glob/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : "*"
}
} ,
"node_modules/globals" : {
"version" : "11.12.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" ,
"integrity" : "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
2024-08-14 13:03:50 +02:00
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/globalthis" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz" ,
"integrity" : "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"define-properties" : "^1.2.1" ,
"gopd" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/globby" : {
"version" : "11.1.0" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz" ,
"integrity" : "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" ,
"license" : "MIT" ,
"dependencies" : {
"array-union" : "^2.1.0" ,
"dir-glob" : "^3.0.1" ,
"fast-glob" : "^3.2.9" ,
"ignore" : "^5.2.0" ,
"merge2" : "^1.4.1" ,
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/gopd" : {
2024-12-13 13:20:37 +01:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-12-13 13:20:37 +01:00
"engines" : {
"node" : ">= 0.4"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
"license" : "ISC"
} ,
"node_modules/graphemer" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz" ,
"integrity" : "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/graphile-config" : {
2024-12-13 13:20:37 +01:00
"version" : "0.0.1-beta.12" ,
"resolved" : "https://registry.npmjs.org/graphile-config/-/graphile-config-0.0.1-beta.12.tgz" ,
"integrity" : "sha512-th7C2fM29dhra5gCmykWUJQMCAzA6C5W+dF8DZa0BWLImmHnSUK+AO4qPCR6bZKR5JKTW2onZweqP4ZHVLPQFw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/interpret" : "^1.1.1" ,
"@types/node" : "^20.5.7" ,
"@types/semver" : "^7.5.1" ,
"chalk" : "^4.1.2" ,
"debug" : "^4.3.4" ,
"interpret" : "^3.1.1" ,
"semver" : "^7.5.4" ,
"tslib" : "^2.6.2" ,
"yargs" : "^17.7.2"
} ,
"engines" : {
"node" : ">=16"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/graphile-config/node_modules/@types/node" : {
2025-01-26 12:24:57 +01:00
"version" : "20.17.16" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-20.17.16.tgz" ,
"integrity" : "sha512-vOTpLduLkZXePLxHiHsBLp98mHGnl8RptV4YAO3HfKO5UHjDvySGbxKtpYfy8Sx5+WKcgc45qNreJJRVM3L6mw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-09-04 07:52:30 +02:00
"undici-types" : "~6.19.2"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/graphile-config/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC" ,
2024-12-13 13:20:37 +01:00
"bin" : {
"semver" : "bin/semver.js"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=10"
2024-08-14 13:03:50 +02:00
}
2024-08-14 11:13:58 +02:00
} ,
2024-12-13 13:20:37 +01:00
"node_modules/graphile-config/node_modules/undici-types" : {
"version" : "6.19.8" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz" ,
"integrity" : "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-12-13 13:20:37 +01:00
"node_modules/graphile-worker" : {
"version" : "0.16.6" ,
"resolved" : "https://registry.npmjs.org/graphile-worker/-/graphile-worker-0.16.6.tgz" ,
"integrity" : "sha512-e7gGYDmGqzju2l83MpzX8vNG/lOtVJiSzI3eZpAFubSxh/cxs7sRrRGBGjzBP1kNG0H+c95etPpNRNlH65PYhw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@graphile/logger" : "^0.2.0" ,
"@types/debug" : "^4.1.10" ,
"@types/pg" : "^8.10.5" ,
"cosmiconfig" : "^8.3.6" ,
"graphile-config" : "^0.0.1-beta.4" ,
"json5" : "^2.2.3" ,
"pg" : "^8.11.3" ,
"tslib" : "^2.6.2" ,
"yargs" : "^17.7.2"
} ,
"bin" : {
"graphile-worker" : "dist/cli.js"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14.0.0"
}
} ,
"node_modules/graphile-worker/node_modules/cosmiconfig" : {
"version" : "8.3.6" ,
"resolved" : "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz" ,
"integrity" : "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"import-fresh" : "^3.3.0" ,
"js-yaml" : "^4.1.0" ,
"parse-json" : "^5.2.0" ,
"path-type" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/d-fischer"
} ,
"peerDependencies" : {
"typescript" : ">=4.9.5"
2024-08-14 11:13:58 +02:00
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/graphql" : {
2025-01-15 14:15:02 +01:00
"version" : "16.10.0" ,
"resolved" : "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz" ,
"integrity" : "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-09-27 13:11:31 +02:00
"peer" : true ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/graphql-request" : {
2024-11-25 09:31:25 +01:00
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/graphql-request/-/graphql-request-7.1.2.tgz" ,
"integrity" : "sha512-+XE3iuC55C2di5ZUrB4pjgwe+nIQBuXVIK9J98wrVwojzDW3GMdSBZfxUk8l4j9TieIpjpggclxhNEU9ebGF8w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@graphql-typed-document-node/core" : "^3.2.0"
2024-08-14 13:03:50 +02:00
} ,
"peerDependencies" : {
"graphql" : "14 - 16"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hapi-pino" : {
"version" : "12.1.0" ,
"resolved" : "https://registry.npmjs.org/hapi-pino/-/hapi-pino-12.1.0.tgz" ,
"integrity" : "sha512-qPfigyVQjPM1cfGZuF/rSo82hS/s02Dtvvq0RvKFKBlJoilxCvx5zBLOI29odeKsft1h+lj6yOWIKT9Vz7M54g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@hapi/hoek" : "^11.0.0" ,
"abstract-logging" : "^2.0.1" ,
"get-caller-file" : "^2.0.5" ,
"pino" : "^8.5.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/hapi-pino/node_modules/@hapi/hoek" : {
2024-11-25 09:31:25 +01:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz" ,
"integrity" : "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==" ,
2024-09-27 13:11:31 +02:00
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hapi-pino/node_modules/buffer" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz" ,
"integrity" : "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.2.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hapi-pino/node_modules/on-exit-leak-free" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz" ,
"integrity" : "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=14.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hapi-pino/node_modules/pino" : {
"version" : "8.21.0" ,
"resolved" : "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz" ,
"integrity" : "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"atomic-sleep" : "^1.0.0" ,
"fast-redact" : "^3.1.1" ,
"on-exit-leak-free" : "^2.1.0" ,
"pino-abstract-transport" : "^1.2.0" ,
"pino-std-serializers" : "^6.0.0" ,
"process-warning" : "^3.0.0" ,
"quick-format-unescaped" : "^4.0.3" ,
"real-require" : "^0.2.0" ,
"safe-stable-stringify" : "^2.3.1" ,
"sonic-boom" : "^3.7.0" ,
"thread-stream" : "^2.6.0"
} ,
"bin" : {
"pino" : "bin.js"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hapi-pino/node_modules/pino-abstract-transport" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz" ,
"integrity" : "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"readable-stream" : "^4.0.0" ,
"split2" : "^4.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hapi-pino/node_modules/pino-std-serializers" : {
"version" : "6.2.2" ,
"resolved" : "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz" ,
"integrity" : "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==" ,
"license" : "MIT"
} ,
"node_modules/hapi-pino/node_modules/process-warning" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/process-warning/-/process-warning-3.0.0.tgz" ,
"integrity" : "sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==" ,
"license" : "MIT"
} ,
"node_modules/hapi-pino/node_modules/readable-stream" : {
2025-01-15 14:15:02 +01:00
"version" : "4.7.0" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz" ,
"integrity" : "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"abort-controller" : "^3.0.0" ,
"buffer" : "^6.0.3" ,
"events" : "^3.3.0" ,
"process" : "^0.11.10" ,
"string_decoder" : "^1.3.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hapi-pino/node_modules/real-require" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz" ,
"integrity" : "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">= 12.13.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hapi-pino/node_modules/sonic-boom" : {
"version" : "3.8.1" ,
"resolved" : "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.8.1.tgz" ,
"integrity" : "sha512-y4Z8LCDBuum+PBP3lSV7RHrXscqksve/bi0as7mhwVnBW+/wUqKT/2Kb7um8yqcFy0duYbbPxzt89Zy2nOCaxg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"atomic-sleep" : "^1.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hapi-pino/node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"safe-buffer" : "~5.2.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hapi-pino/node_modules/thread-stream" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz" ,
"integrity" : "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"real-require" : "^0.2.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/has-bigints" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz" ,
"integrity" : "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2025-01-15 14:15:02 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
2024-08-14 11:13:58 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +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-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/has-property-descriptors" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz" ,
"integrity" : "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"es-define-property" : "^1.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/has-proto" : {
2024-12-13 13:20:37 +01:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz" ,
"integrity" : "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-12-13 13:20:37 +01:00
"dependencies" : {
"dunder-proto" : "^1.0.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/has-symbols" : {
2024-12-13 13:20:37 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" ,
"integrity" : "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/has-tostringtag" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz" ,
"integrity" : "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"has-symbols" : "^1.0.3"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2024-09-27 13:11:31 +02:00
} ,
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
"license" : "MIT" ,
"dependencies" : {
"function-bind" : "^1.1.2"
2024-09-27 11:22:45 +02:00
} ,
2024-09-27 13:11:31 +02:00
"engines" : {
"node" : ">= 0.4"
2024-09-27 11:22:45 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hast-util-to-jsx-runtime" : {
2024-11-25 09:31:25 +01:00
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.2.tgz" ,
"integrity" : "sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/estree" : "^1.0.0" ,
"@types/hast" : "^3.0.0" ,
"@types/unist" : "^3.0.0" ,
"comma-separated-tokens" : "^2.0.0" ,
"devlop" : "^1.0.0" ,
"estree-util-is-identifier-name" : "^3.0.0" ,
"hast-util-whitespace" : "^3.0.0" ,
"mdast-util-mdx-expression" : "^2.0.0" ,
"mdast-util-mdx-jsx" : "^3.0.0" ,
"mdast-util-mdxjs-esm" : "^2.0.0" ,
"property-information" : "^6.0.0" ,
"space-separated-tokens" : "^2.0.0" ,
"style-to-object" : "^1.0.0" ,
"unist-util-position" : "^5.0.0" ,
"vfile-message" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hast-util-whitespace" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz" ,
"integrity" : "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/hast" : "^3.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hoist-non-react-statics" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz" ,
"integrity" : "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==" ,
"license" : "BSD-3-Clause" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"react-is" : "^16.7.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/hoist-non-react-statics/node_modules/react-is" : {
"version" : "16.13.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" ,
"integrity" : "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" ,
"license" : "MIT"
} ,
"node_modules/hosted-git-info" : {
"version" : "2.8.9" ,
"resolved" : "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" ,
"integrity" : "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" ,
"license" : "ISC"
} ,
"node_modules/hpagent" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/hpagent/-/hpagent-1.2.0.tgz" ,
"integrity" : "sha512-A91dYTeIB6NoXG+PxTQpCCDDnfHsW9kc06Lvpu1TEe9gnd6ZFeiBoRO9JvzEv6xK7EX97/dUE8g/vBMTqTS3CA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/html-escaper" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz" ,
"integrity" : "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" ,
"license" : "MIT"
} ,
"node_modules/html-tokenize" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/html-tokenize/-/html-tokenize-2.0.1.tgz" ,
"integrity" : "sha512-QY6S+hZ0f5m1WT8WffYN+Hg+xm/w5I8XeUcAq/ZYP5wVC8xbKi4Whhru3FtrAebD5EhBW8rmFzkDI6eCAuFe2w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"buffer-from" : "~0.1.1" ,
"inherits" : "~2.0.1" ,
"minimist" : "~1.2.5" ,
"readable-stream" : "~1.0.27-1" ,
"through2" : "~0.4.1"
2024-08-14 11:13:58 +02:00
} ,
"bin" : {
2024-08-14 13:03:50 +02:00
"html-tokenize" : "bin/cmd.js"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/html-tokenize/node_modules/buffer-from" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-0.1.2.tgz" ,
"integrity" : "sha512-RiWIenusJsmI2KcvqQABB83tLxCByE3upSP8QU3rJDMVFGPWLvPQJt/O1Su9moRWeH7d+Q2HYb68f6+v+tw2vg==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/html-url-attributes" : {
2024-11-25 09:31:25 +01:00
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz" ,
"integrity" : "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/htmlparser2" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz" ,
"integrity" : "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==" ,
2024-08-14 11:13:58 +02:00
"funding" : [
2024-08-14 13:03:50 +02:00
"https://github.com/fb55/htmlparser2?sponsor=1" ,
2024-08-14 11:13:58 +02:00
{
"type" : "github" ,
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/fb55"
2024-08-14 11:13:58 +02:00
}
] ,
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3" ,
"domutils" : "^3.0.1" ,
"entities" : "^4.4.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/http-proxy" : {
"version" : "1.18.1" ,
"resolved" : "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz" ,
"integrity" : "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"eventemitter3" : "^4.0.0" ,
"follow-redirects" : "^1.0.0" ,
"requires-port" : "^1.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/http-proxy-agent" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz" ,
"integrity" : "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/http-proxy-middleware" : {
2024-11-25 09:31:25 +01:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.3.tgz" ,
"integrity" : "sha512-usY0HG5nyDUwtqpiZdETNbmKtw3QQ1jwYFZ9wi5iHzX2BcILwQKtYDJPo7XHTsu5Z0B2Hj3W9NNnbd+AjFWjqg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-09-04 07:52:30 +02:00
"@types/http-proxy" : "^1.17.15" ,
"debug" : "^4.3.6" ,
2024-08-14 13:03:50 +02:00
"http-proxy" : "^1.18.1" ,
2024-09-04 07:52:30 +02:00
"is-glob" : "^4.0.3" ,
2024-09-27 11:22:45 +02:00
"is-plain-object" : "^5.0.0" ,
2024-09-04 07:52:30 +02:00
"micromatch" : "^4.0.8"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-09-27 11:22:45 +02:00
"node_modules/http-proxy/node_modules/eventemitter3" : {
"version" : "4.0.7" ,
"resolved" : "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz" ,
"integrity" : "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/https-proxy-agent" : {
2024-12-13 13:20:37 +01:00
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" ,
"integrity" : "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==" ,
2024-08-14 13:03:50 +02:00
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"agent-base" : "^7.1.2" ,
2024-08-14 13:03:50 +02:00
"debug" : "4"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 14"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/human-signals" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz" ,
"integrity" : "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" ,
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10.17.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/iconv-lite" : {
"version" : "0.4.24" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" ,
"integrity" : "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"safer-buffer" : ">= 2.1.2 < 3"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ieee754" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" ,
"integrity" : "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "BSD-3-Clause"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 4"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/import-fresh" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" ,
"integrity" : "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/import-local" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz" ,
"integrity" : "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"pkg-dir" : "^4.2.0" ,
"resolve-cwd" : "^3.0.0"
} ,
"bin" : {
"import-local-fixture" : "fixtures/cli.js"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=0.8.19"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/indent-string" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" ,
"integrity" : "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
"license" : "ISC" ,
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "ISC"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ini" : {
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" ,
"integrity" : "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" ,
"license" : "ISC" ,
"optional" : true ,
"peer" : true
} ,
"node_modules/inline-style-parser" : {
2024-09-27 11:22:45 +02:00
"version" : "0.2.4" ,
"resolved" : "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz" ,
"integrity" : "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/inquirer" : {
"version" : "8.2.6" ,
"resolved" : "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz" ,
"integrity" : "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"ansi-escapes" : "^4.2.1" ,
"chalk" : "^4.1.1" ,
"cli-cursor" : "^3.1.0" ,
"cli-width" : "^3.0.0" ,
"external-editor" : "^3.0.3" ,
"figures" : "^3.0.0" ,
"lodash" : "^4.17.21" ,
"mute-stream" : "0.0.8" ,
"ora" : "^5.4.1" ,
"run-async" : "^2.4.0" ,
"rxjs" : "^7.5.5" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0" ,
"through" : "^2.3.6" ,
"wrap-ansi" : "^6.0.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-09-04 07:52:30 +02:00
"node_modules/inquirer/node_modules/wrap-ansi" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz" ,
"integrity" : "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/internal-slot" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz" ,
"integrity" : "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
2025-01-15 14:15:02 +01:00
"hasown" : "^2.0.2" ,
"side-channel" : "^1.1.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/interpret" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz" ,
"integrity" : "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10.13.0"
2024-08-14 11:13:58 +02:00
}
} ,
2025-01-20 11:17:37 +01:00
"node_modules/ioredis" : {
"version" : "5.4.2" ,
"resolved" : "https://registry.npmjs.org/ioredis/-/ioredis-5.4.2.tgz" ,
"integrity" : "sha512-0SZXGNGZ+WzISQ67QDyZ2x0+wVxjjUndtD8oSeik/4ajifeiRufed8fCb8QW8VMyi4MXcS+UO1k/0NGhvq1PAg==" ,
"license" : "MIT" ,
"dependencies" : {
"@ioredis/commands" : "^1.1.1" ,
"cluster-key-slot" : "^1.1.0" ,
"debug" : "^4.3.4" ,
"denque" : "^2.1.0" ,
"lodash.defaults" : "^4.2.0" ,
"lodash.isarguments" : "^3.1.0" ,
"redis-errors" : "^1.2.0" ,
"redis-parser" : "^3.0.0" ,
"standard-as-callback" : "^2.1.0"
} ,
"engines" : {
"node" : ">=12.22.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/ioredis"
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/ip-address" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz" ,
"integrity" : "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"jsbn" : "1.1.0" ,
"sprintf-js" : "^1.1.3"
} ,
"engines" : {
"node" : ">= 12"
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/ip-address/node_modules/sprintf-js" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz" ,
"integrity" : "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" ,
"dev" : true ,
"license" : "BSD-3-Clause"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-alphabetical" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz" ,
"integrity" : "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-alphanumerical" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz" ,
"integrity" : "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"is-alphabetical" : "^2.0.0" ,
"is-decimal" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-array-buffer" : {
2025-01-15 14:15:02 +01:00
"version" : "3.0.5" ,
"resolved" : "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz" ,
"integrity" : "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"get-intrinsic" : "^1.2.6"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-arrayish" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" ,
"integrity" : "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-11-25 09:31:25 +01:00
"node_modules/is-async-function" : {
2025-01-26 12:24:57 +01:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz" ,
"integrity" : "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==" ,
2024-11-25 09:31:25 +01:00
"license" : "MIT" ,
"dependencies" : {
2025-01-26 12:24:57 +01:00
"async-function" : "^1.0.0" ,
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3" ,
"get-proto" : "^1.0.1" ,
"has-tostringtag" : "^1.0.2" ,
"safe-regex-test" : "^1.1.0"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-bigint" : {
2024-12-13 13:20:37 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz" ,
"integrity" : "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"has-bigints" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-boolean-object" : {
2024-12-13 13:20:37 +01:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.1.tgz" ,
"integrity" : "sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bound" : "^1.0.2" ,
"has-tostringtag" : "^1.0.2"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-builtin-module" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz" ,
"integrity" : "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"builtin-modules" : "^3.3.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-callable" : {
"version" : "1.2.7" ,
"resolved" : "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz" ,
"integrity" : "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-core-module" : {
2025-01-15 14:15:02 +01:00
"version" : "2.16.1" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz" ,
"integrity" : "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"hasown" : "^2.0.2"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-data-view" : {
2024-12-13 13:20:37 +01:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz" ,
"integrity" : "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bound" : "^1.0.2" ,
"get-intrinsic" : "^1.2.6" ,
2024-08-14 13:03:50 +02:00
"is-typed-array" : "^1.1.13"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-date-object" : {
2024-12-13 13:20:37 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz" ,
"integrity" : "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bound" : "^1.0.2" ,
"has-tostringtag" : "^1.0.2"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-decimal" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz" ,
"integrity" : "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/is-finalizationregistry" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz" ,
"integrity" : "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==" ,
2024-11-25 09:31:25 +01:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-generator-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz" ,
"integrity" : "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/is-generator-function" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz" ,
"integrity" : "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==" ,
2024-11-25 09:31:25 +01:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3" ,
"get-proto" : "^1.0.0" ,
"has-tostringtag" : "^1.0.2" ,
"safe-regex-test" : "^1.1.0"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-glob" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"is-extglob" : "^2.1.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-hexadecimal" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz" ,
"integrity" : "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/is-interactive" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz" ,
"integrity" : "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
2024-08-14 11:13:58 +02:00
} ,
2024-11-25 09:31:25 +01:00
"node_modules/is-map" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz" ,
"integrity" : "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-number" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.12.0"
}
} ,
"node_modules/is-number-object" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz" ,
"integrity" : "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3" ,
2024-12-13 13:20:37 +01:00
"has-tostringtag" : "^1.0.2"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-path-inside" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz" ,
"integrity" : "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" ,
2024-12-13 13:20:37 +01:00
"dev" : true ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-plain-obj" : {
2024-09-27 11:22:45 +02:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz" ,
"integrity" : "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-09-27 11:22:45 +02:00
"node" : ">=12"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-09-27 11:22:45 +02:00
"node_modules/is-plain-object" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz" ,
"integrity" : "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-regex" : {
2024-12-13 13:20:37 +01:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz" ,
"integrity" : "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bound" : "^1.0.2" ,
"gopd" : "^1.2.0" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.2"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/is-set" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz" ,
"integrity" : "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-shared-array-buffer" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz" ,
"integrity" : "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-string" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz" ,
"integrity" : "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3" ,
2024-12-13 13:20:37 +01:00
"has-tostringtag" : "^1.0.2"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
2024-08-14 11:13:58 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-symbol" : {
2024-12-13 13:20:37 +01:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz" ,
"integrity" : "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bound" : "^1.0.2" ,
"has-symbols" : "^1.1.0" ,
"safe-regex-test" : "^1.1.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-typed-array" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.15" ,
"resolved" : "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz" ,
"integrity" : "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"which-typed-array" : "^1.1.16"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
2024-08-14 11:13:58 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-unicode-supported" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" ,
"integrity" : "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/is-weakmap" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz" ,
"integrity" : "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/is-weakref" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.0.tgz" ,
"integrity" : "sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/is-weakset" : {
2025-01-15 14:15:02 +01:00
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz" ,
"integrity" : "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==" ,
2024-11-25 09:31:25 +01:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3" ,
"get-intrinsic" : "^1.2.6"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/isarray" : {
2024-12-13 13:20:37 +01:00
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz" ,
"integrity" : "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"license" : "ISC"
} ,
"node_modules/istanbul-lib-coverage" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz" ,
"integrity" : "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/istanbul-lib-instrument" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz" ,
"integrity" : "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@babel/core" : "^7.23.9" ,
"@babel/parser" : "^7.23.9" ,
"@istanbuljs/schema" : "^0.1.3" ,
"istanbul-lib-coverage" : "^3.2.0" ,
"semver" : "^7.5.4"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/istanbul-lib-instrument/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/istanbul-lib-report" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz" ,
"integrity" : "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"istanbul-lib-coverage" : "^3.0.0" ,
"make-dir" : "^4.0.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/istanbul-lib-source-maps" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz" ,
"integrity" : "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"debug" : "^4.1.1" ,
"istanbul-lib-coverage" : "^3.0.0" ,
"source-map" : "^0.6.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/istanbul-reports" : {
"version" : "3.1.7" ,
"resolved" : "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz" ,
"integrity" : "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"html-escaper" : "^2.0.0" ,
"istanbul-lib-report" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/iterare" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz" ,
"integrity" : "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/jackspeak" : {
2024-09-27 11:22:45 +02:00
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.2.tgz" ,
"integrity" : "sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==" ,
2024-08-14 13:03:50 +02:00
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "20 || >=22"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz" ,
"integrity" : "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/core" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"import-local" : "^3.0.2" ,
"jest-cli" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
"bin" : {
2024-08-14 13:03:50 +02:00
"jest" : "bin/jest.js"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
} ,
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-changed-files" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz" ,
"integrity" : "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"execa" : "^5.0.0" ,
"jest-util" : "^29.7.0" ,
"p-limit" : "^3.1.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-circus" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz" ,
"integrity" : "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/environment" : "^29.7.0" ,
"@jest/expect" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"co" : "^4.6.0" ,
"dedent" : "^1.0.0" ,
"is-generator-fn" : "^2.0.0" ,
"jest-each" : "^29.7.0" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"p-limit" : "^3.1.0" ,
"pretty-format" : "^29.7.0" ,
"pure-rand" : "^6.0.0" ,
"slash" : "^3.0.0" ,
"stack-utils" : "^2.0.3"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-cli" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz" ,
"integrity" : "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@jest/core" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"create-jest" : "^29.7.0" ,
"exit" : "^0.1.2" ,
"import-local" : "^3.0.2" ,
"jest-config" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"yargs" : "^17.3.1"
} ,
"bin" : {
"jest" : "bin/jest.js"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
} ,
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/jest-config" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz" ,
"integrity" : "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/core" : "^7.11.6" ,
"@jest/test-sequencer" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"babel-jest" : "^29.7.0" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"deepmerge" : "^4.2.2" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"jest-circus" : "^29.7.0" ,
"jest-environment-node" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-runner" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"parse-json" : "^5.2.0" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-json-comments" : "^3.1.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"@types/node" : "*" ,
"ts-node" : ">=9.0.0"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"ts-node" : {
"optional" : true
}
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-config/node_modules/ci-info" : {
"version" : "3.9.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz" ,
"integrity" : "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-diff" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz" ,
"integrity" : "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"chalk" : "^4.0.0" ,
"diff-sequences" : "^29.6.3" ,
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-docblock" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz" ,
"integrity" : "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"detect-newline" : "^3.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-each" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz" ,
"integrity" : "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"pretty-format" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-environment-node" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz" ,
"integrity" : "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/environment" : "^29.7.0" ,
"@jest/fake-timers" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-mock" : "^29.7.0" ,
"jest-util" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-get-type" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz" ,
"integrity" : "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-haste-map" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz" ,
"integrity" : "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/types" : "^29.6.3" ,
"@types/graceful-fs" : "^4.1.3" ,
"@types/node" : "*" ,
"anymatch" : "^3.0.3" ,
"fb-watchman" : "^2.0.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-regex-util" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"jest-worker" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"walker" : "^1.0.8"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"optionalDependencies" : {
"fsevents" : "^2.3.2"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-junit" : {
"version" : "16.0.0" ,
"resolved" : "https://registry.npmjs.org/jest-junit/-/jest-junit-16.0.0.tgz" ,
"integrity" : "sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==" ,
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"mkdirp" : "^1.0.4" ,
"strip-ansi" : "^6.0.1" ,
"uuid" : "^8.3.2" ,
"xml" : "^1.0.1"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10.12.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-junit/node_modules/uuid" : {
"version" : "8.3.2" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" ,
"integrity" : "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"bin" : {
"uuid" : "dist/bin/uuid"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-leak-detector" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz" ,
"integrity" : "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-matcher-utils" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz" ,
"integrity" : "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"chalk" : "^4.0.0" ,
"jest-diff" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-message-util" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz" ,
"integrity" : "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/code-frame" : "^7.12.13" ,
"@jest/types" : "^29.6.3" ,
"@types/stack-utils" : "^2.0.0" ,
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"micromatch" : "^4.0.4" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"stack-utils" : "^2.0.3"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-mock" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz" ,
"integrity" : "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-util" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-pnp-resolver" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz" ,
"integrity" : "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
} ,
"peerDependencies" : {
"jest-resolve" : "*"
} ,
"peerDependenciesMeta" : {
"jest-resolve" : {
"optional" : true
}
}
} ,
"node_modules/jest-regex-util" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz" ,
"integrity" : "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-resolve" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz" ,
"integrity" : "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-pnp-resolver" : "^1.2.2" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"resolve" : "^1.20.0" ,
"resolve.exports" : "^2.0.0" ,
"slash" : "^3.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-resolve-dependencies" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz" ,
"integrity" : "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"jest-regex-util" : "^29.6.3" ,
"jest-snapshot" : "^29.7.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-runner" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz" ,
"integrity" : "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/console" : "^29.7.0" ,
"@jest/environment" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"emittery" : "^0.13.1" ,
"graceful-fs" : "^4.2.9" ,
"jest-docblock" : "^29.7.0" ,
"jest-environment-node" : "^29.7.0" ,
"jest-haste-map" : "^29.7.0" ,
"jest-leak-detector" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-resolve" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-watcher" : "^29.7.0" ,
"jest-worker" : "^29.7.0" ,
"p-limit" : "^3.1.0" ,
"source-map-support" : "0.5.13"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-runtime" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz" ,
"integrity" : "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@jest/environment" : "^29.7.0" ,
"@jest/fake-timers" : "^29.7.0" ,
"@jest/globals" : "^29.7.0" ,
"@jest/source-map" : "^29.6.3" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"cjs-module-lexer" : "^1.0.0" ,
"collect-v8-coverage" : "^1.0.0" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-mock" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-bom" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-snapshot" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz" ,
"integrity" : "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/core" : "^7.11.6" ,
"@babel/generator" : "^7.7.2" ,
"@babel/plugin-syntax-jsx" : "^7.7.2" ,
"@babel/plugin-syntax-typescript" : "^7.7.2" ,
"@babel/types" : "^7.3.3" ,
"@jest/expect-utils" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"babel-preset-current-node-syntax" : "^1.0.0" ,
"chalk" : "^4.0.0" ,
"expect" : "^29.7.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-diff" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"natural-compare" : "^1.4.0" ,
"pretty-format" : "^29.7.0" ,
"semver" : "^7.5.3"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/jest-snapshot/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-util" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz" ,
"integrity" : "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"graceful-fs" : "^4.2.9" ,
"picomatch" : "^2.2.3"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-util/node_modules/ci-info" : {
"version" : "3.9.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz" ,
"integrity" : "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-validate" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz" ,
"integrity" : "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/types" : "^29.6.3" ,
"camelcase" : "^6.2.0" ,
"chalk" : "^4.0.0" ,
"jest-get-type" : "^29.6.3" ,
"leven" : "^3.1.0" ,
"pretty-format" : "^29.7.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-validate/node_modules/camelcase" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" ,
"integrity" : "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-watcher" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz" ,
"integrity" : "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"ansi-escapes" : "^4.2.1" ,
"chalk" : "^4.0.0" ,
"emittery" : "^0.13.1" ,
"jest-util" : "^29.7.0" ,
"string-length" : "^4.0.1"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-worker" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz" ,
"integrity" : "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*" ,
2024-08-14 13:03:50 +02:00
"jest-util" : "^29.7.0" ,
2024-08-14 11:13:58 +02:00
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jest-worker/node_modules/supports-color" : {
2024-08-14 11:13:58 +02:00
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
"license" : "MIT" ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jose" : {
2024-11-25 09:31:25 +01:00
"version" : "5.9.6" ,
"resolved" : "https://registry.npmjs.org/jose/-/jose-5.9.6.tgz" ,
"integrity" : "sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/panva"
}
} ,
"node_modules/js-cookie" : {
2024-08-14 11:13:58 +02:00
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz" ,
"integrity" : "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/js-tokens" : {
2024-08-14 11:13:58 +02:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/js-yaml" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" ,
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
"license" : "MIT" ,
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/jsbn" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz" ,
"integrity" : "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jsesc" : {
2024-12-13 13:20:37 +01:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz" ,
"integrity" : "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
2024-11-25 09:31:25 +01:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" ,
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
"license" : "MIT"
} ,
"node_modules/json-parse-even-better-errors" : {
2024-08-14 11:13:58 +02:00
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" ,
"integrity" : "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" ,
"integrity" : "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/json11" : {
2025-01-15 14:15:02 +01:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/json11/-/json11-2.0.2.tgz" ,
"integrity" : "sha512-HIrd50UPYmP6sqLuLbFVm75g16o0oZrVfxrsY0EEys22klz8mRoWlX9KAEDOSOR9Q34rcxsyC8oDveGrCz5uLQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"bin" : {
2024-08-14 13:03:50 +02:00
"json11" : "dist/cli.mjs"
}
} ,
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
"license" : "MIT" ,
"bin" : {
"json5" : "lib/cli.js"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jsonfile" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" ,
"integrity" : "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"universalify" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
"optionalDependencies" : {
2024-08-14 13:03:50 +02:00
"graceful-fs" : "^4.1.6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jsonwebtoken" : {
"version" : "9.0.2" ,
"resolved" : "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz" ,
"integrity" : "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"jws" : "^3.2.2" ,
"lodash.includes" : "^4.3.0" ,
"lodash.isboolean" : "^3.0.3" ,
"lodash.isinteger" : "^4.0.4" ,
"lodash.isnumber" : "^3.0.3" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.isstring" : "^4.0.1" ,
"lodash.once" : "^4.0.0" ,
"ms" : "^2.1.1" ,
"semver" : "^7.5.4"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12" ,
"npm" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/jsonwebtoken/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jwa" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz" ,
"integrity" : "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"buffer-equal-constant-time" : "1.0.1" ,
"ecdsa-sig-formatter" : "1.0.11" ,
"safe-buffer" : "^5.0.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/jws" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz" ,
"integrity" : "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"jwa" : "^1.4.1" ,
"safe-buffer" : "^5.0.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/keyv" : {
"version" : "4.5.4" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"json-buffer" : "3.0.1"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/kleur" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz" ,
"integrity" : "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/kysely" : {
2024-09-27 13:11:31 +02:00
"version" : "0.26.3" ,
"resolved" : "https://registry.npmjs.org/kysely/-/kysely-0.26.3.tgz" ,
"integrity" : "sha512-yWSgGi9bY13b/W06DD2OCDDHQmq1kwTGYlQ4wpZkMOJqMGCstVCFIvxCCVG4KfY1/3G0MhDAcZsip/Lw8/vJWw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-09-27 13:11:31 +02:00
"peer" : true ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/leven" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz" ,
"integrity" : "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/levn" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" ,
"integrity" : "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.8.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/libphonenumber-js" : {
2025-01-20 11:17:37 +01:00
"version" : "1.11.18" ,
"resolved" : "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.18.tgz" ,
"integrity" : "sha512-okMm/MCoFrm1vByeVFLBdkFIXLSHy/AIK2AEGgY3eoicfWZeOZqv3GfhtQgICkzs/tqorAMm3a4GBg5qNCrqzg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/libsignal" : {
"name" : "@whiskeysockets/libsignal-node" ,
"version" : "2.0.1" ,
2024-11-25 09:31:25 +01:00
"resolved" : "git+ssh://git@github.com/WhiskeySockets/libsignal-node.git#1bd9275d9e621d2ba899087ebdf548b3a5a4f05e" ,
2024-08-14 13:03:50 +02:00
"license" : "GPL-3.0" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"curve25519-js" : "^0.0.4" ,
"protobufjs" : "6.8.8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/libsignal/node_modules/@types/node" : {
"version" : "10.17.60" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz" ,
"integrity" : "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/libsignal/node_modules/long" : {
2024-08-14 11:13:58 +02:00
"version" : "4.0.0" ,
2024-08-14 13:03:50 +02:00
"resolved" : "https://registry.npmjs.org/long/-/long-4.0.0.tgz" ,
"integrity" : "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" ,
"license" : "Apache-2.0"
} ,
"node_modules/libsignal/node_modules/protobufjs" : {
"version" : "6.8.8" ,
"resolved" : "https://registry.npmjs.org/protobufjs/-/protobufjs-6.8.8.tgz" ,
"integrity" : "sha512-AAmHtD5pXgZfi7GMpllpO3q1Xw1OYldr+dMUlAnffGTAhqkg72WdmSY71uKBF/JuyiKs8psYbtKrhi0ASCD8qw==" ,
"hasInstallScript" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.2" ,
"@protobufjs/base64" : "^1.1.2" ,
"@protobufjs/codegen" : "^2.0.4" ,
"@protobufjs/eventemitter" : "^1.1.0" ,
"@protobufjs/fetch" : "^1.1.0" ,
"@protobufjs/float" : "^1.0.2" ,
"@protobufjs/inquire" : "^1.1.0" ,
"@protobufjs/path" : "^1.1.2" ,
"@protobufjs/pool" : "^1.1.0" ,
"@protobufjs/utf8" : "^1.1.0" ,
"@types/long" : "^4.0.0" ,
"@types/node" : "^10.1.0" ,
"long" : "^4.0.0"
} ,
"bin" : {
"pbjs" : "bin/pbjs" ,
"pbts" : "bin/pbts"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" ,
"integrity" : "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/link-preview-js" : {
2025-01-15 14:15:02 +01:00
"version" : "3.0.13" ,
"resolved" : "https://registry.npmjs.org/link-preview-js/-/link-preview-js-3.0.13.tgz" ,
"integrity" : "sha512-6WeGlt+jnh9s8mTl4fOBtAvb9JYHhIoPsB+sKZKE/cStaHyPRNN9Y8bKL3qKvBlVQEe8pZ+d49A6kJ89oclIvw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"abort-controller" : "^3.0.0" ,
"cheerio" : "1.0.0-rc.11" ,
"cross-fetch" : "3.1.5" ,
2024-09-27 13:11:31 +02:00
"url" : "0.11.0"
2024-08-14 11:13:58 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"p-locate" : "^5.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 08:36:03 +02:00
}
2024-05-07 14:16:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/lodash" : {
"version" : "4.17.21" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" ,
"integrity" : "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" ,
"license" : "MIT"
} ,
"node_modules/lodash.clonedeep" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz" ,
"integrity" : "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==" ,
"license" : "MIT"
} ,
2025-01-20 11:17:37 +01:00
"node_modules/lodash.defaults" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz" ,
"integrity" : "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/lodash.includes" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz" ,
"integrity" : "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2025-01-20 11:17:37 +01:00
"node_modules/lodash.isarguments" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz" ,
"integrity" : "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/lodash.isboolean" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz" ,
"integrity" : "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/lodash.isinteger" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz" ,
"integrity" : "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" ,
"license" : "MIT"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/lodash.isnumber" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz" ,
"integrity" : "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isplainobject" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" ,
"integrity" : "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isstring" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz" ,
"integrity" : "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" ,
"license" : "MIT"
} ,
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
"license" : "MIT"
} ,
"node_modules/lodash.once" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz" ,
"integrity" : "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" ,
"license" : "MIT"
2024-06-25 08:14:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/log-symbols" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz" ,
"integrity" : "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" ,
"dev" : true ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"chalk" : "^4.1.0" ,
"is-unicode-supported" : "^0.1.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
"node" : ">=10"
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/long" : {
2025-01-15 14:15:02 +01:00
"version" : "5.2.4" ,
"resolved" : "https://registry.npmjs.org/long/-/long-5.2.4.tgz" ,
"integrity" : "sha512-qtzLbJE8hq7VabR3mISmVGtoXP8KGc2Z/AT8OuqlYD7JTR3oqrgwdjnk07wpj1twXxYmgDXgoKVWUG/fReSzHg==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0"
} ,
"node_modules/longest-streak" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz" ,
"integrity" : "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/loose-envify" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" ,
"integrity" : "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"js-tokens" : "^3.0.0 || ^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"bin" : {
"loose-envify" : "cli.js"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/lru-cache" : {
2024-12-13 13:20:37 +01:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" ,
"integrity" : "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" ,
2024-08-14 11:13:58 +02:00
"license" : "ISC" ,
2024-12-13 13:20:37 +01:00
"dependencies" : {
"yallist" : "^3.0.2"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/make-dir" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz" ,
"integrity" : "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"semver" : "^7.5.3"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=10"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 08:36:03 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/make-dir/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/makeerror" : {
"version" : "1.0.12" ,
"resolved" : "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz" ,
"integrity" : "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==" ,
2024-08-14 11:13:58 +02:00
"license" : "BSD-3-Clause" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"tmpl" : "1.0.5"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/material-ui-popup-state" : {
2025-01-15 14:15:02 +01:00
"version" : "5.3.3" ,
"resolved" : "https://registry.npmjs.org/material-ui-popup-state/-/material-ui-popup-state-5.3.3.tgz" ,
"integrity" : "sha512-eaoA4y965neZw1/iPYZ7haCGO369m5QXJT35e0RStzHd4lgrd6PC+UYkYTIRGTrNt+8Vbx8qtYUFDzRjjAGwnw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/runtime" : "^7.20.6" ,
"@types/prop-types" : "^15.7.3" ,
"classnames" : "^2.2.6" ,
"prop-types" : "^15.7.2"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=16"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
2024-09-04 07:52:30 +02:00
"@mui/material" : "^5.0.0 || ^6.0.0" ,
2025-01-15 14:15:02 +01:00
"@types/react" : "^16.8.0 || ^17 || ^18 || ^19" ,
"react" : "^16.8.0 || ^17 || ^18 || ^19"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
2024-12-13 13:20:37 +01:00
}
} ,
"node_modules/math-intrinsics" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" ,
"integrity" : "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" ,
2024-12-13 13:20:37 +01:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mdast-util-from-markdown" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz" ,
"integrity" : "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
2024-08-14 13:03:50 +02:00
"@types/unist" : "^3.0.0" ,
"decode-named-character-reference" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"mdast-util-to-string" : "^4.0.0" ,
"micromark" : "^4.0.0" ,
"micromark-util-decode-numeric-character-reference" : "^2.0.0" ,
"micromark-util-decode-string" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
2024-08-14 11:13:58 +02:00
"micromark-util-types" : "^2.0.0" ,
2024-08-14 13:03:50 +02:00
"unist-util-stringify-position" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mdast-util-mdx-expression" : {
2024-09-27 11:22:45 +02:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz" ,
"integrity" : "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/estree-jsx" : "^1.0.0" ,
2024-08-14 11:13:58 +02:00
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
2024-08-14 13:03:50 +02:00
"devlop" : "^1.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mdast-util-mdx-jsx" : {
2025-01-15 14:15:02 +01:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz" ,
"integrity" : "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/estree-jsx" : "^1.0.0" ,
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"@types/unist" : "^3.0.0" ,
"ccount" : "^2.0.0" ,
"devlop" : "^1.1.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0" ,
"parse-entities" : "^4.0.0" ,
"stringify-entities" : "^4.0.0" ,
"unist-util-stringify-position" : "^4.0.0" ,
"vfile-message" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mdast-util-mdxjs-esm" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz" ,
"integrity" : "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/estree-jsx" : "^1.0.0" ,
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"devlop" : "^1.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mdast-util-phrasing" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz" ,
"integrity" : "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/mdast" : "^4.0.0" ,
"unist-util-is" : "^6.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/unified"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mdast-util-to-hast" : {
"version" : "13.2.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz" ,
"integrity" : "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"@ungap/structured-clone" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-util-sanitize-uri" : "^2.0.0" ,
"trim-lines" : "^3.0.0" ,
"unist-util-position" : "^5.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"vfile" : "^6.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mdast-util-to-markdown" : {
2024-11-25 09:31:25 +01:00
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz" ,
"integrity" : "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/mdast" : "^4.0.0" ,
"@types/unist" : "^3.0.0" ,
"longest-streak" : "^3.0.0" ,
"mdast-util-phrasing" : "^4.0.0" ,
"mdast-util-to-string" : "^4.0.0" ,
2024-11-25 09:31:25 +01:00
"micromark-util-classify-character" : "^2.0.0" ,
2024-08-14 13:03:50 +02:00
"micromark-util-decode-string" : "^2.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"zwitch" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mdast-util-to-string" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz" ,
"integrity" : "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/mdast" : "^4.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/media-typer" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz" ,
"integrity" : "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/merge-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" ,
"integrity" : "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/merge2" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 8"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark" : {
2024-11-25 09:31:25 +01:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark/-/micromark-4.0.1.tgz" ,
"integrity" : "sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"@types/debug" : "^4.0.0" ,
"debug" : "^4.0.0" ,
"decode-named-character-reference" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-core-commonmark" : "^2.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-combine-extensions" : "^2.0.0" ,
"micromark-util-decode-numeric-character-reference" : "^2.0.0" ,
"micromark-util-encode" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0" ,
"micromark-util-resolve-all" : "^2.0.0" ,
"micromark-util-sanitize-uri" : "^2.0.0" ,
"micromark-util-subtokenize" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-core-commonmark" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.2.tgz" ,
"integrity" : "sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"decode-named-character-reference" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-factory-destination" : "^2.0.0" ,
"micromark-factory-label" : "^2.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-factory-title" : "^2.0.0" ,
"micromark-factory-whitespace" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-classify-character" : "^2.0.0" ,
"micromark-util-html-tag-name" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0" ,
"micromark-util-resolve-all" : "^2.0.0" ,
"micromark-util-subtokenize" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-factory-destination" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz" ,
"integrity" : "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-05-08 07:32:29 +02:00
}
2024-05-07 14:16:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-factory-label" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz" ,
"integrity" : "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"devlop" : "^1.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-factory-space" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz" ,
"integrity" : "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-factory-title" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz" ,
"integrity" : "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-factory-whitespace" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz" ,
"integrity" : "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-util-character" : {
2024-11-25 09:31:25 +01:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz" ,
"integrity" : "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-util-chunked" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz" ,
"integrity" : "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"micromark-util-symbol" : "^2.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-util-classify-character" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz" ,
"integrity" : "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-util-combine-extensions" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz" ,
"integrity" : "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-util-decode-numeric-character-reference" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz" ,
"integrity" : "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"micromark-util-symbol" : "^2.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-util-decode-string" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz" ,
"integrity" : "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"decode-named-character-reference" : "^1.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-decode-numeric-character-reference" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0"
2024-08-06 08:36:03 +02:00
}
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-util-encode" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz" ,
"integrity" : "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT"
} ,
"node_modules/micromark-util-html-tag-name" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz" ,
"integrity" : "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT"
} ,
"node_modules/micromark-util-normalize-identifier" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz" ,
"integrity" : "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"micromark-util-symbol" : "^2.0.0"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-util-resolve-all" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz" ,
"integrity" : "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"micromark-util-types" : "^2.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-util-sanitize-uri" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz" ,
"integrity" : "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-encode" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-util-subtokenize" : {
2025-01-26 12:24:57 +01:00
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.4.tgz" ,
"integrity" : "sha512-N6hXjrin2GTJDe3MVjf5FuXpm12PGm80BrUAeub9XFXca8JZbP+oIwY4LJSVwFUCL1IPm/WwSVUN7goFHmSGGQ==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"devlop" : "^1.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-util-symbol" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz" ,
"integrity" : "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
2024-08-06 08:36:03 +02:00
}
2024-08-14 13:03:50 +02:00
] ,
"license" : "MIT"
2024-05-08 07:32:29 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromark-util-types" : {
2024-11-25 09:31:25 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz" ,
"integrity" : "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-08-06 08:36:03 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/micromatch" : {
2024-09-04 07:52:30 +02:00
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
2024-08-06 08:36:03 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8.6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mime-db" : {
"version" : "1.53.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz" ,
"integrity" : "sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"mime-db" : "1.52.0"
2024-08-06 08:36:03 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mime-types/node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.6"
2024-08-14 11:13:58 +02:00
}
2024-08-14 13:03:50 +02:00
} ,
"node_modules/mimic-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" ,
"integrity" : "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" ,
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mimic-response" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz" ,
"integrity" : "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
2024-08-06 08:36:03 +02:00
"peer" : true ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-08-06 08:36:03 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/min-indent" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz" ,
"integrity" : "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/minimatch" : {
2024-12-13 13:20:37 +01:00
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"brace-expansion" : "^2.0.1"
2024-08-06 08:36:03 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/minimist" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" ,
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/minipass" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"license" : "ISC" ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/mkdirp" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" ,
"integrity" : "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" ,
"license" : "MIT" ,
"bin" : {
"mkdirp" : "bin/cmd.js"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=10"
2024-06-05 10:06:41 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mkdirp-classic" : {
"version" : "0.5.3" ,
"resolved" : "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz" ,
"integrity" : "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true
} ,
"node_modules/mpg123-decoder" : {
2024-09-04 07:52:30 +02:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/mpg123-decoder/-/mpg123-decoder-1.0.0.tgz" ,
"integrity" : "sha512-WV+pyuMUhRqv7s8S6p/Ii4KQHdBD1pb3yaABxcKJRsNp+HQ/Y6z2iIBIaOZu0JMHPTOoICYt0REDZ7XfLu+n/g==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-09-04 07:52:30 +02:00
"@wasm-audio-decoders/common" : "9.0.5"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ms" : {
2024-09-27 11:22:45 +02:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mui-chips-input" : {
2024-11-25 09:31:25 +01:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/mui-chips-input/-/mui-chips-input-4.0.1.tgz" ,
"integrity" : "sha512-/231fOcHcnlPgiol1tvRByY2BjvbG3i/6ie2GU90oAF9WBeT4r+Li2lJ/bb87YhhWtVnc3vlyWcqpChN+G0Lpw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"peerDependencies" : {
2024-11-25 09:31:25 +01:00
"@emotion/react" : "^11.13.0" ,
"@emotion/styled" : "^11.13.0" ,
"@mui/icons-material" : "^6.0.0" ,
"@mui/material" : "^6.0.0" ,
"@types/react" : "^18.3.12" ,
"react" : "^18.3.1" ,
"react-dom" : "^18.3.1"
2024-04-23 13:36:51 +02:00
} ,
2024-08-06 08:36:03 +02:00
"peerDependenciesMeta" : {
2024-08-14 13:03:50 +02:00
"@types/react" : {
2024-08-06 08:36:03 +02:00
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/multipipe" : {
2024-08-06 08:36:03 +02:00
"version" : "1.0.2" ,
2024-08-14 13:03:50 +02:00
"resolved" : "https://registry.npmjs.org/multipipe/-/multipipe-1.0.2.tgz" ,
"integrity" : "sha512-6uiC9OvY71vzSGX8lZvSqscE7ft9nPupJ8fMjrCNRAUy2LREUW42UL+V/NTrogr6rFgRydUrCX4ZitfpSNkSCQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"duplexer2" : "^0.1.2" ,
"object-assign" : "^4.1.0"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/music-metadata" : {
"version" : "7.14.0" ,
"resolved" : "https://registry.npmjs.org/music-metadata/-/music-metadata-7.14.0.tgz" ,
"integrity" : "sha512-xrm3w7SV0Wk+OythZcSbaI8mcr/KHd0knJieu8bVpaPfMv/Agz5EooCAPz3OR5hbYMiUG6dgAPKZKnMzV+3amA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@tokenizer/token" : "^0.3.0" ,
"content-type" : "^1.0.5" ,
"debug" : "^4.3.4" ,
"file-type" : "^16.5.4" ,
"media-typer" : "^1.1.0" ,
"strtok3" : "^6.3.0" ,
"token-types" : "^4.2.1"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-08-06 08:36:03 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/mute-stream" : {
"version" : "0.0.8" ,
"resolved" : "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz" ,
"integrity" : "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" ,
2024-08-06 08:36:03 +02:00
"dev" : true ,
2024-08-14 13:03:50 +02:00
"license" : "ISC"
} ,
"node_modules/nanoid" : {
2024-11-28 08:27:20 +01:00
"version" : "3.3.8" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz" ,
"integrity" : "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"bin" : {
"nanoid" : "bin/nanoid.cjs"
2024-08-06 08:36:03 +02:00
} ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/napi-build-utils" : {
2025-01-26 12:24:57 +01:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz" ,
"integrity" : "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"optional" : true ,
"peer" : true
} ,
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" ,
"license" : "MIT"
} ,
2024-11-25 09:31:25 +01:00
"node_modules/netmask" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz" ,
"integrity" : "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/next" : {
2025-01-26 12:24:57 +01:00
"version" : "15.1.6" ,
"resolved" : "https://registry.npmjs.org/next/-/next-15.1.6.tgz" ,
"integrity" : "sha512-Hch4wzbaX0vKQtalpXvUiw5sYivBy4cm5rzUKrBnUB/y436LGrvOUqYvlSeNVCWFO/770gDlltR9gqZH62ct4Q==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2025-01-26 12:24:57 +01:00
"@next/env" : "15.1.6" ,
2024-11-25 09:31:25 +01:00
"@swc/counter" : "0.1.3" ,
2024-12-13 13:20:37 +01:00
"@swc/helpers" : "0.5.15" ,
2024-08-14 13:03:50 +02:00
"busboy" : "1.6.0" ,
"caniuse-lite" : "^1.0.30001579" ,
"postcss" : "8.4.31" ,
2024-11-25 09:31:25 +01:00
"styled-jsx" : "5.1.6"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 11:13:58 +02:00
"bin" : {
2024-08-14 13:03:50 +02:00
"next" : "dist/bin/next"
2024-05-08 07:32:29 +02:00
} ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-11-25 09:31:25 +01:00
"node" : "^18.18.0 || ^19.8.0 || >= 20.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"optionalDependencies" : {
2025-01-26 12:24:57 +01:00
"@next/swc-darwin-arm64" : "15.1.6" ,
"@next/swc-darwin-x64" : "15.1.6" ,
"@next/swc-linux-arm64-gnu" : "15.1.6" ,
"@next/swc-linux-arm64-musl" : "15.1.6" ,
"@next/swc-linux-x64-gnu" : "15.1.6" ,
"@next/swc-linux-x64-musl" : "15.1.6" ,
"@next/swc-win32-arm64-msvc" : "15.1.6" ,
"@next/swc-win32-x64-msvc" : "15.1.6" ,
2024-11-25 09:31:25 +01:00
"sharp" : "^0.33.5"
2024-08-14 13:03:50 +02:00
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.1.0" ,
"@playwright/test" : "^1.41.2" ,
2024-11-25 09:31:25 +01:00
"babel-plugin-react-compiler" : "*" ,
2024-12-13 13:20:37 +01:00
"react" : "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0" ,
"react-dom" : "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0" ,
2024-08-14 13:03:50 +02:00
"sass" : "^1.3.0"
} ,
"peerDependenciesMeta" : {
"@opentelemetry/api" : {
"optional" : true
} ,
"@playwright/test" : {
"optional" : true
} ,
2024-11-25 09:31:25 +01:00
"babel-plugin-react-compiler" : {
"optional" : true
} ,
2024-08-14 13:03:50 +02:00
"sass" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/next-auth" : {
2024-12-13 13:20:37 +01:00
"version" : "4.24.11" ,
"resolved" : "https://registry.npmjs.org/next-auth/-/next-auth-4.24.11.tgz" ,
"integrity" : "sha512-pCFXzIDQX7xmHFs4KVH4luCjaCbuPRtZ9oBUjUhOk84mZ9WVPf94n87TxYI4rSRf9HmfHEF8Yep3JrYDVOo3Cw==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/runtime" : "^7.20.13" ,
"@panva/hkdf" : "^1.0.2" ,
2024-11-25 09:31:25 +01:00
"cookie" : "^0.7.0" ,
2024-08-14 13:03:50 +02:00
"jose" : "^4.15.5" ,
"oauth" : "^0.9.15" ,
"openid-client" : "^5.4.0" ,
"preact" : "^10.6.3" ,
"preact-render-to-string" : "^5.1.19" ,
"uuid" : "^8.3.2"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
2024-09-27 11:22:45 +02:00
"@auth/core" : "0.34.2" ,
2024-11-25 09:31:25 +01:00
"next" : "^12.2.5 || ^13 || ^14 || ^15" ,
2024-08-14 13:03:50 +02:00
"nodemailer" : "^6.6.5" ,
2024-12-13 13:20:37 +01:00
"react" : "^17.0.2 || ^18 || ^19" ,
"react-dom" : "^17.0.2 || ^18 || ^19"
2024-08-14 13:03:50 +02:00
} ,
"peerDependenciesMeta" : {
2024-09-27 11:22:45 +02:00
"@auth/core" : {
"optional" : true
} ,
2024-08-14 13:03:50 +02:00
"nodemailer" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/next-auth/node_modules/jose" : {
"version" : "4.15.9" ,
"resolved" : "https://registry.npmjs.org/jose/-/jose-4.15.9.tgz" ,
"integrity" : "sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/panva"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/next-auth/node_modules/uuid" : {
"version" : "8.3.2" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" ,
"integrity" : "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"bin" : {
"uuid" : "dist/bin/uuid"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/node-abi" : {
2025-01-20 11:17:37 +01:00
"version" : "3.73.0" ,
"resolved" : "https://registry.npmjs.org/node-abi/-/node-abi-3.73.0.tgz" ,
"integrity" : "sha512-z8iYzQGBu35ZkTQ9mtR8RqugJZ9RCLn8fv3d7LsgDBzOijGQP3RdKTX4LA7LXw03ZhU5z0l4xfhIMgSES31+cg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"peer" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"semver" : "^7.3.5"
2024-05-07 14:16:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/node-abi/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
"optional" : true ,
"peer" : true ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/node-addon-api" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz" ,
"integrity" : "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"peer" : true
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/node-cache" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/node-cache/-/node-cache-5.1.2.tgz" ,
"integrity" : "sha512-t1QzWwnk4sjLWaQAS8CHgOJ+RAfmHpxFWmc36IWTiWHQfs0w5JDMBS1b1ZxQteo0vVVuWJvIUKHDkkeK7vIGCg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"clone" : "2.x"
} ,
"engines" : {
"node" : ">= 8.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/node-fetch" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"whatwg-url" : "^5.0.0"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : "4.x || >=6.0.0"
2024-08-14 11:13:58 +02:00
} ,
"peerDependencies" : {
2024-08-14 13:03:50 +02:00
"encoding" : "^0.1.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
2024-05-16 13:00:18 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/node-int64" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz" ,
"integrity" : "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" ,
"license" : "MIT"
} ,
"node_modules/node-polyglot" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/node-polyglot/-/node-polyglot-2.6.0.tgz" ,
"integrity" : "sha512-ZZFkaYzIfGfBvSM6QhA9dM8EEaUJOVewzGSRcXWbJELXDj0lajAtKaENCYxvF5yE+TgHg6NQb0CmgYMsMdcNJQ==" ,
"license" : "BSD-2-Clause" ,
2024-08-14 11:13:58 +02:00
"peer" : true ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"hasown" : "^2.0.2" ,
"object.entries" : "^1.1.8" ,
"warning" : "^4.0.3"
2024-08-14 11:13:58 +02:00
} ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/node-releases" : {
2024-12-13 13:20:37 +01:00
"version" : "2.0.19" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz" ,
"integrity" : "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/node-wav" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/node-wav/-/node-wav-0.0.2.tgz" ,
"integrity" : "sha512-M6Rm/bbG6De/gKGxOpeOobx/dnGuP0dz40adqx38boqHhlWssBJZgLCPBNtb9NkrmnKYiV04xELq+R6PFOnoLA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=4.4.0"
}
} ,
"node_modules/normalize-package-data" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" ,
"integrity" : "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==" ,
"license" : "BSD-2-Clause" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"hosted-git-info" : "^2.1.4" ,
"resolve" : "^1.10.0" ,
"semver" : "2 || 3 || 4 || 5" ,
"validate-npm-package-license" : "^3.0.1"
}
} ,
"node_modules/normalize-package-data/node_modules/semver" : {
"version" : "5.7.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" ,
"integrity" : "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"bin" : {
2024-08-14 13:03:50 +02:00
"semver" : "bin/semver"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/npm-run-path" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" ,
"integrity" : "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"path-key" : "^3.0.0"
2024-07-18 11:08:01 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
}
} ,
"node_modules/nth-check" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz" ,
"integrity" : "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"boolbase" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-07-18 11:08:01 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/fb55/nth-check?sponsor=1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/oauth" : {
"version" : "0.9.15" ,
"resolved" : "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz" ,
"integrity" : "sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA==" ,
"license" : "MIT"
} ,
"node_modules/oauth4webapi" : {
2024-09-27 11:22:45 +02:00
"version" : "2.17.0" ,
"resolved" : "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-2.17.0.tgz" ,
"integrity" : "sha512-lbC0Z7uzAFNFyzEYRIC+pkSVvDHJTbEW+dYlSBAlCYDe6RxUkJ26bClhk8ocBZip1wfI9uKTe0fm4Ib4RHn6uQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-11-25 09:31:25 +01:00
"optional" : true ,
"peer" : true ,
2024-08-14 11:13:58 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/panva"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/object-assign" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" ,
"integrity" : "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/object-hash" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz" ,
"integrity" : "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/object-inspect" : {
2024-11-25 09:31:25 +01:00
"version" : "1.13.3" ,
"resolved" : "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz" ,
"integrity" : "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-06 08:36:03 +02:00
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/object-keys" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz" ,
"integrity" : "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/object.assign" : {
2025-01-15 14:15:02 +01:00
"version" : "4.1.7" ,
"resolved" : "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz" ,
"integrity" : "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
2024-08-14 13:03:50 +02:00
"define-properties" : "^1.2.1" ,
2025-01-15 14:15:02 +01:00
"es-object-atoms" : "^1.0.0" ,
"has-symbols" : "^1.1.0" ,
2024-08-14 13:03:50 +02:00
"object-keys" : "^1.1.1"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-05-08 07:32:29 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/object.entries" : {
"version" : "1.1.8" ,
"resolved" : "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz" ,
"integrity" : "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-09-27 13:11:31 +02:00
"peer" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-05-16 13:00:18 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/object.fromentries" : {
"version" : "2.0.8" ,
"resolved" : "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz" ,
"integrity" : "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-object-atoms" : "^1.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-06 08:36:03 +02:00
}
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/object.groupby" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz" ,
"integrity" : "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2"
2024-08-06 08:36:03 +02:00
} ,
2024-05-16 13:00:18 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-05-16 13:00:18 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/object.values" : {
2025-01-15 14:15:02 +01:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz" ,
"integrity" : "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
2024-08-14 13:03:50 +02:00
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-08-06 08:36:03 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/obuf" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz" ,
"integrity" : "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" ,
"license" : "MIT"
} ,
"node_modules/ogg-opus-decoder" : {
2024-11-25 09:31:25 +01:00
"version" : "1.6.14" ,
"resolved" : "https://registry.npmjs.org/ogg-opus-decoder/-/ogg-opus-decoder-1.6.14.tgz" ,
"integrity" : "sha512-RQpk9yFl/mqXFwcgf1BrEYWL92HZk++aU1fOO8mPZ1+1DUYbJdpdUQEFfbPE1xcBkRGU3p75DjEO+EDMNeikFQ==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@wasm-audio-decoders/common" : "9.0.5" ,
2024-11-25 09:31:25 +01:00
"codec-parser" : "2.5.0" ,
"opus-decoder" : "0.7.7"
2024-08-14 11:13:58 +02:00
} ,
2024-08-06 08:36:03 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/oidc-token-hash" : {
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.3.tgz" ,
"integrity" : "sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^10.13.0 || >=12.0.0"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/on-exit-leak-free" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-0.2.0.tgz" ,
"integrity" : "sha512-dqaz3u44QbRXQooZLTUKU41ZrzYrcvLISVgbrzbyCMxpmSLJvZ3ZamIJIZ29P6OhZIkNIQKosdeM6t1LYbA9hg==" ,
"license" : "MIT"
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
2024-08-14 11:13:58 +02:00
"license" : "ISC" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"wrappy" : "1"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/onetime" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" ,
"integrity" : "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"mimic-fn" : "^2.1.0"
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-06 08:36:03 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/openid-client" : {
2024-11-25 09:31:25 +01:00
"version" : "5.7.1" ,
"resolved" : "https://registry.npmjs.org/openid-client/-/openid-client-5.7.1.tgz" ,
"integrity" : "sha512-jDBPgSVfTnkIh71Hg9pRvtJc6wTwqjRkN88+gCFtYWrlP4Yx2Dsrow8uPi3qLr/aeymPF3o2+dS+wOpglK04ew==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-09-27 11:22:45 +02:00
"jose" : "^4.15.9" ,
2024-08-14 13:03:50 +02:00
"lru-cache" : "^6.0.0" ,
"object-hash" : "^2.2.0" ,
"oidc-token-hash" : "^5.0.3"
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/panva"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/openid-client/node_modules/jose" : {
"version" : "4.15.9" ,
"resolved" : "https://registry.npmjs.org/jose/-/jose-4.15.9.tgz" ,
"integrity" : "sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/panva"
2024-07-18 11:08:01 +02:00
}
2024-05-08 07:32:29 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/openid-client/node_modules/lru-cache" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
"license" : "ISC" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"yallist" : "^4.0.0"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-04-23 13:36:51 +02:00
}
2024-04-21 21:13:53 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/openid-client/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"license" : "ISC"
} ,
"node_modules/optionator" : {
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"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"
2024-08-06 08:36:03 +02:00
} ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.8.0"
2024-05-16 13:00:18 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/opus-decoder" : {
2024-11-25 09:31:25 +01:00
"version" : "0.7.7" ,
"resolved" : "https://registry.npmjs.org/opus-decoder/-/opus-decoder-0.7.7.tgz" ,
"integrity" : "sha512-KWDyCi/9aXnNN+jrjs+aaVdwiwzDdac81S9ul0iv1CTs4+5K4VDZKuJjIImrYOBA2oSNHDjVq4xzn6BE+XbI1A==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-16 13:00:18 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@wasm-audio-decoders/common" : "9.0.5"
2024-05-16 13:00:18 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-05-16 13:00:18 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ora" : {
"version" : "5.4.1" ,
"resolved" : "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz" ,
"integrity" : "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-16 13:00:18 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"bl" : "^4.1.0" ,
"chalk" : "^4.1.0" ,
"cli-cursor" : "^3.1.0" ,
"cli-spinners" : "^2.5.0" ,
"is-interactive" : "^1.0.0" ,
"is-unicode-supported" : "^0.1.0" ,
"log-symbols" : "^4.1.0" ,
"strip-ansi" : "^6.0.0" ,
"wcwidth" : "^1.0.1"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-05-16 13:00:18 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/os-tmpdir" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz" ,
"integrity" : "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
2024-08-06 08:36:03 +02:00
}
} ,
2025-01-15 14:15:02 +01:00
"node_modules/own-keys" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz" ,
"integrity" : "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==" ,
"license" : "MIT" ,
"dependencies" : {
"get-intrinsic" : "^1.2.6" ,
"object-keys" : "^1.1.1" ,
"safe-push-apply" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/p-limit" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" ,
"integrity" : "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"yocto-queue" : "^0.1.0"
} ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-23 13:36:51 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/p-try" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" ,
"integrity" : "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/pac-proxy-agent" : {
2024-12-13 13:20:37 +01:00
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.1.0.tgz" ,
"integrity" : "sha512-Z5FnLVVZSnX7WjBg0mhDtydeRZ1xMcATZThjySQUHqr+0ksP8kqaw23fNKkaaN/Z8gwLUs/W7xdl0I75eP2Xyw==" ,
2024-11-25 09:31:25 +01:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@tootallnate/quickjs-emscripten" : "^0.23.0" ,
2024-12-13 13:20:37 +01:00
"agent-base" : "^7.1.2" ,
2024-11-25 09:31:25 +01:00
"debug" : "^4.3.4" ,
"get-uri" : "^6.0.1" ,
"http-proxy-agent" : "^7.0.0" ,
2024-12-13 13:20:37 +01:00
"https-proxy-agent" : "^7.0.6" ,
2024-11-25 09:31:25 +01:00
"pac-resolver" : "^7.0.1" ,
2024-12-13 13:20:37 +01:00
"socks-proxy-agent" : "^8.0.5"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/pac-resolver" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz" ,
"integrity" : "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"degenerator" : "^5.0.0" ,
"netmask" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2024-09-04 07:52:30 +02:00
"node_modules/package-json-from-dist" : {
2024-09-27 11:22:45 +02:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz" ,
"integrity" : "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" ,
2024-09-04 07:52:30 +02:00
"license" : "BlueOak-1.0.0"
} ,
2024-08-14 13:03:50 +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==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"callsites" : "^3.0.0"
2024-05-08 07:32:29 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/parse-entities" : {
2025-01-15 14:15:02 +01:00
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz" ,
"integrity" : "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/unist" : "^2.0.0" ,
"character-entities-legacy" : "^3.0.0" ,
"character-reference-invalid" : "^2.0.0" ,
"decode-named-character-reference" : "^1.0.0" ,
"is-alphanumerical" : "^2.0.0" ,
"is-decimal" : "^2.0.0" ,
"is-hexadecimal" : "^2.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-08-14 11:13:58 +02:00
}
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/parse-entities/node_modules/@types/unist" : {
2024-09-04 07:52:30 +02:00
"version" : "2.0.11" ,
"resolved" : "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz" ,
"integrity" : "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/parse-json" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" ,
"integrity" : "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/code-frame" : "^7.0.0" ,
"error-ex" : "^1.3.1" ,
"json-parse-even-better-errors" : "^2.3.0" ,
"lines-and-columns" : "^1.1.6"
2024-08-14 11:13:58 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/parse5" : {
2024-11-25 09:31:25 +01:00
"version" : "7.2.1" ,
"resolved" : "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz" ,
"integrity" : "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"entities" : "^4.5.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/parse5-htmlparser2-tree-adapter" : {
2024-11-25 09:31:25 +01:00
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz" ,
"integrity" : "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"domhandler" : "^5.0.3" ,
2024-08-14 13:03:50 +02:00
"parse5" : "^7.0.0"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
"license" : "MIT"
} ,
"node_modules/path-scurry" : {
2024-09-04 07:52:30 +02:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz" ,
"integrity" : "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==" ,
2024-08-14 13:03:50 +02:00
"license" : "BlueOak-1.0.0" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-09-04 07:52:30 +02:00
"lru-cache" : "^11.0.0" ,
"minipass" : "^7.1.2"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
2024-09-04 07:52:30 +02:00
"node" : "20 || >=22"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-08-06 08:36:03 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/path-scurry/node_modules/lru-cache" : {
"version" : "11.0.2" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz" ,
"integrity" : "sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==" ,
"license" : "ISC" ,
"engines" : {
"node" : "20 || >=22"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/path-to-regexp" : {
2024-09-27 11:22:45 +02:00
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz" ,
"integrity" : "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==" ,
2024-08-14 11:13:58 +02:00
"dev" : true ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/path-type" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" ,
"integrity" : "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=8"
2024-05-16 13:00:18 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/peek-readable" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/peek-readable/-/peek-readable-4.1.0.tgz" ,
"integrity" : "sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==" ,
"license" : "MIT" ,
2024-06-25 08:14:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
2024-06-25 08:14:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg" : {
2024-11-25 09:31:25 +01:00
"version" : "8.13.1" ,
"resolved" : "https://registry.npmjs.org/pg/-/pg-8.13.1.tgz" ,
"integrity" : "sha512-OUir1A0rPNZlX//c7ksiu7crsGZTKSOXJPgtNiHGIlC9H0lO+NC6ZDYksSgBYY/thSWhnSRBv8w1lieNNGATNQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-09-27 11:22:45 +02:00
"pg-connection-string" : "^2.7.0" ,
"pg-pool" : "^3.7.0" ,
"pg-protocol" : "^1.7.0" ,
2024-08-14 13:03:50 +02:00
"pg-types" : "^2.1.0" ,
"pgpass" : "1.x"
} ,
"engines" : {
"node" : ">= 8.0.0"
} ,
"optionalDependencies" : {
"pg-cloudflare" : "^1.1.1"
} ,
"peerDependencies" : {
"pg-native" : ">=3.0.1"
} ,
"peerDependenciesMeta" : {
"pg-native" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg-cloudflare" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz" ,
"integrity" : "sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true
2024-04-23 13:36:51 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg-connection-string" : {
2024-09-27 11:22:45 +02:00
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.7.0.tgz" ,
"integrity" : "sha512-PI2W9mv53rXJQEOb8xNR8lH7Hr+EKa6oJa38zsK0S/ky2er16ios1wLKhZyxzD7jUReiWokc9WK5nxSnC7W1TA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg-int8" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz" ,
"integrity" : "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=4.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg-numeric" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/pg-numeric/-/pg-numeric-1.0.2.tgz" ,
"integrity" : "sha512-BM/Thnrw5jm2kKLE5uJkXqqExRUY/toLHda65XgFTBTFYZyopbKjBe29Ii3RbkvlsMoFwD+tHeGaCjjv0gHlyw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/pg-pool" : {
2024-09-27 11:22:45 +02:00
"version" : "3.7.0" ,
"resolved" : "https://registry.npmjs.org/pg-pool/-/pg-pool-3.7.0.tgz" ,
"integrity" : "sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"pg" : ">=8.0"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg-protocol" : {
2024-09-27 11:22:45 +02:00
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.7.0.tgz" ,
"integrity" : "sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg-types" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/pg-types/-/pg-types-4.0.2.tgz" ,
"integrity" : "sha512-cRL3JpS3lKMGsKaWndugWQoLOCoP+Cic8oseVcbr0qhPzYD5DWXK+RZ9LY9wxRf7RQia4SCwQlXk0q6FCPrVng==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-05-16 13:00:18 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"pg-int8" : "1.0.1" ,
"pg-numeric" : "1.0.2" ,
"postgres-array" : "~3.0.1" ,
"postgres-bytea" : "~3.0.0" ,
"postgres-date" : "~2.1.0" ,
"postgres-interval" : "^3.0.0" ,
"postgres-range" : "^1.1.1"
} ,
"engines" : {
"node" : ">=10"
2024-05-16 13:00:18 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg/node_modules/pg-types" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz" ,
"integrity" : "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"pg-int8" : "1.0.1" ,
"postgres-array" : "~2.0.0" ,
"postgres-bytea" : "~1.0.0" ,
"postgres-date" : "~1.0.4" ,
"postgres-interval" : "^1.1.0"
} ,
"engines" : {
"node" : ">=4"
}
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg/node_modules/postgres-array" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz" ,
"integrity" : "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=4"
}
2024-05-16 13:00:18 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg/node_modules/postgres-bytea" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz" ,
"integrity" : "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=0.10.0"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg/node_modules/postgres-date" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz" ,
"integrity" : "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/pg/node_modules/postgres-interval" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz" ,
"integrity" : "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"xtend" : "^4.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pg/node_modules/xtend" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" ,
"integrity" : "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=0.4"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pgpass" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz" ,
"integrity" : "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"split2" : "^4.1.0"
}
} ,
"node_modules/picocolors" : {
2024-11-25 09:31:25 +01:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC"
} ,
"node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pino" : {
"version" : "7.11.0" ,
"resolved" : "https://registry.npmjs.org/pino/-/pino-7.11.0.tgz" ,
"integrity" : "sha512-dMACeu63HtRLmCG8VKdy4cShCPKaYDR4youZqoSWLxl5Gu99HUw8bw75thbPv9Nip+H+QYX8o3ZJbTdVZZ2TVg==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"atomic-sleep" : "^1.0.0" ,
"fast-redact" : "^3.0.0" ,
"on-exit-leak-free" : "^0.2.0" ,
"pino-abstract-transport" : "v0.5.0" ,
"pino-std-serializers" : "^4.0.0" ,
"process-warning" : "^1.0.0" ,
"quick-format-unescaped" : "^4.0.3" ,
"real-require" : "^0.1.0" ,
"safe-stable-stringify" : "^2.1.0" ,
"sonic-boom" : "^2.2.1" ,
"thread-stream" : "^0.15.1"
} ,
"bin" : {
"pino" : "bin.js"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pino-abstract-transport" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-0.5.0.tgz" ,
"integrity" : "sha512-+KAgmVeqXYbTtU2FScx1XS3kNyfZ5TrXY07V96QnUSFqo2gAqlvmaxH67Lj7SWazqsMabf+58ctdTcBgnOLUOQ==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"duplexify" : "^4.1.2" ,
"split2" : "^4.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pino-std-serializers" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-4.0.0.tgz" ,
"integrity" : "sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==" ,
"license" : "MIT"
} ,
"node_modules/pirates" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz" ,
"integrity" : "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">= 6"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pkg-dir" : {
2024-09-27 13:11:31 +02:00
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz" ,
"integrity" : "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"find-up" : "^4.0.0"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
2024-09-27 13:11:31 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pkg-dir/node_modules/find-up" : {
2024-09-27 13:11:31 +02:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
2024-09-27 13:11:31 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pkg-dir/node_modules/locate-path" : {
2024-09-27 13:11:31 +02:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"p-locate" : "^4.1.0"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
2024-09-27 13:11:31 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pkg-dir/node_modules/p-limit" : {
2024-09-27 13:11:31 +02:00
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-09-27 13:11:31 +02:00
"p-try" : "^2.0.0"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
2024-09-27 13:11:31 +02:00
"node" : ">=6"
2024-08-14 13:03:50 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pkg-dir/node_modules/p-locate" : {
2024-09-27 13:11:31 +02:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"p-limit" : "^2.2.0"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
2024-09-27 13:11:31 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pluralize" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz" ,
"integrity" : "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"engines" : {
"node" : ">=4"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/possible-typed-array-names" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz" ,
"integrity" : "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/postcss" : {
"version" : "8.4.31" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz" ,
"integrity" : "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==" ,
2024-07-18 11:08:01 +02:00
"funding" : [
{
"type" : "opencollective" ,
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/postcss/"
2024-07-18 11:08:01 +02:00
} ,
{
"type" : "tidelift" ,
2024-08-14 13:03:50 +02:00
"url" : "https://tidelift.com/funding/github/npm/postcss"
2024-07-18 11:08:01 +02:00
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"nanoid" : "^3.3.6" ,
"picocolors" : "^1.0.0" ,
"source-map-js" : "^1.0.2"
2024-08-06 08:36:03 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^10 || ^12 || >=14"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/postgres-array" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/postgres-array/-/postgres-array-3.0.2.tgz" ,
"integrity" : "sha512-6faShkdFugNQCLwucjPcY5ARoW1SlbnrZjmGl0IrrqewpvxvhSLHimCVzqeuULCbG0fQv7Dtk1yDbG3xv7Veog==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=12"
}
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/postgres-bytea" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-3.0.0.tgz" ,
"integrity" : "sha512-CNd4jim9RFPkObHSjVHlVrxoVQXz7quwNFpz7RY1okNNme49+sVyiTvTRobiLV548Hx/hb1BG+iE7h9493WzFw==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"obuf" : "~1.1.2"
2024-08-06 08:36:03 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/postgres-date" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/postgres-date/-/postgres-date-2.1.0.tgz" ,
"integrity" : "sha512-K7Juri8gtgXVcDfZttFKVmhglp7epKb1K4pgrkLxehjqkrgPhfG6OO8LHLkfaqkbpjNRnra018XwAr1yQFWGcA==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/postgres-interval" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/postgres-interval/-/postgres-interval-3.0.0.tgz" ,
"integrity" : "sha512-BSNDnbyZCXSxgA+1f5UU2GmwhoI0aU5yMxRGO8CdFEcY2BQF9xm/7MqKnYoM1nJDk8nONNWDk9WeSmePFhQdlw==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/postgres-range" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/postgres-range/-/postgres-range-1.1.4.tgz" ,
"integrity" : "sha512-i/hbxIE9803Alj/6ytL7UHQxRvZkI9O4Sy+J3HGc4F4oo/2eQAjTSNJ0bfxyse3bH0nuVesCk+3IRLaMtG3H6w==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/preact" : {
2024-11-25 09:31:25 +01:00
"version" : "10.24.3" ,
"resolved" : "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz" ,
"integrity" : "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/preact"
}
2024-05-08 07:32:29 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/preact-render-to-string" : {
2024-11-25 09:31:25 +01:00
"version" : "5.2.6" ,
"resolved" : "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.2.6.tgz" ,
"integrity" : "sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"pretty-format" : "^3.8.0"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"preact" : ">=10"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/preact-render-to-string/node_modules/pretty-format" : {
"version" : "3.8.0" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz" ,
"integrity" : "sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==" ,
"license" : "MIT"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/prebuild-install" : {
2025-01-26 12:24:57 +01:00
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz" ,
"integrity" : "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
2024-08-14 11:13:58 +02:00
"peer" : true ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"detect-libc" : "^2.0.0" ,
"expand-template" : "^2.0.3" ,
"github-from-package" : "0.0.0" ,
"minimist" : "^1.2.3" ,
"mkdirp-classic" : "^0.5.3" ,
2025-01-26 12:24:57 +01:00
"napi-build-utils" : "^2.0.0" ,
2024-08-14 13:03:50 +02:00
"node-abi" : "^3.3.0" ,
"pump" : "^3.0.0" ,
"rc" : "^1.2.7" ,
"simple-get" : "^4.0.0" ,
"tar-fs" : "^2.0.0" ,
"tunnel-agent" : "^0.6.0"
} ,
"bin" : {
"prebuild-install" : "bin.js"
2024-07-18 11:08:01 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-04-23 13:36:51 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/prebuild-install/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"license" : "MIT" ,
"optional" : true ,
2024-08-14 11:13:58 +02:00
"peer" : true ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 6"
2024-08-14 11:13:58 +02:00
}
2024-05-08 07:32:29 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/prebuild-install/node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
2024-07-18 11:08:01 +02:00
"peer" : true ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"safe-buffer" : "~5.2.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/prebuild-install/node_modules/tar-fs" : {
2025-01-15 14:15:02 +01:00
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.2.tgz" ,
"integrity" : "sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"peer" : true ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"chownr" : "^1.1.1" ,
"mkdirp-classic" : "^0.5.2" ,
"pump" : "^3.0.0" ,
"tar-stream" : "^2.1.4"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/prebuild-install/node_modules/tar-stream" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz" ,
"integrity" : "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"peer" : true ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"bl" : "^4.0.3" ,
"end-of-stream" : "^1.4.1" ,
"fs-constants" : "^1.0.0" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.1.1"
2024-08-14 11:13:58 +02:00
} ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.8.0"
2024-04-21 16:59:50 +02:00
}
2024-08-14 13:03:50 +02:00
} ,
"node_modules/pretty-format" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz" ,
"integrity" : "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pretty-format/node_modules/ansi-styles" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" ,
"integrity" : "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2024-06-05 08:52:41 +02:00
}
2024-05-08 07:32:29 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/process" : {
"version" : "0.11.10" ,
"resolved" : "https://registry.npmjs.org/process/-/process-0.11.10.tgz" ,
"integrity" : "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.6.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/process-nextick-args" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" ,
"integrity" : "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" ,
"license" : "MIT"
} ,
"node_modules/process-warning" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/process-warning/-/process-warning-1.0.0.tgz" ,
"integrity" : "sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==" ,
"license" : "MIT"
} ,
2024-09-27 11:22:45 +02:00
"node_modules/promise-coalesce" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/promise-coalesce/-/promise-coalesce-1.1.2.tgz" ,
"integrity" : "sha512-zLaJ9b8hnC564fnJH6NFSOGZYYdzrAJn2JUUIwzoQb32fG2QAakpDNM+CZo1km6keXkRXRM+hml1BFAPVnPkxg==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=16"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/prompts" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz" ,
"integrity" : "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"kleur" : "^3.0.3" ,
"sisteransi" : "^1.0.5"
2024-07-18 11:08:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 6"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/prop-types" : {
"version" : "15.8.1" ,
"resolved" : "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz" ,
"integrity" : "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"loose-envify" : "^1.4.0" ,
"object-assign" : "^4.1.1" ,
"react-is" : "^16.13.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/prop-types/node_modules/react-is" : {
"version" : "16.13.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" ,
"integrity" : "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT"
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/property-information" : {
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz" ,
"integrity" : "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/protobufjs" : {
2024-09-04 07:52:30 +02:00
"version" : "7.4.0" ,
"resolved" : "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz" ,
"integrity" : "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==" ,
2024-08-14 13:03:50 +02:00
"hasInstallScript" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.2" ,
"@protobufjs/base64" : "^1.1.2" ,
"@protobufjs/codegen" : "^2.0.4" ,
"@protobufjs/eventemitter" : "^1.1.0" ,
"@protobufjs/fetch" : "^1.1.0" ,
"@protobufjs/float" : "^1.0.2" ,
"@protobufjs/inquire" : "^1.1.0" ,
"@protobufjs/path" : "^1.1.2" ,
"@protobufjs/pool" : "^1.1.0" ,
"@protobufjs/utf8" : "^1.1.0" ,
"@types/node" : ">=13.7.0" ,
"long" : "^5.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=12.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/proxy-agent" : {
"version" : "6.4.0" ,
"resolved" : "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz" ,
"integrity" : "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.0.2" ,
"debug" : "^4.3.4" ,
"http-proxy-agent" : "^7.0.1" ,
"https-proxy-agent" : "^7.0.3" ,
"lru-cache" : "^7.14.1" ,
"pac-proxy-agent" : "^7.0.1" ,
"proxy-from-env" : "^1.1.0" ,
"socks-proxy-agent" : "^8.0.2"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/proxy-agent/node_modules/lru-cache" : {
"version" : "7.18.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz" ,
"integrity" : "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/proxy-from-env" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz" ,
"integrity" : "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pump" : {
2024-09-27 11:22:45 +02:00
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz" ,
"integrity" : "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"peer" : true ,
"dependencies" : {
"end-of-stream" : "^1.1.0" ,
"once" : "^1.3.1"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
"node" : ">=6"
2024-08-06 08:36:03 +02:00
}
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/pure-rand" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz" ,
"integrity" : "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==" ,
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/dubzzz"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/fast-check"
}
] ,
"license" : "MIT"
} ,
"node_modules/qoa-format" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/qoa-format/-/qoa-format-1.0.1.tgz" ,
"integrity" : "sha512-dMB0Z6XQjdpz/Cw4Rf6RiBpQvUSPCfYlQMWvmuWlWkAT7nDQD29cVZ1SwDUB6DYJSitHENwbt90lqfI+7bvMcw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@thi.ng/bitstream" : "^2.2.12"
}
} ,
"node_modules/qr.js" : {
"version" : "0.0.0" ,
"resolved" : "https://registry.npmjs.org/qr.js/-/qr.js-0.0.0.tgz" ,
"integrity" : "sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ==" ,
"license" : "MIT"
} ,
"node_modules/qs" : {
2025-01-15 14:15:02 +01:00
"version" : "6.14.0" ,
"resolved" : "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz" ,
"integrity" : "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==" ,
2024-08-14 13:03:50 +02:00
"license" : "BSD-3-Clause" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"side-channel" : "^1.1.0"
2024-06-05 10:06:41 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.6"
2024-08-06 08:36:03 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-06-05 10:06:41 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/querystring" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz" ,
"integrity" : "sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==" ,
"deprecated" : "The querystring API is considered Legacy. new code should use the URLSearchParams API instead." ,
"engines" : {
"node" : ">=0.4.x"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/queue-microtask" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" ,
"integrity" : "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/queue-tick" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz" ,
"integrity" : "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
2024-08-14 11:13:58 +02:00
"peer" : true
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/quick-format-unescaped" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz" ,
"integrity" : "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==" ,
"license" : "MIT"
} ,
"node_modules/rc" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" ,
"integrity" : "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==" ,
"license" : "(BSD-2-Clause OR MIT OR Apache-2.0)" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"deep-extend" : "^0.6.0" ,
"ini" : "~1.3.0" ,
"minimist" : "^1.2.0" ,
"strip-json-comments" : "~2.0.1"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"bin" : {
"rc" : "cli.js"
}
} ,
"node_modules/rc/node_modules/strip-json-comments" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" ,
"integrity" : "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/react" : {
2024-12-13 13:20:37 +01:00
"version" : "19.0.0" ,
"resolved" : "https://registry.npmjs.org/react/-/react-19.0.0.tgz" ,
"integrity" : "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
}
} ,
"node_modules/react-cookie" : {
2024-11-25 09:31:25 +01:00
"version" : "7.2.2" ,
"resolved" : "https://registry.npmjs.org/react-cookie/-/react-cookie-7.2.2.tgz" ,
"integrity" : "sha512-e+hi6axHcw9VODoeVu8WyMWyoosa1pzpyjfvrLdF7CexfU+WSGZdDuRfHa4RJgTpfv3ZjdIpHE14HpYBieHFhg==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"@types/hoist-non-react-statics" : "^3.3.5" ,
"hoist-non-react-statics" : "^3.3.2" ,
"universal-cookie" : "^7.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"react" : ">= 16.3.0"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/react-cookie-consent" : {
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/react-cookie-consent/-/react-cookie-consent-9.0.0.tgz" ,
"integrity" : "sha512-Blyj+m+Zz7SFHYqT18p16EANgnSg2sIyU6Yp3vk83AnOnSW7qnehPkUe4+8+qxztJrNmCH5GP+VHsWzAKVOoZA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"js-cookie" : "^2.2.1"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
} ,
"peerDependencies" : {
"react" : ">=16"
2024-06-05 10:06:41 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/react-dom" : {
2024-12-13 13:20:37 +01:00
"version" : "19.0.0" ,
"resolved" : "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz" ,
"integrity" : "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"scheduler" : "^0.25.0"
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
2024-12-13 13:20:37 +01:00
"react" : "^19.0.0"
2024-08-14 13:03:50 +02:00
}
} ,
"node_modules/react-iframe" : {
"version" : "1.8.5" ,
"resolved" : "https://registry.npmjs.org/react-iframe/-/react-iframe-1.8.5.tgz" ,
"integrity" : "sha512-F4cQJGs3ydaG6fJWfuz9yLwOU0Trzl6kttXuUG+vYwosH8enOOFxZWEDQCSbNVO8ayjfYZeqLxEvdvcsSy4GvA==" ,
"license" : "ISC" ,
"dependencies" : {
"object-assign" : "^4.1.1"
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"react" : ">=16.x.x"
2024-05-08 07:32:29 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/react-is" : {
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"license" : "MIT"
} ,
"node_modules/react-markdown" : {
2025-01-15 14:15:02 +01:00
"version" : "9.0.3" ,
"resolved" : "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.3.tgz" ,
"integrity" : "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-06-05 10:06:41 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/hast" : "^3.0.0" ,
"devlop" : "^1.0.0" ,
"hast-util-to-jsx-runtime" : "^2.0.0" ,
"html-url-attributes" : "^3.0.0" ,
"mdast-util-to-hast" : "^13.0.0" ,
"remark-parse" : "^11.0.0" ,
"remark-rehype" : "^11.0.0" ,
"unified" : "^11.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"vfile" : "^6.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/unified"
} ,
"peerDependencies" : {
"@types/react" : ">=18" ,
"react" : ">=18"
2024-06-05 10:06:41 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/react-polyglot" : {
"version" : "0.7.2" ,
"resolved" : "https://registry.npmjs.org/react-polyglot/-/react-polyglot-0.7.2.tgz" ,
"integrity" : "sha512-d/075aofJ4of9wOSBewl+ViFkkM0L1DgE3RVDOXrHZ92w4o2643sTQJ6lSPw8wsJWFmlB/3Pvwm0UbGNvLfPBw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"hoist-non-react-statics" : "^3.3.0" ,
"prop-types" : "^15.5.8"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"peerDependencies" : {
"node-polyglot" : "^2.0.0" ,
"react" : ">=16.8.0"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/react-qr-code" : {
"version" : "2.0.15" ,
"resolved" : "https://registry.npmjs.org/react-qr-code/-/react-qr-code-2.0.15.tgz" ,
"integrity" : "sha512-MkZcjEXqVKqXEIMVE0mbcGgDpkfSdd8zhuzXEl9QzYeNcw8Hq2oVIzDLWuZN2PQBwM5PWjc2S31K8Q1UbcFMfw==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"prop-types" : "^15.8.1" ,
"qr.js" : "0.0.0"
2024-08-14 11:13:58 +02:00
} ,
"peerDependencies" : {
2024-08-14 13:03:50 +02:00
"react" : "*"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/react-transition-group" : {
"version" : "4.4.5" ,
"resolved" : "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz" ,
"integrity" : "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==" ,
2024-08-14 11:13:58 +02:00
"license" : "BSD-3-Clause" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@babel/runtime" : "^7.5.5" ,
"dom-helpers" : "^5.0.1" ,
"loose-envify" : "^1.4.0" ,
"prop-types" : "^15.6.2"
} ,
"peerDependencies" : {
"react" : ">=16.6.0" ,
"react-dom" : ">=16.6.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/read-pkg" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz" ,
"integrity" : "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/normalize-package-data" : "^2.4.0" ,
"normalize-package-data" : "^2.5.0" ,
"parse-json" : "^5.0.0" ,
"type-fest" : "^0.6.0"
} ,
"engines" : {
"node" : ">=8"
2024-08-14 11:13:58 +02:00
}
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/read-pkg-up" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz" ,
"integrity" : "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"find-up" : "^4.1.0" ,
"read-pkg" : "^5.2.0" ,
"type-fest" : "^0.8.1"
2024-08-06 08:36:03 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/read-pkg-up/node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/read-pkg-up/node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"p-locate" : "^4.1.0"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-07-18 11:08:01 +02:00
}
2024-06-05 10:06:41 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/read-pkg-up/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"p-try" : "^2.0.0"
2024-08-06 08:36:03 +02:00
} ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-08-06 08:36:03 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/read-pkg-up/node_modules/p-locate" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"p-limit" : "^2.2.0"
2024-05-08 07:32:29 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/read-pkg-up/node_modules/type-fest" : {
"version" : "0.8.1" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" ,
"integrity" : "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" ,
"license" : "(MIT OR CC0-1.0)" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/read-pkg/node_modules/type-fest" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz" ,
"integrity" : "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" ,
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/readable-stream" : {
"version" : "1.0.34" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz" ,
"integrity" : "sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.1" ,
"isarray" : "0.0.1" ,
"string_decoder" : "~0.10.x"
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/readable-stream/node_modules/isarray" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" ,
"integrity" : "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/readable-web-to-node-stream" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz" ,
"integrity" : "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==" ,
"license" : "MIT" ,
"dependencies" : {
"readable-stream" : "^3.6.0"
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=8"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/readable-web-to-node-stream/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
2024-05-08 07:32:29 +02:00
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 6"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/readable-web-to-node-stream/node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"safe-buffer" : "~5.2.0"
}
} ,
"node_modules/real-require" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/real-require/-/real-require-0.1.0.tgz" ,
"integrity" : "sha512-r/H9MzAWtrv8aSVjPCMFpDMl5q66GqtmmRkRjpHTsp4zBAa+snZyiQNlMONiUmEJcsnaw0wCauJ2GWODr/aFkg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 12.13.0"
2024-08-14 11:13:58 +02:00
}
} ,
2025-01-20 11:17:37 +01:00
"node_modules/redis-errors" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz" ,
"integrity" : "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/redis-parser" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz" ,
"integrity" : "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==" ,
"license" : "MIT" ,
"dependencies" : {
"redis-errors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/reflect-metadata" : {
"version" : "0.1.13" ,
"resolved" : "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz" ,
"integrity" : "sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==" ,
"dev" : true ,
"license" : "Apache-2.0"
} ,
2024-11-25 09:31:25 +01:00
"node_modules/reflect.getprototypeof" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz" ,
"integrity" : "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==" ,
2024-11-25 09:31:25 +01:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bind" : "^1.0.8" ,
2024-11-25 09:31:25 +01:00
"define-properties" : "^1.2.1" ,
2025-01-15 14:15:02 +01:00
"es-abstract" : "^1.23.9" ,
2024-11-25 09:31:25 +01:00
"es-errors" : "^1.3.0" ,
2025-01-15 14:15:02 +01:00
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.7" ,
"get-proto" : "^1.0.1" ,
"which-builtin-type" : "^1.2.1"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/regenerator-runtime" : {
"version" : "0.14.1" ,
"resolved" : "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz" ,
"integrity" : "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/regexp-tree" : {
"version" : "0.1.27" ,
"resolved" : "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz" ,
"integrity" : "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==" ,
"license" : "MIT" ,
"bin" : {
"regexp-tree" : "bin/regexp-tree"
}
} ,
"node_modules/regexp.prototype.flags" : {
2025-01-15 14:15:02 +01:00
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz" ,
"integrity" : "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
2024-08-14 13:03:50 +02:00
"define-properties" : "^1.2.1" ,
"es-errors" : "^1.3.0" ,
2025-01-15 14:15:02 +01:00
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
2024-11-25 09:31:25 +01:00
"set-function-name" : "^2.0.2"
2024-08-14 11:13:58 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/regjsparser" : {
"version" : "0.10.0" ,
"resolved" : "https://registry.npmjs.org/regjsparser/-/regjsparser-0.10.0.tgz" ,
"integrity" : "sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"jsesc" : "~0.5.0"
} ,
"bin" : {
"regjsparser" : "bin/parser"
}
} ,
"node_modules/regjsparser/node_modules/jsesc" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz" ,
"integrity" : "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" ,
"bin" : {
"jsesc" : "bin/jsesc"
}
} ,
"node_modules/remark-parse" : {
"version" : "11.0.0" ,
"resolved" : "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz" ,
"integrity" : "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/mdast" : "^4.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0" ,
"unified" : "^11.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/unified"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/remark-rehype" : {
2024-09-27 11:22:45 +02:00
"version" : "11.1.1" ,
"resolved" : "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.1.tgz" ,
"integrity" : "sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"mdast-util-to-hast" : "^13.0.0" ,
"unified" : "^11.0.0" ,
"vfile" : "^6.0.0"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/remeda" : {
2025-01-26 12:24:57 +01:00
"version" : "2.20.0" ,
"resolved" : "https://registry.npmjs.org/remeda/-/remeda-2.20.0.tgz" ,
"integrity" : "sha512-T1qiOhoyzT0RToEbZn+saIkBvOxyFJrd4/Fr5PeR6x53PuGNq88mDAipmYhrsxbI+CmJGFVl/X+hoCkV6J8q/A==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"type-fest" : "^4.30.0"
2024-08-14 13:03:50 +02:00
}
} ,
"node_modules/remeda/node_modules/type-fest" : {
2025-01-26 12:24:57 +01:00
"version" : "4.33.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-4.33.0.tgz" ,
"integrity" : "sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g==" ,
2024-08-14 13:03:50 +02:00
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-14 11:13:58 +02:00
}
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/require-directory" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" ,
"integrity" : "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/requires-port" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" ,
"integrity" : "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" ,
"license" : "MIT"
} ,
"node_modules/reselect" : {
2024-09-27 11:22:45 +02:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/reselect/-/reselect-5.1.1.tgz" ,
"integrity" : "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/resolve" : {
2025-01-15 14:15:02 +01:00
"version" : "1.22.10" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz" ,
"integrity" : "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"is-core-module" : "^2.16.0" ,
2024-08-14 13:03:50 +02:00
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-08-06 08:36:03 +02:00
"bin" : {
2024-08-14 13:03:50 +02:00
"resolve" : "bin/resolve"
2024-05-08 07:32:29 +02:00
} ,
2025-01-15 14:15:02 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/resolve-cwd" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz" ,
"integrity" : "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==" ,
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"resolve-from" : "^5.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
}
} ,
"node_modules/resolve-cwd/node_modules/resolve-from" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/resolve-pkg-maps" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz" ,
"integrity" : "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==" ,
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/resolve.exports" : {
2024-12-13 13:20:37 +01:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.3.tgz" ,
"integrity" : "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=10"
2024-07-18 11:08:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/restore-cursor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz" ,
"integrity" : "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" ,
2024-08-06 08:36:03 +02:00
"dev" : true ,
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"onetime" : "^5.1.0" ,
"signal-exit" : "^3.0.2"
2024-07-18 11:08:01 +02:00
} ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-07-18 11:08:01 +02:00
}
2024-05-16 13:00:18 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/reusify" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" ,
"integrity" : "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
} ,
"node_modules/rimraf" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
2024-12-13 13:20:37 +01:00
"dev" : true ,
2024-08-14 13:03:50 +02:00
"license" : "ISC" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"glob" : "^7.1.3"
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"bin" : {
"rimraf" : "bin.js"
2024-07-18 11:08:01 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/run-async" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz" ,
"integrity" : "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==" ,
2024-07-18 11:08:01 +02:00
"dev" : true ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=0.12.0"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/run-parallel" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" ,
"integrity" : "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" ,
2024-08-06 08:36:03 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"queue-microtask" : "^1.2.2"
}
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/rxjs" : {
"version" : "7.8.1" ,
"resolved" : "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz" ,
"integrity" : "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==" ,
2024-07-18 11:08:01 +02:00
"dev" : true ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.1.0"
}
} ,
"node_modules/safe-array-concat" : {
2024-12-13 13:20:37 +01:00
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz" ,
"integrity" : "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.2" ,
"get-intrinsic" : "^1.2.6" ,
"has-symbols" : "^1.1.0" ,
2024-08-14 13:03:50 +02:00
"isarray" : "^2.0.5"
} ,
"engines" : {
"node" : ">=0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
2024-08-06 08:36:03 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
2025-01-15 14:15:02 +01:00
"node_modules/safe-push-apply" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz" ,
"integrity" : "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"isarray" : "^2.0.5"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/safe-regex-test" : {
2024-12-13 13:20:37 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz" ,
"integrity" : "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bound" : "^1.0.2" ,
2024-08-14 13:03:50 +02:00
"es-errors" : "^1.3.0" ,
2024-12-13 13:20:37 +01:00
"is-regex" : "^1.2.1"
2024-07-18 11:08:01 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-07-18 11:08:01 +02:00
} ,
2024-08-06 08:36:03 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-23 10:31:26 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/safe-stable-stringify" : {
2024-09-04 07:52:30 +02:00
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz" ,
"integrity" : "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
2024-08-06 08:36:03 +02:00
"dev" : true ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/scheduler" : {
2024-12-13 13:20:37 +01:00
"version" : "0.25.0" ,
"resolved" : "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz" ,
"integrity" : "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==" ,
"license" : "MIT"
2024-06-25 08:14:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/scmp" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/scmp/-/scmp-2.1.0.tgz" ,
"integrity" : "sha512-o/mRQGk9Rcer/jEEw/yw4mwo3EU/NvYvp577/Btqrym9Qy5/MdWGBqipbALgd2lrdWTJ5/gqDusxfnQBxOxT2Q==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/secure-json-parse" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz" ,
"integrity" : "sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/semver" : {
2024-12-13 13:20:37 +01:00
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
2024-08-06 08:36:03 +02:00
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/set-function-length" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz" ,
"integrity" : "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
"gopd" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.2"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-06-25 08:14:03 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/set-function-name" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz" ,
"integrity" : "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"functions-have-names" : "^1.2.3" ,
"has-property-descriptors" : "^1.0.2"
2024-08-14 11:13:58 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2025-01-15 14:15:02 +01:00
"node_modules/set-proto" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz" ,
"integrity" : "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==" ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/sharp" : {
2024-09-04 07:52:30 +02:00
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz" ,
"integrity" : "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==" ,
2024-08-14 13:03:50 +02:00
"hasInstallScript" : true ,
"license" : "Apache-2.0" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"color" : "^4.2.3" ,
"detect-libc" : "^2.0.3" ,
2024-09-04 07:52:30 +02:00
"semver" : "^7.6.3"
2024-08-14 11:13:58 +02:00
} ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
2024-09-04 07:52:30 +02:00
"@img/sharp-darwin-arm64" : "0.33.5" ,
"@img/sharp-darwin-x64" : "0.33.5" ,
"@img/sharp-libvips-darwin-arm64" : "1.0.4" ,
"@img/sharp-libvips-darwin-x64" : "1.0.4" ,
"@img/sharp-libvips-linux-arm" : "1.0.5" ,
"@img/sharp-libvips-linux-arm64" : "1.0.4" ,
"@img/sharp-libvips-linux-s390x" : "1.0.4" ,
"@img/sharp-libvips-linux-x64" : "1.0.4" ,
"@img/sharp-libvips-linuxmusl-arm64" : "1.0.4" ,
"@img/sharp-libvips-linuxmusl-x64" : "1.0.4" ,
"@img/sharp-linux-arm" : "0.33.5" ,
"@img/sharp-linux-arm64" : "0.33.5" ,
"@img/sharp-linux-s390x" : "0.33.5" ,
"@img/sharp-linux-x64" : "0.33.5" ,
"@img/sharp-linuxmusl-arm64" : "0.33.5" ,
"@img/sharp-linuxmusl-x64" : "0.33.5" ,
"@img/sharp-wasm32" : "0.33.5" ,
"@img/sharp-win32-ia32" : "0.33.5" ,
"@img/sharp-win32-x64" : "0.33.5"
2024-04-21 16:59:50 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/sharp/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"shebang-regex" : "^3.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
2024-08-14 11:13:58 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-05-08 07:32:29 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/side-channel" : {
2024-12-13 13:20:37 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz" ,
"integrity" : "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"es-errors" : "^1.3.0" ,
2024-12-13 13:20:37 +01:00
"object-inspect" : "^1.13.3" ,
"side-channel-list" : "^1.0.0" ,
"side-channel-map" : "^1.0.1" ,
"side-channel-weakmap" : "^1.0.2"
2024-08-14 11:13:58 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-07-18 11:08:01 +02:00
}
} ,
2024-12-13 13:20:37 +01:00
"node_modules/side-channel-list" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz" ,
"integrity" : "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"object-inspect" : "^1.13.3"
} ,
2024-09-04 07:52:30 +02:00
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">= 0.4"
2024-09-04 07:52:30 +02:00
} ,
"funding" : {
2024-12-13 13:20:37 +01:00
"url" : "https://github.com/sponsors/ljharb"
2024-09-04 07:52:30 +02:00
}
2024-08-14 13:03:50 +02:00
} ,
2024-12-13 13:20:37 +01:00
"node_modules/side-channel-map" : {
2024-08-14 13:03:50 +02:00
"version" : "1.0.1" ,
2024-12-13 13:20:37 +01:00
"resolved" : "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz" ,
"integrity" : "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-12-13 13:20:37 +01:00
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2024-05-08 07:32:29 +02:00
} ,
2024-12-13 13:20:37 +01:00
"node_modules/side-channel-weakmap" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz" ,
"integrity" : "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3" ,
"side-channel-map" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" ,
"license" : "ISC"
} ,
"node_modules/simple-concat" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz" ,
"integrity" : "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true
} ,
"node_modules/simple-get" : {
"version" : "4.0.1" ,
2024-08-14 13:03:50 +02:00
"resolved" : "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz" ,
"integrity" : "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==" ,
2024-08-14 11:13:58 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"decompress-response" : "^6.0.0" ,
"once" : "^1.3.1" ,
"simple-concat" : "^1.0.0"
}
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/simple-swizzle" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz" ,
"integrity" : "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"is-arrayish" : "^0.3.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/simple-swizzle/node_modules/is-arrayish" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz" ,
"integrity" : "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" ,
"license" : "MIT"
} ,
"node_modules/simple-yenc" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/simple-yenc/-/simple-yenc-1.0.4.tgz" ,
"integrity" : "sha512-5gvxpSd79e9a3V4QDYUqnqxeD4HGlhCakVpb6gMnDD7lexJggSBJRBO5h52y/iJrdXRilX9UCuDaIJhSWm5OWw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/sisteransi" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz" ,
"integrity" : "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" ,
"license" : "MIT"
} ,
"node_modules/slash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" ,
"integrity" : "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"engines" : {
2024-08-14 11:13:58 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-11-25 09:31:25 +01:00
"node_modules/smart-buffer" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz" ,
"integrity" : "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6.0.0" ,
"npm" : ">= 3.0.0"
}
} ,
"node_modules/socks" : {
"version" : "2.8.3" ,
"resolved" : "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz" ,
"integrity" : "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ip-address" : "^9.0.5" ,
"smart-buffer" : "^4.2.0"
} ,
"engines" : {
"node" : ">= 10.0.0" ,
"npm" : ">= 3.0.0"
}
} ,
"node_modules/socks-proxy-agent" : {
2024-12-13 13:20:37 +01:00
"version" : "8.0.5" ,
"resolved" : "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz" ,
"integrity" : "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==" ,
2024-11-25 09:31:25 +01:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"agent-base" : "^7.1.2" ,
2024-11-25 09:31:25 +01:00
"debug" : "^4.3.4" ,
"socks" : "^2.8.3"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/sonic-boom" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/sonic-boom/-/sonic-boom-2.8.0.tgz" ,
"integrity" : "sha512-kuonw1YOYYNOve5iHdSahXPOK49GqwA+LZhI6Wz/l0rP57iKyXXIHaRagOBHAPmGwJC6od2Z9zgvZ5loSgMlVg==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"atomic-sleep" : "^1.0.0"
}
} ,
"node_modules/source-map" : {
2024-12-13 13:20:37 +01:00
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
2024-08-14 13:03:50 +02:00
"license" : "BSD-3-Clause" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
2024-08-14 11:13:58 +02:00
}
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/source-map-js" : {
2024-09-27 11:22:45 +02:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
2024-08-14 13:03:50 +02:00
"license" : "BSD-3-Clause" ,
2024-05-08 07:32:29 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/source-map-support" : {
"version" : "0.5.13" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz" ,
"integrity" : "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/space-separated-tokens" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz" ,
"integrity" : "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==" ,
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/spawn-command" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2.tgz" ,
"integrity" : "sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==" ,
"dev" : true
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/spdx-correct" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz" ,
"integrity" : "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"spdx-expression-parse" : "^3.0.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/spdx-exceptions" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz" ,
"integrity" : "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" ,
"license" : "CC-BY-3.0"
} ,
"node_modules/spdx-expression-parse" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" ,
"integrity" : "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/spdx-license-ids" : {
2025-01-15 14:15:02 +01:00
"version" : "3.0.21" ,
"resolved" : "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz" ,
"integrity" : "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==" ,
2024-08-14 13:03:50 +02:00
"license" : "CC0-1.0"
} ,
"node_modules/split2" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz" ,
"integrity" : "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" ,
"license" : "ISC" ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 10.x"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/sprintf-js" : {
2024-12-13 13:20:37 +01:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" ,
"integrity" : "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" ,
2024-08-14 13:03:50 +02:00
"license" : "BSD-3-Clause"
} ,
"node_modules/stack-utils" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz" ,
"integrity" : "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"escape-string-regexp" : "^2.0.0"
2024-07-18 11:08:01 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-08-14 11:13:58 +02:00
"node" : ">=10"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/stack-utils/node_modules/escape-string-regexp" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz" ,
"integrity" : "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-05-16 13:00:18 +02:00
}
} ,
2025-01-20 11:17:37 +01:00
"node_modules/standard-as-callback" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz" ,
"integrity" : "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==" ,
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/stream-shift" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz" ,
"integrity" : "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/streamsearch" : {
2024-08-14 11:13:58 +02:00
"version" : "1.1.0" ,
2024-08-14 13:03:50 +02:00
"resolved" : "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz" ,
"integrity" : "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==" ,
"engines" : {
"node" : ">=10.0.0"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/streamx" : {
2024-12-13 13:20:37 +01:00
"version" : "2.21.1" ,
"resolved" : "https://registry.npmjs.org/streamx/-/streamx-2.21.1.tgz" ,
"integrity" : "sha512-PhP9wUnFLa+91CPy3N6tiQsK+gnYyUNuk15S3YG/zjYE7RuPeCjJngqnzpC31ow0lzBHQ+QGO4cNJnd0djYUsw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"optional" : true ,
"peer" : true ,
2024-05-16 13:00:18 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"fast-fifo" : "^1.3.2" ,
"queue-tick" : "^1.0.1" ,
"text-decoder" : "^1.1.0"
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"optionalDependencies" : {
"bare-events" : "^2.2.0"
2024-05-16 13:00:18 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/string_decoder" : {
"version" : "0.10.31" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" ,
"integrity" : "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/string-length" : {
2024-11-25 09:31:25 +01:00
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz" ,
"integrity" : "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"char-regex" : "^1.0.2" ,
"strip-ansi" : "^6.0.0"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
2024-11-25 09:31:25 +01:00
"node" : ">=10"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/string-width" : {
2024-12-13 13:20:37 +01:00
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
2024-08-14 13:03:50 +02:00
} ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=8"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
2024-08-14 11:13:58 +02:00
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-14 11:13:58 +02:00
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-08-14 11:13:58 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/string.prototype.trim" : {
2024-12-13 13:20:37 +01:00
"version" : "1.2.10" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz" ,
"integrity" : "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.2" ,
"define-data-property" : "^1.1.4" ,
2024-08-14 13:03:50 +02:00
"define-properties" : "^1.2.1" ,
2024-12-13 13:20:37 +01:00
"es-abstract" : "^1.23.5" ,
"es-object-atoms" : "^1.0.0" ,
"has-property-descriptors" : "^1.0.2"
2024-05-08 07:32:29 +02:00
} ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/string.prototype.trimend" : {
2024-12-13 13:20:37 +01:00
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz" ,
"integrity" : "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.2" ,
2024-08-14 13:03:50 +02:00
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
} ,
2024-12-13 13:20:37 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-14 11:13:58 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/string.prototype.trimstart" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz" ,
"integrity" : "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
} ,
2024-08-06 08:36:03 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/stringify-entities" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz" ,
"integrity" : "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==" ,
"license" : "MIT" ,
"dependencies" : {
"character-entities-html4" : "^2.0.0" ,
"character-entities-legacy" : "^3.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"ansi-regex" : "^5.0.1"
2024-07-18 11:08:01 +02:00
} ,
"engines" : {
2024-08-06 08:36:03 +02:00
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
2024-07-18 11:08:01 +02:00
}
2024-05-08 07:32:29 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/strip-bom" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz" ,
"integrity" : "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-06 08:36:03 +02:00
"node" : ">=8"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/strip-final-newline" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz" ,
"integrity" : "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" ,
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/strip-indent" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz" ,
"integrity" : "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-06-05 10:06:41 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"min-indent" : "^1.0.0"
2024-06-05 10:06:41 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-06-05 10:06:41 +02:00
}
} ,
2024-08-14 13:03:50 +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==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/strtok3" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/strtok3/-/strtok3-6.3.0.tgz" ,
"integrity" : "sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw==" ,
"license" : "MIT" ,
"dependencies" : {
"@tokenizer/token" : "^0.3.0" ,
"peek-readable" : "^4.1.0"
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/style-to-object" : {
2024-09-27 11:22:45 +02:00
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz" ,
"integrity" : "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-09-27 11:22:45 +02:00
"inline-style-parser" : "0.2.4"
2024-08-14 11:13:58 +02:00
}
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/styled-jsx" : {
2024-11-25 09:31:25 +01:00
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz" ,
"integrity" : "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"client-only" : "0.0.1"
2024-07-18 11:08:01 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 12.0.0"
} ,
"peerDependencies" : {
2024-11-25 09:31:25 +01:00
"react" : ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
2024-08-14 13:03:50 +02:00
} ,
"peerDependenciesMeta" : {
"@babel/core" : {
"optional" : true
} ,
"babel-plugin-macros" : {
"optional" : true
}
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/stylis" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz" ,
"integrity" : "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==" ,
"license" : "MIT"
} ,
"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==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"has-flag" : "^4.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-06-05 10:06:41 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/tar-fs" : {
2025-01-15 14:15:02 +01:00
"version" : "3.0.8" ,
"resolved" : "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.8.tgz" ,
"integrity" : "sha512-ZoROL70jptorGAlgAYiLoBLItEKw/fUxg9BSYK/dF/GAGYFJOJJJMvjPAKDJraCXFwadD456FCuvLWgfhMsPwg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"optional" : true ,
"peer" : true ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"pump" : "^3.0.0" ,
"tar-stream" : "^3.1.5"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"optionalDependencies" : {
2025-01-15 14:15:02 +01:00
"bare-fs" : "^4.0.1" ,
"bare-path" : "^3.0.0"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/tar-stream" : {
"version" : "3.1.7" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz" ,
"integrity" : "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
"optional" : true ,
2024-08-06 08:36:03 +02:00
"peer" : true ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"b4a" : "^1.6.4" ,
"fast-fifo" : "^1.2.0" ,
"streamx" : "^2.15.0"
}
} ,
"node_modules/test-exclude" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz" ,
"integrity" : "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==" ,
"license" : "ISC" ,
"dependencies" : {
"@istanbuljs/schema" : "^0.1.2" ,
"glob" : "^7.1.4" ,
"minimatch" : "^3.0.4"
} ,
"engines" : {
"node" : ">=8"
}
2024-08-14 11:13:58 +02:00
} ,
2024-12-13 13:20:37 +01:00
"node_modules/test-exclude/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/test-exclude/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/text-decoder" : {
2025-01-15 14:15:02 +01:00
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz" ,
"integrity" : "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
2024-08-06 08:36:03 +02:00
"optional" : true ,
2024-12-13 13:20:37 +01:00
"peer" : true ,
"dependencies" : {
"b4a" : "^1.6.4"
}
2024-04-23 13:36:51 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/text-table" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" ,
"integrity" : "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" ,
2024-12-13 13:20:37 +01:00
"dev" : true ,
2024-08-06 08:36:03 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/thread-stream" : {
"version" : "0.15.2" ,
"resolved" : "https://registry.npmjs.org/thread-stream/-/thread-stream-0.15.2.tgz" ,
"integrity" : "sha512-UkEhKIg2pD+fjkHQKyJO3yoIvAP3N6RlNFt2dUhcS1FGvCD1cQa1M/PGknCLFIyZdtJOWQjejp7bdNqmN7zwdA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"real-require" : "^0.1.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/through" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/through/-/through-2.3.8.tgz" ,
"integrity" : "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" ,
"license" : "MIT"
} ,
"node_modules/through2" : {
"version" : "0.4.2" ,
"resolved" : "https://registry.npmjs.org/through2/-/through2-0.4.2.tgz" ,
"integrity" : "sha512-45Llu+EwHKtAZYTPPVn3XZHBgakWMN3rokhEv5hu596XP+cNgplMg+Gj+1nmAvj+L0K7+N49zBKx5rah5u0QIQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-06-12 08:27:30 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"readable-stream" : "~1.0.17" ,
"xtend" : "~2.1.1"
2024-06-12 08:27:30 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/tmp" : {
"version" : "0.0.33" ,
"resolved" : "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz" ,
"integrity" : "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==" ,
"dev" : true ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"os-tmpdir" : "~1.0.2"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=0.6.0"
2024-06-12 08:27:30 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/tmpl" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz" ,
"integrity" : "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" ,
"license" : "BSD-3-Clause"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"is-number" : "^7.0.0"
2024-07-18 11:08:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8.0"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/token-types" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/token-types/-/token-types-4.2.1.tgz" ,
"integrity" : "sha512-6udB24Q737UD/SDsKAHI9FCRP7Bqc9D/MQUV02ORQg5iskjtLJlZJNdN4kKtcdtwCeWIwIHDGaUsTsCCAa8sFQ==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@tokenizer/token" : "^0.3.0" ,
"ieee754" : "^1.2.1"
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" ,
"license" : "MIT"
} ,
"node_modules/tree-kill" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz" ,
"integrity" : "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==" ,
"dev" : true ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"bin" : {
"tree-kill" : "cli.js"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/trim-lines" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz" ,
"integrity" : "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/trough" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz" ,
"integrity" : "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ts-api-utils" : {
2025-01-15 14:15:02 +01:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.0.tgz" ,
"integrity" : "sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
2025-01-15 14:15:02 +01:00
"node" : ">=18.12"
2024-08-14 13:03:50 +02:00
} ,
"peerDependencies" : {
2025-01-15 14:15:02 +01:00
"typescript" : ">=4.8.4"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/tsconfig-paths" : {
"version" : "3.15.0" ,
"resolved" : "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz" ,
"integrity" : "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/json5" : "^0.0.29" ,
"json5" : "^1.0.2" ,
"minimist" : "^1.2.6" ,
"strip-bom" : "^3.0.0"
}
} ,
"node_modules/tsconfig-paths/node_modules/json5" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz" ,
"integrity" : "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==" ,
"license" : "MIT" ,
"dependencies" : {
"minimist" : "^1.2.0"
2024-05-08 07:32:29 +02:00
} ,
2024-08-14 13:03:50 +02:00
"bin" : {
"json5" : "lib/cli.js"
}
} ,
"node_modules/tsconfig-paths/node_modules/strip-bom" : {
2024-09-27 13:11:31 +02:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" ,
"integrity" : "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"node_modules/tslib" : {
2024-11-25 09:31:25 +01:00
"version" : "2.8.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" ,
"integrity" : "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" ,
2024-09-27 13:11:31 +02:00
"license" : "0BSD"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/tsx" : {
2024-11-25 09:31:25 +01:00
"version" : "4.19.2" ,
"resolved" : "https://registry.npmjs.org/tsx/-/tsx-4.19.2.tgz" ,
"integrity" : "sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"esbuild" : "~0.23.0" ,
"get-tsconfig" : "^4.7.5"
2024-06-25 08:14:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"bin" : {
"tsx" : "dist/cli.mjs"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=18.0.0"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"optionalDependencies" : {
"fsevents" : "~2.3.3"
}
} ,
"node_modules/tunnel-agent" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" ,
"integrity" : "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==" ,
"license" : "Apache-2.0" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"safe-buffer" : "^5.0.1"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : "*"
2024-05-07 14:16:01 +02:00
}
} ,
2024-09-27 11:22:45 +02:00
"node_modules/turbo" : {
2025-01-26 12:24:57 +01:00
"version" : "2.3.4" ,
"resolved" : "https://registry.npmjs.org/turbo/-/turbo-2.3.4.tgz" ,
"integrity" : "sha512-1kiLO5C0Okh5ay1DbHsxkPsw9Sjsbjzm6cF85CpWjR0BIyBFNDbKqtUyqGADRS1dbbZoQanJZVj4MS5kk8J42Q==" ,
2024-09-27 11:22:45 +02:00
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"turbo" : "bin/turbo"
} ,
"optionalDependencies" : {
2025-01-26 12:24:57 +01:00
"turbo-darwin-64" : "2.3.4" ,
"turbo-darwin-arm64" : "2.3.4" ,
"turbo-linux-64" : "2.3.4" ,
"turbo-linux-arm64" : "2.3.4" ,
"turbo-windows-64" : "2.3.4" ,
"turbo-windows-arm64" : "2.3.4"
2024-09-27 11:22:45 +02:00
}
} ,
"node_modules/turbo-darwin-64" : {
2025-01-26 12:24:57 +01:00
"version" : "2.3.4" ,
"resolved" : "https://registry.npmjs.org/turbo-darwin-64/-/turbo-darwin-64-2.3.4.tgz" ,
"integrity" : "sha512-uOi/cUIGQI7uakZygH+cZQ5D4w+aMLlVCN2KTGot+cmefatps2ZmRRufuHrEM0Rl63opdKD8/JIu+54s25qkfg==" ,
2024-09-27 11:22:45 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/turbo-darwin-arm64" : {
2025-01-26 12:24:57 +01:00
"version" : "2.3.4" ,
"resolved" : "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-2.3.4.tgz" ,
"integrity" : "sha512-IIM1Lq5R+EGMtM1YFGl4x8Xkr0MWb4HvyU8N4LNoQ1Be5aycrOE+VVfH+cDg/Q4csn+8bxCOxhRp5KmUflrVTQ==" ,
2024-09-27 11:22:45 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/turbo-linux-64" : {
2025-01-26 12:24:57 +01:00
"version" : "2.3.4" ,
"resolved" : "https://registry.npmjs.org/turbo-linux-64/-/turbo-linux-64-2.3.4.tgz" ,
"integrity" : "sha512-1aD2EfR7NfjFXNH3mYU5gybLJEFi2IGOoKwoPLchAFRQ6OEJQj201/oNo9CDL75IIrQo64/NpEgVyZtoPlfhfA==" ,
2024-09-27 11:22:45 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/turbo-linux-arm64" : {
2025-01-26 12:24:57 +01:00
"version" : "2.3.4" ,
"resolved" : "https://registry.npmjs.org/turbo-linux-arm64/-/turbo-linux-arm64-2.3.4.tgz" ,
"integrity" : "sha512-MxTpdKwxCaA5IlybPxgGLu54fT2svdqTIxRd0TQmpRJIjM0s4kbM+7YiLk0mOh6dGqlWPUsxz/A0Mkn8Xr5o7Q==" ,
2024-09-27 11:22:45 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/turbo-windows-64" : {
2025-01-26 12:24:57 +01:00
"version" : "2.3.4" ,
"resolved" : "https://registry.npmjs.org/turbo-windows-64/-/turbo-windows-64-2.3.4.tgz" ,
"integrity" : "sha512-yyCrWqcRGu1AOOlrYzRnizEtdkqi+qKP0MW9dbk9OsMDXaOI5jlWtTY/AtWMkLw/czVJ7yS9Ex1vi9DB6YsFvw==" ,
2024-09-27 11:22:45 +02:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/turbo-windows-arm64" : {
2025-01-26 12:24:57 +01:00
"version" : "2.3.4" ,
"resolved" : "https://registry.npmjs.org/turbo-windows-arm64/-/turbo-windows-arm64-2.3.4.tgz" ,
"integrity" : "sha512-PggC3qH+njPfn1PDVwKrQvvQby8X09ufbqZ2Ha4uSu+5TvPorHHkAbZVHKYj2Y+tvVzxRzi4Sv6NdHXBS9Be5w==" ,
2024-09-27 11:22:45 +02:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
2024-08-14 13:03:50 +02:00
"node_modules/twilio" : {
2025-01-15 14:15:02 +01:00
"version" : "5.4.2" ,
"resolved" : "https://registry.npmjs.org/twilio/-/twilio-5.4.2.tgz" ,
"integrity" : "sha512-9JAiWKl3HGCm7Boon4Fl+P/jvN4z3okj1ekgCrwIc6guMVxb46hgNtyemPuguUicYPuRkcyNpBNq2quvp6jnGQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-09-27 11:22:45 +02:00
"axios" : "^1.7.4" ,
2024-08-14 13:03:50 +02:00
"dayjs" : "^1.11.9" ,
"https-proxy-agent" : "^5.0.0" ,
"jsonwebtoken" : "^9.0.2" ,
"qs" : "^6.9.4" ,
"scmp" : "^2.1.0" ,
"xmlbuilder" : "^13.0.2"
2024-08-06 08:36:03 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14.0"
}
} ,
"node_modules/twilio/node_modules/agent-base" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" ,
"integrity" : "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "4"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">= 6.0.0"
}
} ,
"node_modules/twilio/node_modules/https-proxy-agent" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" ,
"integrity" : "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">= 6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/type-check" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" ,
"integrity" : "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"prelude-ls" : "^1.2.1"
2024-08-06 08:36:03 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.8.0"
}
} ,
"node_modules/type-detect" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz" ,
"integrity" : "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/type-fest" : {
2024-12-13 13:20:37 +01:00
"version" : "0.21.3" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" ,
"integrity" : "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" ,
2024-08-14 13:03:50 +02:00
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=10"
2024-08-06 08:36:03 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/typed-array-buffer" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz" ,
"integrity" : "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3" ,
2024-08-14 13:03:50 +02:00
"es-errors" : "^1.3.0" ,
2025-01-15 14:15:02 +01:00
"is-typed-array" : "^1.1.14"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">= 0.4"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/typed-array-byte-length" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz" ,
"integrity" : "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
2024-08-14 13:03:50 +02:00
"for-each" : "^0.3.3" ,
2025-01-15 14:15:02 +01:00
"gopd" : "^1.2.0" ,
"has-proto" : "^1.2.0" ,
"is-typed-array" : "^1.1.14"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/typed-array-byte-offset" : {
2025-01-15 14:15:02 +01:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz" ,
"integrity" : "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"available-typed-arrays" : "^1.0.7" ,
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
2024-08-14 13:03:50 +02:00
"for-each" : "^0.3.3" ,
2025-01-15 14:15:02 +01:00
"gopd" : "^1.2.0" ,
"has-proto" : "^1.2.0" ,
"is-typed-array" : "^1.1.15" ,
"reflect.getprototypeof" : "^1.0.9"
2024-07-18 11:08:01 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-05-08 07:32:29 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/typed-array-length" : {
2024-11-25 09:31:25 +01:00
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz" ,
"integrity" : "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"is-typed-array" : "^1.1.13" ,
2024-11-25 09:31:25 +01:00
"possible-typed-array-names" : "^1.0.0" ,
"reflect.getprototypeof" : "^1.0.6"
2024-08-06 08:36:03 +02:00
} ,
2024-07-18 11:08:01 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/typescript" : {
2025-01-15 14:15:02 +01:00
"version" : "5.7.3" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz" ,
"integrity" : "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==" ,
2024-08-14 13:03:50 +02:00
"license" : "Apache-2.0" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=14.17"
2024-06-05 10:06:41 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/uid" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/uid/-/uid-2.0.2.tgz" ,
"integrity" : "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==" ,
"dev" : true ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@lukeed/csprng" : "^1.0.0"
2024-07-18 11:08:01 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=8"
}
} ,
"node_modules/unbox-primitive" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz" ,
"integrity" : "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"call-bound" : "^1.0.3" ,
2024-08-14 13:03:50 +02:00
"has-bigints" : "^1.0.2" ,
2025-01-15 14:15:02 +01:00
"has-symbols" : "^1.1.0" ,
"which-boxed-primitive" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
"funding" : {
2024-08-14 13:03:50 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-05-08 07:32:29 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/undici-types" : {
2024-11-28 08:27:20 +01:00
"version" : "6.20.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz" ,
"integrity" : "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT"
} ,
"node_modules/unified" : {
"version" : "11.0.5" ,
"resolved" : "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz" ,
"integrity" : "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"bail" : "^2.0.0" ,
"devlop" : "^1.0.0" ,
"extend" : "^3.0.0" ,
"is-plain-obj" : "^4.0.0" ,
"trough" : "^2.0.0" ,
"vfile" : "^6.0.0"
} ,
2024-08-06 08:36:03 +02:00
"funding" : {
"type" : "opencollective" ,
2024-08-14 13:03:50 +02:00
"url" : "https://opencollective.com/unified"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/unist-util-is" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz" ,
"integrity" : "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/unist-util-position" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz" ,
"integrity" : "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/unist-util-stringify-position" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz" ,
"integrity" : "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/unist-util-visit" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz" ,
"integrity" : "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-06-05 10:06:41 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/unist" : "^3.0.0" ,
"unist-util-is" : "^6.0.0" ,
"unist-util-visit-parents" : "^6.0.0"
2024-07-18 11:08:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-06-05 10:06:41 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/unist-util-visit-parents" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz" ,
"integrity" : "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@types/unist" : "^3.0.0" ,
"unist-util-is" : "^6.0.0"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/universal-cookie" : {
2024-11-25 09:31:25 +01:00
"version" : "7.2.2" ,
"resolved" : "https://registry.npmjs.org/universal-cookie/-/universal-cookie-7.2.2.tgz" ,
"integrity" : "sha512-fMiOcS3TmzP2x5QV26pIH3mvhexLIT0HmPa3V7Q7knRfT9HG6kTwq02HZGLPw0sAOXrAmotElGRvTLCMbJsvxQ==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"@types/cookie" : "^0.6.0" ,
2024-11-25 09:31:25 +01:00
"cookie" : "^0.7.2"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/universalify" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz" ,
"integrity" : "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" ,
"dev" : true ,
"license" : "MIT" ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 10.0.0"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/update-browserslist-db" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz" ,
"integrity" : "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==" ,
2024-08-06 08:36:03 +02:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
2024-08-14 13:03:50 +02:00
"url" : "https://tidelift.com/funding/github/npm/browserslist"
2024-08-06 08:36:03 +02:00
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-09-27 13:11:31 +02:00
"escalade" : "^3.2.0" ,
2025-01-15 14:15:02 +01:00
"picocolors" : "^1.1.1"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"bin" : {
"update-browserslist-db" : "cli.js"
} ,
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"punycode" : "^2.1.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/url" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/url/-/url-0.11.0.tgz" ,
"integrity" : "sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"punycode" : "1.3.2" ,
"querystring" : "0.2.0"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/url/node_modules/punycode" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz" ,
"integrity" : "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==" ,
"license" : "MIT"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/uuid" : {
2025-01-15 14:15:02 +01:00
"version" : "11.0.5" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz" ,
"integrity" : "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==" ,
2024-08-14 13:03:50 +02:00
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"bin" : {
2024-11-25 09:31:25 +01:00
"uuid" : "dist/esm/bin/uuid"
2024-08-14 13:03:50 +02:00
}
} ,
"node_modules/v8-to-istanbul" : {
"version" : "9.3.0" ,
"resolved" : "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz" ,
"integrity" : "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==" ,
"license" : "ISC" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"@jridgewell/trace-mapping" : "^0.3.12" ,
"@types/istanbul-lib-coverage" : "^2.0.1" ,
"convert-source-map" : "^2.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10.12.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/validate-npm-package-license" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" ,
"integrity" : "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"spdx-correct" : "^3.0.0" ,
"spdx-expression-parse" : "^3.0.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/vfile" : {
2024-09-04 07:52:30 +02:00
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz" ,
"integrity" : "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"vfile-message" : "^4.0.0"
} ,
2024-08-06 08:36:03 +02:00
"funding" : {
2024-08-14 13:03:50 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/vfile-message" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz" ,
"integrity" : "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"unist-util-stringify-position" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
2024-06-05 10:06:41 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/walker" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz" ,
"integrity" : "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"makeerror" : "1.0.12"
}
} ,
"node_modules/warning" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz" ,
"integrity" : "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"peer" : true ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"loose-envify" : "^1.0.0"
2024-07-18 11:08:01 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/wcwidth" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz" ,
"integrity" : "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" ,
"dev" : true ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"defaults" : "^1.0.3"
}
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" ,
"license" : "BSD-2-Clause"
} ,
"node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
} ,
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
2024-08-06 08:36:03 +02:00
"bin" : {
2024-08-14 13:03:50 +02:00
"node-which" : "bin/node-which"
2024-07-18 11:08:01 +02:00
} ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">= 8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/which-boxed-primitive" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz" ,
"integrity" : "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"is-bigint" : "^1.1.0" ,
2025-01-15 14:15:02 +01:00
"is-boolean-object" : "^1.2.1" ,
"is-number-object" : "^1.1.1" ,
"is-string" : "^1.1.1" ,
"is-symbol" : "^1.1.1"
2024-12-13 13:20:37 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
2024-05-08 07:32:29 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-07-18 11:08:01 +02:00
}
2024-05-08 07:32:29 +02:00
} ,
2024-11-25 09:31:25 +01:00
"node_modules/which-builtin-type" : {
2024-12-13 13:20:37 +01:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz" ,
"integrity" : "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==" ,
2024-11-25 09:31:25 +01:00
"license" : "MIT" ,
"dependencies" : {
2024-12-13 13:20:37 +01:00
"call-bound" : "^1.0.2" ,
2024-11-25 09:31:25 +01:00
"function.prototype.name" : "^1.1.6" ,
"has-tostringtag" : "^1.0.2" ,
"is-async-function" : "^2.0.0" ,
2024-12-13 13:20:37 +01:00
"is-date-object" : "^1.1.0" ,
2024-11-25 09:31:25 +01:00
"is-finalizationregistry" : "^1.1.0" ,
"is-generator-function" : "^1.0.10" ,
2024-12-13 13:20:37 +01:00
"is-regex" : "^1.2.1" ,
2024-11-25 09:31:25 +01:00
"is-weakref" : "^1.0.2" ,
"isarray" : "^2.0.5" ,
2024-12-13 13:20:37 +01:00
"which-boxed-primitive" : "^1.1.0" ,
2024-11-25 09:31:25 +01:00
"which-collection" : "^1.0.2" ,
2024-12-13 13:20:37 +01:00
"which-typed-array" : "^1.1.16"
2024-11-25 09:31:25 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/which-collection" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz" ,
"integrity" : "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" ,
"license" : "MIT" ,
"dependencies" : {
"is-map" : "^2.0.3" ,
"is-set" : "^2.0.3" ,
"is-weakmap" : "^2.0.2" ,
"is-weakset" : "^2.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/which-typed-array" : {
2025-01-15 14:15:02 +01:00
"version" : "1.1.18" ,
"resolved" : "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz" ,
"integrity" : "sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==" ,
2024-08-14 13:03:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"available-typed-arrays" : "^1.0.7" ,
2025-01-15 14:15:02 +01:00
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
2024-08-14 13:03:50 +02:00
"for-each" : "^0.3.3" ,
2025-01-15 14:15:02 +01:00
"gopd" : "^1.2.0" ,
2024-08-14 13:03:50 +02:00
"has-tostringtag" : "^1.0.2"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">= 0.4"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
2024-08-14 13:03:50 +02:00
} ,
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" ,
"integrity" : "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/wrap-ansi" : {
2024-12-13 13:20:37 +01:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-07-18 11:08:01 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
2024-07-18 11:08:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=10"
2024-09-04 07:52:30 +02:00
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
2024-08-06 08:36:03 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
2024-08-06 08:36:03 +02:00
"license" : "ISC"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/write-file-atomic" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz" ,
"integrity" : "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==" ,
"license" : "ISC" ,
2024-05-16 13:00:18 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"imurmurhash" : "^0.1.4" ,
"signal-exit" : "^3.0.7"
2024-05-16 13:00:18 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/ws" : {
"version" : "8.18.0" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz" ,
"integrity" : "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=10.0.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : ">=5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
2024-04-23 13:36:51 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/xml" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz" ,
"integrity" : "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==" ,
2024-06-25 08:14:03 +02:00
"license" : "MIT"
2024-05-16 13:00:18 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/xmlbuilder" : {
"version" : "13.0.2" ,
"resolved" : "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-13.0.2.tgz" ,
"integrity" : "sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==" ,
2024-07-18 11:08:01 +02:00
"license" : "MIT" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=6.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/xtend" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz" ,
"integrity" : "sha512-vMNKzr2rHP9Dp/e1NQFnLQlwlhp9L/LfvnsVdHxN1f+uggyVI3i08uD14GPvCToPkdsRfyPqIyYGmIk58V98ZQ==" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-08-14 13:03:50 +02:00
"object-keys" : "~0.4.0"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
"node" : ">=0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/xtend/node_modules/object-keys" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz" ,
"integrity" : "sha512-ncrLw+X55z7bkl5PnUvHwFK9FcGuFYo9gtjws2XtSzL+aZ8tm830P60WJ0dSmFVaSalWieW5MD7kEdnXda9yJw==" ,
2024-08-06 08:36:03 +02:00
"license" : "MIT"
} ,
2024-08-14 13:03:50 +02:00
"node_modules/y18n" : {
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" ,
"integrity" : "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=10"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/yallist" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" ,
"license" : "ISC"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/yaml" : {
"version" : "1.10.2" ,
"resolved" : "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz" ,
"integrity" : "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">= 6"
}
2024-05-14 09:40:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"node_modules/yargs" : {
2024-12-13 13:20:37 +01:00
"version" : "17.7.2" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" ,
"integrity" : "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"cliui" : "^8.0.1" ,
2024-08-14 13:03:50 +02:00
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
2024-12-13 13:20:37 +01:00
"string-width" : "^4.2.3" ,
2024-08-14 13:03:50 +02:00
"y18n" : "^5.0.5" ,
2024-12-13 13:20:37 +01:00
"yargs-parser" : "^21.1.1"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=12"
2024-04-21 21:13:53 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/yargs-parser" : {
2024-12-13 13:20:37 +01:00
"version" : "21.1.1" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
2024-08-14 13:03:50 +02:00
"license" : "ISC" ,
"engines" : {
2024-12-13 13:20:37 +01:00
"node" : ">=12"
2024-09-04 07:52:30 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" ,
"integrity" : "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" ,
"license" : "MIT" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-30 13:13:49 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"node_modules/zwitch" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz" ,
"integrity" : "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==" ,
2024-08-14 11:13:58 +02:00
"license" : "MIT" ,
2024-08-14 13:03:50 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"packages/bridge-common" : {
"name" : "@link-stack/bridge-common" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"license" : "AGPL-3.0-or-later" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@auth/kysely-adapter" : "^1.7.4" ,
2024-08-14 13:03:50 +02:00
"graphile-worker" : "^0.16.6" ,
"kysely" : "0.26.1" ,
2024-11-25 09:31:25 +01:00
"pg" : "^8.13.1"
2024-08-06 08:36:03 +02:00
} ,
2024-08-14 13:03:50 +02:00
"devDependencies" : {
2024-09-27 13:11:31 +02:00
"@link-stack/eslint-config" : "*" ,
2024-08-14 13:03:50 +02:00
"@link-stack/typescript-config" : "*" ,
2025-01-15 14:15:02 +01:00
"typescript" : "^5.7.3"
2024-08-14 13:03:50 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"packages/bridge-common/node_modules/kysely" : {
"version" : "0.26.1" ,
"resolved" : "https://registry.npmjs.org/kysely/-/kysely-0.26.1.tgz" ,
"integrity" : "sha512-FVRomkdZofBu3O8SiwAOXrwbhPZZr8mBN5ZeUWyprH29jzvy6Inzqbd0IMmGxpd4rcOCL9HyyBNWBa8FBqDAdg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"packages/bridge-ui" : {
"name" : "@link-stack/bridge-ui" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"@link-stack/bridge-common" : "*" ,
2024-08-14 13:03:50 +02:00
"@link-stack/signal-api" : "*" ,
2025-01-15 14:15:02 +01:00
"@link-stack/ui" : "*" ,
2024-11-25 09:31:25 +01:00
"@mui/material" : "^6" ,
2025-01-26 12:24:57 +01:00
"@mui/x-data-grid-pro" : "^7.24.1" ,
2024-08-14 13:03:50 +02:00
"kysely" : "0.26.1" ,
2025-01-26 12:24:57 +01:00
"next" : "15.1.6" ,
2024-12-13 13:20:37 +01:00
"react" : "19.0.0" ,
"react-dom" : "19.0.0" ,
2024-09-27 13:11:31 +02:00
"react-qr-code" : "^2.0.15"
2024-04-21 16:59:50 +02:00
} ,
2024-08-14 13:03:50 +02:00
"devDependencies" : {
2025-01-26 12:24:57 +01:00
"@types/node" : "^22.10.10" ,
"@types/react" : "19.0.8" ,
2025-01-15 14:15:02 +01:00
"@types/react-dom" : "^19.0.3" ,
"typescript" : "5.7.3"
2024-08-06 08:36:03 +02:00
}
} ,
2024-09-27 13:11:31 +02:00
"packages/bridge-ui/node_modules/kysely" : {
"version" : "0.26.1" ,
"resolved" : "https://registry.npmjs.org/kysely/-/kysely-0.26.1.tgz" ,
"integrity" : "sha512-FVRomkdZofBu3O8SiwAOXrwbhPZZr8mBN5ZeUWyprH29jzvy6Inzqbd0IMmGxpd4rcOCL9HyyBNWBa8FBqDAdg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
2024-08-14 13:03:50 +02:00
"packages/eslint-config" : {
"name" : "@link-stack/eslint-config" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
2025-01-15 14:15:02 +01:00
"@babel/eslint-parser" : "7.26.5" ,
"@rushstack/eslint-patch" : "^1.10.5" ,
2025-01-26 12:24:57 +01:00
"@typescript-eslint/eslint-plugin" : "^8.21.0" ,
"@typescript-eslint/parser" : "^8.21.0" ,
2025-01-15 14:15:02 +01:00
"eslint-config-prettier" : "^10.0.1" ,
2024-08-14 13:03:50 +02:00
"eslint-config-xo-space" : "^0.35.0" ,
"eslint-plugin-eslint-comments" : "^3.2.0" ,
2024-11-25 09:31:25 +01:00
"eslint-plugin-import" : "^2.31.0" ,
2025-01-15 14:15:02 +01:00
"eslint-plugin-jest" : "^28.11.0" ,
2024-12-13 13:20:37 +01:00
"eslint-plugin-promise" : "^7.2.1" ,
2024-11-25 09:31:25 +01:00
"eslint-plugin-unicorn" : "56.0.1"
2024-08-14 13:03:50 +02:00
} ,
"devDependencies" : {
"eslint" : "^8" ,
"jest" : "^29.7.0" ,
2025-01-15 14:15:02 +01:00
"typescript" : "^5.7.3"
2024-08-14 13:03:50 +02:00
} ,
"peerDependencies" : {
"typescript" : "^4.9.5"
}
2024-08-06 08:36:03 +02:00
} ,
2024-12-13 13:20:37 +01:00
"packages/eslint-config/node_modules/@eslint/eslintrc" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz" ,
"integrity" : "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^9.6.0" ,
"globals" : "^13.19.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"js-yaml" : "^4.1.0" ,
"minimatch" : "^3.1.2" ,
"strip-json-comments" : "^3.1.1"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"packages/eslint-config/node_modules/@eslint/js" : {
"version" : "8.57.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz" ,
"integrity" : "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
"packages/eslint-config/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"packages/eslint-config/node_modules/doctrine" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" ,
"integrity" : "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"esutils" : "^2.0.2"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"packages/eslint-config/node_modules/eslint" : {
"version" : "8.57.1" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz" ,
"integrity" : "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==" ,
"deprecated" : "This version is no longer supported. Please see https://eslint.org/version-support for other options." ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.6.1" ,
"@eslint/eslintrc" : "^2.1.4" ,
"@eslint/js" : "8.57.1" ,
"@humanwhocodes/config-array" : "^0.13.0" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@nodelib/fs.walk" : "^1.2.8" ,
"@ungap/structured-clone" : "^1.2.0" ,
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.2" ,
"debug" : "^4.3.2" ,
"doctrine" : "^3.0.0" ,
"escape-string-regexp" : "^4.0.0" ,
"eslint-scope" : "^7.2.2" ,
"eslint-visitor-keys" : "^3.4.3" ,
"espree" : "^9.6.1" ,
"esquery" : "^1.4.2" ,
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^6.0.1" ,
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"globals" : "^13.19.0" ,
"graphemer" : "^1.4.0" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"is-path-inside" : "^3.0.3" ,
"js-yaml" : "^4.1.0" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"levn" : "^0.4.1" ,
"lodash.merge" : "^4.6.2" ,
"minimatch" : "^3.1.2" ,
"natural-compare" : "^1.4.0" ,
"optionator" : "^0.9.3" ,
"strip-ansi" : "^6.0.1" ,
"text-table" : "^0.2.0"
} ,
"bin" : {
"eslint" : "bin/eslint.js"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"packages/eslint-config/node_modules/eslint-scope" : {
"version" : "7.2.2" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz" ,
"integrity" : "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"packages/eslint-config/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"packages/eslint-config/node_modules/espree" : {
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" ,
"integrity" : "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"acorn" : "^8.9.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^3.4.1"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"packages/eslint-config/node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=4.0"
}
} ,
"packages/eslint-config/node_modules/file-entry-cache" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz" ,
"integrity" : "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"flat-cache" : "^3.0.4"
} ,
"engines" : {
"node" : "^10.12.0 || >=12.0.0"
}
} ,
"packages/eslint-config/node_modules/flat-cache" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz" ,
"integrity" : "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.3" ,
"rimraf" : "^3.0.2"
} ,
"engines" : {
"node" : "^10.12.0 || >=12.0.0"
}
} ,
"packages/eslint-config/node_modules/globals" : {
"version" : "13.24.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" ,
"integrity" : "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"type-fest" : "^0.20.2"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"packages/eslint-config/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"packages/eslint-config/node_modules/type-fest" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" ,
"integrity" : "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" ,
"dev" : true ,
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-08-14 13:03:50 +02:00
"packages/jest-config" : {
"name" : "@link-stack/jest-config" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"license" : "AGPL-3.0-or-later" ,
2024-08-06 08:36:03 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@types/jest" : "^29.5.14" ,
2024-08-14 13:03:50 +02:00
"jest" : "^29.7.0" ,
"jest-junit" : "^16.0.0"
2024-04-21 21:13:53 +02:00
} ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=14"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"packages/leafcutter-ui" : {
"name" : "@link-stack/leafcutter-ui" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2024-12-13 13:20:37 +01:00
"@emotion/react" : "^11.14.0" ,
"@emotion/styled" : "^11.14.0" ,
2024-08-14 13:03:50 +02:00
"@link-stack/opensearch-common" : "*" ,
2024-11-25 09:31:25 +01:00
"@mui/icons-material" : "^6" ,
"@mui/material" : "^6" ,
2025-01-26 12:24:57 +01:00
"@mui/x-data-grid-pro" : "^7.24.1" ,
"@mui/x-date-pickers-pro" : "^7.24.1" ,
2024-09-27 11:22:45 +02:00
"date-fns" : "^4.1.0" ,
2025-01-26 12:24:57 +01:00
"next" : "15.1.6" ,
2024-12-13 13:20:37 +01:00
"next-auth" : "^4.24.11" ,
"react" : "19.0.0" ,
2024-11-25 09:31:25 +01:00
"react-cookie" : "^7.2.2" ,
2024-12-13 13:20:37 +01:00
"react-dom" : "19.0.0" ,
2024-08-14 13:03:50 +02:00
"react-iframe" : "^1.8.5" ,
2025-01-15 14:15:02 +01:00
"react-markdown" : "^9.0.3" ,
2024-09-27 13:11:31 +02:00
"react-polyglot" : "^0.7.2"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"devDependencies" : {
2024-09-27 13:11:31 +02:00
"@link-stack/eslint-config" : "*" ,
"@link-stack/typescript-config" : "*" ,
2025-01-26 12:24:57 +01:00
"@types/node" : "^22.10.10" ,
"@types/react" : "19.0.8" ,
2025-01-15 14:15:02 +01:00
"typescript" : "5.7.3"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"packages/opensearch-common" : {
"name" : "@link-stack/opensearch-common" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2025-01-26 12:24:57 +01:00
"@opensearch-project/opensearch" : "^3.2.0" ,
2025-01-15 14:15:02 +01:00
"uuid" : "^11.0.5"
2024-08-14 11:13:58 +02:00
} ,
2024-08-14 13:03:50 +02:00
"devDependencies" : {
"@link-stack/eslint-config" : "*" ,
"@link-stack/typescript-config" : "*" ,
2025-01-26 12:24:57 +01:00
"@types/node" : "^22.10.10" ,
2024-08-14 13:03:50 +02:00
"@types/uuid" : "^10.0.0" ,
2025-01-15 14:15:02 +01:00
"typescript" : "5.7.3"
2024-08-06 08:36:03 +02:00
}
} ,
2024-08-14 13:03:50 +02:00
"packages/signal-api" : {
"name" : "@link-stack/signal-api" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"devDependencies" : {
"@link-stack/eslint-config" : "*" ,
"@link-stack/typescript-config" : "*" ,
2025-01-26 12:24:57 +01:00
"@openapitools/openapi-generator-cli" : "^2.16.2" ,
2024-08-14 13:03:50 +02:00
"@types/node" : "^22" ,
"typescript" : "^5"
}
} ,
"packages/typescript-config" : {
"name" : "@link-stack/typescript-config" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"license" : "AGPL-3.0-or-later" ,
2024-08-14 11:13:58 +02:00
"engines" : {
2024-08-14 13:03:50 +02:00
"node" : ">=20"
}
} ,
"packages/ui" : {
"name" : "@link-stack/ui" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-08-14 13:03:50 +02:00
"dependencies" : {
2024-11-25 09:31:25 +01:00
"@mui/icons-material" : "^6" ,
"@mui/material" : "^6" ,
2025-01-26 12:24:57 +01:00
"@mui/x-data-grid-pro" : "^7.24.1" ,
"@mui/x-license" : "^7.24.1" ,
"next" : "15.1.6" ,
2024-12-13 13:20:37 +01:00
"react" : "19.0.0" ,
"react-dom" : "19.0.0"
2024-08-14 13:03:50 +02:00
} ,
"devDependencies" : {
2025-01-26 12:24:57 +01:00
"@types/node" : "^22.10.10" ,
"@types/react" : "19.0.8" ,
2025-01-15 14:15:02 +01:00
"typescript" : "^5.7.3"
2024-09-04 07:52:30 +02:00
}
} ,
2024-04-21 16:59:50 +02:00
"packages/zammad-addon-bridge" : {
2024-06-05 08:52:41 +02:00
"name" : "@link-stack/zammad-addon-bridge" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-04-21 16:59:50 +02:00
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
2024-06-05 08:52:41 +02:00
"@link-stack/zammad-addon-common" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
"packages/zammad-addon-common" : {
2024-06-05 08:52:41 +02:00
"name" : "@link-stack/zammad-addon-common" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-04-21 16:59:50 +02:00
"license" : "AGPL-3.0-or-later" ,
2024-09-04 07:52:30 +02:00
"dependencies" : {
2025-01-15 14:15:02 +01:00
"glob" : "^11.0.1"
2024-09-04 07:52:30 +02:00
} ,
2024-04-21 16:59:50 +02:00
"bin" : {
"zpm-build" : "dist/build.js" ,
"zpm-migrate" : "dist/migrate.js"
2024-08-14 13:03:50 +02:00
} ,
"devDependencies" : {
2025-01-26 12:24:57 +01:00
"@types/node" : "^22.10.10" ,
2024-08-14 13:03:50 +02:00
"typescript" : "^5"
2024-04-21 16:59:50 +02:00
}
} ,
2024-09-04 07:52:30 +02:00
"packages/zammad-addon-common/node_modules/glob" : {
2025-01-15 14:15:02 +01:00
"version" : "11.0.1" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz" ,
"integrity" : "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==" ,
2024-09-04 07:52:30 +02:00
"license" : "ISC" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^4.0.1" ,
"minimatch" : "^10.0.0" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^2.0.0"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"engines" : {
"node" : "20 || >=22"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"packages/zammad-addon-common/node_modules/minimatch" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz" ,
"integrity" : "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : "20 || >=22"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2024-04-21 16:59:50 +02:00
"packages/zammad-addon-hardening" : {
2024-06-05 08:52:41 +02:00
"name" : "@link-stack/zammad-addon-hardening" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-04-21 16:59:50 +02:00
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
2024-06-05 08:52:41 +02:00
"@link-stack/zammad-addon-common" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
"packages/zammad-addon-leafcutter" : {
2024-06-05 08:52:41 +02:00
"name" : "@link-stack/zammad-addon-leafcutter" ,
2025-01-15 14:15:02 +01:00
"version" : "2.4.0b1" ,
2024-04-21 16:59:50 +02:00
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
2024-06-05 08:52:41 +02:00
"@link-stack/zammad-addon-common" : "*"
2024-04-21 16:59:50 +02:00
}
}
}
}