2024-04-21 16:59:50 +02:00
{
"name" : "link-stack" ,
"version" : "2.2.0" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "link-stack" ,
"version" : "2.2.0" ,
"license" : "AGPL-3.0-or-later" ,
"workspaces" : [
"apps/*" ,
"packages/*" ,
"database/*"
] ,
"devDependencies" : {
"dotenv-cli" : "latest" ,
2024-04-21 21:13:53 +02:00
"eslint" : "^8"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=20" ,
"npm" : ">=10"
}
} ,
"apps/bridge-frontend" : {
"version" : "0.1.0" ,
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@auth/kysely-adapter" : "^1.1.0" ,
2024-04-21 16:59:50 +02:00
"@emotion/cache" : "^11.11.0" ,
"@emotion/react" : "^11.11.4" ,
"@emotion/styled" : "^11.11.5" ,
"@mui/icons-material" : "^5" ,
"@mui/lab" : "^5.0.0-alpha.170" ,
"@mui/material" : "^5" ,
"@mui/material-nextjs" : "^5.15.11" ,
2024-05-14 09:40:58 +02:00
"@mui/x-data-grid-pro" : "^7.4.0" ,
"@mui/x-date-pickers-pro" : "^7.4.0" ,
2024-04-21 16:59:50 +02:00
"@mui/x-license" : "^7.2.0" ,
2024-04-30 13:13:49 +02:00
"bridge-common" : "*" ,
"bridge-ui" : "*" ,
2024-04-21 16:59:50 +02:00
"date-fns" : "^3.6.0" ,
2024-04-23 10:31:26 +02:00
"dotenv" : "^16.4.5" ,
2024-04-29 17:27:25 +02:00
"graphile-worker" : "^0.16.6" ,
2024-05-08 07:32:29 +02:00
"kysely" : "0.26.1" ,
2024-04-21 16:59:50 +02:00
"material-ui-popup-state" : "^5.1.0" ,
"mui-chips-input" : "^2.1.4" ,
2024-04-26 15:49:58 +02:00
"next" : "14.2.3" ,
2024-04-21 16:59:50 +02:00
"next-auth" : "^4.24.7" ,
"pg" : "^8.11.5" ,
2024-05-08 07:32:29 +02:00
"react" : "18.3.1" ,
2024-04-21 16:59:50 +02:00
"react-cookie" : "^7.1.4" ,
"react-digit-input" : "^2.1.0" ,
2024-05-08 07:32:29 +02:00
"react-dom" : "18.3.1" ,
2024-05-14 09:40:58 +02:00
"react-qr-code" : "^2.0.13" ,
2024-04-21 16:59:50 +02:00
"react-timer-hook" : "^3.0.7" ,
2024-05-14 09:40:58 +02:00
"sharp" : "^0.33.3" ,
2024-05-08 07:32:29 +02:00
"tss-react" : "^4.9.10" ,
2024-05-14 09:40:58 +02:00
"tsx" : "^4.10.2" ,
2024-04-21 16:59:50 +02:00
"ui" : "*"
} ,
"devDependencies" : {
"@types/node" : "^20" ,
2024-05-08 07:32:29 +02:00
"@types/pg" : "^8.11.6" ,
2024-04-21 16:59:50 +02:00
"@types/react" : "^18" ,
"@types/react-dom" : "^18" ,
"eslint" : "^8" ,
2024-04-26 15:49:58 +02:00
"eslint-config-next" : "14.2.3" ,
2024-04-21 16:59:50 +02:00
"ts-config" : "*" ,
"typescript" : "^5"
}
} ,
2024-04-23 13:36:51 +02:00
"apps/bridge-frontend/node_modules/@auth/kysely-adapter" : {
2024-05-14 09:40:58 +02:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@auth/kysely-adapter/-/kysely-adapter-1.1.0.tgz" ,
"integrity" : "sha512-9Kv3IOV6q4USNEfw9dVl7bGuVM+5yjDRXlJL1hh4mPPZkL+G32Rc2TxNIr7KCanb3PivZpSFidbYvvSzKwIQeg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@auth/core" : "0.31.0"
2024-04-21 16:59:50 +02:00
} ,
"peerDependencies" : {
2024-04-23 13:36:51 +02:00
"kysely" : "^0.26.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-04-23 13:36:51 +02:00
"apps/bridge-frontend/node_modules/kysely" : {
2024-05-08 07:32:29 +02:00
"version" : "0.26.1" ,
"resolved" : "https://registry.npmjs.org/kysely/-/kysely-0.26.1.tgz" ,
"integrity" : "sha512-FVRomkdZofBu3O8SiwAOXrwbhPZZr8mBN5ZeUWyprH29jzvy6Inzqbd0IMmGxpd4rcOCL9HyyBNWBa8FBqDAdg==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-04-23 13:36:51 +02:00
"node" : ">=14.0.0"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-07 14:16:01 +02:00
"apps/bridge-whatsapp" : {
"version" : "0.3.0" ,
2024-04-21 16:59:50 +02:00
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
2024-05-07 14:16:01 +02:00
"@adiwajshing/keyed-db" : "0.2.4" ,
"@hapi/boom" : "^10.0.1" ,
"@hapi/hapi" : "^21.3.9" ,
"@hapipal/schmervice" : "^3.0.0" ,
"@hapipal/toys" : "^4.0.0" ,
"@types/hapi-auth-bearer-token" : "^6.1.8" ,
"@whiskeysockets/baileys" : "^6.7.2" ,
2024-04-30 11:39:16 +02:00
"bridge-common" : "*" ,
2024-05-07 14:16:01 +02:00
"hapi-auth-bearer-token" : "^8.0.0" ,
"hapi-pino" : "^12.1.0" ,
2024-05-14 09:40:58 +02:00
"kysely" : "^0.26.1"
2024-04-21 16:59:50 +02:00
} ,
"devDependencies" : {
2024-05-07 14:16:01 +02:00
"@types/node" : "*" ,
"eslint-config" : "*" ,
"jest-config" : "*" ,
2024-04-21 16:59:50 +02:00
"ts-config" : "*" ,
2024-05-14 09:40:58 +02:00
"tsx" : "^4.10.2" ,
2024-04-21 16:59:50 +02:00
"typescript" : "^5.4.5"
}
} ,
2024-05-14 09:40:58 +02:00
"apps/bridge-whatsapp/node_modules/kysely" : {
"version" : "0.26.3" ,
"resolved" : "https://registry.npmjs.org/kysely/-/kysely-0.26.3.tgz" ,
"integrity" : "sha512-yWSgGi9bY13b/W06DD2OCDDHQmq1kwTGYlQ4wpZkMOJqMGCstVCFIvxCCVG4KfY1/3G0MhDAcZsip/Lw8/vJWw==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-14 09:40:58 +02:00
"node" : ">=14.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"apps/bridge-worker" : {
"version" : "0.2.0" ,
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
"@hapi/wreck" : "^18.1.0" ,
"bridge-common" : "*" ,
"fluent-ffmpeg" : "^2.1.2" ,
"graphile-worker" : "^0.16.6" ,
"html-to-text" : "^9.0.5" ,
"jest" : "^29.7.0" ,
"kysely" : "^0.27.3" ,
"pg" : "^8.11.5" ,
"remeda" : "^1.61.0" ,
"twilio" : "^5.0.4"
} ,
"devDependencies" : {
"@babel/core" : "7.24.5" ,
"@babel/preset-env" : "7.24.5" ,
"@babel/preset-typescript" : "7.24.1" ,
"@types/fluent-ffmpeg" : "^2.1.24" ,
"dotenv-cli" : "^7.4.2" ,
"eslint" : "^9.0.0" ,
"prettier" : "^3.2.5" ,
"ts-config" : "*" ,
"ts-node" : "^10.9.2" ,
"typedoc" : "^0.25.13" ,
"typescript" : "^5.4.5"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"apps/bridge-worker/node_modules/eslint" : {
"version" : "9.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-9.2.0.tgz" ,
"integrity" : "sha512-0n/I88vZpCOzO+PQpt0lbsqmn9AsnsJAQseIqhZFI8ibQT0U1AkEKRxA3EVMos0BoHSXDQvCXY25TUjB5tr8Og==" ,
2024-04-21 16:59:50 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.6.1" ,
"@eslint/eslintrc" : "^3.0.2" ,
"@eslint/js" : "9.2.0" ,
"@humanwhocodes/config-array" : "^0.13.0" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@humanwhocodes/retry" : "^0.2.3" ,
"@nodelib/fs.walk" : "^1.2.8" ,
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.2" ,
"debug" : "^4.3.2" ,
"escape-string-regexp" : "^4.0.0" ,
"eslint-scope" : "^8.0.1" ,
"eslint-visitor-keys" : "^4.0.0" ,
"espree" : "^10.0.1" ,
"esquery" : "^1.4.2" ,
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^8.0.0" ,
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"is-path-inside" : "^3.0.3" ,
"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"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"eslint" : "bin/eslint.js"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://opencollective.com/eslint"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"apps/leafcutter" : {
"version" : "0.2.0" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@emotion/cache" : "^11.11.0" ,
"@emotion/react" : "^11.11.4" ,
"@emotion/server" : "^11.11.0" ,
"@emotion/styled" : "^11.11.5" ,
"@mui/icons-material" : "^5" ,
"@mui/lab" : "^5.0.0-alpha.170" ,
"@mui/material" : "^5" ,
2024-05-14 09:40:58 +02:00
"@mui/x-data-grid-pro" : "^7.4.0" ,
"@mui/x-date-pickers-pro" : "^7.4.0" ,
"@opensearch-project/opensearch" : "^2.8.0" ,
2024-05-08 07:32:29 +02:00
"cryptr" : "^6.3.0" ,
"date-fns" : "^3.6.0" ,
"http-proxy-middleware" : "^3.0.0" ,
"leafcutter-ui" : "*" ,
"material-ui-popup-state" : "^5.1.0" ,
"next" : "14.2.3" ,
"next-auth" : "^4.24.7" ,
"next-http-proxy-middleware" : "^1.2.6" ,
"nodemailer" : "^6.9.13" ,
"opensearch-common" : "*" ,
"react" : "18.3.1" ,
"react-cookie" : "^7.1.4" ,
"react-cookie-consent" : "^9.0.0" ,
"react-dom" : "18.3.1" ,
"react-iframe" : "^1.8.5" ,
"react-markdown" : "^9.0.1" ,
"react-polyglot" : "^0.7.2" ,
"sharp" : "^0.33.3" ,
"swr" : "^2.2.5" ,
"tss-react" : "^4.9.10" ,
"uuid" : "^9.0.1"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"devDependencies" : {
"@babel/core" : "^7.24.5" ,
2024-05-14 09:40:58 +02:00
"@types/node" : "^20.12.11" ,
"@types/react" : "18.3.2" ,
2024-05-08 07:32:29 +02:00
"@types/uuid" : "^9.0.8" ,
"babel-loader" : "^9.1.3" ,
"eslint" : "^8.0.0" ,
"eslint-config-next" : "^14.2.3" ,
"eslint-config-prettier" : "^9.1.0" ,
"eslint-plugin-import" : "^2.29.1" ,
"eslint-plugin-jsx-a11y" : "^6.8.0" ,
"eslint-plugin-prettier" : "^5.1.3" ,
"eslint-plugin-react" : "^7.34.1" ,
"typescript" : "5.4.5"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"apps/link" : {
"version" : "0.0.1" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@chatscope/chat-ui-kit-react" : "^2.0.3" ,
"@chatscope/chat-ui-kit-styles" : "^1.4.0" ,
"@emotion/cache" : "^11.11.0" ,
"@emotion/react" : "^11.11.4" ,
"@emotion/server" : "^11.11.0" ,
"@emotion/styled" : "^11.11.5" ,
"@mui/icons-material" : "^5" ,
"@mui/lab" : "^5.0.0-alpha.170" ,
"@mui/material" : "^5" ,
2024-05-14 09:40:58 +02:00
"@mui/x-data-grid-pro" : "^7.4.0" ,
"@mui/x-date-pickers-pro" : "^7.4.0" ,
"bridge-common" : "*" ,
2024-05-08 07:32:29 +02:00
"bridge-ui" : "*" ,
"date-fns" : "^3.6.0" ,
2024-05-14 09:40:58 +02:00
"graphql" : "^16.8.1" ,
"graphql-request" : "^7.0.1" ,
2024-05-08 07:32:29 +02:00
"leafcutter-ui" : "*" ,
"material-ui-popup-state" : "^5.1.0" ,
"mui-chips-input" : "^2.1.4" ,
"next" : "14.2.3" ,
"next-auth" : "^4.24.7" ,
"opensearch-common" : "*" ,
"react" : "18.3.1" ,
"react-cookie" : "^7.1.4" ,
"react-dom" : "18.3.1" ,
"react-iframe" : "^1.8.5" ,
"react-polyglot" : "^0.7.2" ,
"sharp" : "^0.33.3" ,
"swr" : "^2.2.5" ,
"tss-react" : "^4.9.10" ,
"twilio-client" : "^1.15.1" ,
"ui" : "*"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"devDependencies" : {
"@babel/core" : "^7.24.5" ,
2024-05-14 09:40:58 +02:00
"@types/node" : "^20.12.11" ,
"@types/react" : "18.3.2" ,
2024-05-08 07:32:29 +02:00
"@types/uuid" : "^9.0.8" ,
"babel-loader" : "^9.1.3" ,
"eslint" : "^8.0.0" ,
"eslint-config-next" : "^14.2.3" ,
"eslint-config-prettier" : "^9.1.0" ,
"eslint-plugin-import" : "^2.29.1" ,
"eslint-plugin-jsx-a11y" : "^6.8.0" ,
"eslint-plugin-prettier" : "^5.1.3" ,
"eslint-plugin-react" : "^7.34.1" ,
"typescript" : "5.4.5"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@ampproject/remapping" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz" ,
"integrity" : "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@auth/core" : {
2024-05-14 09:40:58 +02:00
"version" : "0.31.0" ,
"resolved" : "https://registry.npmjs.org/@auth/core/-/core-0.31.0.tgz" ,
"integrity" : "sha512-UKk3psvA1cRbk4/c9CkpWB8mdWrkKvzw0DmEYRsWolUQytQ2cRqx+hYuV6ZCsngw/xbj9hpmkZmAZEyq2g4fMg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@panva/hkdf" : "^1.1.1" ,
"@types/cookie" : "0.6.0" ,
"cookie" : "0.6.0" ,
"jose" : "^5.1.3" ,
"oauth4webapi" : "^2.4.0" ,
"preact" : "10.11.3" ,
"preact-render-to-string" : "5.2.3"
2024-04-21 16:59:50 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +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" : {
"@simplewebauthn/browser" : {
"optional" : true
} ,
"@simplewebauthn/server" : {
"optional" : true
} ,
"nodemailer" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/code-frame" : {
"version" : "7.24.2" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz" ,
"integrity" : "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/highlight" : "^7.24.2" ,
"picocolors" : "^1.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/compat-data" : {
"version" : "7.24.4" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz" ,
"integrity" : "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/core" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz" ,
"integrity" : "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@ampproject/remapping" : "^2.2.0" ,
"@babel/code-frame" : "^7.24.2" ,
"@babel/generator" : "^7.24.5" ,
"@babel/helper-compilation-targets" : "^7.23.6" ,
"@babel/helper-module-transforms" : "^7.24.5" ,
"@babel/helpers" : "^7.24.5" ,
"@babel/parser" : "^7.24.5" ,
"@babel/template" : "^7.24.0" ,
"@babel/traverse" : "^7.24.5" ,
"@babel/types" : "^7.24.5" ,
"convert-source-map" : "^2.0.0" ,
"debug" : "^4.1.0" ,
"gensync" : "^1.0.0-beta.2" ,
"json5" : "^2.2.3" ,
"semver" : "^6.3.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/babel"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/eslint-parser" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz" ,
"integrity" : "sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@nicolo-ribaudo/eslint-scope-5-internals" : "5.1.1-v1" ,
"eslint-visitor-keys" : "^2.1.0" ,
"semver" : "^6.3.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^10.13.0 || ^12.13.0 || >=14.0.0"
2024-04-21 16:59:50 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.11.0" ,
"eslint" : "^7.5.0 || ^8.0.0 || ^9.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/eslint-parser/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==" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@babel/generator" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz" ,
"integrity" : "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/types" : "^7.24.5" ,
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25" ,
"jsesc" : "^2.5.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-annotate-as-pure" : {
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz" ,
"integrity" : "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==" ,
2024-04-21 16:59:50 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/types" : "^7.22.5"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor" : {
"version" : "7.22.15" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz" ,
"integrity" : "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==" ,
2024-04-21 16:59:50 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/types" : "^7.22.15"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-compilation-targets" : {
"version" : "7.23.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz" ,
"integrity" : "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/compat-data" : "^7.23.5" ,
"@babel/helper-validator-option" : "^7.23.5" ,
"browserslist" : "^4.22.2" ,
"lru-cache" : "^5.1.1" ,
"semver" : "^6.3.1"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-create-class-features-plugin" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz" ,
"integrity" : "sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==" ,
2024-04-21 16:59:50 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"@babel/helper-environment-visitor" : "^7.22.20" ,
2024-05-07 14:16:01 +02:00
"@babel/helper-function-name" : "^7.23.0" ,
2024-05-08 07:32:29 +02:00
"@babel/helper-member-expression-to-functions" : "^7.24.5" ,
"@babel/helper-optimise-call-expression" : "^7.22.5" ,
"@babel/helper-replace-supers" : "^7.24.1" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.22.5" ,
"@babel/helper-split-export-declaration" : "^7.24.5" ,
"semver" : "^6.3.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-create-regexp-features-plugin" : {
"version" : "7.22.15" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz" ,
"integrity" : "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"regexpu-core" : "^5.3.1" ,
"semver" : "^6.3.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
2024-05-07 14:16:01 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-define-polyfill-provider" : {
"version" : "0.6.2" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz" ,
"integrity" : "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-compilation-targets" : "^7.22.6" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"debug" : "^4.1.1" ,
"lodash.debounce" : "^4.0.8" ,
"resolve" : "^1.14.2"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
}
} ,
"node_modules/@babel/helper-environment-visitor" : {
"version" : "7.22.20" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz" ,
"integrity" : "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-function-name" : {
"version" : "7.23.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz" ,
"integrity" : "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/template" : "^7.22.15" ,
"@babel/types" : "^7.23.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-hoist-variables" : {
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz" ,
"integrity" : "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/types" : "^7.22.5"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-member-expression-to-functions" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz" ,
"integrity" : "sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/types" : "^7.24.5"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-module-imports" : {
"version" : "7.24.3" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz" ,
"integrity" : "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/types" : "^7.24.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-module-transforms" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz" ,
"integrity" : "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-module-imports" : "^7.24.3" ,
"@babel/helper-simple-access" : "^7.24.5" ,
"@babel/helper-split-export-declaration" : "^7.24.5" ,
"@babel/helper-validator-identifier" : "^7.24.5"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-optimise-call-expression" : {
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz" ,
"integrity" : "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/types" : "^7.22.5"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-plugin-utils" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz" ,
"integrity" : "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-remap-async-to-generator" : {
"version" : "7.22.20" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz" ,
"integrity" : "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-wrap-function" : "^7.22.20"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-replace-supers" : {
2024-05-07 14:16:01 +02:00
"version" : "7.24.1" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz" ,
"integrity" : "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-member-expression-to-functions" : "^7.23.0" ,
"@babel/helper-optimise-call-expression" : "^7.22.5"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-simple-access" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz" ,
"integrity" : "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/types" : "^7.24.5"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-skip-transparent-expression-wrappers" : {
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz" ,
"integrity" : "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/types" : "^7.22.5"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-split-export-declaration" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz" ,
"integrity" : "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/types" : "^7.24.5"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-string-parser" : {
2024-05-07 14:16:01 +02:00
"version" : "7.24.1" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz" ,
"integrity" : "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz" ,
"integrity" : "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-validator-option" : {
"version" : "7.23.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz" ,
"integrity" : "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==" ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helper-wrap-function" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.5.tgz" ,
"integrity" : "sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-function-name" : "^7.23.0" ,
"@babel/template" : "^7.24.0" ,
"@babel/types" : "^7.24.5"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/helpers" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz" ,
"integrity" : "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/template" : "^7.24.0" ,
"@babel/traverse" : "^7.24.5" ,
"@babel/types" : "^7.24.5"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/highlight" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz" ,
"integrity" : "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-validator-identifier" : "^7.24.5" ,
"chalk" : "^2.4.2" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/highlight/node_modules/ansi-styles" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" ,
"integrity" : "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"color-convert" : "^1.9.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/highlight/node_modules/chalk" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" ,
"integrity" : "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ansi-styles" : "^3.2.1" ,
"escape-string-regexp" : "^1.0.5" ,
"supports-color" : "^5.3.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/highlight/node_modules/color-convert" : {
"version" : "1.9.3" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" ,
"integrity" : "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"color-name" : "1.1.3"
}
} ,
"node_modules/@babel/highlight/node_modules/color-name" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" ,
"integrity" : "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
} ,
"node_modules/@babel/highlight/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==" ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.8.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/highlight/node_modules/has-flag" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" ,
"integrity" : "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/supports-color" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" ,
"integrity" : "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"has-flag" : "^3.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
}
} ,
"node_modules/@babel/parser" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz" ,
"integrity" : "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==" ,
"bin" : {
"parser" : "bin/babel-parser.js"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=6.0.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz" ,
"integrity" : "sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-plugin-utils" : "^7.24.5"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" : {
2024-05-07 14:16:01 +02:00
"version" : "7.24.1" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz" ,
"integrity" : "sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" : {
2024-05-07 14:16:01 +02:00
"version" : "7.24.1" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz" ,
"integrity" : "sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.22.5" ,
"@babel/plugin-transform-optional-chaining" : "^7.24.1"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.13.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" : {
2024-05-07 14:16:01 +02:00
"version" : "7.24.1" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz" ,
"integrity" : "sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-environment-visitor" : "^7.22.20" ,
2024-05-07 14:16:01 +02:00
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-proposal-private-property-in-object" : {
"version" : "7.21.0-placeholder-for-preset-env.2" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz" ,
"integrity" : "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
2024-05-07 14:16:01 +02:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
2024-05-07 14:16:01 +02:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.12.13"
2024-05-07 14:16:01 +02:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.14.5"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-syntax-dynamic-import" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz" ,
"integrity" : "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
2024-05-07 14:16:01 +02:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-syntax-export-namespace-from" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz" ,
"integrity" : "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.8.3"
2024-05-07 14:16:01 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-syntax-import-assertions" : {
2024-05-07 14:16:01 +02:00
"version" : "7.24.1" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz" ,
"integrity" : "sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-syntax-import-attributes" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz" ,
"integrity" : "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 10:31:26 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
2024-05-08 07:32:29 +02:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.10.4"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
2024-04-21 21:13:53 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-syntax-jsx" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz" ,
"integrity" : "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=6.9.0"
2024-05-08 07:32:29 +02:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.10.4"
2024-04-21 21:13:53 +02:00
} ,
2024-05-07 14:16:01 +02:00
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.8.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-08 07:32:29 +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==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.14.5"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=6.9.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-syntax-typescript" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz" ,
"integrity" : "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-syntax-unicode-sets-regex" : {
"version" : "7.18.6" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz" ,
"integrity" : "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-create-regexp-features-plugin" : "^7.18.6" ,
"@babel/helper-plugin-utils" : "^7.18.6"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=6.9.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-arrow-functions" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz" ,
"integrity" : "sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-async-generator-functions" : {
"version" : "7.24.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz" ,
"integrity" : "sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/helper-remap-async-to-generator" : "^7.22.20" ,
"@babel/plugin-syntax-async-generators" : "^7.8.4"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
2024-05-07 14:16:01 +02:00
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-async-to-generator" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz" ,
"integrity" : "sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.24.1" ,
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/helper-remap-async-to-generator" : "^7.22.20"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-block-scoped-functions" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz" ,
"integrity" : "sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-block-scoping" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz" ,
"integrity" : "sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.5"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-class-properties" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz" ,
"integrity" : "sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-create-class-features-plugin" : "^7.24.1" ,
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-class-static-block" : {
"version" : "7.24.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz" ,
"integrity" : "sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-create-class-features-plugin" : "^7.24.4" ,
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/plugin-syntax-class-static-block" : "^7.14.5"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.12.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-classes" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz" ,
"integrity" : "sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"@babel/helper-compilation-targets" : "^7.23.6" ,
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-function-name" : "^7.23.0" ,
"@babel/helper-plugin-utils" : "^7.24.5" ,
"@babel/helper-replace-supers" : "^7.24.1" ,
"@babel/helper-split-export-declaration" : "^7.24.5" ,
"globals" : "^11.1.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-computed-properties" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz" ,
"integrity" : "sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/template" : "^7.24.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-destructuring" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz" ,
"integrity" : "sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.5"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-dotall-regex" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz" ,
"integrity" : "sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-create-regexp-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-duplicate-keys" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz" ,
"integrity" : "sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-dynamic-import" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz" ,
"integrity" : "sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/plugin-syntax-dynamic-import" : "^7.8.3"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-exponentiation-operator" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz" ,
"integrity" : "sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-builder-binary-assignment-operator-visitor" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-export-namespace-from" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz" ,
"integrity" : "sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/plugin-syntax-export-namespace-from" : "^7.8.3"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-for-of" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz" ,
"integrity" : "sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.22.5"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-function-name" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz" ,
"integrity" : "sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-compilation-targets" : "^7.23.6" ,
"@babel/helper-function-name" : "^7.23.0" ,
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-json-strings" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz" ,
"integrity" : "sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/plugin-syntax-json-strings" : "^7.8.3"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-literals" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz" ,
"integrity" : "sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-logical-assignment-operators" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz" ,
"integrity" : "sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/plugin-syntax-logical-assignment-operators" : "^7.10.4"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-member-expression-literals" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz" ,
"integrity" : "sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-modules-amd" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz" ,
"integrity" : "sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-module-transforms" : "^7.23.3" ,
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-modules-commonjs" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz" ,
"integrity" : "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-module-transforms" : "^7.23.3" ,
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/helper-simple-access" : "^7.22.5"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-modules-systemjs" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz" ,
"integrity" : "sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-hoist-variables" : "^7.22.5" ,
"@babel/helper-module-transforms" : "^7.23.3" ,
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/helper-validator-identifier" : "^7.22.20"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-modules-umd" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz" ,
"integrity" : "sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-module-transforms" : "^7.23.3" ,
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-named-capturing-groups-regex" : {
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz" ,
"integrity" : "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-create-regexp-features-plugin" : "^7.22.5" ,
"@babel/helper-plugin-utils" : "^7.22.5"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-new-target" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz" ,
"integrity" : "sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
2024-05-07 14:16:01 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-nullish-coalescing-operator" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz" ,
"integrity" : "sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/plugin-syntax-nullish-coalescing-operator" : "^7.8.3"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-numeric-separator" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz" ,
"integrity" : "sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/plugin-syntax-numeric-separator" : "^7.10.4"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-object-rest-spread" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz" ,
"integrity" : "sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-compilation-targets" : "^7.23.6" ,
"@babel/helper-plugin-utils" : "^7.24.5" ,
"@babel/plugin-syntax-object-rest-spread" : "^7.8.3" ,
"@babel/plugin-transform-parameters" : "^7.24.5"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-object-super" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz" ,
"integrity" : "sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/helper-replace-supers" : "^7.24.1"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-optional-catch-binding" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz" ,
"integrity" : "sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/plugin-syntax-optional-catch-binding" : "^7.8.3"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-optional-chaining" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz" ,
"integrity" : "sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.5" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.22.5" ,
"@babel/plugin-syntax-optional-chaining" : "^7.8.3"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-parameters" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz" ,
"integrity" : "sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-private-methods" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz" ,
"integrity" : "sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-create-class-features-plugin" : "^7.24.1" ,
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-private-property-in-object" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz" ,
"integrity" : "sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"@babel/helper-create-class-features-plugin" : "^7.24.5" ,
"@babel/helper-plugin-utils" : "^7.24.5" ,
"@babel/plugin-syntax-private-property-in-object" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-property-literals" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz" ,
"integrity" : "sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-regenerator" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz" ,
"integrity" : "sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0" ,
"regenerator-transform" : "^0.15.2"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-reserved-words" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz" ,
"integrity" : "sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-shorthand-properties" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz" ,
"integrity" : "sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-spread" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz" ,
"integrity" : "sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.22.5"
} ,
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-sticky-regex" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz" ,
"integrity" : "sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
2024-05-07 14:16:01 +02:00
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.0.0-0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-template-literals" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz" ,
"integrity" : "sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-typeof-symbol" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz" ,
"integrity" : "sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-typescript" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.5.tgz" ,
"integrity" : "sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"@babel/helper-create-class-features-plugin" : "^7.24.5" ,
"@babel/helper-plugin-utils" : "^7.24.5" ,
"@babel/plugin-syntax-typescript" : "^7.24.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-unicode-escapes" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz" ,
"integrity" : "sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-unicode-property-regex" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz" ,
"integrity" : "sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==" ,
"dev" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-create-regexp-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-unicode-regex" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz" ,
"integrity" : "sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-create-regexp-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/plugin-transform-unicode-sets-regex" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz" ,
"integrity" : "sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-create-regexp-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/preset-env" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.5.tgz" ,
"integrity" : "sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/compat-data" : "^7.24.4" ,
"@babel/helper-compilation-targets" : "^7.23.6" ,
"@babel/helper-plugin-utils" : "^7.24.5" ,
"@babel/helper-validator-option" : "^7.23.5" ,
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" : "^7.24.5" ,
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" : "^7.24.1" ,
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" : "^7.24.1" ,
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" : "^7.24.1" ,
"@babel/plugin-proposal-private-property-in-object" : "7.21.0-placeholder-for-preset-env.2" ,
"@babel/plugin-syntax-async-generators" : "^7.8.4" ,
"@babel/plugin-syntax-class-properties" : "^7.12.13" ,
"@babel/plugin-syntax-class-static-block" : "^7.14.5" ,
"@babel/plugin-syntax-dynamic-import" : "^7.8.3" ,
"@babel/plugin-syntax-export-namespace-from" : "^7.8.3" ,
"@babel/plugin-syntax-import-assertions" : "^7.24.1" ,
"@babel/plugin-syntax-import-attributes" : "^7.24.1" ,
"@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" ,
"@babel/plugin-syntax-unicode-sets-regex" : "^7.18.6" ,
"@babel/plugin-transform-arrow-functions" : "^7.24.1" ,
"@babel/plugin-transform-async-generator-functions" : "^7.24.3" ,
"@babel/plugin-transform-async-to-generator" : "^7.24.1" ,
"@babel/plugin-transform-block-scoped-functions" : "^7.24.1" ,
"@babel/plugin-transform-block-scoping" : "^7.24.5" ,
"@babel/plugin-transform-class-properties" : "^7.24.1" ,
"@babel/plugin-transform-class-static-block" : "^7.24.4" ,
"@babel/plugin-transform-classes" : "^7.24.5" ,
"@babel/plugin-transform-computed-properties" : "^7.24.1" ,
"@babel/plugin-transform-destructuring" : "^7.24.5" ,
"@babel/plugin-transform-dotall-regex" : "^7.24.1" ,
"@babel/plugin-transform-duplicate-keys" : "^7.24.1" ,
"@babel/plugin-transform-dynamic-import" : "^7.24.1" ,
"@babel/plugin-transform-exponentiation-operator" : "^7.24.1" ,
"@babel/plugin-transform-export-namespace-from" : "^7.24.1" ,
"@babel/plugin-transform-for-of" : "^7.24.1" ,
"@babel/plugin-transform-function-name" : "^7.24.1" ,
"@babel/plugin-transform-json-strings" : "^7.24.1" ,
"@babel/plugin-transform-literals" : "^7.24.1" ,
"@babel/plugin-transform-logical-assignment-operators" : "^7.24.1" ,
"@babel/plugin-transform-member-expression-literals" : "^7.24.1" ,
"@babel/plugin-transform-modules-amd" : "^7.24.1" ,
"@babel/plugin-transform-modules-commonjs" : "^7.24.1" ,
"@babel/plugin-transform-modules-systemjs" : "^7.24.1" ,
"@babel/plugin-transform-modules-umd" : "^7.24.1" ,
"@babel/plugin-transform-named-capturing-groups-regex" : "^7.22.5" ,
"@babel/plugin-transform-new-target" : "^7.24.1" ,
"@babel/plugin-transform-nullish-coalescing-operator" : "^7.24.1" ,
"@babel/plugin-transform-numeric-separator" : "^7.24.1" ,
"@babel/plugin-transform-object-rest-spread" : "^7.24.5" ,
"@babel/plugin-transform-object-super" : "^7.24.1" ,
"@babel/plugin-transform-optional-catch-binding" : "^7.24.1" ,
"@babel/plugin-transform-optional-chaining" : "^7.24.5" ,
"@babel/plugin-transform-parameters" : "^7.24.5" ,
"@babel/plugin-transform-private-methods" : "^7.24.1" ,
"@babel/plugin-transform-private-property-in-object" : "^7.24.5" ,
"@babel/plugin-transform-property-literals" : "^7.24.1" ,
"@babel/plugin-transform-regenerator" : "^7.24.1" ,
"@babel/plugin-transform-reserved-words" : "^7.24.1" ,
"@babel/plugin-transform-shorthand-properties" : "^7.24.1" ,
"@babel/plugin-transform-spread" : "^7.24.1" ,
"@babel/plugin-transform-sticky-regex" : "^7.24.1" ,
"@babel/plugin-transform-template-literals" : "^7.24.1" ,
"@babel/plugin-transform-typeof-symbol" : "^7.24.5" ,
"@babel/plugin-transform-unicode-escapes" : "^7.24.1" ,
"@babel/plugin-transform-unicode-property-regex" : "^7.24.1" ,
"@babel/plugin-transform-unicode-regex" : "^7.24.1" ,
"@babel/plugin-transform-unicode-sets-regex" : "^7.24.1" ,
"@babel/preset-modules" : "0.1.6-no-external-plugins" ,
"babel-plugin-polyfill-corejs2" : "^0.4.10" ,
"babel-plugin-polyfill-corejs3" : "^0.10.4" ,
"babel-plugin-polyfill-regenerator" : "^0.6.1" ,
"core-js-compat" : "^3.31.0" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/preset-modules" : {
"version" : "0.1.6-no-external-plugins" ,
"resolved" : "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz" ,
"integrity" : "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.0.0" ,
"@babel/types" : "^7.4.4" ,
"esutils" : "^2.0.2"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0 || ^8.0.0-0 <8.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/preset-typescript" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz" ,
"integrity" : "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/helper-validator-option" : "^7.23.5" ,
"@babel/plugin-syntax-jsx" : "^7.24.1" ,
"@babel/plugin-transform-modules-commonjs" : "^7.24.1" ,
"@babel/plugin-transform-typescript" : "^7.24.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/regjsgen" : {
"version" : "0.8.0" ,
"resolved" : "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz" ,
"integrity" : "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" ,
"dev" : true
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/runtime" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.5.tgz" ,
"integrity" : "sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"regenerator-runtime" : "^0.14.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/template" : {
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz" ,
"integrity" : "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/code-frame" : "^7.23.5" ,
"@babel/parser" : "^7.24.0" ,
"@babel/types" : "^7.24.0"
} ,
"engines" : {
"node" : ">=6.9.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/traverse" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz" ,
"integrity" : "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/code-frame" : "^7.24.2" ,
"@babel/generator" : "^7.24.5" ,
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-function-name" : "^7.23.0" ,
"@babel/helper-hoist-variables" : "^7.22.5" ,
"@babel/helper-split-export-declaration" : "^7.24.5" ,
"@babel/parser" : "^7.24.5" ,
"@babel/types" : "^7.24.5" ,
"debug" : "^4.3.1" ,
"globals" : "^11.1.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@babel/types" : {
"version" : "7.24.5" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz" ,
"integrity" : "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-string-parser" : "^7.24.1" ,
"@babel/helper-validator-identifier" : "^7.24.5" ,
"to-fast-properties" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
} ,
"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-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@cspotcode/source-map-support" : {
"version" : "0.8.1" ,
"resolved" : "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz" ,
"integrity" : "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==" ,
"devOptional" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jridgewell/trace-mapping" : "0.3.9"
} ,
"engines" : {
"node" : ">=12"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz" ,
"integrity" : "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==" ,
"devOptional" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jridgewell/resolve-uri" : "^3.0.3" ,
"@jridgewell/sourcemap-codec" : "^1.4.10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-14 09:40:58 +02:00
"node_modules/@dprint/darwin-arm64" : {
"version" : "0.45.1" ,
"resolved" : "https://registry.npmjs.org/@dprint/darwin-arm64/-/darwin-arm64-0.45.1.tgz" ,
"integrity" : "sha512-pH0/uKLJ5SJPoHhOwLWFMhCmL0BY3FzWQbull8OGMK/FRkIPgOl2adZSovtUZpUMGWyDOzIWH1fW9X2DuMhnEg==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@dprint/darwin-x64" : {
"version" : "0.45.1" ,
"resolved" : "https://registry.npmjs.org/@dprint/darwin-x64/-/darwin-x64-0.45.1.tgz" ,
"integrity" : "sha512-YUj421LmBLDlxpIER3pORKfQmpmXD50n5mClHjpZrnl17WTiHtQ+jHvDJdJoxH2eS66W0mQyxLoGo5SfFfiM7A==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@dprint/formatter" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/@dprint/formatter/-/formatter-0.3.0.tgz" ,
"integrity" : "sha512-N9fxCxbaBOrDkteSOzaCqwWjso5iAe+WJPsHC021JfHNj2ThInPNEF13ORDKta3llq5D1TlclODCvOvipH7bWQ=="
} ,
"node_modules/@dprint/linux-arm64-glibc" : {
"version" : "0.45.1" ,
"resolved" : "https://registry.npmjs.org/@dprint/linux-arm64-glibc/-/linux-arm64-glibc-0.45.1.tgz" ,
"integrity" : "sha512-lJ7s/pOQWRJ0mstjZQnVyX2/3QRXZ9cpFHJDZ7e81Y8QSn/iqxTrnK0DPgxUrDG8hYKQmWQdQLU4sP5DKBz0Jg==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@dprint/linux-arm64-musl" : {
"version" : "0.45.1" ,
"resolved" : "https://registry.npmjs.org/@dprint/linux-arm64-musl/-/linux-arm64-musl-0.45.1.tgz" ,
"integrity" : "sha512-un2awe1L1sAJLsCPSEUrE0/cgupdzbYFoyBOutyU1zHR9KQn47AtIDw+chvuinU4xleHDuEGyXGuJ6NE+Ky6vw==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@dprint/linux-x64-glibc" : {
"version" : "0.45.1" ,
"resolved" : "https://registry.npmjs.org/@dprint/linux-x64-glibc/-/linux-x64-glibc-0.45.1.tgz" ,
"integrity" : "sha512-5Civht90S/g8zlyYB7n4oH78p+sLbNqeFCFuImJRK7uRxZwCRya7lji6RwlB6DQ7qngVqovTHj9RLOYfZzfVlg==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@dprint/linux-x64-musl" : {
"version" : "0.45.1" ,
"resolved" : "https://registry.npmjs.org/@dprint/linux-x64-musl/-/linux-x64-musl-0.45.1.tgz" ,
"integrity" : "sha512-p2/gjnHDd8GRCvtey5HZO4o/He6pSmY/zpcCuIXprFW9P0vNlEj3DFhz4FPpOKXM+csrsVWWs2E0T/xr5QZtVg==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@dprint/typescript" : {
"version" : "0.90.5" ,
"resolved" : "https://registry.npmjs.org/@dprint/typescript/-/typescript-0.90.5.tgz" ,
"integrity" : "sha512-/1aP6saonFvJyQN3l2is6eTOec3GnLGyW+opid/eDm8pnlhwzYl8A9p36pI6WO5jLl/a9Ghod+LWpvSOuXFGUw=="
} ,
"node_modules/@dprint/win32-x64" : {
"version" : "0.45.1" ,
"resolved" : "https://registry.npmjs.org/@dprint/win32-x64/-/win32-x64-0.45.1.tgz" ,
"integrity" : "sha512-2l78XM7KsW46P2Yv6uPB3fE+y92EsBlrCxi+RVQ0pbznPFdMdkLyGgaCuh683zdld14jHlaADpIQ7YchGAEMAg==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"win32"
]
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@emnapi/runtime" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.1.1.tgz" ,
"integrity" : "sha512-3bfqkzuR1KLx57nZfjr2NLnFOobvyS0aTszaEGCGqmYMVDRaGvgIZbjGSV/MHSSmLgQ/b9JFHQ5xm5WRZYd+XQ==" ,
"optional" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"tslib" : "^2.4.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@emotion/babel-plugin" : {
"version" : "11.11.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz" ,
"integrity" : "sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/helper-module-imports" : "^7.16.7" ,
"@babel/runtime" : "^7.18.3" ,
"@emotion/hash" : "^0.9.1" ,
"@emotion/memoize" : "^0.8.1" ,
"@emotion/serialize" : "^1.1.2" ,
"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"
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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=="
} ,
"node_modules/@emotion/cache" : {
"version" : "11.11.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/cache/-/cache-11.11.0.tgz" ,
"integrity" : "sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@emotion/memoize" : "^0.8.1" ,
"@emotion/sheet" : "^1.2.2" ,
"@emotion/utils" : "^1.2.1" ,
"@emotion/weak-memoize" : "^0.3.1" ,
"stylis" : "4.2.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@emotion/hash" : {
"version" : "0.9.1" ,
"resolved" : "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz" ,
"integrity" : "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ=="
} ,
"node_modules/@emotion/is-prop-valid" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.2.tgz" ,
"integrity" : "sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@emotion/memoize" : "^0.8.1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@emotion/memoize" : {
"version" : "0.8.1" ,
"resolved" : "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz" ,
"integrity" : "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA=="
} ,
"node_modules/@emotion/react" : {
"version" : "11.11.4" ,
"resolved" : "https://registry.npmjs.org/@emotion/react/-/react-11.11.4.tgz" ,
"integrity" : "sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==" ,
"dependencies" : {
"@babel/runtime" : "^7.18.3" ,
"@emotion/babel-plugin" : "^11.11.0" ,
"@emotion/cache" : "^11.11.0" ,
"@emotion/serialize" : "^1.1.3" ,
"@emotion/use-insertion-effect-with-fallbacks" : "^1.0.1" ,
"@emotion/utils" : "^1.2.1" ,
"@emotion/weak-memoize" : "^0.3.1" ,
"hoist-non-react-statics" : "^3.3.1"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"react" : ">=16.8.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@emotion/serialize" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.4.tgz" ,
"integrity" : "sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@emotion/hash" : "^0.9.1" ,
"@emotion/memoize" : "^0.8.1" ,
"@emotion/unitless" : "^0.8.1" ,
"@emotion/utils" : "^1.2.1" ,
"csstype" : "^3.0.2"
}
} ,
"node_modules/@emotion/server" : {
"version" : "11.11.0" ,
"resolved" : "https://registry.npmjs.org/@emotion/server/-/server-11.11.0.tgz" ,
"integrity" : "sha512-6q89fj2z8VBTx9w93kJ5n51hsmtYuFPtZgnc1L8VzRx9ti4EU6EyvF6Nn1H1x3vcCQCF7u2dB2lY4AYJwUW4PA==" ,
"dependencies" : {
"@emotion/utils" : "^1.2.1" ,
"html-tokenize" : "^2.0.0" ,
"multipipe" : "^1.0.2" ,
"through" : "^2.3.8"
2024-04-21 16:59:50 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@emotion/css" : "^11.0.0-rc.0"
2024-04-21 16:59:50 +02:00
} ,
"peerDependenciesMeta" : {
2024-05-08 07:32:29 +02:00
"@emotion/css" : {
2024-04-21 16:59:50 +02:00
"optional" : true
}
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@emotion/sheet" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz" ,
"integrity" : "sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA=="
} ,
"node_modules/@emotion/styled" : {
"version" : "11.11.5" ,
"resolved" : "https://registry.npmjs.org/@emotion/styled/-/styled-11.11.5.tgz" ,
"integrity" : "sha512-/ZjjnaNKvuMPxcIiUkf/9SHoG4Q196DRl1w82hQ3WCsjo1IUR8uaGWrC6a87CrYAW0Kb/pK7hk8BnLgLRi9KoQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.18.3" ,
"@emotion/babel-plugin" : "^11.11.0" ,
"@emotion/is-prop-valid" : "^1.2.2" ,
"@emotion/serialize" : "^1.1.4" ,
"@emotion/use-insertion-effect-with-fallbacks" : "^1.0.1" ,
"@emotion/utils" : "^1.2.1"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@emotion/react" : "^11.0.0-rc.0" ,
"react" : ">=16.8.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@emotion/unitless" : {
"version" : "0.8.1" ,
"resolved" : "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz" ,
"integrity" : "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ=="
} ,
"node_modules/@emotion/use-insertion-effect-with-fallbacks" : {
2024-05-07 14:16:01 +02:00
"version" : "1.0.1" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz" ,
"integrity" : "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==" ,
"peerDependencies" : {
"react" : ">=16.8.0"
}
} ,
"node_modules/@emotion/utils" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz" ,
"integrity" : "sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg=="
} ,
"node_modules/@emotion/weak-memoize" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz" ,
"integrity" : "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww=="
} ,
"node_modules/@esbuild/aix-ppc64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz" ,
"integrity" : "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==" ,
"cpu" : [
"ppc64"
] ,
"optional" : true ,
"os" : [
"aix"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/android-arm" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz" ,
"integrity" : "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=12"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/android-arm64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz" ,
"integrity" : "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"android"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
}
} ,
"node_modules/@esbuild/android-x64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz" ,
"integrity" : "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/darwin-arm64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz" ,
"integrity" : "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/darwin-x64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz" ,
"integrity" : "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz" ,
"integrity" : "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
2024-05-08 07:32:29 +02:00
"freebsd"
2024-05-07 14:16:01 +02:00
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/freebsd-x64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz" ,
"integrity" : "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
2024-05-08 07:32:29 +02:00
"freebsd"
2024-05-07 14:16:01 +02:00
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/linux-arm" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz" ,
"integrity" : "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/linux-arm64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz" ,
"integrity" : "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/linux-ia32" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz" ,
"integrity" : "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"ia32"
2024-05-07 14:16:01 +02:00
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/linux-loong64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz" ,
"integrity" : "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"loong64"
2024-05-07 14:16:01 +02:00
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/linux-mips64el" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz" ,
"integrity" : "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"mips64el"
2024-05-07 14:16:01 +02:00
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/linux-ppc64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz" ,
"integrity" : "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"ppc64"
2024-05-07 14:16:01 +02:00
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/linux-riscv64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz" ,
"integrity" : "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"riscv64"
2024-05-07 14:16:01 +02:00
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/linux-s390x" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz" ,
"integrity" : "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==" ,
2024-04-21 16:59:50 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"s390x"
2024-04-21 16:59:50 +02:00
] ,
"optional" : true ,
"os" : [
2024-05-07 14:16:01 +02:00
"linux"
2024-04-21 16:59:50 +02:00
] ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/linux-x64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz" ,
"integrity" : "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/netbsd-x64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz" ,
"integrity" : "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==" ,
2024-04-21 16:59:50 +02:00
"cpu" : [
2024-05-07 14:16:01 +02:00
"x64"
2024-04-21 16:59:50 +02:00
] ,
"optional" : true ,
"os" : [
2024-05-08 07:32:29 +02:00
"netbsd"
2024-04-21 16:59:50 +02:00
] ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/openbsd-x64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz" ,
"integrity" : "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==" ,
2024-04-21 16:59:50 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"x64"
2024-04-21 16:59:50 +02:00
] ,
"optional" : true ,
"os" : [
2024-05-08 07:32:29 +02:00
"openbsd"
2024-04-21 16:59:50 +02:00
] ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/sunos-x64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz" ,
"integrity" : "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==" ,
2024-04-21 16:59:50 +02:00
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
2024-05-08 07:32:29 +02:00
"sunos"
2024-04-21 16:59:50 +02:00
] ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/win32-arm64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz" ,
"integrity" : "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==" ,
2024-04-21 16:59:50 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"arm64"
2024-04-21 16:59:50 +02:00
] ,
"optional" : true ,
2024-05-08 07:32:29 +02:00
"os" : [
"win32"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/win32-ia32" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz" ,
"integrity" : "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==" ,
2024-04-21 16:59:50 +02:00
"cpu" : [
"ia32"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@esbuild/win32-x64" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz" ,
"integrity" : "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==" ,
2024-04-21 16:59:50 +02:00
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/@eslint-community/eslint-utils" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz" ,
"integrity" : "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"eslint-visitor-keys" : "^3.3.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02: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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/eslint"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@eslint-community/regexpp" : {
"version" : "4.10.0" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz" ,
"integrity" : "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==" ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/@eslint/eslintrc" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.0.2.tgz" ,
"integrity" : "sha512-wV19ZEGEMAC1eHgrS7UQPqsdEiCIbTKTasEfcXAigzoXICcqZSjBZEHlZwNVvKg6UBCjSlos84XiLqsRJnIcIg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^10.0.1" ,
"globals" : "^14.0.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"js-yaml" : "^4.1.0" ,
"minimatch" : "^3.1.2" ,
"strip-json-comments" : "^3.1.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/eslint"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@eslint/eslintrc/node_modules/globals" : {
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz" ,
"integrity" : "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@eslint/js" : {
"version" : "9.2.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-9.2.0.tgz" ,
"integrity" : "sha512-ESiIudvhoYni+MdsI8oD7skpprZ89qKocwRM2KEvhhBJ9nl5MRh7BXU5GTod7Mdygq+AUl+QzId6iWJKR/wABA==" ,
"dev" : true ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@floating-ui/core" : {
"version" : "1.6.1" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.1.tgz" ,
"integrity" : "sha512-42UH54oPZHPdRHdw6BgoBD6cg/eVTmVrFcgeRDM3jbO7uxSoipVcmcIGFcA5jmOHO5apcyvBhkSKES3fQJnu7A==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@floating-ui/utils" : "^0.2.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@floating-ui/dom" : {
"version" : "1.6.5" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.5.tgz" ,
"integrity" : "sha512-Nsdud2X65Dz+1RHjAIP0t8z5e2ff/IRbei6BqFrl1urT8sDVzM1HMQ+R0XcU5ceRfyO3I6ayeqIfh+6Wb8LGTw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@floating-ui/core" : "^1.0.0" ,
"@floating-ui/utils" : "^0.2.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@floating-ui/react-dom" : {
"version" : "2.0.9" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.9.tgz" ,
"integrity" : "sha512-q0umO0+LQK4+p6aGyvzASqKbKOJcAHJ7ycE9CuUvfx3s9zTHWmGJTPOIlM/hmSBfUfg/XfY5YhLBLR/LHwShQQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@floating-ui/dom" : "^1.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"react" : ">=16.8.0" ,
"react-dom" : ">=16.8.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@floating-ui/utils" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.2.tgz" ,
"integrity" : "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw=="
} ,
"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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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 ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@fortawesome/fontawesome-common-types" : "^0.2.36"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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 ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@fortawesome/fontawesome-common-types" : "^0.2.36"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
}
} ,
"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==" ,
"dependencies" : {
"prop-types" : "^15.8.1"
2024-05-07 14:16:01 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@fortawesome/fontawesome-svg-core" : "~1 || ~6" ,
"react" : ">=16.x"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"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-05-08 07:32:29 +02:00
"node_modules/@hapi/accept" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/@hapi/accept/-/accept-6.0.3.tgz" ,
"integrity" : "sha512-p72f9k56EuF0n3MwlBNThyVE5PXX40g+aQh+C/xbKrfzahM2Oispv3AXmOIU51t3j77zay1qrX7IIziZXspMlw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/boom" : "^10.0.1" ,
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/ammo" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/ammo/-/ammo-6.0.1.tgz" ,
"integrity" : "sha512-pmL+nPod4g58kXrMcsGLp05O2jF4P2Q3GiL8qYV7nKYEh3cGf+rV4P5Jyi2Uq0agGhVU63GtaSAfBEZOlrJn9w==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/b64" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/b64/-/b64-6.0.1.tgz" ,
"integrity" : "sha512-ZvjX4JQReUmBheeCq+S9YavcnMMHWqx3S0jHNXWIM1kQDxB9cyfSycpVvjfrKcIS8Mh5N3hmu/YKo4Iag9g2Kw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/bounce" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/bounce/-/bounce-3.0.1.tgz" ,
"integrity" : "sha512-G+/Pp9c1Ha4FDP+3Sy/Xwg2O4Ahaw3lIZFSX+BL4uWi64CmiETuZPxhKDUD4xBMOUZbBlzvO8HjiK8ePnhBadA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/boom" : "^10.0.1" ,
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/bourne" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/bourne/-/bourne-3.0.0.tgz" ,
"integrity" : "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w=="
} ,
"node_modules/@hapi/call" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/call/-/call-9.0.1.tgz" ,
"integrity" : "sha512-uPojQRqEL1GRZR4xXPqcLMujQGaEpyVPRyBlD8Pp5rqgIwLhtveF9PkixiKru2THXvuN8mUrLeet5fqxKAAMGg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/boom" : "^10.0.1" ,
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/catbox" : {
"version" : "12.1.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/catbox/-/catbox-12.1.1.tgz" ,
"integrity" : "sha512-hDqYB1J+R0HtZg4iPH3LEnldoaBsar6bYp0EonBmNQ9t5CO+1CqgCul2ZtFveW1ReA5SQuze9GPSU7/aecERhw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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-05-08 07:32:29 +02:00
"node_modules/@hapi/catbox-memory" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/catbox-memory/-/catbox-memory-6.0.1.tgz" ,
"integrity" : "sha512-sVb+/ZxbZIvaMtJfAbdyY+QJUQg9oKTwamXpEg/5xnfG5WbJLTjvEn4kIGKz9pN3ENNbIL/bIdctmHmqi/AdGA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/boom" : "^10.0.1" ,
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/content" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/content/-/content-6.0.0.tgz" ,
"integrity" : "sha512-CEhs7j+H0iQffKfe5Htdak5LBOz/Qc8TRh51cF+BFv0qnuph3Em4pjGVzJMkI2gfTDdlJKWJISGWS1rK34POGA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/boom" : "^10.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/cryptiles" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/cryptiles/-/cryptiles-6.0.1.tgz" ,
"integrity" : "sha512-9GM9ECEHfR8lk5ASOKG4+4ZsEzFqLfhiryIJ2ISePVB92OHLp/yne4m+zn7z9dgvM98TLpiFebjDFQ0UHcqxXQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/boom" : "^10.0.1"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/file" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/file/-/file-3.0.0.tgz" ,
"integrity" : "sha512-w+lKW+yRrLhJu620jT3y+5g2mHqnKfepreykvdOcl9/6up8GrQQn+l3FRTsjHTKbkbfQFkuksHpdv2EcpKcJ4Q=="
} ,
"node_modules/@hapi/hapi" : {
"version" : "21.3.9" ,
"resolved" : "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.3.9.tgz" ,
"integrity" : "sha512-AT5m+Rb8iSOFG3zWaiEuTJazf4HDYl5UpRpyxMJ3yR+g8tOEmqDv6FmXrLHShdvDOStAAepHGnr1G7egkFSRdw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/accept" : "^6.0.1" ,
"@hapi/ammo" : "^6.0.1" ,
"@hapi/boom" : "^10.0.1" ,
"@hapi/bounce" : "^3.0.1" ,
"@hapi/call" : "^9.0.1" ,
"@hapi/catbox" : "^12.1.1" ,
"@hapi/catbox-memory" : "^6.0.1" ,
"@hapi/heavy" : "^8.0.1" ,
"@hapi/hoek" : "^11.0.2" ,
"@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" ,
"@hapi/topo" : "^6.0.1" ,
"@hapi/validate" : "^2.0.1"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14.15.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/heavy" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/heavy/-/heavy-8.0.1.tgz" ,
"integrity" : "sha512-gBD/NANosNCOp6RsYTsjo2vhr5eYA3BEuogk6cxY0QdhllkkTaJFYtTXv46xd6qhBVMbMMqcSdtqey+UQU3//w==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-08 07:32:29 +02:00
"node_modules/@hapi/hoek" : {
"version" : "11.0.4" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.4.tgz" ,
"integrity" : "sha512-PnsP5d4q7289pS2T2EgGz147BFJ2Jpb4yrEdkpz2IhgEUzos1S7HTl7ezWh1yfYzYlj89KzLdCRkqsP6SIryeQ=="
} ,
"node_modules/@hapi/iron" : {
"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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/mimos" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/mimos/-/mimos-7.0.1.tgz" ,
"integrity" : "sha512-b79V+BrG0gJ9zcRx1VGcCI6r6GEzzZUgiGEJVoq5gwzuB2Ig9Cax8dUuBauQCFKvl2YWSWyOc8mZ8HDaJOtkew==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^11.0.2" ,
"mime-db" : "^1.52.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/nigel" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/nigel/-/nigel-5.0.1.tgz" ,
"integrity" : "sha512-uv3dtYuB4IsNaha+tigWmN8mQw/O9Qzl5U26Gm4ZcJVtDdB1AVJOwX3X5wOX+A07qzpEZnOMBAm8jjSqGsU6Nw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^11.0.2" ,
"@hapi/vise" : "^5.0.1"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/pez" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/pez/-/pez-6.1.0.tgz" ,
"integrity" : "sha512-+FE3sFPYuXCpuVeHQ/Qag1b45clR2o54QoonE/gKHv9gukxQ8oJJZPR7o3/ydDTK6racnCJXxOyT1T93FCJMIg==" ,
"dependencies" : {
"@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-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/podium" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/podium/-/podium-5.0.1.tgz" ,
"integrity" : "sha512-eznFTw6rdBhAijXFIlBOMJJd+lXTvqbrBIS4Iu80r2KTVIo4g+7fLy4NKp/8+UnSt5Ox6mJtAlKBU/Sf5080TQ==" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2" ,
"@hapi/teamwork" : "^6.0.0" ,
"@hapi/validate" : "^2.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/shot" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/shot/-/shot-6.0.1.tgz" ,
"integrity" : "sha512-s5ynMKZXYoDd3dqPw5YTvOR/vjHvMTxc388+0qL0jZZP1+uwXuUD32o9DuuuLsmTlyXCWi02BJl1pBpwRuUrNA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^11.0.2" ,
"@hapi/validate" : "^2.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/somever" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/somever/-/somever-4.1.1.tgz" ,
"integrity" : "sha512-lt3QQiDDOVRatS0ionFDNrDIv4eXz58IibQaZQDOg4DqqdNme8oa0iPWcE0+hkq/KTeBCPtEOjDOBKBKwDumVg==" ,
"dependencies" : {
"@hapi/bounce" : "^3.0.1" ,
"@hapi/hoek" : "^11.0.2"
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/statehood" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/statehood/-/statehood-8.1.1.tgz" ,
"integrity" : "sha512-YbK7PSVUA59NArAW5Np0tKRoIZ5VNYUicOk7uJmWZF6XyH5gGL+k62w77SIJb0AoAJ0QdGQMCQ/WOGL1S3Ydow==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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-05-08 07:32:29 +02:00
"node_modules/@hapi/subtext" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/subtext/-/subtext-8.1.0.tgz" ,
"integrity" : "sha512-PyaN4oSMtqPjjVxLny1k0iYg4+fwGusIhaom9B2StinBclHs7v46mIW706Y+Wo21lcgulGyXbQrmT/w4dus6ww==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
}
} ,
"node_modules/@hapi/teamwork" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/teamwork/-/teamwork-6.0.0.tgz" ,
"integrity" : "sha512-05HumSy3LWfXpmJ9cr6HzwhAavrHkJ1ZRCmNE2qJMihdM5YcWreWPfyN0yKT2ZjCM92au3ZkuodjBxOibxM67A==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/topo" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/@hapi/topo/-/topo-6.0.2.tgz" ,
"integrity" : "sha512-KR3rD5inZbGMrHmgPxsJ9dbi6zEK+C3ZwUwTa+eMwWLz7oijWUTWD2pMSNNYJAU6Qq+65NkxXjqHr/7LM2Xkqg==" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^11.0.2" ,
"@hapi/topo" : "^6.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/vise" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/@hapi/vise/-/vise-5.0.1.tgz" ,
"integrity" : "sha512-XZYWzzRtINQLedPYlIkSkUr7m5Ddwlu99V9elh8CSygXstfv3UnWIXT0QD+wmR0VAG34d2Vx3olqcEhRRoTu9A==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^11.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapi/wreck" : {
"version" : "18.1.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/wreck/-/wreck-18.1.0.tgz" ,
"integrity" : "sha512-0z6ZRCmFEfV/MQqkQomJ7sl/hyxvcZM7LtuVqN3vdAO4vM9eBbowl0kaqQj9EJJQab+3Uuh1GxbGIBFy4NfJ4w==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-08 07:32:29 +02:00
"node_modules/@hapipal/schmervice" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@hapipal/schmervice/-/schmervice-3.0.0.tgz" ,
"integrity" : "sha512-1v7GY6BPHP9vLrUkQ1mi8qnzrAKKLy0J0rRznhogkILcvuwZXMHuMuSBrmmyEmHh4fPvL+WxPgeINjrL0TRtxQ==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=16"
2024-05-07 14:16:01 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hapi" : ">=20 <22"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@hapipal/toys" : {
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^11.0.2"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=16"
2024-04-21 16:59:50 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hapi" : ">=20 <22"
2024-04-21 16:59:50 +02:00
} ,
"peerDependenciesMeta" : {
2024-05-08 07:32:29 +02:00
"@hapi/hapi" : {
2024-04-21 16:59:50 +02:00
"optional" : true
}
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@humanwhocodes/config-array" : {
"version" : "0.13.0" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz" ,
"integrity" : "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@humanwhocodes/object-schema" : "^2.0.3" ,
"debug" : "^4.3.1" ,
"minimatch" : "^3.0.5"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.10.0"
}
} ,
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
"engines" : {
"node" : ">=12.22"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/@humanwhocodes/retry" : {
"version" : "0.2.4" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.2.4.tgz" ,
"integrity" : "sha512-Ttl/jHpxfS3st5sxwICYfk4pOH0WrLI1SpW283GgQL7sCWU7EHIOhX4b4fkIxr3tkfzwg8+FNojtzsIEE7Ecgg==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=18.18"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-darwin-arm64" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.3.tgz" ,
"integrity" : "sha512-FaNiGX1MrOuJ3hxuNzWgsT/mg5OHG/Izh59WW2mk1UwYHUwtfbhk5QNKYZgxf0pLOhx9ctGiGa2OykD71vOnSw==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"glibc" : ">=2.26" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-darwin-arm64" : "1.0.2"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-darwin-x64" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.3.tgz" ,
"integrity" : "sha512-2QeSl7QDK9ru//YBT4sQkoq7L0EAJZA3rtV+v9p8xTKl4U1bUqTIaCnoC7Ctx2kCjQgwFXDasOtPTCT8eCTXvw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"glibc" : ">=2.26" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/libvips"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"optionalDependencies" : {
"@img/sharp-libvips-darwin-x64" : "1.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-libvips-darwin-arm64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.2.tgz" ,
"integrity" : "sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"macos" : ">=11" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-darwin-x64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.2.tgz" ,
"integrity" : "sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"macos" : ">=10.13" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/libvips"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-libvips-linux-arm" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.2.tgz" ,
"integrity" : "sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"glibc" : ">=2.28" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-libvips-linux-arm64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.2.tgz" ,
"integrity" : "sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"glibc" : ">=2.26" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/libvips"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-libvips-linux-s390x" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.2.tgz" ,
"integrity" : "sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==" ,
"cpu" : [
"s390x"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"glibc" : ">=2.28" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-libvips-linux-x64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.2.tgz" ,
"integrity" : "sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"glibc" : ">=2.26" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-libvips-linuxmusl-arm64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.2.tgz" ,
"integrity" : "sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
2024-05-08 07:32:29 +02:00
"linux"
2024-05-07 14:16:01 +02:00
] ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"musl" : ">=1.2.2" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-libvips-linuxmusl-x64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.2.tgz" ,
"integrity" : "sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
2024-05-08 07:32:29 +02:00
"linux"
2024-05-07 14:16:01 +02:00
] ,
"engines" : {
2024-05-08 07:32:29 +02:00
"musl" : ">=1.2.2" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-linux-arm" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.3.tgz" ,
"integrity" : "sha512-Q7Ee3fFSC9P7vUSqVEF0zccJsZ8GiiCJYGWDdhEjdlOeS9/jdkyJ6sUSPj+bL8VuOYFSbofrW0t/86ceVhx32w==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"arm"
2024-05-07 14:16:01 +02:00
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"glibc" : ">=2.28" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm" : "1.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-linux-arm64" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.3.tgz" ,
"integrity" : "sha512-Zf+sF1jHZJKA6Gor9hoYG2ljr4wo9cY4twaxgFDvlG0Xz9V7sinsPp8pFd1XtlhTzYo0IhDbl3rK7P6MzHpnYA==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"glibc" : ">=2.26" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm64" : "1.0.2"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-linux-s390x" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.3.tgz" ,
"integrity" : "sha512-vFk441DKRFepjhTEH20oBlFrHcLjPfI8B0pMIxGm3+yilKyYeHEVvrZhYFdqIseSclIqbQ3SnZMwEMWonY5XFA==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"s390x"
2024-05-07 14:16:01 +02:00
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"glibc" : ">=2.28" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-s390x" : "1.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-linux-x64" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.3.tgz" ,
"integrity" : "sha512-Q4I++herIJxJi+qmbySd072oDPRkCg/SClLEIDh5IL9h1zjhqjv82H0Seupd+q2m0yOfD+/fJnjSoDFtKiHu2g==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2024-05-08 07:32:29 +02:00
"glibc" : ">=2.26" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-x64" : "1.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-linuxmusl-arm64" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.3.tgz" ,
"integrity" : "sha512-qnDccehRDXadhM9PM5hLvcPRYqyFCBN31kq+ErBSZtZlsAc1U4Z85xf/RXv1qolkdu+ibw64fUDaRdktxTNP9A==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
2024-05-08 07:32:29 +02:00
"linux"
2024-05-07 14:16:01 +02:00
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"musl" : ">=1.2.2" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linuxmusl-arm64" : "1.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-linuxmusl-x64" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.3.tgz" ,
"integrity" : "sha512-Jhchim8kHWIU/GZ+9poHMWRcefeaxFIs9EBqf9KtcC14Ojk6qua7ghKiPs0sbeLbLj/2IGBtDcxHyjCdYWkk2w==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"x64"
2024-05-07 14:16:01 +02:00
] ,
"optional" : true ,
"os" : [
2024-05-08 07:32:29 +02:00
"linux"
2024-05-07 14:16:01 +02:00
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"musl" : ">=1.2.2" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linuxmusl-x64" : "1.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-wasm32" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.3.tgz" ,
"integrity" : "sha512-68zivsdJ0koE96stdUfM+gmyaK/NcoSZK5dV5CAjES0FUXS9lchYt8LAB5rTbM7nlWtxaU/2GON0HVN6/ZYJAQ==" ,
2024-05-07 14:16:01 +02:00
"cpu" : [
2024-05-08 07:32:29 +02:00
"wasm32"
2024-05-07 14:16:01 +02:00
] ,
"optional" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@emnapi/runtime" : "^1.1.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-win32-ia32" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.3.tgz" ,
"integrity" : "sha512-CyimAduT2whQD8ER4Ux7exKrtfoaUiVr7HG0zZvO0XTFn2idUWljjxv58GxNTkFb8/J9Ub9AqITGkJD6ZginxQ==" ,
"cpu" : [
"ia32"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://opencollective.com/libvips"
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@img/sharp-win32-x64" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.3.tgz" ,
"integrity" : "sha512-viT4fUIDKnli3IfOephGnolMzhz5VaTvDRkYqtZxOMIoMQ4MrAziO7pT1nVnOt2FAm7qW5aa+CCc13aEY6Le0g==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/libvips"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@isaacs/cliui/node_modules/ansi-regex" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" ,
"integrity" : "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@isaacs/cliui/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
"dev" : true ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@istanbuljs/load-nyc-config" : {
2024-05-07 14:16:01 +02:00
"version" : "1.1.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz" ,
"integrity" : "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
} ,
"engines" : {
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"sprintf-js" : "~1.0.2"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"argparse" : "^1.0.7" ,
"esprima" : "^4.0.0"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"p-locate" : "^4.1.0"
} ,
"engines" : {
"node" : ">=8"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"p-try" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"p-limit" : "^2.2.0"
} ,
"engines" : {
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=8"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@jest/console" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz" ,
"integrity" : "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
} ,
"engines" : {
"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-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@jest/core/node_modules/ci-info" : {
"version" : "3.9.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz" ,
"integrity" : "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" ,
2024-05-07 14:16:01 +02:00
"funding" : [
{
"type" : "github" ,
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sibiraj-s"
2024-05-07 14:16:01 +02:00
}
] ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@jest/core/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@jest/core/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==" ,
"dependencies" : {
"@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"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"@types/node" : "*" ,
"ts-node" : ">=9.0.0"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"ts-node" : {
"optional" : true
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@jest/environment" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz" ,
"integrity" : "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==" ,
"dependencies" : {
"@jest/fake-timers" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-mock" : "^29.7.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"expect" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"jest-get-type" : "^29.6.3"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"@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"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jest/environment" : "^29.7.0" ,
"@jest/expect" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"jest-mock" : "^29.7.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@jest/reporters" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz" ,
"integrity" : "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@bcoe/v8-coverage" : "^0.2.3" ,
"@jest/console" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@jridgewell/trace-mapping" : "^0.3.18" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"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" ,
"jest-util" : "^29.7.0" ,
"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"
} ,
"engines" : {
"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-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@jest/reporters/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@sinclair/typebox" : "^0.27.8"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jridgewell/trace-mapping" : "^0.3.18" ,
"callsites" : "^3.0.0" ,
"graceful-fs" : "^4.2.9"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@jest/test-result" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz" ,
"integrity" : "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jest/test-result" : "^29.7.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz" ,
"integrity" : "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jridgewell/set-array" : "^1.2.1" ,
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=6.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=6.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@jridgewell/source-map" : {
"version" : "0.3.6" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz" ,
"integrity" : "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" ,
"dev" : true ,
"peer" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.4.15" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz" ,
"integrity" : "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
} ,
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-14 09:40:58 +02:00
"node_modules/@molt/command" : {
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/@molt/command/-/command-0.9.0.tgz" ,
"integrity" : "sha512-1JI8dAlpqlZoXyKWVQggX7geFNPxBpocHIXQCsnxDjKy+3WX4SGyZVJXuLlqRRrX7FmQCuuMAfx642ovXmPA9g==" ,
"dependencies" : {
"@molt/types" : "0.2.0" ,
"alge" : "0.8.1" ,
"chalk" : "^5.3.0" ,
"lodash.camelcase" : "^4.3.0" ,
"lodash.snakecase" : "^4.1.1" ,
"readline-sync" : "^1.4.10" ,
"string-length" : "^6.0.0" ,
"strip-ansi" : "^7.1.0" ,
"ts-toolbelt" : "^9.6.0" ,
"type-fest" : "^4.3.1" ,
"zod" : "^3.22.2"
}
} ,
"node_modules/@molt/command/node_modules/ansi-regex" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" ,
"integrity" : "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/@molt/command/node_modules/chalk" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz" ,
"integrity" : "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" ,
"engines" : {
"node" : "^12.17.0 || ^14.13 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/@molt/command/node_modules/string-length" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/string-length/-/string-length-6.0.0.tgz" ,
"integrity" : "sha512-1U361pxZHEQ+FeSjzqRpV+cu2vTzYeWeafXFLykiFlv4Vc0n3njgU8HrMbyik5uwm77naWMuVG8fhEF+Ovb1Kg==" ,
"dependencies" : {
"strip-ansi" : "^7.1.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@molt/command/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==" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/@molt/command/node_modules/type-fest" : {
"version" : "4.18.2" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-4.18.2.tgz" ,
"integrity" : "sha512-+suCYpfJLAe4OXS6+PPXjW3urOS4IoP9waSiLuXfLgqZODKw/aWwASvzqE886wA0kQgGy0mIWyhd87VpqIy6Xg==" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@molt/types" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/@molt/types/-/types-0.2.0.tgz" ,
"integrity" : "sha512-p6ChnEZDGjg9PYPec9BK6Yp5/DdSrYQvXTBAtgrnqX6N36cZy37ql1c8Tc5LclfIYBNG7EZp8NBcRTYJwyi84g==" ,
"dependencies" : {
"ts-toolbelt" : "^9.6.0"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/base" : {
"version" : "5.0.0-beta.40" ,
"resolved" : "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.40.tgz" ,
"integrity" : "sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.23.9" ,
"@floating-ui/react-dom" : "^2.0.8" ,
"@mui/types" : "^7.2.14" ,
"@mui/utils" : "^5.15.14" ,
"@popperjs/core" : "^2.11.8" ,
"clsx" : "^2.1.0" ,
"prop-types" : "^15.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/core-downloads-tracker" : {
2024-05-14 09:40:58 +02:00
"version" : "5.15.17" ,
"resolved" : "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.17.tgz" ,
"integrity" : "sha512-DVAejDQkjNnIac7MfP8sLzuo7fyrBPxNdXe+6bYqOqg1z2OPTlfFAejSNzWe7UenRMuFu9/AyFXj/X2vN2w6dA==" ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/icons-material" : {
2024-05-14 09:40:58 +02:00
"version" : "5.15.17" ,
"resolved" : "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.17.tgz" ,
"integrity" : "sha512-xVzl2De7IY36s/keHX45YMiCpsIx3mNv2xwDgtBkRSnZQtVk+Gqufwj1ktUxEyjzEhBl0+PiNJqYC31C+n1n6A==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.23.9"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@mui/material" : "^5.0.0" ,
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/lab" : {
"version" : "5.0.0-alpha.170" ,
"resolved" : "https://registry.npmjs.org/@mui/lab/-/lab-5.0.0-alpha.170.tgz" ,
"integrity" : "sha512-0bDVECGmrNjd3+bLdcLiwYZ0O4HP5j5WSQm5DV6iA/Z9kr8O6AnvZ1bv9ImQbbX7Gj3pX4o43EKwCutj3EQxQg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.23.9" ,
"@mui/base" : "5.0.0-beta.40" ,
"@mui/system" : "^5.15.15" ,
"@mui/types" : "^7.2.14" ,
"@mui/utils" : "^5.15.14" ,
"clsx" : "^2.1.0" ,
"prop-types" : "^15.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.5.0" ,
"@emotion/styled" : "^11.3.0" ,
"@mui/material" : ">=5.15.0" ,
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
} ,
"@types/react" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/material" : {
2024-05-14 09:40:58 +02:00
"version" : "5.15.17" ,
"resolved" : "https://registry.npmjs.org/@mui/material/-/material-5.15.17.tgz" ,
"integrity" : "sha512-ru/MLvTkCh0AZXmqwIpqGTOoVBS/sX48zArXq/DvktxXZx4fskiRA2PEc7Rk5ZlFiZhKh4moL4an+l8zZwq49Q==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.23.9" ,
"@mui/base" : "5.0.0-beta.40" ,
2024-05-14 09:40:58 +02:00
"@mui/core-downloads-tracker" : "^5.15.17" ,
2024-05-08 07:32:29 +02:00
"@mui/system" : "^5.15.15" ,
"@mui/types" : "^7.2.14" ,
"@mui/utils" : "^5.15.14" ,
"@types/react-transition-group" : "^4.4.10" ,
"clsx" : "^2.1.0" ,
"csstype" : "^3.1.3" ,
"prop-types" : "^15.8.1" ,
"react-is" : "^18.2.0" ,
"react-transition-group" : "^4.4.5"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.5.0" ,
"@emotion/styled" : "^11.3.0" ,
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
} ,
"@types/react" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/material-nextjs" : {
"version" : "5.15.11" ,
"resolved" : "https://registry.npmjs.org/@mui/material-nextjs/-/material-nextjs-5.15.11.tgz" ,
"integrity" : "sha512-cp5RWYbBngyi7NKP91R9QITllfxumCVPFjqe4AKzNROVuCot0VpgkafxXqfbv0uFsyUU0ROs0O2M3r17q604Aw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.23.9"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/cache" : "^11.11.0" ,
"@emotion/server" : "^11.11.0" ,
"@mui/material" : "^5.0.0" ,
"@types/react" : "^17.0.0 || ^18.0.0" ,
"next" : "^13.0.0 || ^14.0.0" ,
"react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/cache" : {
"optional" : true
} ,
"@emotion/server" : {
"optional" : true
} ,
"@types/react" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/private-theming" : {
"version" : "5.15.14" ,
"resolved" : "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.14.tgz" ,
"integrity" : "sha512-UH0EiZckOWcxiXLX3Jbb0K7rC8mxTr9L9l6QhOZxYc4r8FHUkefltV9VDGLrzCaWh30SQiJvAEd7djX3XXY6Xw==" ,
"dependencies" : {
"@babel/runtime" : "^7.23.9" ,
"@mui/utils" : "^5.15.14" ,
"prop-types" : "^15.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/styled-engine" : {
"version" : "5.15.14" ,
"resolved" : "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.14.tgz" ,
"integrity" : "sha512-RILkuVD8gY6PvjZjqnWhz8fu68dVkqhM5+jYWfB5yhlSQKg+2rHkmEwm75XIeAqI3qwOndK6zELK5H6Zxn4NHw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.23.9" ,
"@emotion/cache" : "^11.11.0" ,
"csstype" : "^3.1.3" ,
"prop-types" : "^15.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.4.1" ,
"@emotion/styled" : "^11.3.0" ,
"react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/system" : {
"version" : "5.15.15" ,
"resolved" : "https://registry.npmjs.org/@mui/system/-/system-5.15.15.tgz" ,
"integrity" : "sha512-aulox6N1dnu5PABsfxVGOZffDVmlxPOVgj56HrUnJE8MCSh8lOvvkd47cebIVQQYAjpwieXQXiDPj5pwM40jTQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.23.9" ,
"@mui/private-theming" : "^5.15.14" ,
"@mui/styled-engine" : "^5.15.14" ,
"@mui/types" : "^7.2.14" ,
"@mui/utils" : "^5.15.14" ,
"clsx" : "^2.1.0" ,
"csstype" : "^3.1.3" ,
"prop-types" : "^15.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.5.0" ,
"@emotion/styled" : "^11.3.0" ,
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
} ,
"@types/react" : {
"optional" : true
}
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/types" : {
"version" : "7.2.14" ,
"resolved" : "https://registry.npmjs.org/@mui/types/-/types-7.2.14.tgz" ,
"integrity" : "sha512-MZsBZ4q4HfzBsywtXgM1Ksj6HDThtiwmOKUXH1pKYISI9gAVXCNHNpo7TlGoGrBaYWZTdNoirIN7JsQcQUjmQQ==" ,
"peerDependencies" : {
"@types/react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/utils" : {
"version" : "5.15.14" ,
"resolved" : "https://registry.npmjs.org/@mui/utils/-/utils-5.15.14.tgz" ,
"integrity" : "sha512-0lF/7Hh/ezDv5X7Pry6enMsbYyGKjADzvHyo3Qrc/SSlTsQ1VkbDMbH0m2t3OR5iIVLwMoxwM7yGd+6FCMtTFA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.23.9" ,
"@types/prop-types" : "^15.7.11" ,
"prop-types" : "^15.8.1" ,
"react-is" : "^18.2.0"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/x-data-grid" : {
2024-05-14 09:40:58 +02:00
"version" : "7.4.0" ,
"resolved" : "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.4.0.tgz" ,
"integrity" : "sha512-ILu0AVqqHQf4wN/nblsJ/k7PkvlB115vQ/FEiYk7neZlc/kOJOUyst3MWMVClAecZ8+JEs476q40xd4r1CtMfw==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.24.0" ,
"@mui/system" : "^5.15.14" ,
"@mui/utils" : "^5.15.14" ,
2024-05-14 09:40:58 +02:00
"clsx" : "^2.1.1" ,
2024-05-08 07:32:29 +02:00
"prop-types" : "^15.8.1" ,
"reselect" : "^4.1.8"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@mui/material" : "^5.15.14" ,
"react" : "^17.0.0 || ^18.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/x-data-grid-pro" : {
2024-05-14 09:40:58 +02:00
"version" : "7.4.0" ,
"resolved" : "https://registry.npmjs.org/@mui/x-data-grid-pro/-/x-data-grid-pro-7.4.0.tgz" ,
"integrity" : "sha512-ORg7zm4oGL7E/hw9hJCk9PYwj31doLCCq52DLtZQr4mZgtx1jptVoq0jSoMRXy3nS2+khkcojALqlkLM6lYdiQ==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.24.0" ,
"@mui/system" : "^5.15.14" ,
"@mui/utils" : "^5.15.14" ,
2024-05-14 09:40:58 +02:00
"@mui/x-data-grid" : "7.4.0" ,
2024-05-08 07:32:29 +02:00
"@mui/x-license" : "7.2.0" ,
"@types/format-util" : "^1.0.4" ,
2024-05-14 09:40:58 +02:00
"clsx" : "^2.1.1" ,
2024-05-08 07:32:29 +02:00
"prop-types" : "^15.8.1" ,
"reselect" : "^4.1.8"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"@mui/material" : "^5.15.14" ,
"react" : "^17.0.0 || ^18.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/x-date-pickers" : {
2024-05-14 09:40:58 +02:00
"version" : "7.4.0" ,
"resolved" : "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.4.0.tgz" ,
"integrity" : "sha512-Xh0LD/PCYIWWSchvtnEHdUfIsnANA0QOppUkCJ+4b8mN7z+TMEBA/LHmzA2+edxo7eanyfJ7L52znxwPP4vX8Q==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.24.0" ,
"@mui/base" : "^5.0.0-beta.40" ,
"@mui/system" : "^5.15.14" ,
"@mui/utils" : "^5.15.14" ,
"@types/react-transition-group" : "^4.4.10" ,
2024-05-14 09:40:58 +02:00
"clsx" : "^2.1.1" ,
2024-05-08 07:32:29 +02:00
"prop-types" : "^15.8.1" ,
"react-transition-group" : "^4.4.5"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.9.0" ,
"@emotion/styled" : "^11.8.1" ,
"@mui/material" : "^5.15.14" ,
"date-fns" : "^2.25.0 || ^3.2.0" ,
2024-05-14 09:40:58 +02:00
"date-fns-jalali" : "^2.13.0-0 || ^3.2.0-0" ,
2024-05-08 07:32:29 +02:00
"dayjs" : "^1.10.7" ,
"luxon" : "^3.0.2" ,
"moment" : "^2.29.4" ,
"moment-hijri" : "^2.1.2" ,
"moment-jalaali" : "^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0" ,
"react" : "^17.0.0 || ^18.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0"
} ,
"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
}
}
} ,
"node_modules/@mui/x-date-pickers-pro" : {
2024-05-14 09:40:58 +02:00
"version" : "7.4.0" ,
"resolved" : "https://registry.npmjs.org/@mui/x-date-pickers-pro/-/x-date-pickers-pro-7.4.0.tgz" ,
"integrity" : "sha512-9U5BBQIRq+hl3/SVhmYJcAnB8EEBQEyqeKCyAks57tMaICiZhW8Adt/P+v3QmMRoQfEys8VEFUL/L/x3Mdu5rA==" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"@babel/runtime" : "^7.24.0" ,
"@mui/base" : "^5.0.0-beta.40" ,
"@mui/system" : "^5.15.14" ,
"@mui/utils" : "^5.15.14" ,
2024-05-14 09:40:58 +02:00
"@mui/x-date-pickers" : "7.4.0" ,
2024-05-08 07:32:29 +02:00
"@mui/x-license" : "7.2.0" ,
2024-05-14 09:40:58 +02:00
"clsx" : "^2.1.1" ,
2024-05-08 07:32:29 +02:00
"prop-types" : "^15.8.1" ,
"react-transition-group" : "^4.4.5"
} ,
"engines" : {
"node" : ">=14.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@emotion/react" : "^11.9.0" ,
"@emotion/styled" : "^11.8.1" ,
"@mui/material" : "^5.15.14" ,
"date-fns" : "^2.25.0 || ^3.2.0" ,
2024-05-14 09:40:58 +02:00
"date-fns-jalali" : "^2.13.0-0 || ^3.2.0-0" ,
2024-05-08 07:32:29 +02:00
"dayjs" : "^1.10.7" ,
"luxon" : "^3.0.2" ,
"moment" : "^2.29.4" ,
"moment-hijri" : "^2.1.2" ,
"moment-jalaali" : "^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0" ,
"react" : "^17.0.0 || ^18.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0"
2024-05-07 14:16:01 +02:00
} ,
"peerDependenciesMeta" : {
2024-05-08 07:32:29 +02:00
"@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" : {
2024-05-07 14:16:01 +02:00
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@mui/x-license" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@mui/x-license/-/x-license-7.2.0.tgz" ,
"integrity" : "sha512-z9mqsfNPVFqjfxcPgz15o29Vb3FupSImwpMd5CFjZqNasJu3ptLpKxbIUnTtJMUicRdhsVfm3d93Z5XQkq1JuQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.24.0" ,
"@mui/utils" : "^5.15.14"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"react" : "^17.0.0 || ^18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@next/env" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/@next/env/-/env-14.2.3.tgz" ,
"integrity" : "sha512-W7fd7IbkfmeeY2gXrzJYDx8D2lWKbVoTIj1o1ScPHNzvp30s1AuoEFSdr39bC5sjxJaxTtq3OTCZboNp0lNWHA=="
} ,
"node_modules/@next/eslint-plugin-next" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.3.tgz" ,
"integrity" : "sha512-L3oDricIIjgj1AVnRdRor21gI7mShlSwU/1ZGHmqM3LzHhXXhdkrfeNY5zif25Bi5Dd7fiJHsbhoZCHfXYvlAw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"glob" : "10.3.10"
}
} ,
"node_modules/@next/swc-darwin-arm64" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.3.tgz" ,
"integrity" : "sha512-3pEYo/RaGqPP0YzwnlmPN2puaF2WMLM3apt5jLW2fFdXD9+pqcoTzRk+iZsf8ta7+quAe4Q6Ms0nR0SFGFdS1A==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@next/swc-darwin-x64" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.3.tgz" ,
"integrity" : "sha512-6adp7waE6P1TYFSXpY366xwsOnEXM+y1kgRpjSRVI2CBDOcbRjsJ67Z6EgKIqWIue52d2q/Mx8g9MszARj8IEA==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@next/swc-linux-arm64-gnu" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.3.tgz" ,
"integrity" : "sha512-cuzCE/1G0ZSnTAHJPUT1rPgQx1w5tzSX7POXSLaS7w2nIUJUD+e25QoXD/hMfxbsT9rslEXugWypJMILBj/QsA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@next/swc-linux-arm64-musl" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.3.tgz" ,
"integrity" : "sha512-0D4/oMM2Y9Ta3nGuCcQN8jjJjmDPYpHX9OJzqk42NZGJocU2MqhBq5tWkJrUQOQY9N+In9xOdymzapM09GeiZw==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@next/swc-linux-x64-gnu" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.3.tgz" ,
"integrity" : "sha512-ENPiNnBNDInBLyUU5ii8PMQh+4XLr4pG51tOp6aJ9xqFQ2iRI6IH0Ds2yJkAzNV1CfyagcyzPfROMViS2wOZ9w==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@next/swc-linux-x64-musl" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.3.tgz" ,
"integrity" : "sha512-BTAbq0LnCbF5MtoM7I/9UeUu/8ZBY0i8SFjUMCbPDOLv+un67e2JgyN4pmgfXBwy/I+RHu8q+k+MCkDN6P9ViQ==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@next/swc-win32-arm64-msvc" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.3.tgz" ,
"integrity" : "sha512-AEHIw/dhAMLNFJFJIJIyOFDzrzI5bAjI9J26gbO5xhAKHYTZ9Or04BesFPXiAYXDNdrwTP2dQceYA4dL1geu8A==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-win32-ia32-msvc" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.3.tgz" ,
"integrity" : "sha512-vga40n1q6aYb0CLrM+eEmisfKCR45ixQYXuBXxOOmmoV8sYST9k7E3US32FsY+CkkF7NtzdcebiFT4CHuMSyZw==" ,
"cpu" : [
"ia32"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-win32-x64-msvc" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.3.tgz" ,
"integrity" : "sha512-Q1/zm43RWynxrO7lW4ehciQVj+5ePBhOK+/K2P7pLFX3JaJ/IZVC69SHidrmZSOkqz7ECIOhhy7XhAFG4JYyHA==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"eslint-scope" : "5.1.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" ,
"integrity" : "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"esrecurse" : "^4.3.0" ,
"estraverse" : "^4.1.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" ,
"integrity" : "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">= 8"
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@opensearch-project/opensearch" : {
2024-05-14 09:40:58 +02:00
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/@opensearch-project/opensearch/-/opensearch-2.8.0.tgz" ,
"integrity" : "sha512-VgYq5WQCHHotUlk8fUXAkisCjeiw6eNKg/z9elBHuFnNVEUEhSzl3UAuPS3Y9TUd9uTvUbAZ8kkuA5y3Te9rsw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"aws4" : "^1.11.0" ,
"debug" : "^4.3.1" ,
"hpagent" : "^1.2.0" ,
"ms" : "^2.1.3" ,
"secure-json-parse" : "^2.4.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10" ,
"yarn" : "^1.22.10"
}
} ,
"node_modules/@opensearch-project/opensearch/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
} ,
"node_modules/@panva/hkdf" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@panva/hkdf/-/hkdf-1.1.1.tgz" ,
"integrity" : "sha512-dhPeilub1NuIG0X5Kvhh9lH4iW3ZsHlnzwgwbOlgwQ2wG1IqFzsgHqmKPk3WzsdWAeaxKJxgM0+W433RmN45GA==" ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/panva"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" ,
"integrity" : "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" ,
"dev" : true ,
"optional" : true ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@pkgr/core" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz" ,
"integrity" : "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.20.0 || ^14.18.0 || >=16.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/unts"
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
"funding" : {
"type" : "opencollective" ,
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/popperjs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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=="
} ,
"node_modules/@protobufjs/codegen" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz" ,
"integrity" : "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg=="
} ,
"node_modules/@protobufjs/eventemitter" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz" ,
"integrity" : "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q=="
} ,
"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==" ,
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.1" ,
"@protobufjs/inquire" : "^1.1.0"
}
} ,
"node_modules/@protobufjs/float" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz" ,
"integrity" : "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ=="
} ,
"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=="
} ,
"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=="
} ,
"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=="
} ,
"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=="
} ,
"node_modules/@rushstack/eslint-patch" : {
"version" : "1.10.2" ,
"resolved" : "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.2.tgz" ,
"integrity" : "sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw=="
} ,
"node_modules/@selderee/plugin-htmlparser2" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@selderee/plugin-htmlparser2/-/plugin-htmlparser2-0.11.0.tgz" ,
"integrity" : "sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"domhandler" : "^5.0.3" ,
"selderee" : "^0.11.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://ko-fi.com/killymxi"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@sideway/address" : {
"version" : "4.1.5" ,
"resolved" : "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz" ,
"integrity" : "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^9.0.0"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@sideway/address/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=="
} ,
"node_modules/@sideway/formula" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz" ,
"integrity" : "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg=="
} ,
"node_modules/@sideway/pinpoint" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz" ,
"integrity" : "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ=="
} ,
"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=="
} ,
"node_modules/@sinonjs/commons" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz" ,
"integrity" : "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==" ,
"dependencies" : {
"type-detect" : "4.0.8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@sinonjs/commons" : "^3.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/@swc/helpers" : {
"version" : "0.5.5" ,
"resolved" : "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.5.tgz" ,
"integrity" : "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@swc/counter" : "^0.1.3" ,
"tslib" : "^2.4.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@thi.ng/bitstream" : {
2024-05-14 09:40:58 +02:00
"version" : "2.2.60" ,
"resolved" : "https://registry.npmjs.org/@thi.ng/bitstream/-/bitstream-2.2.60.tgz" ,
"integrity" : "sha512-wRtLQHj+MmyGuLk8wX6+s6JnCBOYb47k4CZ7EBjvY6ECkYajjV+ApYfMbM2jz8Fl28o3pBvJMHsm0K7R2KB2JQ==" ,
2024-05-08 07:32:29 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/postspectacular"
} ,
{
"type" : "patreon" ,
"url" : "https://patreon.com/thing_umbrella"
}
] ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@thi.ng/errors" : "^2.5.7"
2024-05-07 14:16:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@thi.ng/errors" : {
2024-05-14 09:40:58 +02:00
"version" : "2.5.7" ,
"resolved" : "https://registry.npmjs.org/@thi.ng/errors/-/errors-2.5.7.tgz" ,
"integrity" : "sha512-yha1STRQmkTWEFNMHpTlgXETjwyvZfyDZH6o2nfQ8rBMqco270h4BtOOXA+lFn0afXJAZ9iXmCKbPrlMlJvHuQ==" ,
2024-05-08 07:32:29 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/postspectacular"
} ,
{
"type" : "patreon" ,
"url" : "https://patreon.com/thing_umbrella"
}
] ,
"engines" : {
"node" : ">=18"
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/@tsconfig/node10" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz" ,
"integrity" : "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==" ,
"devOptional" : true
} ,
"node_modules/@tsconfig/node12" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz" ,
"integrity" : "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==" ,
"devOptional" : true
} ,
"node_modules/@tsconfig/node14" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz" ,
"integrity" : "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==" ,
"devOptional" : true
} ,
"node_modules/@tsconfig/node16" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz" ,
"integrity" : "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" ,
"devOptional" : true
} ,
"node_modules/@twilio/audioplayer" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/@twilio/audioplayer/-/audioplayer-1.0.6.tgz" ,
"integrity" : "sha512-c9cjX/ifICgXqShtyAQdVMqfe7odnxougiuRMXBJtn3dZ320mFdt7kmuKedpNnc3ZJ6irOZ9M9MZi9/vuEqHiw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"babel-runtime" : "^6.26.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@twilio/voice-errors" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@twilio/voice-errors/-/voice-errors-1.0.1.tgz" ,
"integrity" : "sha512-iXzCuiOhNMhrr8DVjRRzI14YwGUIBM83kWSWcDktxmXim0Tz9xoCth4QFAQcMkNL2h9DlfXlob6noH+3h2iA4A=="
} ,
"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==" ,
"dependencies" : {
"@babel/parser" : "^7.20.7" ,
"@babel/types" : "^7.20.7" ,
"@types/babel__generator" : "*" ,
"@types/babel__template" : "*" ,
"@types/babel__traverse" : "*"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/types" : "^7.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/parser" : "^7.1.0" ,
"@babel/types" : "^7.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/babel__traverse" : {
"version" : "7.20.5" ,
"resolved" : "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz" ,
"integrity" : "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==" ,
"dependencies" : {
"@babel/types" : "^7.20.7"
}
} ,
"node_modules/@types/cookie" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz" ,
"integrity" : "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA=="
} ,
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/ms" : "*"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/eslint" : {
"version" : "8.56.10" ,
"resolved" : "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz" ,
"integrity" : "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==" ,
"dev" : true ,
"peer" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/estree" : "*" ,
"@types/json-schema" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/eslint-scope" : {
"version" : "3.7.7" ,
"resolved" : "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz" ,
"integrity" : "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==" ,
"dev" : true ,
"peer" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/eslint" : "*" ,
"@types/estree" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/estree" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz" ,
"integrity" : "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/estree" : "*"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/fluent-ffmpeg" : {
"version" : "2.1.24" ,
"resolved" : "https://registry.npmjs.org/@types/fluent-ffmpeg/-/fluent-ffmpeg-2.1.24.tgz" ,
"integrity" : "sha512-g5oQO8Jgi2kFS3tTub7wLvfLztr1s8tdXmRd8PiL/hLMLzTIAyMR2sANkTggM/rdEDAg3d63nYRRVepwBiCw5A==" ,
"dev" : true ,
"dependencies" : {
"@types/node" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/node" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/hapi-auth-bearer-token" : {
"version" : "6.1.8" ,
"resolved" : "https://registry.npmjs.org/@types/hapi-auth-bearer-token/-/hapi-auth-bearer-token-6.1.8.tgz" ,
"integrity" : "sha512-2bznymrmFRaHtStZin+cVZV38WcFO43xAJVWcrhu6wBDU0ciVQdhRTtctaVtDV9ln3NmgMz+Cb0aUYHcCKMSvA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hapi" : "^21.1.0" ,
"@types/node" : "*" ,
"joi" : "^17.7.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/unist" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/hoist-non-react-statics" : {
"version" : "3.3.5" ,
"resolved" : "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz" ,
"integrity" : "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/react" : "*" ,
"hoist-non-react-statics" : "^3.3.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/http-proxy" : {
"version" : "1.17.14" ,
"resolved" : "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz" ,
"integrity" : "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==" ,
"dependencies" : {
"@types/node" : "*"
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"@types/node" : "*"
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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=="
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/istanbul-lib-coverage" : "*"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/istanbul-lib-report" : "*"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/jest" : {
"version" : "29.5.12" ,
"resolved" : "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz" ,
"integrity" : "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"expect" : "^29.0.0" ,
"pretty-format" : "^29.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
2024-05-14 09:40:58 +02:00
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
"dev" : true
2024-05-08 07:32:29 +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=="
} ,
"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=="
} ,
"node_modules/@types/mdast" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz" ,
"integrity" : "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/unist" : "*"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/ms" : {
"version" : "0.7.34" ,
"resolved" : "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz" ,
"integrity" : "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/node" : {
2024-05-14 09:40:58 +02:00
"version" : "20.12.11" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz" ,
"integrity" : "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"undici-types" : "~5.26.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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=="
} ,
"node_modules/@types/pg" : {
"version" : "8.11.6" ,
"resolved" : "https://registry.npmjs.org/@types/pg/-/pg-8.11.6.tgz" ,
"integrity" : "sha512-/2WmmBXHLsfRqzfHW7BNZ8SbYzE8OSk7i3WjFYvfgRHj7S1xj+16Je5fUKv3lVdVzk/zn9TXOqf+avFCFIE0yQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/node" : "*" ,
"pg-protocol" : "*" ,
"pg-types" : "^4.0.1"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/prop-types" : {
"version" : "15.7.12" ,
"resolved" : "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz" ,
"integrity" : "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q=="
} ,
"node_modules/@types/react" : {
2024-05-14 09:40:58 +02:00
"version" : "18.3.2" ,
"resolved" : "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz" ,
"integrity" : "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/prop-types" : "*" ,
"csstype" : "^3.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/react-dom" : {
"version" : "18.3.0" ,
"resolved" : "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz" ,
"integrity" : "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/react" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/react-transition-group" : {
"version" : "4.4.10" ,
"resolved" : "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.10.tgz" ,
"integrity" : "sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/react" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@types/unist" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz" ,
"integrity" : "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
} ,
"node_modules/@types/uuid" : {
"version" : "9.0.8" ,
"resolved" : "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz" ,
"integrity" : "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==" ,
"dev" : true
} ,
"node_modules/@types/yargs" : {
"version" : "17.0.32" ,
"resolved" : "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz" ,
"integrity" : "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/yargs-parser" : "*"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/eslint-plugin" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.9.0.tgz" ,
"integrity" : "sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"@eslint-community/regexpp" : "^4.10.0" ,
2024-05-14 09:40:58 +02:00
"@typescript-eslint/scope-manager" : "7.9.0" ,
"@typescript-eslint/type-utils" : "7.9.0" ,
"@typescript-eslint/utils" : "7.9.0" ,
"@typescript-eslint/visitor-keys" : "7.9.0" ,
2024-05-08 07:32:29 +02:00
"graphemer" : "^1.4.0" ,
"ignore" : "^5.3.1" ,
"natural-compare" : "^1.4.0" ,
"ts-api-utils" : "^1.3.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
2024-05-07 14:16:01 +02:00
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"@typescript-eslint/parser" : "^7.0.0" ,
"eslint" : "^8.56.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/parser" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.2.0.tgz" ,
"integrity" : "sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@typescript-eslint/scope-manager" : "7.2.0" ,
"@typescript-eslint/types" : "7.2.0" ,
"@typescript-eslint/typescript-estree" : "7.2.0" ,
"@typescript-eslint/visitor-keys" : "7.2.0" ,
"debug" : "^4.3.4"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-04-21 16:59:50 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"eslint" : "^8.56.0"
2024-04-21 16:59:50 +02:00
} ,
"peerDependenciesMeta" : {
2024-05-08 07:32:29 +02:00
"typescript" : {
2024-04-21 16:59:50 +02:00
"optional" : true
}
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz" ,
"integrity" : "sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@typescript-eslint/types" : "7.2.0" ,
"@typescript-eslint/visitor-keys" : "7.2.0"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz" ,
"integrity" : "sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==" ,
2024-04-21 21:13:53 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@typescript-eslint/types" : "7.2.0" ,
"eslint-visitor-keys" : "^3.4.1"
2024-04-21 21:13:53 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^16.0.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/parser/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==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/scope-manager" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz" ,
"integrity" : "sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@typescript-eslint/types" : "7.9.0" ,
"@typescript-eslint/visitor-keys" : "7.9.0"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 21:13:53 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || >=20.0.0"
2024-04-21 21:13:53 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.9.0.tgz" ,
"integrity" : "sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/type-utils" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.9.0.tgz" ,
"integrity" : "sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@typescript-eslint/typescript-estree" : "7.9.0" ,
"@typescript-eslint/utils" : "7.9.0" ,
2024-05-08 07:32:29 +02:00
"debug" : "^4.3.4" ,
"ts-api-utils" : "^1.3.0"
} ,
"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-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.9.0.tgz" ,
"integrity" : "sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==" ,
2024-04-21 21:13:53 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || >=20.0.0"
2024-04-21 21:13:53 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz" ,
"integrity" : "sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==" ,
2024-04-21 21:13:53 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@typescript-eslint/types" : "7.9.0" ,
"@typescript-eslint/visitor-keys" : "7.9.0" ,
2024-05-08 07:32:29 +02:00
"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"
2024-04-21 21:13:53 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || >=20.0.0"
2024-04-21 21:13:53 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/type-utils/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/type-utils/node_modules/minimatch" : {
"version" : "9.0.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz" ,
"integrity" : "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"brace-expansion" : "^2.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=16 || 14 >=14.17"
2024-04-23 13:36:51 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/type-utils/node_modules/semver" : {
2024-05-14 09:40:58 +02:00
"version" : "7.6.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" ,
"integrity" : "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" ,
2024-05-08 07:32:29 +02:00
"bin" : {
"semver" : "bin/semver.js"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/types" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.2.0.tgz" ,
"integrity" : "sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^16.0.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/typescript-estree" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz" ,
"integrity" : "sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@typescript-eslint/types" : "7.2.0" ,
"@typescript-eslint/visitor-keys" : "7.2.0" ,
"debug" : "^4.3.4" ,
"globby" : "^11.1.0" ,
"is-glob" : "^4.0.3" ,
"minimatch" : "9.0.3" ,
"semver" : "^7.5.4" ,
"ts-api-utils" : "^1.0.1"
2024-05-07 14:16:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^16.0.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz" ,
"integrity" : "sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@typescript-eslint/types" : "7.2.0" ,
"eslint-visitor-keys" : "^3.4.1"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 21:13:53 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^16.0.0 || >=18.0.0"
2024-04-21 21:13:53 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"balanced-match" : "^1.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/typescript-estree/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==" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch" : {
"version" : "9.0.3" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz" ,
"integrity" : "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"brace-expansion" : "^2.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=16 || 14 >=14.17"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver" : {
2024-05-14 09:40:58 +02:00
"version" : "7.6.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" ,
"integrity" : "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" ,
2024-05-08 07:32:29 +02:00
"bin" : {
"semver" : "bin/semver.js"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/utils" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.9.0.tgz" ,
"integrity" : "sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@eslint-community/eslint-utils" : "^4.4.0" ,
2024-05-14 09:40:58 +02:00
"@typescript-eslint/scope-manager" : "7.9.0" ,
"@typescript-eslint/types" : "7.9.0" ,
"@typescript-eslint/typescript-estree" : "7.9.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || >=20.0.0"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^8.56.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.9.0.tgz" ,
"integrity" : "sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz" ,
"integrity" : "sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@typescript-eslint/types" : "7.9.0" ,
"@typescript-eslint/visitor-keys" : "7.9.0" ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/utils/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"balanced-match" : "^1.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/utils/node_modules/minimatch" : {
"version" : "9.0.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz" ,
"integrity" : "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@typescript-eslint/utils/node_modules/semver" : {
2024-05-14 09:40:58 +02:00
"version" : "7.6.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" ,
"integrity" : "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" ,
2024-05-08 07:32:29 +02:00
"bin" : {
"semver" : "bin/semver.js"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/visitor-keys" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz" ,
"integrity" : "sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@typescript-eslint/types" : "7.9.0" ,
2024-05-08 07:32:29 +02:00
"eslint-visitor-keys" : "^3.4.3"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || >=20.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.9.0.tgz" ,
"integrity" : "sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==" ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/visitor-keys/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==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@ungap/structured-clone" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz" ,
"integrity" : "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ=="
} ,
"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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@eshaz/web-worker" : "1.2.2" ,
"simple-yenc" : "^1.0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@wasm-audio-decoders/flac" : {
"version" : "0.2.4" ,
"resolved" : "https://registry.npmjs.org/@wasm-audio-decoders/flac/-/flac-0.2.4.tgz" ,
"integrity" : "sha512-bsUlwIjd5y+IAEyILCQdi8y0LocKEkZ0enA8ljDL+NVVwN+5Rv5Xkm/HcdUxnB7MtekxN2cNcTsv1zkb2aZyWg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@wasm-audio-decoders/common" : "9.0.5" ,
"codec-parser" : "2.4.3"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@wasm-audio-decoders/ogg-vorbis" : {
"version" : "0.1.15" ,
"resolved" : "https://registry.npmjs.org/@wasm-audio-decoders/ogg-vorbis/-/ogg-vorbis-0.1.15.tgz" ,
"integrity" : "sha512-skAN3NIrRzMkVouyfyq3gYT/op/K9iutMZr7kr5/9fnIaCnpYdrdbv69X8PZ6y3K2J5zy5KuGno5kzH8yGLOOg==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@wasm-audio-decoders/common" : "9.0.5" ,
"codec-parser" : "2.4.3"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@webassemblyjs/ast" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz" ,
"integrity" : "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"peer" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@webassemblyjs/helper-numbers" : "1.11.6" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@webassemblyjs/floating-point-hex-parser" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz" ,
"integrity" : "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-api-error" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz" ,
"integrity" : "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-buffer" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz" ,
"integrity" : "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-numbers" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz" ,
"integrity" : "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"peer" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@webassemblyjs/floating-point-hex-parser" : "1.11.6" ,
"@webassemblyjs/helper-api-error" : "1.11.6" ,
"@xtuc/long" : "4.2.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@webassemblyjs/helper-wasm-bytecode" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz" ,
"integrity" : "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-wasm-section" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz" ,
"integrity" : "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"peer" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/wasm-gen" : "1.12.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@webassemblyjs/ieee754" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz" ,
"integrity" : "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==" ,
"dev" : true ,
"peer" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@xtuc/ieee754" : "^1.2.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@webassemblyjs/leb128" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz" ,
"integrity" : "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==" ,
"dev" : true ,
"peer" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@xtuc/long" : "4.2.2"
}
} ,
"node_modules/@webassemblyjs/utf8" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz" ,
"integrity" : "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@webassemblyjs/wasm-edit" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz" ,
"integrity" : "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/helper-wasm-section" : "1.12.1" ,
"@webassemblyjs/wasm-gen" : "1.12.1" ,
"@webassemblyjs/wasm-opt" : "1.12.1" ,
"@webassemblyjs/wasm-parser" : "1.12.1" ,
"@webassemblyjs/wast-printer" : "1.12.1"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@webassemblyjs/wasm-gen" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz" ,
"integrity" : "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==" ,
"dev" : true ,
"peer" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/ieee754" : "1.11.6" ,
"@webassemblyjs/leb128" : "1.11.6" ,
"@webassemblyjs/utf8" : "1.11.6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@webassemblyjs/wasm-opt" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz" ,
"integrity" : "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
"@webassemblyjs/wasm-gen" : "1.12.1" ,
"@webassemblyjs/wasm-parser" : "1.12.1"
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@webassemblyjs/wasm-parser" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz" ,
"integrity" : "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==" ,
"dev" : true ,
"peer" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-api-error" : "1.11.6" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/ieee754" : "1.11.6" ,
"@webassemblyjs/leb128" : "1.11.6" ,
"@webassemblyjs/utf8" : "1.11.6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/@webassemblyjs/wast-printer" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz" ,
"integrity" : "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@xtuc/long" : "4.2.2"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-14 09:40:58 +02:00
"node_modules/@whiskeysockets/baileys" : {
"version" : "6.7.2" ,
"resolved" : "https://registry.npmjs.org/@whiskeysockets/baileys/-/baileys-6.7.2.tgz" ,
"integrity" : "sha512-ttZJuFo4iuwzQbUClx+RKaREStaVYwc0uNRlcd5kLEV3z8Lp2fcoKqrFMKIQbm6+8dgGK8MdYHGtAv9eh//itg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@adiwajshing/keyed-db" : "^0.2.4" ,
"@hapi/boom" : "^9.1.3" ,
"audio-decode" : "^2.1.3" ,
"axios" : "^1.3.3" ,
"cache-manager" : "4.0.1" ,
"futoin-hkdf" : "^1.5.1" ,
"libphonenumber-js" : "^1.10.20" ,
"libsignal" : "github:adiwajshing/libsignal-node" ,
"music-metadata" : "^7.12.3" ,
"node-cache" : "^5.1.2" ,
"pino" : "^7.0.0" ,
"protobufjs" : "^7.2.4" ,
"uuid" : "^9.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.2"
} ,
"peerDependenciesMeta" : {
"jimp" : {
"optional" : true
} ,
"link-preview-js" : {
"optional" : true
} ,
"qrcode-terminal" : {
"optional" : true
} ,
"sharp" : {
"optional" : true
}
}
} ,
"node_modules/@whiskeysockets/baileys/node_modules/@hapi/boom" : {
"version" : "9.1.4" ,
"resolved" : "https://registry.npmjs.org/@hapi/boom/-/boom-9.1.4.tgz" ,
"integrity" : "sha512-Ls1oH8jaN1vNsqcaHVYJrKmgMcKsC1wcp8bujvXrHaAqD2iDYq3HoOwsxwo09Cuda5R5nC0o0IxlrlTuvPuzSw==" ,
"dependencies" : {
"@hapi/hoek" : "9.x.x"
}
} ,
"node_modules/@whiskeysockets/baileys/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=="
} ,
"node_modules/@xtuc/ieee754" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz" ,
"integrity" : "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@xtuc/long" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" ,
"integrity" : "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" ,
"dev" : true ,
"peer" : true
} ,
"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==" ,
"dependencies" : {
"event-target-shim" : "^5.0.0"
} ,
"engines" : {
"node" : ">=6.5"
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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=="
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/acorn" : {
"version" : "8.11.3" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz" ,
"integrity" : "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==" ,
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/acorn-import-assertions" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz" ,
"integrity" : "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"peer" : true ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"acorn" : "^8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/acorn-walk" : {
"version" : "8.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz" ,
"integrity" : "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==" ,
"devOptional" : true ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.4.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
"node_modules/ajv-formats" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz" ,
"integrity" : "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" ,
"dev" : true ,
"dependencies" : {
"ajv" : "^8.0.0"
} ,
"peerDependencies" : {
"ajv" : "^8.0.0"
} ,
"peerDependenciesMeta" : {
"ajv" : {
"optional" : true
}
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/ajv-formats/node_modules/ajv" : {
"version" : "8.13.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz" ,
"integrity" : "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==" ,
"dev" : true ,
2024-04-21 21:13:53 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"fast-deep-equal" : "^3.1.3" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2" ,
"uri-js" : "^4.4.1"
2024-04-21 21:13:53 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/ajv-formats/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
"dev" : true
} ,
"node_modules/ajv-keywords" : {
"version" : "3.5.2" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" ,
"integrity" : "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" ,
"dev" : true ,
"peerDependencies" : {
"ajv" : "^6.9.1"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-14 09:40:58 +02:00
"node_modules/alge" : {
"version" : "0.8.1" ,
"resolved" : "https://registry.npmjs.org/alge/-/alge-0.8.1.tgz" ,
"integrity" : "sha512-kiV9nTt+XIauAXsowVygDxMZLplZxDWt0W8plE/nB32/V2ziM/P/TxDbSVK7FYIUt2Xo16h3/htDh199LNPCKQ==" ,
"dependencies" : {
"lodash.ismatch" : "^4.4.0" ,
"remeda" : "^1.0.0" ,
"ts-toolbelt" : "^9.6.0" ,
"zod" : "^3.17.3"
}
} ,
2024-05-08 07:32:29 +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-04-21 21:13:53 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"type-fest" : "^0.21.3"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-sequence-parser" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz" ,
"integrity" : "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==" ,
"dev" : true
} ,
"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-04-21 21:13:53 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"color-convert" : "^2.0.1"
2024-04-21 21:13:53 +02:00
} ,
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=8"
2024-05-08 07:32:29 +02:00
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
} ,
"engines" : {
"node" : ">= 8"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/arg" : {
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz" ,
"integrity" : "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" ,
"devOptional" : true
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/aria-query" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz" ,
"integrity" : "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" ,
"dev" : true ,
"dependencies" : {
"dequal" : "^2.0.3"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/array-buffer-byte-length" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz" ,
"integrity" : "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" ,
2024-04-21 21:13:53 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.5" ,
"is-array-buffer" : "^3.0.4"
2024-04-21 21:13:53 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 21:13:53 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.4" ,
"is-string" : "^1.0.7"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02: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==" ,
"engines" : {
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/array.prototype.findlast" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz" ,
"integrity" : "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==" ,
"dev" : true ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-shim-unscopables" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-shim-unscopables" : "^1.0.2"
} ,
2024-04-21 21:13:53 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-21 21:13:53 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/array.prototype.flat" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz" ,
"integrity" : "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.2" ,
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"es-shim-unscopables" : "^1.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/array.prototype.flatmap" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz" ,
"integrity" : "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.2" ,
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"es-shim-unscopables" : "^1.0.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/array.prototype.foreach" : {
2024-05-07 14:16:01 +02:00
"version" : "1.0.7" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/array.prototype.foreach/-/array.prototype.foreach-1.0.7.tgz" ,
"integrity" : "sha512-T6Y2wgc24suLW78a3Iq/Iu0zgucdBRtj11GElARgGZaqNC8ESFZV8qeJR9/I7bHCB3Vh5N6ATYUOBIZLLl9WCw==" ,
"peer" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-array-method-boxes-properly" : "^1.0.0" ,
2024-05-07 14:16:01 +02:00
"es-errors" : "^1.3.0" ,
2024-05-08 07:32:29 +02:00
"es-object-atoms" : "^1.0.0" ,
"is-string" : "^1.0.7"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 21:13:53 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">= 0.4"
2024-04-21 21:13:53 +02:00
} ,
"funding" : {
2024-05-07 14:16:01 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/array.prototype.toreversed" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz" ,
"integrity" : "sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==" ,
"dev" : true ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"es-shim-unscopables" : "^1.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/array.prototype.tosorted" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz" ,
"integrity" : "sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==" ,
"dev" : true ,
"dependencies" : {
"call-bind" : "^1.0.5" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.22.3" ,
"es-errors" : "^1.1.0" ,
"es-shim-unscopables" : "^1.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/arraybuffer.prototype.slice" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz" ,
"integrity" : "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"array-buffer-byte-length" : "^1.0.1" ,
"call-bind" : "^1.0.5" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.22.3" ,
"es-errors" : "^1.2.1" ,
"get-intrinsic" : "^1.2.3" ,
"is-array-buffer" : "^3.0.4" ,
"is-shared-array-buffer" : "^1.0.2"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/ast-types-flow" : {
"version" : "0.0.8" ,
"resolved" : "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz" ,
"integrity" : "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==" ,
"dev" : true
} ,
"node_modules/async" : {
2024-05-14 09:40:58 +02:00
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/async/-/async-3.2.3.tgz" ,
"integrity" : "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
2024-05-08 07:32:29 +02:00
} ,
"node_modules/asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
} ,
"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-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/audio-decode" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/audio-decode/-/audio-decode-2.2.0.tgz" ,
"integrity" : "sha512-3SLGQ4VL57+fuFHV5JBeTNx3frjdztOIm4LJBFqiFhMQGeerrcS3WQbfuPPOqcNmqFGmPeaAAFPCxF75cSK/pQ==" ,
"dependencies" : {
"@wasm-audio-decoders/flac" : "^0.2.1" ,
"@wasm-audio-decoders/ogg-vorbis" : "^0.1.12" ,
"audio-buffer" : "^5.0.0" ,
"audio-type" : "^2.2.1" ,
"mpg123-decoder" : "^0.4.10" ,
"node-wav" : "^0.0.2" ,
"ogg-opus-decoder" : "^1.6.8" ,
"qoa-format" : "^1.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=14"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"possible-typed-array-names" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/aws4" : {
"version" : "1.12.0" ,
"resolved" : "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz" ,
"integrity" : "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/axe-core" : {
"version" : "4.7.0" ,
"resolved" : "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz" ,
"integrity" : "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/axios" : {
"version" : "1.6.8" ,
"resolved" : "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz" ,
"integrity" : "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==" ,
"dependencies" : {
"follow-redirects" : "^1.15.6" ,
"form-data" : "^4.0.0" ,
"proxy-from-env" : "^1.1.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/axobject-query" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz" ,
"integrity" : "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==" ,
"dev" : true ,
"dependencies" : {
"dequal" : "^2.0.3"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz" ,
"integrity" : "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.8.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-loader" : {
"version" : "9.1.3" ,
"resolved" : "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz" ,
"integrity" : "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==" ,
"dev" : true ,
"dependencies" : {
"find-cache-dir" : "^4.0.0" ,
"schema-utils" : "^4.0.0"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 14.15.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.12.0" ,
"webpack" : ">=5"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-plugin-istanbul" : {
"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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz" ,
"integrity" : "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-plugin-jest-hoist" : {
"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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/template" : "^7.3.3" ,
"@babel/types" : "^7.3.3" ,
"@types/babel__core" : "^7.1.14" ,
"@types/babel__traverse" : "^7.0.6"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-plugin-macros" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz" ,
"integrity" : "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==" ,
"dependencies" : {
"@babel/runtime" : "^7.12.5" ,
"cosmiconfig" : "^7.0.0" ,
"resolve" : "^1.19.0"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10" ,
"npm" : ">=6"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-plugin-polyfill-corejs2" : {
"version" : "0.4.11" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz" ,
"integrity" : "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==" ,
"dev" : true ,
"dependencies" : {
"@babel/compat-data" : "^7.22.6" ,
"@babel/helper-define-polyfill-provider" : "^0.6.2" ,
"semver" : "^6.3.1"
} ,
"peerDependencies" : {
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-plugin-polyfill-corejs3" : {
"version" : "0.10.4" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz" ,
"integrity" : "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-define-polyfill-provider" : "^0.6.1" ,
"core-js-compat" : "^3.36.1"
} ,
"peerDependencies" : {
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-plugin-polyfill-regenerator" : {
"version" : "0.6.2" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz" ,
"integrity" : "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-define-polyfill-provider" : "^0.6.2"
} ,
"peerDependencies" : {
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-preset-current-node-syntax" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz" ,
"integrity" : "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/plugin-syntax-async-generators" : "^7.8.4" ,
"@babel/plugin-syntax-bigint" : "^7.8.3" ,
"@babel/plugin-syntax-class-properties" : "^7.8.3" ,
"@babel/plugin-syntax-import-meta" : "^7.8.3" ,
"@babel/plugin-syntax-json-strings" : "^7.8.3" ,
"@babel/plugin-syntax-logical-assignment-operators" : "^7.8.3" ,
"@babel/plugin-syntax-nullish-coalescing-operator" : "^7.8.3" ,
"@babel/plugin-syntax-numeric-separator" : "^7.8.3" ,
"@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-top-level-await" : "^7.8.3"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-preset-jest" : {
"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==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"babel-plugin-jest-hoist" : "^29.6.3" ,
"babel-preset-current-node-syntax" : "^1.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-runtime" : {
"version" : "6.26.0" ,
"resolved" : "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz" ,
"integrity" : "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"core-js" : "^2.4.0" ,
"regenerator-runtime" : "^0.11.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/babel-runtime/node_modules/regenerator-runtime" : {
"version" : "0.11.1" ,
"resolved" : "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz" ,
"integrity" : "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
} ,
"node_modules/backoff" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/backoff/-/backoff-2.5.0.tgz" ,
"integrity" : "sha512-wC5ihrnUXmR2douXmXLCe5O3zg3GKIyvRi/hi58a/XyRxVI+3/yM0PYueQOZXPXQ9pxBislYkw+sF9b7C/RuMA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"precond" : "0.2"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/bail" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz" ,
"integrity" : "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==" ,
2024-04-21 16:59:50 +02:00
"funding" : {
2024-05-07 14:16:01 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
2024-05-07 14:16:01 +02:00
}
2024-05-08 07:32:29 +02:00
]
} ,
"node_modules/big.js" : {
"version" : "5.2.2" ,
"resolved" : "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz" ,
"integrity" : "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" ,
"dev" : true ,
"engines" : {
"node" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/braces" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" ,
"integrity" : "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"fill-range" : "^7.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/bridge-common" : {
"resolved" : "packages/bridge-common" ,
"link" : true
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/bridge-frontend" : {
"resolved" : "apps/bridge-frontend" ,
"link" : true
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/bridge-ui" : {
"resolved" : "packages/bridge-ui" ,
"link" : true
} ,
"node_modules/bridge-whatsapp" : {
"resolved" : "apps/bridge-whatsapp" ,
"link" : true
} ,
"node_modules/bridge-worker" : {
"resolved" : "apps/bridge-worker" ,
"link" : true
} ,
"node_modules/browserslist" : {
"version" : "4.23.0" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz" ,
"integrity" : "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==" ,
"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"
}
] ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"caniuse-lite" : "^1.0.30001587" ,
"electron-to-chromium" : "^1.4.668" ,
"node-releases" : "^2.0.14" ,
"update-browserslist-db" : "^1.0.13"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"browserslist" : "cli.js"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"node-int64" : "^0.4.0"
}
} ,
"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"
}
] ,
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.2.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/buffer-equal-constant-time" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz" ,
"integrity" : "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA=="
} ,
"node_modules/buffer-from" : {
2024-05-14 09:40:58 +02: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-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-05-08 07:32:29 +02:00
"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"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=10.16.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/cache-manager" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/cache-manager/-/cache-manager-4.0.1.tgz" ,
"integrity" : "sha512-JWdtjdX8e0e6eMehAZsdJvBMvHn/pVQGYUjgzc1ILFH0vtcffb9R7XIEAqfYgEeaVJVCOSP4+dxCius+ciW0RA==" ,
"dependencies" : {
"async" : "3.2.3" ,
"lodash.clonedeep" : "^4.5.0" ,
"lru-cache" : "^7.10.1"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/cache-manager/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==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/call-bind" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz" ,
"integrity" : "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-07 14:16:01 +02:00
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
2024-05-08 07:32:29 +02:00
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
"set-function-length" : "^1.2.1"
2024-04-23 13:36:51 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-04-23 13:36:51 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/camelcase" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" ,
"integrity" : "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/caniuse-lite" : {
2024-05-14 09:40:58 +02:00
"version" : "1.0.30001618" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001618.tgz" ,
"integrity" : "sha512-p407+D1tIkDvsEAPS22lJxLQQaG8OTBEqo0KhzfABGk0TU4juBNDSfH0hyAp/HRyx+M8L17z/ltyhxh27FTfQg==" ,
2024-05-08 07:32:29 +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"
}
]
} ,
"node_modules/ccount" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz" ,
"integrity" : "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" ,
"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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/chalk/chalk?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/char-regex" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz" ,
"integrity" : "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/chrome-trace-event" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz" ,
"integrity" : "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==" ,
"dev" : true ,
"peer" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/ci-info" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz" ,
"integrity" : "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/cjs-module-lexer" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz" ,
"integrity" : "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q=="
} ,
"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=="
} ,
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"escape-string-regexp" : "^1.0.5"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/clean-regexp/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==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.8.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/cliui" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.1" ,
"wrap-ansi" : "^7.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/cliui/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/cliui/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/cliui/node_modules/wrap-ansi" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.8"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/clsx" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz" ,
"integrity" : "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==" ,
"engines" : {
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"iojs" : ">= 1.0.0" ,
"node" : ">= 0.12.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/codec-parser" : {
"version" : "2.4.3" ,
"resolved" : "https://registry.npmjs.org/codec-parser/-/codec-parser-2.4.3.tgz" ,
"integrity" : "sha512-3dAvFtdpxn4YLstqsB2ZiJXXNg7n1j7R5ONeDuk+2kBkb39PwrCRytOFHlSWA8q5jCjW3PumeMv9q37bFHsijg=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"color-convert" : "^2.0.1" ,
"color-string" : "^1.9.0"
} ,
"engines" : {
"node" : ">=12.5.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"color-name" : "~1.1.4"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=7.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"color-name" : "^1.0.0" ,
"simple-swizzle" : "^0.2.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"delayed-stream" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/commander" : {
"version" : "2.20.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" ,
"dev" : true ,
"peer" : true
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/common-path-prefix" : {
2024-05-07 14:16:01 +02:00
"version" : "3.0.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz" ,
"integrity" : "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" ,
"dev" : true
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
} ,
"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=="
} ,
"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-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/cookie" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz" ,
"integrity" : "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/core-js" : {
"version" : "2.6.12" ,
"resolved" : "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz" ,
"integrity" : "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==" ,
"deprecated" : "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js." ,
"hasInstallScript" : true
} ,
"node_modules/core-js-compat" : {
"version" : "3.37.0" ,
"resolved" : "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.0.tgz" ,
"integrity" : "sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==" ,
"dependencies" : {
"browserslist" : "^4.23.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/core-js"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/cosmiconfig" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz" ,
"integrity" : "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/create-jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz" ,
"integrity" : "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"exit" : "^0.1.2" ,
"graceful-fs" : "^4.2.9" ,
"jest-config" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"prompts" : "^2.0.1"
} ,
"bin" : {
"create-jest" : "bin/create-jest.js"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/create-jest/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-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/create-jest/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
}
} ,
"node_modules/create-jest/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==" ,
"dependencies" : {
"@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-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"@types/node" : "*" ,
"ts-node" : ">=9.0.0"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"ts-node" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/create-require" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz" ,
"integrity" : "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" ,
"devOptional" : true
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/cross-spawn" : {
"version" : "7.0.3" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" ,
"integrity" : "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/cryptr" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/cryptr/-/cryptr-6.3.0.tgz" ,
"integrity" : "sha512-TA4byAuorT8qooU9H8YJhBwnqD151i1rcauHfJ3Divg6HmukHB2AYMp0hmjv2873J2alr4t15QqC7zAnWFrtfQ=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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=="
} ,
"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=="
} ,
"node_modules/damerau-levenshtein" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz" ,
"integrity" : "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" ,
"dev" : true
} ,
"node_modules/data-view-buffer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz" ,
"integrity" : "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-07 14:16:01 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/data-view-byte-length" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz" ,
"integrity" : "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/data-view-byte-offset" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz" ,
"integrity" : "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/date-fns" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz" ,
"integrity" : "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/kossnocorp"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/dayjs" : {
"version" : "1.11.11" ,
"resolved" : "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz" ,
"integrity" : "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg=="
} ,
"node_modules/debug" : {
"version" : "4.3.4" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" ,
"integrity" : "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ms" : "2.1.2"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=6.0"
2024-04-23 13:36:51 +02:00
} ,
"peerDependenciesMeta" : {
2024-05-08 07:32:29 +02:00
"supports-color" : {
2024-04-23 13:36:51 +02:00
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"character-entities" : "^2.0.0"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"babel-plugin-macros" : "^3.1.0"
} ,
"peerDependenciesMeta" : {
"babel-plugin-macros" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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=="
} ,
"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==" ,
"engines" : {
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"define-data-property" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.0" ,
"object-keys" : "^1.1.1"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=0.4.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/dequal" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz" ,
"integrity" : "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" ,
"engines" : {
"node" : ">=6"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=8"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"dequal" : "^2.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/diff" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz" ,
"integrity" : "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" ,
"devOptional" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.3.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02: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==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"path-type" : "^4.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/doctrine" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" ,
"integrity" : "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"esutils" : "^2.0.2"
2024-05-07 14:16:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.0.0"
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.8.7" ,
"csstype" : "^3.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.2" ,
"entities" : "^4.2.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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"
}
]
} ,
"node_modules/domhandler" : {
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz" ,
"integrity" : "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"domelementtype" : "^2.3.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 4"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/fb55/domhandler?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/domutils" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz" ,
"integrity" : "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"dom-serializer" : "^2.0.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/fb55/domutils?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/dotenv" : {
"version" : "16.4.5" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz" ,
"integrity" : "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://dotenvx.com"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/dotenv-cli" : {
"version" : "7.4.2" ,
"resolved" : "https://registry.npmjs.org/dotenv-cli/-/dotenv-cli-7.4.2.tgz" ,
"integrity" : "sha512-SbUj8l61zIbzyhIbg0FwPJq6+wjbzdn9oEtozQpZ6kW2ihCcapKVZj49oCT3oPM+mgQm+itgvUQcG5szxVrZTA==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"cross-spawn" : "^7.0.3" ,
"dotenv" : "^16.3.0" ,
"dotenv-expand" : "^10.0.0" ,
"minimist" : "^1.2.6"
} ,
"bin" : {
"dotenv" : "cli.js"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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 ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-14 09:40:58 +02:00
"node_modules/dprint" : {
"version" : "0.45.1" ,
"resolved" : "https://registry.npmjs.org/dprint/-/dprint-0.45.1.tgz" ,
"integrity" : "sha512-OYefcDgxd6jSdig/Cfkw1vdvyiOIRruCPnqGBbXpc95buDt9kvwL+Lic1OHc+SaQSsQub0BUZMd5+TNgy8Sh3A==" ,
"hasInstallScript" : true ,
"bin" : {
"dprint" : "bin.js"
} ,
"optionalDependencies" : {
"@dprint/darwin-arm64" : "0.45.1" ,
"@dprint/darwin-x64" : "0.45.1" ,
"@dprint/linux-arm64-glibc" : "0.45.1" ,
"@dprint/linux-arm64-musl" : "0.45.1" ,
"@dprint/linux-x64-glibc" : "0.45.1" ,
"@dprint/linux-x64-musl" : "0.45.1" ,
"@dprint/win32-x64" : "0.45.1"
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"readable-stream" : "^2.0.2"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"safe-buffer" : "~5.1.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"end-of-stream" : "^1.4.1" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.1.1" ,
"stream-shift" : "^1.0.2"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dev" : true
} ,
"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==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/electron-to-chromium" : {
2024-05-14 09:40:58 +02:00
"version" : "1.4.767" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.767.tgz" ,
"integrity" : "sha512-nzzHfmQqBss7CE3apQHkHjXW77+8w3ubGCIoEijKCJebPufREaFETgGXWTkh32t259F3Kcq+R8MZdFdOJROgYw=="
2024-05-08 07:32:29 +02:00
} ,
"node_modules/emittery" : {
"version" : "0.13.1" ,
"resolved" : "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz" ,
"integrity" : "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sindresorhus/emittery?sponsor=1"
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
"dev" : true
} ,
"node_modules/emojis-list" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz" ,
"integrity" : "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"once" : "^1.4.0"
}
} ,
"node_modules/enhanced-resolve" : {
"version" : "5.16.1" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz" ,
"integrity" : "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.2.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.13.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.12"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-arrayish" : "^0.2.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/es-abstract" : {
"version" : "1.23.3" ,
"resolved" : "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz" ,
"integrity" : "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"array-buffer-byte-length" : "^1.0.1" ,
"arraybuffer.prototype.slice" : "^1.0.3" ,
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
"data-view-buffer" : "^1.0.1" ,
"data-view-byte-length" : "^1.0.1" ,
"data-view-byte-offset" : "^1.0.0" ,
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-set-tostringtag" : "^2.0.3" ,
"es-to-primitive" : "^1.2.1" ,
"function.prototype.name" : "^1.1.6" ,
"get-intrinsic" : "^1.2.4" ,
"get-symbol-description" : "^1.0.2" ,
"globalthis" : "^1.0.3" ,
"gopd" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.2" ,
"has-proto" : "^1.0.3" ,
"has-symbols" : "^1.0.3" ,
"hasown" : "^2.0.2" ,
"internal-slot" : "^1.0.7" ,
"is-array-buffer" : "^3.0.4" ,
"is-callable" : "^1.2.7" ,
"is-data-view" : "^1.0.1" ,
"is-negative-zero" : "^2.0.3" ,
"is-regex" : "^1.1.4" ,
"is-shared-array-buffer" : "^1.0.3" ,
"is-string" : "^1.0.7" ,
"is-typed-array" : "^1.1.13" ,
"is-weakref" : "^1.0.2" ,
"object-inspect" : "^1.13.1" ,
"object-keys" : "^1.1.1" ,
"object.assign" : "^4.1.5" ,
"regexp.prototype.flags" : "^1.5.2" ,
"safe-array-concat" : "^1.1.2" ,
"safe-regex-test" : "^1.0.3" ,
"string.prototype.trim" : "^1.2.9" ,
"string.prototype.trimend" : "^1.0.8" ,
"string.prototype.trimstart" : "^1.0.8" ,
"typed-array-buffer" : "^1.0.2" ,
"typed-array-byte-length" : "^1.0.1" ,
"typed-array-byte-offset" : "^1.0.2" ,
"typed-array-length" : "^1.0.6" ,
"unbox-primitive" : "^1.0.2" ,
"which-typed-array" : "^1.1.15"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/es-array-method-boxes-properly" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz" ,
"integrity" : "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==" ,
"peer" : true
} ,
"node_modules/es-define-property" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz" ,
"integrity" : "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"get-intrinsic" : "^1.2.4"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-iterator-helpers" : {
"version" : "1.0.19" ,
"resolved" : "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz" ,
"integrity" : "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==" ,
"dev" : true ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.3" ,
"es-errors" : "^1.3.0" ,
"es-set-tostringtag" : "^2.0.3" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
"globalthis" : "^1.0.3" ,
"has-property-descriptors" : "^1.0.2" ,
"has-proto" : "^1.0.3" ,
"has-symbols" : "^1.0.3" ,
"internal-slot" : "^1.0.7" ,
"iterator.prototype" : "^1.1.2" ,
"safe-array-concat" : "^1.1.2"
2024-05-07 14:16:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/es-module-lexer" : {
"version" : "1.5.2" ,
"resolved" : "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.2.tgz" ,
"integrity" : "sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/es-object-atoms" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz" ,
"integrity" : "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"es-errors" : "^1.3.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/es-set-tostringtag" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz" ,
"integrity" : "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==" ,
"dependencies" : {
"get-intrinsic" : "^1.2.4" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.1"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"hasown" : "^2.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/es-to-primitive" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz" ,
"integrity" : "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-callable" : "^1.1.4" ,
"is-date-object" : "^1.0.1" ,
"is-symbol" : "^1.0.2"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/esbuild" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz" ,
"integrity" : "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==" ,
"hasInstallScript" : true ,
2024-05-07 14:16:01 +02:00
"bin" : {
2024-05-08 07:32:29 +02:00
"esbuild" : "bin/esbuild"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=12"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.20.2" ,
"@esbuild/android-arm" : "0.20.2" ,
"@esbuild/android-arm64" : "0.20.2" ,
"@esbuild/android-x64" : "0.20.2" ,
"@esbuild/darwin-arm64" : "0.20.2" ,
"@esbuild/darwin-x64" : "0.20.2" ,
"@esbuild/freebsd-arm64" : "0.20.2" ,
"@esbuild/freebsd-x64" : "0.20.2" ,
"@esbuild/linux-arm" : "0.20.2" ,
"@esbuild/linux-arm64" : "0.20.2" ,
"@esbuild/linux-ia32" : "0.20.2" ,
"@esbuild/linux-loong64" : "0.20.2" ,
"@esbuild/linux-mips64el" : "0.20.2" ,
"@esbuild/linux-ppc64" : "0.20.2" ,
"@esbuild/linux-riscv64" : "0.20.2" ,
"@esbuild/linux-s390x" : "0.20.2" ,
"@esbuild/linux-x64" : "0.20.2" ,
"@esbuild/netbsd-x64" : "0.20.2" ,
"@esbuild/openbsd-x64" : "0.20.2" ,
"@esbuild/sunos-x64" : "0.20.2" ,
"@esbuild/win32-arm64" : "0.20.2" ,
"@esbuild/win32-ia32" : "0.20.2" ,
"@esbuild/win32-x64" : "0.20.2"
}
} ,
"node_modules/escalade" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz" ,
"integrity" : "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"engines" : {
"node" : ">=10"
2024-05-08 07:32:29 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint" : {
"version" : "8.57.0" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz" ,
"integrity" : "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.6.1" ,
"@eslint/eslintrc" : "^2.1.4" ,
"@eslint/js" : "8.57.0" ,
"@humanwhocodes/config-array" : "^0.11.14" ,
"@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"
2024-05-07 14:16:01 +02:00
} ,
"bin" : {
2024-05-08 07:32:29 +02:00
"eslint" : "bin/eslint.js"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/eslint"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-config" : {
"resolved" : "packages/eslint-config" ,
"link" : true
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-config-next" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.2.3.tgz" ,
"integrity" : "sha512-ZkNztm3Q7hjqvB1rRlOX8P9E/cXRL9ajRcs8jufEtwMfTVYRqnmtnaSu57QqHyBlovMuiB8LEzfLBkh5RYV6Fg==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@next/eslint-plugin-next" : "14.2.3" ,
"@rushstack/eslint-patch" : "^1.3.3" ,
"@typescript-eslint/parser" : "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0" ,
"eslint-import-resolver-node" : "^0.3.6" ,
"eslint-import-resolver-typescript" : "^3.5.2" ,
"eslint-plugin-import" : "^2.28.1" ,
"eslint-plugin-jsx-a11y" : "^6.7.1" ,
"eslint-plugin-react" : "^7.33.2" ,
"eslint-plugin-react-hooks" : "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"eslint" : "^7.23.0 || ^8.0.0" ,
"typescript" : ">=3.3.1"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-config-prettier" : {
"version" : "9.1.0" ,
"resolved" : "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz" ,
"integrity" : "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==" ,
"bin" : {
"eslint-config-prettier" : "bin/cli.js"
} ,
"peerDependencies" : {
"eslint" : ">=7.0.0"
}
} ,
"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==" ,
"dependencies" : {
"confusing-browser-globals" : "1.0.11"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=18"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
} ,
"peerDependencies" : {
"eslint" : ">=8.56.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"eslint-config-xo" : "^0.44.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-05-07 14:16:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
} ,
"peerDependencies" : {
"eslint" : ">=8.56.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"debug" : "^3.2.7" ,
"is-core-module" : "^2.13.0" ,
"resolve" : "^1.22.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ms" : "^2.1.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-import-resolver-typescript" : {
"version" : "3.6.1" ,
"resolved" : "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.1.tgz" ,
"integrity" : "sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==" ,
"dev" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"debug" : "^4.3.4" ,
"enhanced-resolve" : "^5.12.0" ,
"eslint-module-utils" : "^2.7.4" ,
"fast-glob" : "^3.3.1" ,
"get-tsconfig" : "^4.5.0" ,
"is-core-module" : "^2.11.0" ,
"is-glob" : "^4.0.3"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.18.0 || >=16.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"eslint" : "*" ,
"eslint-plugin-import" : "*"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-module-utils" : {
"version" : "2.8.1" ,
"resolved" : "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz" ,
"integrity" : "sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"debug" : "^3.2.7"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependenciesMeta" : {
"eslint" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ms" : "^2.1.1"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-cypress" : {
2024-05-07 14:16:01 +02:00
"version" : "3.2.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.2.0.tgz" ,
"integrity" : "sha512-HaxMz6BoU4ay+K4WrG9ZJC1NdX06FqSlAwtRDStjM0ORFT7zCNPNuRJ+kUPc17Rt2AMUBSqeD9L0zTR3uZhPpw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"globals" : "^13.20.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"eslint" : ">=7"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-cypress/node_modules/globals" : {
2024-05-07 14:16:01 +02:00
"version" : "13.24.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" ,
"integrity" : "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-07 14:16:01 +02:00
"type-fest" : "^0.20.2"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=8"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-cypress/node_modules/type-fest" : {
2024-05-07 14:16:01 +02:00
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" ,
"integrity" : "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=10"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"escape-string-regexp" : "^1.0.5" ,
"ignore" : "^5.0.5"
2024-05-07 14:16:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.5.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/mysticatea"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"eslint" : ">=4.19.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.8.0"
}
} ,
"node_modules/eslint-plugin-import" : {
"version" : "2.29.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz" ,
"integrity" : "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"array-includes" : "^3.1.7" ,
"array.prototype.findlastindex" : "^1.2.3" ,
"array.prototype.flat" : "^1.3.2" ,
"array.prototype.flatmap" : "^1.3.2" ,
"debug" : "^3.2.7" ,
"doctrine" : "^2.1.0" ,
"eslint-import-resolver-node" : "^0.3.9" ,
"eslint-module-utils" : "^2.8.0" ,
"hasown" : "^2.0.0" ,
"is-core-module" : "^2.13.1" ,
"is-glob" : "^4.0.3" ,
"minimatch" : "^3.1.2" ,
"object.fromentries" : "^2.0.7" ,
"object.groupby" : "^1.0.1" ,
"object.values" : "^1.1.7" ,
"semver" : "^6.3.1" ,
"tsconfig-paths" : "^3.15.0"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"eslint" : "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"ms" : "^2.1.1"
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-import/node_modules/doctrine" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz" ,
"integrity" : "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==" ,
"dependencies" : {
"esutils" : "^2.0.2"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-jest" : {
"version" : "28.5.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.5.0.tgz" ,
"integrity" : "sha512-6np6DGdmNq/eBbA7HOUNV8fkfL86PYwBfwyb8n23FXgJNTR8+ot3smRHjza9LGsBBZRypK3qyF79vMjohIL8eQ==" ,
"dependencies" : {
"@typescript-eslint/utils" : "^6.0.0 || ^7.0.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^16.10.0 || ^18.12.0 || >=20.0.0"
} ,
"peerDependencies" : {
"@typescript-eslint/eslint-plugin" : "^6.0.0 || ^7.0.0" ,
"eslint" : "^7.0.0 || ^8.0.0 || ^9.0.0" ,
"jest" : "*"
} ,
"peerDependenciesMeta" : {
"@typescript-eslint/eslint-plugin" : {
"optional" : true
} ,
"jest" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-jsx-a11y" : {
"version" : "6.8.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz" ,
"integrity" : "sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.23.2" ,
"aria-query" : "^5.3.0" ,
"array-includes" : "^3.1.7" ,
"array.prototype.flatmap" : "^1.3.2" ,
"ast-types-flow" : "^0.0.8" ,
"axe-core" : "=4.7.0" ,
"axobject-query" : "^3.2.1" ,
"damerau-levenshtein" : "^1.0.8" ,
"emoji-regex" : "^9.2.2" ,
"es-iterator-helpers" : "^1.0.15" ,
"hasown" : "^2.0.0" ,
"jsx-ast-utils" : "^3.3.5" ,
"language-tags" : "^1.0.9" ,
"minimatch" : "^3.1.2" ,
"object.entries" : "^1.1.7" ,
"object.fromentries" : "^2.0.7"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4.0"
} ,
"peerDependencies" : {
"eslint" : "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-no-use-extend-native" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.5.0.tgz" ,
"integrity" : "sha512-dBNjs8hor8rJgeXLH4HTut5eD3RGWf9JUsadIfuL7UosVQ/dnvOKwxEcRrXrFxrMZ8llUVWT+hOimxJABsAUzQ==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-get-set-prop" : "^1.0.0" ,
"is-js-type" : "^2.0.0" ,
"is-obj-prop" : "^1.0.0" ,
"is-proto-prop" : "^2.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-prettier" : {
"version" : "5.1.3" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz" ,
"integrity" : "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"prettier-linter-helpers" : "^1.0.0" ,
"synckit" : "^0.8.6"
2024-05-07 14:16:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.18.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint-plugin-prettier"
} ,
"peerDependencies" : {
"@types/eslint" : ">=8.0.0" ,
"eslint" : ">=8.0.0" ,
"eslint-config-prettier" : "*" ,
"prettier" : ">=3.0.0"
} ,
"peerDependenciesMeta" : {
"@types/eslint" : {
"optional" : true
} ,
"eslint-config-prettier" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-promise" : {
"version" : "6.1.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz" ,
"integrity" : "sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"peerDependencies" : {
"eslint" : "^7.0.0 || ^8.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-react" : {
"version" : "7.34.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz" ,
"integrity" : "sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"array-includes" : "^3.1.7" ,
"array.prototype.findlast" : "^1.2.4" ,
"array.prototype.flatmap" : "^1.3.2" ,
"array.prototype.toreversed" : "^1.1.2" ,
"array.prototype.tosorted" : "^1.1.3" ,
"doctrine" : "^2.1.0" ,
"es-iterator-helpers" : "^1.0.17" ,
"estraverse" : "^5.3.0" ,
"jsx-ast-utils" : "^2.4.1 || ^3.0.0" ,
"minimatch" : "^3.1.2" ,
"object.entries" : "^1.1.7" ,
"object.fromentries" : "^2.0.7" ,
"object.hasown" : "^1.1.3" ,
"object.values" : "^1.1.7" ,
"prop-types" : "^15.8.1" ,
"resolve" : "^2.0.0-next.5" ,
"semver" : "^6.3.1" ,
"string.prototype.matchall" : "^4.0.10"
} ,
"engines" : {
"node" : ">=4"
} ,
"peerDependencies" : {
"eslint" : "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
}
} ,
"node_modules/eslint-plugin-react-hooks" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz" ,
"integrity" : "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==" ,
"dev" : true ,
"engines" : {
"node" : ">=10"
} ,
"peerDependencies" : {
"eslint" : "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-react/node_modules/doctrine" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz" ,
"integrity" : "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"esutils" : "^2.0.2"
} ,
"engines" : {
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-react/node_modules/resolve" : {
"version" : "2.0.0-next.5" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz" ,
"integrity" : "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-unicorn" : {
2024-05-14 09:40:58 +02:00
"version" : "53.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-53.0.0.tgz" ,
"integrity" : "sha512-kuTcNo9IwwUCfyHGwQFOK/HjJAYzbODHN3wP0PgqbW+jbXqpNWxNVpVhj2tO9SixBwuAdmal8rVcWKBxwFnGuw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@babel/helper-validator-identifier" : "^7.24.5" ,
2024-05-08 07:32:29 +02:00
"@eslint-community/eslint-utils" : "^4.4.0" ,
2024-05-14 09:40:58 +02:00
"@eslint/eslintrc" : "^3.0.2" ,
2024-05-08 07:32:29 +02:00
"ci-info" : "^4.0.0" ,
"clean-regexp" : "^1.0.0" ,
2024-05-14 09:40:58 +02:00
"core-js-compat" : "^3.37.0" ,
2024-05-08 07:32:29 +02:00
"esquery" : "^1.5.0" ,
"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-05-14 09:40:58 +02:00
"semver" : "^7.6.1" ,
2024-05-08 07:32:29 +02:00
"strip-indent" : "^3.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-14 09:40:58 +02:00
"node" : ">=18.18"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
2024-05-07 14:16:01 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"eslint" : ">=8.56.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-plugin-unicorn/node_modules/jsesc" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz" ,
"integrity" : "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==" ,
"bin" : {
"jsesc" : "bin/jsesc"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
}
} ,
"node_modules/eslint-plugin-unicorn/node_modules/semver" : {
2024-05-14 09:40:58 +02:00
"version" : "7.6.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" ,
"integrity" : "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" ,
2024-05-08 07:32:29 +02:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/eslint-scope" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.1.tgz" ,
"integrity" : "sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/eslint"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint-visitor-keys" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz" ,
"integrity" : "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint/node_modules/@eslint/eslintrc" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz" ,
"integrity" : "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^9.6.0" ,
"globals" : "^13.19.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"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"
}
} ,
"node_modules/eslint/node_modules/@eslint/js" : {
"version" : "8.57.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz" ,
"integrity" : "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
"node_modules/eslint/node_modules/@humanwhocodes/config-array" : {
"version" : "0.11.14" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz" ,
"integrity" : "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==" ,
"dependencies" : {
"@humanwhocodes/object-schema" : "^2.0.2" ,
"debug" : "^4.3.1" ,
"minimatch" : "^3.0.5"
} ,
"engines" : {
"node" : ">=10.10.0"
}
} ,
"node_modules/eslint/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==" ,
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/eslint"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint/node_modules/espree" : {
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" ,
"integrity" : "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"acorn" : "^8.9.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^3.4.1"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/eslint"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint/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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"flat-cache" : "^3.0.4"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^10.12.0 || >=12.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint/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==" ,
"dependencies" : {
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.3" ,
"rimraf" : "^3.0.2"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^10.12.0 || >=12.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint/node_modules/globals" : {
"version" : "13.24.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" ,
"integrity" : "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"type-fest" : "^0.20.2"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-07 14:16:01 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eslint/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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-07 14:16:01 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/espree" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.0.1.tgz" ,
"integrity" : "sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"acorn" : "^8.11.3" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^4.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/eslint"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/esprima" : {
2024-05-07 14:16:01 +02:00
"version" : "4.0.1" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" ,
"integrity" : "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" ,
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/esquery" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz" ,
"integrity" : "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"estraverse" : "^5.1.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"estraverse" : "^5.2.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=4.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"engines" : {
"node" : ">=4.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/eventemitter3" : {
"version" : "4.0.7" ,
"resolved" : "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz" ,
"integrity" : "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
} ,
"node_modules/events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
"engines" : {
"node" : ">=0.8.x"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-23 13:36:51 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/execa/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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.8.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"@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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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=="
} ,
"node_modules/fast-diff" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz" ,
"integrity" : "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==" ,
"dev" : true
} ,
"node_modules/fast-glob" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz" ,
"integrity" : "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@nodelib/fs.stat" : "^2.0.2" ,
"@nodelib/fs.walk" : "^1.2.3" ,
"glob-parent" : "^5.1.2" ,
"merge2" : "^1.3.0" ,
"micromatch" : "^4.0.4"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8.6.0"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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=="
} ,
"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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/fastq" : {
"version" : "1.17.1" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz" ,
"integrity" : "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" ,
"dependencies" : {
"reusify" : "^1.0.4"
}
} ,
"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==" ,
"dependencies" : {
"bser" : "2.1.1"
}
} ,
"node_modules/file-entry-cache" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz" ,
"integrity" : "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==" ,
"dev" : true ,
"dependencies" : {
"flat-cache" : "^4.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=16.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/file-loader" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz" ,
"integrity" : "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==" ,
"dev" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"loader-utils" : "^2.0.0" ,
"schema-utils" : "^3.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 10.13.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependencies" : {
"webpack" : "^4.0.0 || ^5.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/file-loader/node_modules/schema-utils" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz" ,
"integrity" : "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/json-schema" : "^7.0.8" ,
"ajv" : "^6.12.5" ,
"ajv-keywords" : "^3.5.2"
} ,
"engines" : {
"node" : ">= 10.13.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"readable-web-to-node-stream" : "^3.0.0" ,
"strtok3" : "^6.2.4" ,
"token-types" : "^4.1.1"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-23 13:36:51 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sindresorhus/file-type?sponsor=1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/fill-range" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" ,
"integrity" : "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"to-regex-range" : "^5.0.1"
2024-04-23 13:36:51 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/find-cache-dir" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz" ,
"integrity" : "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"common-path-prefix" : "^3.0.0" ,
"pkg-dir" : "^7.0.0"
} ,
"engines" : {
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/find-cache-dir/node_modules/find-up" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz" ,
"integrity" : "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"locate-path" : "^7.1.0" ,
"path-exists" : "^5.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/find-cache-dir/node_modules/locate-path" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz" ,
"integrity" : "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==" ,
"dev" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"p-locate" : "^6.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/find-cache-dir/node_modules/p-limit" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz" ,
"integrity" : "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"yocto-queue" : "^1.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/find-cache-dir/node_modules/p-locate" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz" ,
"integrity" : "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"p-limit" : "^4.0.0"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/find-cache-dir/node_modules/path-exists" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz" ,
"integrity" : "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==" ,
"dev" : true ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/find-cache-dir/node_modules/pkg-dir" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz" ,
"integrity" : "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"find-up" : "^6.3.0"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/find-cache-dir/node_modules/yocto-queue" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz" ,
"integrity" : "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" ,
"dev" : true ,
"engines" : {
"node" : ">=12.20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"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=="
} ,
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=10"
2024-05-08 07:32:29 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/flat-cache" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz" ,
"integrity" : "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.4"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=16"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/flatted" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz" ,
"integrity" : "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/fluent-ffmpeg" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/fluent-ffmpeg/-/fluent-ffmpeg-2.1.2.tgz" ,
"integrity" : "sha512-IZTB4kq5GK0DPp7sGQ0q/BWurGHffRtQQwVkiqDgeO6wYJLLV5ZhgNOQ65loZxxuPMKZKZcICCUnaGtlxBiR0Q==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"async" : ">=0.2.9" ,
"which" : "^1.1.1"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.8.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"isexe" : "^2.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"which" : "bin/which"
}
} ,
"node_modules/follow-redirects" : {
"version" : "1.15.6" ,
"resolved" : "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz" ,
"integrity" : "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" ,
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/RubenVerborgh"
}
] ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4.0"
2024-04-23 13:36:51 +02:00
} ,
"peerDependenciesMeta" : {
2024-05-08 07:32:29 +02:00
"debug" : {
2024-04-23 13:36:51 +02:00
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/for-each" : {
"version" : "0.3.3" ,
"resolved" : "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz" ,
"integrity" : "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" ,
"dependencies" : {
"is-callable" : "^1.1.3"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/foreground-child" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz" ,
"integrity" : "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"cross-spawn" : "^7.0.0" ,
"signal-exit" : "^4.0.1"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/form-data" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz" ,
"integrity" : "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"mime-types" : "^2.1.12"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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 ,
"optional" : true ,
"os" : [
"darwin"
] ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/function.prototype.name" : {
"version" : "1.1.6" ,
"resolved" : "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz" ,
"integrity" : "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.2" ,
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"functions-have-names" : "^1.2.3"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=6.9.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/get-intrinsic" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz" ,
"integrity" : "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"has-proto" : "^1.0.1" ,
"has-symbols" : "^1.0.3" ,
"hasown" : "^2.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/get-set-props" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/get-set-props/-/get-set-props-0.1.0.tgz" ,
"integrity" : "sha512-7oKuKzAGKj0ag+eWZwcGw2fjiZ78tXnXQoBgY0aU7ZOxTu4bB7hSuQSDgtKy978EDH062P5FmD2EWiDpQS9K9Q==" ,
"engines" : {
"node" : ">=0.10.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/get-symbol-description" : {
2024-05-07 14:16:01 +02:00
"version" : "1.0.2" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz" ,
"integrity" : "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.5" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.4"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/get-tsconfig" : {
2024-05-14 09:40:58 +02:00
"version" : "4.7.5" ,
"resolved" : "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.5.tgz" ,
"integrity" : "sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"resolve-pkg-maps" : "^1.0.0"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/privatenumber/get-tsconfig?sponsor=1"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/glob" : {
"version" : "10.3.10" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz" ,
"integrity" : "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==" ,
"dev" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^2.3.5" ,
"minimatch" : "^9.0.1" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0" ,
"path-scurry" : "^1.10.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=16 || 14 >=14.17"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-glob" : "^4.0.3"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.13.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/glob-to-regexp" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" ,
"integrity" : "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/glob/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
"dev" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"balanced-match" : "^1.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/glob/node_modules/minimatch" : {
"version" : "9.0.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz" ,
"integrity" : "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"define-properties" : "^1.2.1" ,
"gopd" : "^1.0.1"
2024-04-23 13:36:51 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/globby" : {
"version" : "11.1.0" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz" ,
"integrity" : "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"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"
2024-04-23 13:36:51 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/gopd" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz" ,
"integrity" : "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"get-intrinsic" : "^1.1.3"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/graphemer" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz" ,
"integrity" : "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag=="
} ,
"node_modules/graphile-config" : {
2024-05-14 09:40:58 +02:00
"version" : "0.0.1-beta.8" ,
"resolved" : "https://registry.npmjs.org/graphile-config/-/graphile-config-0.0.1-beta.8.tgz" ,
"integrity" : "sha512-H8MinryZewvUigVLnkVDhKJgHrcNYGcLvgYWfSnR1d6l76iV9E8m4ZfN9estSHKVm6cyHhRfHBfL1G5QfXmS5A==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=16"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/graphile-config/node_modules/semver" : {
2024-05-14 09:40:58 +02:00
"version" : "7.6.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" ,
"integrity" : "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" ,
2024-05-08 07:32:29 +02:00
"bin" : {
"semver" : "bin/semver.js"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02: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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
"dependencies" : {
"import-fresh" : "^3.3.0" ,
"js-yaml" : "^4.1.0" ,
"parse-json" : "^5.2.0" ,
"path-type" : "^4.0.0"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/d-fischer"
} ,
"peerDependencies" : {
"typescript" : ">=4.9.5"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
2024-05-07 14:16:01 +02:00
}
2024-05-08 07:32:29 +02:00
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/graphql" : {
"version" : "16.8.1" ,
"resolved" : "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz" ,
"integrity" : "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/graphql-request" : {
2024-05-14 09:40:58 +02:00
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/graphql-request/-/graphql-request-7.0.1.tgz" ,
"integrity" : "sha512-hfGBZF6o6lC3C0th+aTMOFP6p8Ev+ydXn4PUlT8rvqPDUFCbaynXszjBCyu0saZIP3VGbJ67GpxW8UGK+tphSw==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@dprint/formatter" : "^0.3.0" ,
"@dprint/typescript" : "^0.90.4" ,
2024-05-08 07:32:29 +02:00
"@graphql-typed-document-node/core" : "^3.2.0" ,
2024-05-14 09:40:58 +02:00
"@molt/command" : "^0.9.0" ,
"dprint" : "^0.45.1" ,
"zod" : "^3.23.5"
} ,
"bin" : {
"graffle" : "build/cli/generate.js"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"graphql" : "14 - 16"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/hapi-auth-bearer-token" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/hapi-auth-bearer-token/-/hapi-auth-bearer-token-8.0.0.tgz" ,
"integrity" : "sha512-1YeUlwhhky8tnNx9bOQPB/TvsEwbgcYwAZ6DAvHlK+tHRiMbXU+2HNE8qpRia+oj21W2K/omaxyZIB5dOzTPoA==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^9.0.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@hapi/boom" : ">=7.x.x" ,
"@hapi/hapi" : ">=19.x.x" ,
"joi" : ">=17.x.x"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/hapi-auth-bearer-token/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=="
} ,
"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==" ,
"dependencies" : {
"@hapi/hoek" : "^11.0.0" ,
"abstract-logging" : "^2.0.1" ,
"get-caller-file" : "^2.0.5" ,
"pino" : "^8.5.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14.0.0"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"readable-stream" : "^4.0.0" ,
"split2" : "^4.0.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/hapi-pino/node_modules/readable-stream" : {
"version" : "4.5.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz" ,
"integrity" : "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"abort-controller" : "^3.0.0" ,
"buffer" : "^6.0.3" ,
"events" : "^3.3.0" ,
"process" : "^0.11.10" ,
"string_decoder" : "^1.3.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">= 12.13.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"atomic-sleep" : "^1.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"real-require" : "^0.2.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/has" : {
2024-05-07 14:16:01 +02:00
"version" : "1.0.4" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/has/-/has-1.0.4.tgz" ,
"integrity" : "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==" ,
"peer" : true ,
"engines" : {
"node" : ">= 0.4.0"
}
} ,
"node_modules/has-bigints" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz" ,
"integrity" : "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" ,
2024-05-07 14:16:01 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"es-define-property" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/has-proto" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz" ,
"integrity" : "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/has-symbols" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz" ,
"integrity" : "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" ,
"engines" : {
"node" : ">= 0.4"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"has-symbols" : "^1.0.3"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"function-bind" : "^1.1.2"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/hast-util-to-jsx-runtime" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.0.tgz" ,
"integrity" : "sha512-H/y0+IWPdsLLS738P8tDnrQ8Z+dj12zQQ6WC11TIM21C8WFVoIxcqWXf2H3hiTVZjF1AWqoimGwrTWecWrnmRQ==" ,
"dependencies" : {
"@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-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/hast" : "^3.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"react-is" : "^16.7.0"
}
} ,
"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=="
} ,
"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=="
} ,
"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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/html-to-text" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/html-to-text/-/html-to-text-9.0.5.tgz" ,
"integrity" : "sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==" ,
"dependencies" : {
"@selderee/plugin-htmlparser2" : "^0.11.0" ,
"deepmerge" : "^4.3.1" ,
"dom-serializer" : "^2.0.0" ,
"htmlparser2" : "^8.0.2" ,
"selderee" : "^0.11.0"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"html-tokenize" : "bin/cmd.js"
}
} ,
2024-05-14 09:40:58 +02: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=="
} ,
"node_modules/html-tokenize/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=="
} ,
"node_modules/html-tokenize/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==" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.1" ,
"isarray" : "0.0.1" ,
"string_decoder" : "~0.10.x"
}
} ,
"node_modules/html-tokenize/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-05-08 07:32:29 +02:00
"node_modules/html-url-attributes" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.0.tgz" ,
"integrity" : "sha512-/sXbVCWayk6GDVg3ctOX6nxaVj7So40FcFAnWlWGNAB1LpYKcV5Cd10APjPjW80O7zYW2MsjBV4zZ7IZO5fVow==" ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"funding" : [
"https://github.com/fb55/htmlparser2?sponsor=1" ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3" ,
"domutils" : "^3.0.1" ,
"entities" : "^4.4.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"eventemitter3" : "^4.0.0" ,
"follow-redirects" : "^1.0.0" ,
"requires-port" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/http-proxy-middleware" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.0.tgz" ,
"integrity" : "sha512-36AV1fIaI2cWRzHo+rbcxhe3M3jUDCNzc4D5zRl57sEWRAxdXYtw7FSQKYY6PDKssiAKjLYypbssHk+xs/kMXw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/http-proxy" : "^1.17.10" ,
"debug" : "^4.3.4" ,
"http-proxy" : "^1.18.1" ,
"is-glob" : "^4.0.1" ,
"is-plain-obj" : "^3.0.0" ,
"micromatch" : "^4.0.5"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">= 6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.17.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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"
}
]
} ,
"node_modules/ignore" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz" ,
"integrity" : "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 4"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/import-local" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz" ,
"integrity" : "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"pkg-dir" : "^4.2.0" ,
"resolve-cwd" : "^3.0.0"
} ,
"bin" : {
"import-local-fixture" : "fixtures/cli.js"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"engines" : {
"node" : ">=0.8.19"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/inline-style-parser" : {
"version" : "0.2.3" ,
"resolved" : "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.3.tgz" ,
"integrity" : "sha512-qlD8YNDqyTKTyuITrDOffsl6Tdhv+UC4hcdAVuQsK4IMQ99nSgd1MIA/Q+jQYoh9r3hVUXhYh7urSRmXPkW04g=="
} ,
"node_modules/internal-slot" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz" ,
"integrity" : "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"es-errors" : "^1.3.0" ,
"hasown" : "^2.0.0" ,
"side-channel" : "^1.0.4"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.13.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-alphabetical" : "^2.0.0" ,
"is-decimal" : "^2.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-array-buffer" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz" ,
"integrity" : "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.2" ,
"get-intrinsic" : "^1.2.1"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/is-async-function" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz" ,
"integrity" : "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"has-tostringtag" : "^1.0.0"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-bigint" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz" ,
"integrity" : "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"has-bigints" : "^1.0.1"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-boolean-object" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz" ,
"integrity" : "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.2" ,
"has-tostringtag" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"builtin-modules" : "^3.3.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-core-module" : {
"version" : "2.13.1" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz" ,
"integrity" : "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"hasown" : "^2.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-data-view" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz" ,
"integrity" : "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-typed-array" : "^1.1.13"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-date-object" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz" ,
"integrity" : "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"has-tostringtag" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-finalizationregistry" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz" ,
"integrity" : "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.2"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-generator-function" : {
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz" ,
"integrity" : "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"has-tostringtag" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-get-set-prop" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-get-set-prop/-/is-get-set-prop-1.0.0.tgz" ,
"integrity" : "sha512-DvAYZ1ZgGUz4lzxKMPYlt08qAUqyG9ckSg2pIjfvcQ7+pkVNUHk8yVLXOnCLe5WKXhLop8oorWFBJHpwWQpszQ==" ,
"dependencies" : {
"get-set-props" : "^0.1.0" ,
"lowercase-keys" : "^1.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-extglob" : "^2.1.1"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
}
} ,
"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==" ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-js-type" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-js-type/-/is-js-type-2.0.0.tgz" ,
"integrity" : "sha512-Aj13l47+uyTjlQNHtXBV8Cji3jb037vxwMWCgopRR8h6xocgBGW3qG8qGlIOEmbXQtkKShKuBM9e8AA1OeQ+xw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"js-types" : "^1.0.0"
}
} ,
"node_modules/is-map" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz" ,
"integrity" : "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-negative-zero" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz" ,
"integrity" : "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==" ,
"engines" : {
"node" : ">= 0.4"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-number" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.12.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-number-object" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz" ,
"integrity" : "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"has-tostringtag" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-obj-prop" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-obj-prop/-/is-obj-prop-1.0.0.tgz" ,
"integrity" : "sha512-5Idb61slRlJlsAzi0Wsfwbp+zZY+9LXKUAZpvT/1ySw+NxKLRWfa0Bzj+wXI3fX5O9hiddm5c3DAaRSNP/yl2w==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"lowercase-keys" : "^1.0.0" ,
"obj-props" : "^1.0.0"
}
} ,
"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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-plain-obj" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz" ,
"integrity" : "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-proto-prop" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-proto-prop/-/is-proto-prop-2.0.0.tgz" ,
"integrity" : "sha512-jl3NbQ/fGLv5Jhan4uX+Ge9ohnemqyblWVVCpAvtTQzNFvV2xhJq+esnkIbYQ9F1nITXoLfDDQLp7LBw/zzncg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"lowercase-keys" : "^1.0.0" ,
"proto-props" : "^2.0.0"
}
} ,
"node_modules/is-regex" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz" ,
"integrity" : "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"has-tostringtag" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02: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==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-shared-array-buffer" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz" ,
"integrity" : "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-string" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz" ,
"integrity" : "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"has-tostringtag" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-symbol" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz" ,
"integrity" : "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"has-symbols" : "^1.0.2"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-typed-array" : {
"version" : "1.1.13" ,
"resolved" : "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz" ,
"integrity" : "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"which-typed-array" : "^1.1.14"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02: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==" ,
"dev" : true ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-weakref" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz" ,
"integrity" : "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.2"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/is-weakset" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz" ,
"integrity" : "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==" ,
"dev" : true ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"get-intrinsic" : "^1.2.4"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">= 0.4"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/isarray" : {
2024-05-14 09:40:58 +02:00
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz" ,
"integrity" : "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="
2024-05-08 07:32:29 +02:00
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
} ,
"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==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/istanbul-lib-instrument" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.2.tgz" ,
"integrity" : "sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/istanbul-lib-instrument/node_modules/semver" : {
2024-05-14 09:40:58 +02:00
"version" : "7.6.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" ,
"integrity" : "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" ,
2024-05-08 07:32:29 +02:00
"bin" : {
"semver" : "bin/semver.js"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"istanbul-lib-coverage" : "^3.0.0" ,
"make-dir" : "^4.0.0" ,
"supports-color" : "^7.1.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"debug" : "^4.1.1" ,
"istanbul-lib-coverage" : "^3.0.0" ,
"source-map" : "^0.6.1"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/istanbul-lib-source-maps/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"html-escaper" : "^2.0.0" ,
"istanbul-lib-report" : "^3.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/iterator.prototype" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz" ,
"integrity" : "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"define-properties" : "^1.2.1" ,
"get-intrinsic" : "^1.2.1" ,
"has-symbols" : "^1.0.3" ,
"reflect.getprototypeof" : "^1.0.4" ,
"set-function-name" : "^2.0.1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jackspeak" : {
"version" : "2.3.6" ,
"resolved" : "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz" ,
"integrity" : "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@isaacs/cliui" : "^8.0.2"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jest" : {
2024-05-07 14:16:01 +02:00
"version" : "29.7.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz" ,
"integrity" : "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jest/core" : "^29.7.0" ,
2024-05-07 14:16:01 +02:00
"@jest/types" : "^29.6.3" ,
2024-05-08 07:32:29 +02:00
"import-local" : "^3.0.2" ,
"jest-cli" : "^29.7.0"
} ,
"bin" : {
"jest" : "bin/jest.js"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-08 07:32:29 +02:00
} ,
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
} ,
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
2024-05-07 14:16:01 +02:00
}
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jest-changed-files" : {
2024-05-07 14:16:01 +02:00
"version" : "29.7.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz" ,
"integrity" : "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"execa" : "^5.0.0" ,
"jest-util" : "^29.7.0" ,
"p-limit" : "^3.1.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jest-circus" : {
2024-05-07 14:16:01 +02:00
"version" : "29.7.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz" ,
"integrity" : "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jest/environment" : "^29.7.0" ,
"@jest/expect" : "^29.7.0" ,
2024-05-07 14:16:01 +02:00
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
2024-05-08 07:32:29 +02:00
"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" ,
2024-05-07 14:16:01 +02:00
"jest-util" : "^29.7.0" ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jest-cli" : {
2024-05-07 14:16:01 +02:00
"version" : "29.7.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz" ,
"integrity" : "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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" ,
2024-05-07 14:16:01 +02:00
"jest-util" : "^29.7.0" ,
2024-05-08 07:32:29 +02:00
"jest-validate" : "^29.7.0" ,
"yargs" : "^17.3.1"
} ,
"bin" : {
"jest" : "bin/jest.js"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jest-cli/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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jest-cli/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "*"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jest-cli/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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@types/node" : "*" ,
"ts-node" : ">=9.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"ts-node" : {
"optional" : true
}
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jest-config" : {
"resolved" : "packages/jest-config" ,
"link" : true
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"chalk" : "^4.0.0" ,
"diff-sequences" : "^29.6.3" ,
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"detect-newline" : "^3.0.0"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"@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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"optionalDependencies" : {
"fsevents" : "^2.3.2"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"mkdirp" : "^1.0.4" ,
"strip-ansi" : "^6.0.1" ,
"uuid" : "^8.3.2" ,
"xml" : "^1.0.1"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.12.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-14 09:40:58 +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==" ,
"bin" : {
"uuid" : "dist/bin/uuid"
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"chalk" : "^4.0.0" ,
"jest-diff" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"@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"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-util" : "^29.7.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"jest-resolve" : "*"
} ,
"peerDependenciesMeta" : {
"jest-resolve" : {
"optional" : true
}
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"jest-regex-util" : "^29.6.3" ,
"jest-snapshot" : "^29.7.0"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"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"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jest-runtime/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "*"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jest-snapshot/node_modules/semver" : {
2024-05-14 09:40:58 +02:00
"version" : "7.6.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" ,
"integrity" : "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" ,
2024-05-07 14:16:01 +02:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=10"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/node" : "*" ,
"jest-util" : "^29.7.0" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jest-worker/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==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"has-flag" : "^4.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=10"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/chalk/supports-color?sponsor=1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/joi" : {
"version" : "17.13.1" ,
"resolved" : "https://registry.npmjs.org/joi/-/joi-17.13.1.tgz" ,
"integrity" : "sha512-vaBlIKCyo4FCUtCm7Eu4QZd/q02bWcxfUO6YSXAZOWF6gzcLBeba8kwotUdYJjDLW8Cz8RywsSOqiNJZW0mNvg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@hapi/hoek" : "^9.3.0" ,
"@hapi/topo" : "^5.1.0" ,
"@sideway/address" : "^4.1.5" ,
"@sideway/formula" : "^3.0.1" ,
"@sideway/pinpoint" : "^2.0.0"
}
} ,
"node_modules/joi/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=="
} ,
"node_modules/joi/node_modules/@hapi/topo" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz" ,
"integrity" : "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==" ,
"dependencies" : {
"@hapi/hoek" : "^9.0.0"
}
} ,
"node_modules/jose" : {
2024-05-14 09:40:58 +02:00
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/jose/-/jose-5.3.0.tgz" ,
"integrity" : "sha512-IChe9AtAE79ru084ow8jzkN2lNrG3Ntfiv65Cvj9uOCE2m5LNsdHG+9EbxWxAoWRF9TgDOqLN5jm08++owDVRg==" ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/panva"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/js-cookie" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz" ,
"integrity" : "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ=="
} ,
"node_modules/js-tokens" : {
2024-05-07 14:16:01 +02:00
"version" : "4.0.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
} ,
"node_modules/js-types" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/js-types/-/js-types-1.0.0.tgz" ,
"integrity" : "sha512-bfwqBW9cC/Lp7xcRpug7YrXm0IVw+T9e3g4mCYnv0Pjr3zIzU9PCQElYU9oSGAWzXlbdl9X5SAMPejO9sxkeUw==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"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==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"argparse" : "^2.0.1"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"js-yaml" : "bin/js-yaml.js"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jsesc" : {
"version" : "2.5.2" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" ,
"integrity" : "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" ,
"bin" : {
"jsesc" : "bin/jsesc"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/json-parse-even-better-errors" : {
"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=="
} ,
"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=="
} ,
"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=="
} ,
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
"bin" : {
"json5" : "lib/cli.js"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jsonc-parser" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz" ,
"integrity" : "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" ,
"dev" : true
} ,
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"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"
} ,
"engines" : {
"node" : ">=12" ,
"npm" : ">=6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/jsonwebtoken/node_modules/semver" : {
2024-05-14 09:40:58 +02:00
"version" : "7.6.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" ,
"integrity" : "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" ,
2024-05-08 07:32:29 +02:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/jsx-ast-utils" : {
"version" : "3.3.5" ,
"resolved" : "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz" ,
"integrity" : "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"array-includes" : "^3.1.6" ,
"array.prototype.flat" : "^1.3.1" ,
"object.assign" : "^4.1.4" ,
"object.values" : "^1.1.6"
} ,
"engines" : {
"node" : ">=4.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"buffer-equal-constant-time" : "1.0.1" ,
"ecdsa-sig-formatter" : "1.0.11" ,
"safe-buffer" : "^5.0.1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"jwa" : "^1.4.1" ,
"safe-buffer" : "^5.0.1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"json-buffer" : "3.0.1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/kysely" : {
"version" : "0.27.3" ,
"resolved" : "https://registry.npmjs.org/kysely/-/kysely-0.27.3.tgz" ,
"integrity" : "sha512-lG03Ru+XyOJFsjH3OMY6R/9U38IjDPfnOfDgO3ynhbDr+Dz8fak+X6L62vqu3iybQnj+lG84OttBuU9KY3L9kA==" ,
"engines" : {
"node" : ">=14.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/language-subtag-registry" : {
"version" : "0.3.22" ,
"resolved" : "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz" ,
"integrity" : "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==" ,
"dev" : true
} ,
"node_modules/language-tags" : {
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz" ,
"integrity" : "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"language-subtag-registry" : "^0.3.20"
} ,
"engines" : {
"node" : ">=0.10"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/leac" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/leac/-/leac-0.6.0.tgz" ,
"integrity" : "sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==" ,
"funding" : {
"url" : "https://ko-fi.com/killymxi"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/leafcutter" : {
"resolved" : "apps/leafcutter" ,
"link" : true
} ,
"node_modules/leafcutter-ui" : {
"resolved" : "packages/leafcutter-ui" ,
"link" : true
} ,
"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==" ,
"engines" : {
"node" : ">=6"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
} ,
"engines" : {
"node" : ">= 0.8.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/libphonenumber-js" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.1.tgz" ,
"integrity" : "sha512-Wze1LPwcnzvcKGcRHFGFECTaLzxOtujwpf924difr5zniyYv1C2PiW0419qDR7m8lKDxsImu5mwxFuXhXpjmvw=="
} ,
"node_modules/libsignal" : {
2024-05-07 14:16:01 +02:00
"version" : "2.0.1" ,
2024-05-08 07:32:29 +02:00
"resolved" : "git+ssh://git@github.com/adiwajshing/libsignal-node.git#11dbd962ea108187c79a7c46fe4d6f790e23da97" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"curve25519-js" : "^0.0.4" ,
"protobufjs" : "6.8.8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/libsignal/node_modules/long" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/long/-/long-4.0.0.tgz" ,
"integrity" : "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
} ,
"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 ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/link" : {
"resolved" : "apps/link" ,
"link" : true
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/loader-runner" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz" ,
"integrity" : "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" ,
"dev" : true ,
"peer" : true ,
"engines" : {
"node" : ">=6.11.5"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/loader-utils" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz" ,
"integrity" : "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"big.js" : "^5.2.2" ,
"emojis-list" : "^3.0.0" ,
"json5" : "^2.1.2"
} ,
"engines" : {
"node" : ">=8.9.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-14 09:40:58 +02:00
"node_modules/lodash.camelcase" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz" ,
"integrity" : "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA=="
} ,
2024-05-08 07:32:29 +02:00
"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=="
} ,
"node_modules/lodash.debounce" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz" ,
"integrity" : "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" ,
"dev" : true
} ,
"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=="
} ,
"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=="
} ,
"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=="
} ,
2024-05-14 09:40:58 +02:00
"node_modules/lodash.ismatch" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz" ,
"integrity" : "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g=="
} ,
2024-05-08 07:32:29 +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=="
} ,
"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=="
} ,
"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=="
} ,
"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=="
} ,
"node_modules/lodash.once" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz" ,
"integrity" : "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg=="
} ,
2024-05-14 09:40:58 +02:00
"node_modules/lodash.snakecase" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz" ,
"integrity" : "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw=="
} ,
2024-05-08 07:32:29 +02:00
"node_modules/loglevel" : {
"version" : "1.6.7" ,
"resolved" : "https://registry.npmjs.org/loglevel/-/loglevel-1.6.7.tgz" ,
"integrity" : "sha512-cY2eLFrQSAfVPhCgH1s7JI73tMbg9YC3v3+ZHVW67sBS7UxWzNEk/ZBbSfLykBWHp33dqqtOv82gjhKEi81T/A==" ,
"engines" : {
"node" : ">= 0.6.0"
} ,
"funding" : {
"type" : "tidelift" ,
"url" : "https://tidelift.com/subscription/pkg/npm-loglevel?utm_medium=referral&utm_source=npm_fund"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/long" : {
"version" : "5.2.3" ,
"resolved" : "https://registry.npmjs.org/long/-/long-5.2.3.tgz" ,
"integrity" : "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"js-tokens" : "^3.0.0 || ^4.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"loose-envify" : "cli.js"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/lowercase-keys" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz" ,
"integrity" : "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/lru-cache" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" ,
"integrity" : "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"yallist" : "^3.0.2"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/lunr" : {
"version" : "2.3.9" ,
"resolved" : "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz" ,
"integrity" : "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==" ,
"dev" : true
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"semver" : "^7.5.3"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=10"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-07 14:16:01 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/make-dir/node_modules/semver" : {
2024-05-14 09:40:58 +02:00
"version" : "7.6.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" ,
"integrity" : "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" ,
2024-05-08 07:32:29 +02:00
"bin" : {
"semver" : "bin/semver.js"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/make-error" : {
"version" : "1.3.6" ,
"resolved" : "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz" ,
"integrity" : "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" ,
"devOptional" : true
} ,
"node_modules/makeerror" : {
"version" : "1.0.12" ,
"resolved" : "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz" ,
"integrity" : "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==" ,
"dependencies" : {
"tmpl" : "1.0.5"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/marked" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz" ,
"integrity" : "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"bin" : {
"marked" : "bin/marked.js"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 12"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/material-ui-popup-state" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/material-ui-popup-state/-/material-ui-popup-state-5.1.0.tgz" ,
"integrity" : "sha512-kG0xGqdPx3WM6AYnq0h7hCb3gk2M1FM/G/NFQN+HahcyABxCx3EFzLj5mdJICu2NYj0etZ2s7VDhAbrAezkxYg==" ,
"dependencies" : {
"@babel/runtime" : "^7.20.6" ,
"@types/prop-types" : "^15.7.3" ,
"@types/react" : "^18.0.26" ,
"classnames" : "^2.2.6" ,
"prop-types" : "^15.7.2"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=16"
} ,
"peerDependencies" : {
"@mui/material" : "^5.0.0" ,
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/mdast-util-from-markdown" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz" ,
"integrity" : "sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/mdast" : "^4.0.0" ,
"@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" ,
"micromark-util-types" : "^2.0.0" ,
"unist-util-stringify-position" : "^4.0.0"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/mdast-util-mdx-expression" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.0.tgz" ,
"integrity" : "sha512-fGCu8eWdKUKNu5mohVGkhBXCXGnOTLuFqOvGMvdikr+J1w7lDJgxThOKpwRWzzbyXAU2hhSwsmssOY4yTokluw==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/mdast-util-mdx-jsx" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.1.2.tgz" ,
"integrity" : "sha512-eKMQDeywY2wlHc97k5eD8VC+9ASMjN8ItEZQNGwJ6E0XWKiW/Z0V5/H8pvoXUf+y+Mj0VIgeRRbujBmFn4FTyA==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-remove-position" : "^5.0.0" ,
"unist-util-stringify-position" : "^4.0.0" ,
"vfile-message" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"unist-util-is" : "^6.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/mdast-util-to-hast" : {
"version" : "13.1.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.1.0.tgz" ,
"integrity" : "sha512-/e2l/6+OdGp/FB+ctrJ9Avz71AN/GRH3oi/3KAx/kMnoUsD6q0woXlDT8lLEeViVKE7oZxE7RXzvO3T8kF2/sA==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/mdast-util-to-markdown" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.0.tgz" ,
"integrity" : "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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" ,
"micromark-util-decode-string" : "^2.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"zwitch" : "^2.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"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==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/merge2" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
"engines" : {
"node" : ">= 8"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark/-/micromark-4.0.0.tgz" ,
"integrity" : "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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"
}
} ,
"node_modules/micromark-core-commonmark" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.1.tgz" ,
"integrity" : "sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"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-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-factory-destination" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.0.tgz" ,
"integrity" : "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-factory-label" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.0.tgz" ,
"integrity" : "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"devlop" : "^1.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-factory-space" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz" ,
"integrity" : "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"micromark-util-character" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-factory-title" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.0.tgz" ,
"integrity" : "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-factory-whitespace" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.0.tgz" ,
"integrity" : "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-character" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz" ,
"integrity" : "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
2024-05-07 14:16:01 +02:00
}
2024-05-08 07:32:29 +02:00
] ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-chunked" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.0.tgz" ,
"integrity" : "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"micromark-util-symbol" : "^2.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-classify-character" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.0.tgz" ,
"integrity" : "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-combine-extensions" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.0.tgz" ,
"integrity" : "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-decode-numeric-character-reference" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.1.tgz" ,
"integrity" : "sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-decode-string" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.0.tgz" ,
"integrity" : "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"dependencies" : {
"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-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-encode" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz" ,
"integrity" : "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
]
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-html-tag-name" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.0.tgz" ,
"integrity" : "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
]
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-normalize-identifier" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.0.tgz" ,
"integrity" : "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-resolve-all" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.0.tgz" ,
"integrity" : "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"dependencies" : {
"micromark-util-types" : "^2.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-sanitize-uri" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz" ,
"integrity" : "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"micromark-util-character" : "^2.0.0" ,
"micromark-util-encode" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-subtokenize" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.1.tgz" ,
"integrity" : "sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"devlop" : "^1.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/micromark-util-symbol" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz" ,
"integrity" : "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
]
} ,
"node_modules/micromark-util-types" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz" ,
"integrity" : "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
]
} ,
"node_modules/micromatch" : {
"version" : "4.0.5" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" ,
"integrity" : "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"braces" : "^3.0.2" ,
"picomatch" : "^2.3.1"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8.6"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.6"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"mime-db" : "1.52.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"brace-expansion" : "^1.1.7"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/minipass" : {
2024-05-14 09:40:58 +02:00
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz" ,
"integrity" : "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==" ,
2024-05-08 07:32:29 +02:00
"dev" : true ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/mkdirp" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" ,
"integrity" : "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" ,
"bin" : {
"mkdirp" : "bin/cmd.js"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/mpg123-decoder" : {
"version" : "0.4.12" ,
"resolved" : "https://registry.npmjs.org/mpg123-decoder/-/mpg123-decoder-0.4.12.tgz" ,
"integrity" : "sha512-BjeE7+D7FttqNRFtF3IgSSnG2Hn96ID4JDsCCmxhaPy2R1yuJu2gaabhlS9r12JibaRTT2SYDMXTyjD6xqe0fg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@wasm-audio-decoders/common" : "9.0.4"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/mpg123-decoder/node_modules/@wasm-audio-decoders/common" : {
"version" : "9.0.4" ,
"resolved" : "https://registry.npmjs.org/@wasm-audio-decoders/common/-/common-9.0.4.tgz" ,
"integrity" : "sha512-+XdSt6mMfvir5D+vcW8gLqledJIgzkBAGXOG7ySJtbKdOTHduG2YAHvUNH9/Mb2hkiM8U9EJrGA6HhbsqG/bbg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@eshaz/web-worker" : "1.2.2"
}
} ,
"node_modules/ms" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" ,
"integrity" : "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
} ,
"node_modules/mui-chips-input" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/mui-chips-input/-/mui-chips-input-2.1.4.tgz" ,
"integrity" : "sha512-ysgY53fMO5q79znjBh/hW9TSy7c+nRs7sq7eEId8cdihimkDlQ40YaVzHvKhgUsU0McZ8OWE3guchtVdIl8HgA==" ,
"peerDependencies" : {
"@emotion/react" : "^11.5.0" ,
"@emotion/styled" : "^11.3.0" ,
"@mui/icons-material" : "^5.0.0" ,
"@mui/material" : "^5.0.0" ,
"@types/react" : "^18.0.0" ,
"react" : "^18.0.0" ,
"react-dom" : "^18.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/multipipe" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/multipipe/-/multipipe-1.0.2.tgz" ,
"integrity" : "sha512-6uiC9OvY71vzSGX8lZvSqscE7ft9nPupJ8fMjrCNRAUy2LREUW42UL+V/NTrogr6rFgRydUrCX4ZitfpSNkSCQ==" ,
"dependencies" : {
"duplexer2" : "^0.1.2" ,
"object-assign" : "^4.1.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=10"
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/nanoid" : {
"version" : "3.3.7" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz" ,
"integrity" : "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"bin" : {
"nanoid" : "bin/nanoid.cjs"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/neo-async" : {
"version" : "2.6.2" ,
"resolved" : "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" ,
"integrity" : "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/next" : {
"version" : "14.2.3" ,
"resolved" : "https://registry.npmjs.org/next/-/next-14.2.3.tgz" ,
"integrity" : "sha512-dowFkFTR8v79NPJO4QsBUtxv0g9BrS/phluVpMAt2ku7H+cbcBJlopXjkWlwxrk/xGqMemr7JkGPGemPrLLX7A==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@next/env" : "14.2.3" ,
"@swc/helpers" : "0.5.5" ,
"busboy" : "1.6.0" ,
"caniuse-lite" : "^1.0.30001579" ,
"graceful-fs" : "^4.2.11" ,
"postcss" : "8.4.31" ,
"styled-jsx" : "5.1.1"
} ,
"bin" : {
"next" : "dist/bin/next"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=18.17.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"optionalDependencies" : {
"@next/swc-darwin-arm64" : "14.2.3" ,
"@next/swc-darwin-x64" : "14.2.3" ,
"@next/swc-linux-arm64-gnu" : "14.2.3" ,
"@next/swc-linux-arm64-musl" : "14.2.3" ,
"@next/swc-linux-x64-gnu" : "14.2.3" ,
"@next/swc-linux-x64-musl" : "14.2.3" ,
"@next/swc-win32-arm64-msvc" : "14.2.3" ,
"@next/swc-win32-ia32-msvc" : "14.2.3" ,
"@next/swc-win32-x64-msvc" : "14.2.3"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.1.0" ,
"@playwright/test" : "^1.41.2" ,
"react" : "^18.2.0" ,
"react-dom" : "^18.2.0" ,
"sass" : "^1.3.0"
} ,
"peerDependenciesMeta" : {
"@opentelemetry/api" : {
"optional" : true
} ,
"@playwright/test" : {
"optional" : true
} ,
"sass" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/next-auth" : {
"version" : "4.24.7" ,
"resolved" : "https://registry.npmjs.org/next-auth/-/next-auth-4.24.7.tgz" ,
"integrity" : "sha512-iChjE8ov/1K/z98gdKbn2Jw+2vLgJtVV39X+rCP5SGnVQuco7QOr19FRNGMIrD8d3LYhHWV9j9sKLzq1aDWWQQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.20.13" ,
"@panva/hkdf" : "^1.0.2" ,
"cookie" : "^0.5.0" ,
"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-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"next" : "^12.2.5 || ^13 || ^14" ,
"nodemailer" : "^6.6.5" ,
"react" : "^17.0.2 || ^18" ,
"react-dom" : "^17.0.2 || ^18"
} ,
"peerDependenciesMeta" : {
"nodemailer" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/next-auth/node_modules/cookie" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz" ,
"integrity" : "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.6"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/next-auth/node_modules/jose" : {
"version" : "4.15.5" ,
"resolved" : "https://registry.npmjs.org/jose/-/jose-4.15.5.tgz" ,
"integrity" : "sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==" ,
"funding" : {
"url" : "https://github.com/sponsors/panva"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-14 09:40:58 +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==" ,
"bin" : {
"uuid" : "dist/bin/uuid"
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/next-http-proxy-middleware" : {
"version" : "1.2.6" ,
"resolved" : "https://registry.npmjs.org/next-http-proxy-middleware/-/next-http-proxy-middleware-1.2.6.tgz" ,
"integrity" : "sha512-vHmtFLeO+HomU4Fx/CoA4MbLnXya1B17yR5qOmpYZqRjzGa17a9dgXh9ONvquSZdMrIn7bUfjoPLxMkYMtKj3Q==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/http-proxy" : "1.17.3" ,
"http-proxy" : "^1.18.1"
2024-04-23 13:36:51 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/next-http-proxy-middleware/node_modules/@types/http-proxy" : {
"version" : "1.17.3" ,
"resolved" : "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.3.tgz" ,
"integrity" : "sha512-wIPqXANye5BbORbuh74exbwNzj+UWCwWyeEFJzUQ7Fq3W2NSAy+7x7nX1fgbEypr2/TdKqpeuxLnXWgzN533/Q==" ,
"dependencies" : {
"@types/node" : "*"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"clone" : "2.x"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">= 8.0.0"
2024-05-08 07:32:29 +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=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/node-polyglot" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/node-polyglot/-/node-polyglot-2.5.0.tgz" ,
"integrity" : "sha512-zXVwHNhFsG3mls+LKHxoHF70GQOL3FTDT3jH7ldkb95kG76RdU7F/NbvxV7D2hNIL9VpWXW6y78Fz+3KZkatRg==" ,
"peer" : true ,
"dependencies" : {
"array.prototype.foreach" : "^1.0.2" ,
"has" : "^1.0.3" ,
"object.entries" : "^1.1.5" ,
"string.prototype.trim" : "^1.2.6" ,
"warning" : "^4.0.3"
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/node-releases" : {
"version" : "2.0.14" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz" ,
"integrity" : "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
} ,
"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-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4.4.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/nodemailer" : {
"version" : "6.9.13" ,
"resolved" : "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.13.tgz" ,
"integrity" : "sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
"dependencies" : {
"hosted-git-info" : "^2.1.4" ,
"resolve" : "^1.10.0" ,
"semver" : "2 || 3 || 4 || 5" ,
"validate-npm-package-license" : "^3.0.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
"bin" : {
"semver" : "bin/semver"
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"path-key" : "^3.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/oauth4webapi" : {
"version" : "2.10.4" ,
"resolved" : "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-2.10.4.tgz" ,
"integrity" : "sha512-DSoj8QoChzOCQlJkRmYxAJCIpnXFW32R0Uq7avyghIeB6iJq0XAblOD7pcq3mx4WEBDwMuKr0Y1qveCBleG2Xw==" ,
"funding" : {
"url" : "https://github.com/sponsors/panva"
2024-04-23 13:36:51 +02:00
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/obj-props" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/obj-props/-/obj-props-1.4.0.tgz" ,
"integrity" : "sha512-p7p/7ltzPDiBs6DqxOrIbtRdwxxVRBj5ROukeNb9RgA+fawhrz5n2hpNz8DDmYR//tviJSj7nUnlppGmONkjiQ==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/object-inspect" : {
"version" : "1.13.1" ,
"resolved" : "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz" ,
"integrity" : "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">= 0.4"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/object.assign" : {
"version" : "4.1.5" ,
"resolved" : "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz" ,
"integrity" : "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" ,
"dependencies" : {
"call-bind" : "^1.0.5" ,
"define-properties" : "^1.2.1" ,
"has-symbols" : "^1.0.3" ,
"object-keys" : "^1.1.1"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-object-atoms" : "^1.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2"
2024-05-07 14:16:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/object.hasown" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.4.tgz" ,
"integrity" : "sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-object-atoms" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/object.values" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz" ,
"integrity" : "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/obuf" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz" ,
"integrity" : "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
} ,
"node_modules/ogg-opus-decoder" : {
"version" : "1.6.12" ,
"resolved" : "https://registry.npmjs.org/ogg-opus-decoder/-/ogg-opus-decoder-1.6.12.tgz" ,
"integrity" : "sha512-6MY/rgFegJABKVE7LS10lmVoy8dFhvLDbIlcymgMnn0qZG0YHqcUU+bW+MkVyhhWN3H0vqtkRlPHGOXU6yR5YQ==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@wasm-audio-decoders/common" : "9.0.5" ,
"codec-parser" : "2.4.3" ,
"opus-decoder" : "0.7.6"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^10.13.0 || >=12.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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==" ,
"dependencies" : {
"wrappy" : "1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"mimic-fn" : "^2.1.0"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/openid-client" : {
"version" : "5.6.5" ,
"resolved" : "https://registry.npmjs.org/openid-client/-/openid-client-5.6.5.tgz" ,
"integrity" : "sha512-5P4qO9nGJzB5PI0LFlhj4Dzg3m4odt0qsJTfyEtZyOlkgpILwEioOhVVJOrS1iVH494S4Ee5OCjjg6Bf5WOj3w==" ,
"dependencies" : {
"jose" : "^4.15.5" ,
"lru-cache" : "^6.0.0" ,
"object-hash" : "^2.2.0" ,
"oidc-token-hash" : "^5.0.3"
} ,
"funding" : {
"url" : "https://github.com/sponsors/panva"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/openid-client/node_modules/jose" : {
"version" : "4.15.5" ,
"resolved" : "https://registry.npmjs.org/jose/-/jose-4.15.5.tgz" ,
"integrity" : "sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==" ,
"funding" : {
"url" : "https://github.com/sponsors/panva"
}
} ,
"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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"yallist" : "^4.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/opensearch-common" : {
"resolved" : "packages/opensearch-common" ,
"link" : true
} ,
"node_modules/optionator" : {
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
"dependencies" : {
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
"type-check" : "^0.4.0" ,
"word-wrap" : "^1.2.5"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.8.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/opus-decoder" : {
"version" : "0.7.6" ,
"resolved" : "https://registry.npmjs.org/opus-decoder/-/opus-decoder-0.7.6.tgz" ,
"integrity" : "sha512-5QYSl1YQYbSzWL7vM4dJoyrLC804xIvBFjfKTZZ6/z/EgmdFouOTT+8PDM2V18vzgnhRNPDuyB2aTfl/2hvMRA==" ,
"dependencies" : {
"@wasm-audio-decoders/common" : "9.0.5"
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"yocto-queue" : "^0.1.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"p-limit" : "^3.0.2"
2024-04-23 13:36:51 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">=10"
2024-05-08 07:32:29 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=6"
}
} ,
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"callsites" : "^3.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/parse-entities" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz" ,
"integrity" : "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/unist" : "^2.0.0" ,
"character-entities" : "^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"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/parse-entities/node_modules/@types/unist" : {
"version" : "2.0.10" ,
"resolved" : "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz" ,
"integrity" : "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA=="
} ,
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/parseley" : {
"version" : "0.12.1" ,
"resolved" : "https://registry.npmjs.org/parseley/-/parseley-0.12.1.tgz" ,
"integrity" : "sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"leac" : "^0.6.0" ,
"peberminta" : "^0.9.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://ko-fi.com/killymxi"
}
} ,
"node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/path-scurry" : {
2024-05-14 09:40:58 +02:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" ,
"integrity" : "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-14 09:40:58 +02:00
"node" : ">=16 || 14 >=14.18"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/path-scurry/node_modules/lru-cache" : {
"version" : "10.2.2" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz" ,
"integrity" : "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "14 || >=16.14"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/peberminta" : {
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/peberminta/-/peberminta-0.9.0.tgz" ,
"integrity" : "sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==" ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://ko-fi.com/killymxi"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/pg" : {
"version" : "8.11.5" ,
"resolved" : "https://registry.npmjs.org/pg/-/pg-8.11.5.tgz" ,
"integrity" : "sha512-jqgNHSKL5cbDjFlHyYsCXmQDrfIX/3RsNwYqpd4N0Kt8niLuNoRNH+aazv6cOd43gPh9Y4DjQCtb+X0MH0Hvnw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"pg-connection-string" : "^2.6.4" ,
"pg-pool" : "^3.6.2" ,
"pg-protocol" : "^1.6.1" ,
"pg-types" : "^2.1.0" ,
"pgpass" : "1.x"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"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-05-08 07:32:29 +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==" ,
"optional" : true
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/pg-connection-string" : {
"version" : "2.6.4" ,
"resolved" : "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.4.tgz" ,
"integrity" : "sha512-v+Z7W/0EO707aNMaAEfiGnGL9sxxumwLl2fJvCQtMn9Fxsg+lPpPkdcyBSv/KFgpGdYkMfn+EI1Or2EHjpgLCA=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=4.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/pg-pool" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/pg-pool/-/pg-pool-3.6.2.tgz" ,
"integrity" : "sha512-Htjbg8BlwXqSBQ9V8Vjtc+vzf/6fVUuak/3/XXKA9oxZprwW3IMDQTGHP+KDmVL7rtd+R1QjbnCFPuTHm3G4hg==" ,
"peerDependencies" : {
"pg" : ">=8.0"
}
} ,
"node_modules/pg-protocol" : {
"version" : "1.6.1" ,
"resolved" : "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.1.tgz" ,
"integrity" : "sha512-jPIlvgoD63hrEuihvIg+tJhoGjUsLPn6poJY9N5CnlPd91c2T18T/9zBtLxZSb1EhYxBRoZJtzScCaWlYLtktg=="
} ,
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"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-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=0.10.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=0.10.0"
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"xtend" : "^4.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"split2" : "^4.1.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/picocolors" : {
2024-05-14 09:40:58 +02:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz" ,
"integrity" : "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
2024-05-08 07:32:29 +02:00
} ,
"node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/pino" : {
"version" : "7.11.0" ,
"resolved" : "https://registry.npmjs.org/pino/-/pino-7.11.0.tgz" ,
"integrity" : "sha512-dMACeu63HtRLmCG8VKdy4cShCPKaYDR4youZqoSWLxl5Gu99HUw8bw75thbPv9Nip+H+QYX8o3ZJbTdVZZ2TVg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
2024-05-07 14:16:01 +02:00
} ,
"bin" : {
2024-05-08 07:32:29 +02:00
"pino" : "bin.js"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"duplexify" : "^4.1.2" ,
"split2" : "^4.0.0"
}
} ,
"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=="
} ,
"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-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/pkg-dir" : {
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"find-up" : "^4.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/pkg-dir/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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/pkg-dir/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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"p-locate" : "^4.1.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/pkg-dir/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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"p-try" : "^2.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/pkg-dir/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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"p-limit" : "^2.2.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/pluralize" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz" ,
"integrity" : "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==" ,
"engines" : {
"node" : ">=4"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/postcss" : {
"version" : "8.4.31" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz" ,
"integrity" : "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"nanoid" : "^3.3.6" ,
"picocolors" : "^1.0.0" ,
"source-map-js" : "^1.0.2"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : "^10 || ^12 || >=14"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=12"
}
} ,
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"obuf" : "~1.1.2"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/postgres-date" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/postgres-date/-/postgres-date-2.1.0.tgz" ,
"integrity" : "sha512-K7Juri8gtgXVcDfZttFKVmhglp7epKb1K4pgrkLxehjqkrgPhfG6OO8LHLkfaqkbpjNRnra018XwAr1yQFWGcA==" ,
"engines" : {
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/preact" : {
"version" : "10.11.3" ,
"resolved" : "https://registry.npmjs.org/preact/-/preact-10.11.3.tgz" ,
"integrity" : "sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/preact"
2024-04-23 13:36:51 +02:00
}
2024-04-21 21:13:53 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"pretty-format" : "^3.8.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"preact" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/precond" : {
"version" : "0.2.3" ,
"resolved" : "https://registry.npmjs.org/precond/-/precond-0.2.3.tgz" ,
"integrity" : "sha512-QCYG84SgGyGzqJ/vlMsxeXd/pgL/I94ixdNFyh1PusWmTCyVfPJjZ1K1jvHtsbfnXQs2TSkEP2fR7QiMZAnKFQ==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.8.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/prettier" : {
"version" : "3.2.5" ,
"resolved" : "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz" ,
"integrity" : "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==" ,
"dev" : true ,
"bin" : {
"prettier" : "bin/prettier.cjs"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/prettier-linter-helpers" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz" ,
"integrity" : "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"fast-diff" : "^1.1.2"
} ,
"engines" : {
"node" : ">=6.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
2024-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"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==" ,
"engines" : {
"node" : ">=10"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"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==" ,
"engines" : {
"node" : ">= 0.6.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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=="
} ,
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"kleur" : "^3.0.3" ,
"sisteransi" : "^1.0.5"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
"node" : ">= 6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-05-08 07:32:29 +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=="
} ,
"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==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/proto-props" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/proto-props/-/proto-props-2.0.0.tgz" ,
"integrity" : "sha512-2yma2tog9VaRZY2mn3Wq51uiSW4NcPYT1cQdBagwyrznrilKSZwIZ0UG3ZPL/mx+axEns0hE35T5ufOYZXEnBQ==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/protobufjs" : {
2024-05-14 09:40:58 +02:00
"version" : "7.3.0" ,
"resolved" : "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.0.tgz" ,
"integrity" : "sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g==" ,
2024-05-08 07:32:29 +02:00
"hasInstallScript" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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-05-07 14:16:01 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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"
}
]
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@thi.ng/bitstream" : "^2.2.12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/qs" : {
"version" : "6.12.1" ,
"resolved" : "https://registry.npmjs.org/qs/-/qs-6.12.1.tgz" ,
"integrity" : "sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"side-channel" : "^1.0.6"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.6"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-05-08 07:32:29 +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" ,
2024-05-14 09:40:58 +02:00
"url" : "https://feross.org/support"
}
]
2024-05-08 07:32:29 +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=="
} ,
"node_modules/randombytes" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" ,
"integrity" : "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"peer" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"safe-buffer" : "^5.1.0"
}
} ,
"node_modules/react" : {
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react/-/react-18.3.1.tgz" ,
"integrity" : "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==" ,
"dependencies" : {
"loose-envify" : "^1.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/react-cookie" : {
"version" : "7.1.4" ,
"resolved" : "https://registry.npmjs.org/react-cookie/-/react-cookie-7.1.4.tgz" ,
"integrity" : "sha512-wDxxa/HYaSXSMlyWJvJ5uZTzIVtQTPf1gMksFgwAz/2/W3lCtY8r4OChCXMPE7wax0PAdMY97UkNJedGv7KnDw==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/hoist-non-react-statics" : "^3.3.5" ,
"hoist-non-react-statics" : "^3.3.2" ,
"universal-cookie" : "^7.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"react" : ">= 16.3.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"js-cookie" : "^2.2.1"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=10"
} ,
"peerDependencies" : {
"react" : ">=16"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/react-digit-input" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/react-digit-input/-/react-digit-input-2.1.0.tgz" ,
"integrity" : "sha512-pGv0CtSmu3Mf4cD79LoYtJI7Wq4dpPiLiY1wvKsNaR+X2sJyk1ETiIxjq6G8i+XJqNXExM6vuytzDqblkkSaFw=="
} ,
"node_modules/react-dom" : {
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz" ,
"integrity" : "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==" ,
"dependencies" : {
"loose-envify" : "^1.1.0" ,
"scheduler" : "^0.23.2"
} ,
"peerDependencies" : {
"react" : "^18.3.1"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"object-assign" : "^4.1.1"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"react" : ">=16.x.x"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/react-markdown" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.1.tgz" ,
"integrity" : "sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-04-23 13:36:51 +02:00
"@types/hast" : "^3.0.0" ,
2024-05-08 07:32:29 +02:00
"devlop" : "^1.0.0" ,
"hast-util-to-jsx-runtime" : "^2.0.0" ,
"html-url-attributes" : "^3.0.0" ,
2024-04-23 13:36:51 +02:00
"mdast-util-to-hast" : "^13.0.0" ,
2024-05-08 07:32:29 +02:00
"remark-parse" : "^11.0.0" ,
"remark-rehype" : "^11.0.0" ,
2024-04-23 13:36:51 +02:00
"unified" : "^11.0.0" ,
2024-05-08 07:32:29 +02:00
"unist-util-visit" : "^5.0.0" ,
2024-04-23 13:36:51 +02:00
"vfile" : "^6.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-05-08 07:32:29 +02:00
} ,
"peerDependencies" : {
"@types/react" : ">=18" ,
"react" : ">=18"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"hoist-non-react-statics" : "^3.3.0" ,
"prop-types" : "^15.5.8"
} ,
"peerDependencies" : {
"node-polyglot" : "^2.0.0" ,
"react" : ">=16.8.0"
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/react-qr-code" : {
2024-05-14 09:40:58 +02:00
"version" : "2.0.13" ,
"resolved" : "https://registry.npmjs.org/react-qr-code/-/react-qr-code-2.0.13.tgz" ,
"integrity" : "sha512-mq2fpTSlYLwnLsbSjJRwxggFcxzmksfm7pCMe3cnzRinJSaR8Iy9/lzhsfaLEQL7UlRbucl9KZgKTOdzM5QY0w==" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"prop-types" : "^15.8.1" ,
"qr.js" : "0.0.0"
} ,
"peerDependencies" : {
2024-05-14 09:40:58 +02:00
"react" : "^16.x || ^17.x || ^18.x || ^19.x" ,
2024-05-08 07:32:29 +02:00
"react-native-svg" : "*"
} ,
"peerDependenciesMeta" : {
"react-native-svg" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/react-timer-hook" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/react-timer-hook/-/react-timer-hook-3.0.7.tgz" ,
"integrity" : "sha512-ATpNcU+PQRxxfNBPVqce2+REtjGAlwmfoNQfcEBMZFxPj0r3GYdKhyPHdStvqrejejEi0QvqaJZjy2lBlFvAsA==" ,
"peerDependencies" : {
"react" : ">=16.8.0"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"@babel/runtime" : "^7.5.5" ,
"dom-helpers" : "^5.0.1" ,
"loose-envify" : "^1.4.0" ,
"prop-types" : "^15.6.2"
} ,
"peerDependencies" : {
"react" : ">=16.6.0" ,
"react-dom" : ">=16.6.0"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"@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-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"find-up" : "^4.1.0" ,
"read-pkg" : "^5.2.0" ,
"type-fest" : "^0.8.1"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=8"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/read-pkg-up/node_modules/locate-path" : {
2024-05-07 14:16:01 +02:00
"version" : "5.0.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
"dependencies" : {
"p-locate" : "^4.1.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-04-23 13:36:51 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"p-try" : "^2.0.0"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"p-limit" : "^2.2.0"
} ,
"engines" : {
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/readable-stream" : {
2024-05-14 09:40:58 +02:00
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"readable-stream" : "^3.6.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-14 09:40:58 +02:00
"node_modules/readline-sync" : {
"version" : "1.4.10" ,
"resolved" : "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.10.tgz" ,
"integrity" : "sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-14 09:40:58 +02:00
"node" : ">= 0.8.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
"engines" : {
"node" : ">= 12.13.0"
}
} ,
"node_modules/reflect.getprototypeof" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz" ,
"integrity" : "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-04-23 13:36:51 +02:00
"call-bind" : "^1.0.7" ,
2024-05-08 07:32:29 +02:00
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.1" ,
"es-errors" : "^1.3.0" ,
2024-04-21 16:59:50 +02:00
"get-intrinsic" : "^1.2.4" ,
2024-05-08 07:32:29 +02:00
"globalthis" : "^1.0.3" ,
"which-builtin-type" : "^1.1.3"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/regenerate" : {
"version" : "1.4.2" ,
"resolved" : "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz" ,
"integrity" : "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" ,
"dev" : true
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/regenerate-unicode-properties" : {
"version" : "10.1.1" ,
"resolved" : "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz" ,
"integrity" : "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"regenerate" : "^1.4.2"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/regenerator-transform" : {
"version" : "0.15.2" ,
"resolved" : "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz" ,
"integrity" : "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/runtime" : "^7.8.4"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"bin" : {
"regexp-tree" : "bin/regexp-tree"
}
} ,
"node_modules/regexp.prototype.flags" : {
"version" : "1.5.2" ,
"resolved" : "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz" ,
"integrity" : "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.6" ,
"define-properties" : "^1.2.1" ,
"es-errors" : "^1.3.0" ,
"set-function-name" : "^2.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/regexpu-core" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz" ,
"integrity" : "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/regjsgen" : "^0.8.0" ,
"regenerate" : "^1.4.2" ,
"regenerate-unicode-properties" : "^10.1.0" ,
"regjsparser" : "^0.9.1" ,
"unicode-match-property-ecmascript" : "^2.0.0" ,
"unicode-match-property-value-ecmascript" : "^2.1.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/regexpu-core/node_modules/jsesc" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz" ,
"integrity" : "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" ,
"dev" : true ,
"bin" : {
"jsesc" : "bin/jsesc"
}
} ,
"node_modules/regexpu-core/node_modules/regjsparser" : {
"version" : "0.9.1" ,
"resolved" : "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz" ,
"integrity" : "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"jsesc" : "~0.5.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"regjsparser" : "bin/parser"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"jsesc" : "~0.5.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"regjsparser" : "bin/parser"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-04-23 13:36:51 +02:00
"bin" : {
2024-05-08 07:32:29 +02:00
"jsesc" : "bin/jsesc"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/mdast" : "^4.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/remark-rehype" : {
"version" : "11.1.0" ,
"resolved" : "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.0.tgz" ,
"integrity" : "sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/remeda" : {
"version" : "1.61.0" ,
"resolved" : "https://registry.npmjs.org/remeda/-/remeda-1.61.0.tgz" ,
"integrity" : "sha512-caKfSz9rDeSKBQQnlJnVW3mbVdFgxgGWQKq1XlFokqjf+hQD5gxutLGTTY2A/x24UxVyJe9gH5fAkFI63ULw4A=="
} ,
"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==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/require-from-string" : {
2024-04-23 13:36:51 +02:00
"version" : "2.0.2" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" ,
"integrity" : "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/requires-port" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" ,
"integrity" : "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
} ,
"node_modules/reselect" : {
"version" : "4.1.8" ,
"resolved" : "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz" ,
"integrity" : "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ=="
} ,
"node_modules/resolve" : {
"version" : "1.22.8" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz" ,
"integrity" : "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"resolve" : "bin/resolve"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"resolve-from" : "^5.0.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/resolve-from" : {
2024-04-23 13:36:51 +02:00
"version" : "4.0.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" ,
"integrity" : "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
"funding" : {
"url" : "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
}
} ,
"node_modules/resolve.exports" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz" ,
"integrity" : "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/rimraf" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"glob" : "^7.1.3"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"rimraf" : "bin.js"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/rimraf/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "*"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/rtcpeerconnection-shim" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.8.tgz" ,
"integrity" : "sha512-5Sx90FGru1sQw9aGOM+kHU4i6mbP8eJPgxliu2X3Syhg8qgDybx8dpDTxUwfJvPnubXFnZeRNl59DWr4AttJKQ==" ,
"dependencies" : {
"sdp" : "^2.6.0"
} ,
"engines" : {
"node" : ">=6.0.0" ,
"npm" : ">=3.10.0"
}
} ,
"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-04-23 13:36:51 +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-05-08 07:32:29 +02:00
"dependencies" : {
"queue-microtask" : "^1.2.2"
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/safe-array-concat" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz" ,
"integrity" : "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"get-intrinsic" : "^1.2.4" ,
"has-symbols" : "^1.0.3" ,
"isarray" : "^2.0.5"
} ,
"engines" : {
"node" : ">=0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"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-04-23 13:36:51 +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-05-08 07:32:29 +02:00
]
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/safe-regex-test" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz" ,
"integrity" : "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
"is-regex" : "^1.1.4"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
2024-04-21 16:59:50 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/safe-stable-stringify" : {
"version" : "2.4.3" ,
"resolved" : "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz" ,
"integrity" : "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/scheduler" : {
"version" : "0.23.2" ,
"resolved" : "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz" ,
"integrity" : "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"loose-envify" : "^1.1.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/schema-utils" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz" ,
"integrity" : "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/json-schema" : "^7.0.9" ,
"ajv" : "^8.9.0" ,
"ajv-formats" : "^2.1.1" ,
"ajv-keywords" : "^5.1.0"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 12.13.0"
} ,
2024-04-21 16:59:50 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/schema-utils/node_modules/ajv" : {
"version" : "8.13.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz" ,
"integrity" : "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"fast-deep-equal" : "^3.1.3" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2" ,
"uri-js" : "^4.4.1"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/schema-utils/node_modules/ajv-keywords" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz" ,
"integrity" : "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"fast-deep-equal" : "^3.1.3"
} ,
"peerDependencies" : {
"ajv" : "^8.8.2"
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/schema-utils/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
"dev" : true
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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=="
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/sdp" : {
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/sdp/-/sdp-2.12.0.tgz" ,
"integrity" : "sha512-jhXqQAQVM+8Xj5EjJGVweuEzgtGWb3tmEEpl3CLP3cStInSbVHSg0QWOGQzNq8pSID4JkpeV2mPqlMDLrm0/Vw=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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=="
} ,
"node_modules/selderee" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/selderee/-/selderee-0.11.0.tgz" ,
"integrity" : "sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"parseley" : "^0.12.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://ko-fi.com/killymxi"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"bin" : {
"semver" : "bin/semver.js"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/serialize-javascript" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz" ,
"integrity" : "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"randombytes" : "^2.1.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">= 0.4"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/sharp" : {
"version" : "0.33.3" ,
"resolved" : "https://registry.npmjs.org/sharp/-/sharp-0.33.3.tgz" ,
"integrity" : "sha512-vHUeXJU1UvlO/BNwTpT0x/r53WkLUVxrmb5JTgW92fdFCFk0ispLMAeu/jPO2vjkXM1fYUi3K7/qcLF47pwM1A==" ,
"hasInstallScript" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"color" : "^4.2.3" ,
"detect-libc" : "^2.0.3" ,
"semver" : "^7.6.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"libvips" : ">=8.15.2" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-darwin-arm64" : "0.33.3" ,
"@img/sharp-darwin-x64" : "0.33.3" ,
"@img/sharp-libvips-darwin-arm64" : "1.0.2" ,
"@img/sharp-libvips-darwin-x64" : "1.0.2" ,
"@img/sharp-libvips-linux-arm" : "1.0.2" ,
"@img/sharp-libvips-linux-arm64" : "1.0.2" ,
"@img/sharp-libvips-linux-s390x" : "1.0.2" ,
"@img/sharp-libvips-linux-x64" : "1.0.2" ,
"@img/sharp-libvips-linuxmusl-arm64" : "1.0.2" ,
"@img/sharp-libvips-linuxmusl-x64" : "1.0.2" ,
"@img/sharp-linux-arm" : "0.33.3" ,
"@img/sharp-linux-arm64" : "0.33.3" ,
"@img/sharp-linux-s390x" : "0.33.3" ,
"@img/sharp-linux-x64" : "0.33.3" ,
"@img/sharp-linuxmusl-arm64" : "0.33.3" ,
"@img/sharp-linuxmusl-x64" : "0.33.3" ,
"@img/sharp-wasm32" : "0.33.3" ,
"@img/sharp-win32-ia32" : "0.33.3" ,
"@img/sharp-win32-x64" : "0.33.3"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/sharp/node_modules/semver" : {
2024-05-14 09:40:58 +02:00
"version" : "7.6.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" ,
"integrity" : "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" ,
2024-05-08 07:32:29 +02:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"shebang-regex" : "^3.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/shiki" : {
"version" : "0.14.7" ,
"resolved" : "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz" ,
"integrity" : "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ansi-sequence-parser" : "^1.1.0" ,
"jsonc-parser" : "^3.2.0" ,
"vscode-oniguruma" : "^1.7.0" ,
"vscode-textmate" : "^8.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/side-channel" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz" ,
"integrity" : "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-07 14:16:01 +02:00
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.4" ,
2024-05-08 07:32:29 +02:00
"object-inspect" : "^1.13.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=14"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-arrayish" : "^0.3.1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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-04-23 13:36:51 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "individual" ,
"url" : "https://github.com/sponsors/eshaz"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/sisteransi" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz" ,
"integrity" : "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
} ,
"node_modules/slash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" ,
"integrity" : "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"atomic-sleep" : "^1.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-04-21 21:13:53 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/source-map-js" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz" ,
"integrity" : "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/source-map-support/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"funding" : {
"type" : "github" ,
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"spdx-expression-parse" : "^3.0.0" ,
"spdx-license-ids" : "^3.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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=="
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
2024-04-23 10:31:26 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/spdx-license-ids" : {
"version" : "3.0.17" ,
"resolved" : "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz" ,
"integrity" : "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg=="
} ,
"node_modules/split2" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz" ,
"integrity" : "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" ,
"engines" : {
"node" : ">= 10.x"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/sprintf-js" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" ,
"integrity" : "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
} ,
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"escape-string-regexp" : "^2.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/streamsearch" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz" ,
"integrity" : "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.0.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-14 09:40:58 +02:00
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"safe-buffer" : "~5.2.0"
2024-05-07 14:16:01 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/string-length" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz" ,
"integrity" : "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"char-regex" : "^1.0.2" ,
"strip-ansi" : "^6.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-04-23 13:36:51 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +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
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/string-width-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"dev" : true
} ,
"node_modules/string-width/node_modules/ansi-regex" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" ,
"integrity" : "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/string-width/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ansi-regex" : "^6.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/string.prototype.matchall" : {
"version" : "4.0.11" ,
"resolved" : "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz" ,
"integrity" : "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.4" ,
"gopd" : "^1.0.1" ,
"has-symbols" : "^1.0.3" ,
"internal-slot" : "^1.0.7" ,
"regexp.prototype.flags" : "^1.5.2" ,
"set-function-name" : "^2.0.2" ,
"side-channel" : "^1.0.6"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/string.prototype.trim" : {
"version" : "1.2.9" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz" ,
"integrity" : "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.0" ,
"es-object-atoms" : "^1.0.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/string.prototype.trimend" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz" ,
"integrity" : "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"character-entities-html4" : "^2.0.0" ,
"character-entities-legacy" : "^3.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=8"
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/strip-final-newline" : {
2024-04-21 16:59:50 +02:00
"version" : "2.0.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz" ,
"integrity" : "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"min-indent" : "^1.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/strtok3" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/strtok3/-/strtok3-6.3.0.tgz" ,
"integrity" : "sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
"@tokenizer/token" : "^0.3.0" ,
2024-05-08 07:32:29 +02:00
"peek-readable" : "^4.1.0"
2024-05-07 14:16:01 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=10"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-07 14:16:01 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/style-to-object" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.6.tgz" ,
"integrity" : "sha512-khxq+Qm3xEyZfKd/y9L3oIWQimxuc4STrQKtQn8aSDRHb8mFgpukgX1hdzfrMEW6JCjyJ8p89x+IUMVnCBI1PA==" ,
"dependencies" : {
"inline-style-parser" : "0.2.3"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/styled-jsx" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz" ,
"integrity" : "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"client-only" : "0.0.1"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">= 12.0.0"
2024-04-23 13:36:51 +02:00
} ,
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"react" : ">= 16.8.0 || 17.x.x || ^18.0.0-0"
2024-04-23 13:36:51 +02:00
} ,
"peerDependenciesMeta" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : {
2024-04-23 13:36:51 +02:00
"optional" : true
} ,
2024-05-08 07:32:29 +02:00
"babel-plugin-macros" : {
2024-04-23 13:36:51 +02:00
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/stylis" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz" ,
"integrity" : "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw=="
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"has-flag" : "^4.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/swr" : {
"version" : "2.2.5" ,
"resolved" : "https://registry.npmjs.org/swr/-/swr-2.2.5.tgz" ,
"integrity" : "sha512-QtxqyclFeAsxEUeZIYmsaQ0UjimSq1RZ9Un7I68/0ClKK/U3LoyQunwkQfJZr2fc22DfIXLNDc2wFyTEikCUpg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"client-only" : "^0.0.1" ,
"use-sync-external-store" : "^1.2.0"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"peerDependencies" : {
2024-05-08 07:32:29 +02:00
"react" : "^16.11.0 || ^17.0.0 || ^18.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/synckit" : {
"version" : "0.8.8" ,
"resolved" : "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz" ,
"integrity" : "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@pkgr/core" : "^0.1.0" ,
"tslib" : "^2.6.2"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : "^14.18.0 || >=16.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://opencollective.com/unts"
}
} ,
"node_modules/tapable" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz" ,
"integrity" : "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" ,
"dev" : true ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
}
} ,
"node_modules/terser" : {
"version" : "5.31.0" ,
"resolved" : "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz" ,
"integrity" : "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==" ,
"dev" : true ,
"peer" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jridgewell/source-map" : "^0.3.3" ,
"acorn" : "^8.8.2" ,
"commander" : "^2.20.0" ,
"source-map-support" : "~0.5.20"
} ,
"bin" : {
"terser" : "bin/terser"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/terser-webpack-plugin" : {
"version" : "5.3.10" ,
"resolved" : "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz" ,
"integrity" : "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==" ,
"dev" : true ,
"peer" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jridgewell/trace-mapping" : "^0.3.20" ,
"jest-worker" : "^27.4.5" ,
"schema-utils" : "^3.1.1" ,
"serialize-javascript" : "^6.0.1" ,
"terser" : "^5.26.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependencies" : {
"webpack" : "^5.1.0"
} ,
"peerDependenciesMeta" : {
"@swc/core" : {
"optional" : true
} ,
"esbuild" : {
"optional" : true
} ,
"uglify-js" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/terser-webpack-plugin/node_modules/jest-worker" : {
"version" : "27.5.1" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz" ,
"integrity" : "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==" ,
"dev" : true ,
"peer" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/node" : "*" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 10.13.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/terser-webpack-plugin/node_modules/schema-utils" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz" ,
"integrity" : "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@types/json-schema" : "^7.0.8" ,
"ajv" : "^6.12.5" ,
"ajv-keywords" : "^3.5.2"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/terser-webpack-plugin/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 ,
"peer" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">=10"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/chalk/supports-color?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/terser/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"dev" : true ,
"peer" : true ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/terser/node_modules/source-map-support" : {
"version" : "0.5.21" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" ,
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
"dev" : true ,
"peer" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.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==" ,
"dependencies" : {
"@istanbuljs/schema" : "^0.1.2" ,
"glob" : "^7.1.4" ,
"minimatch" : "^3.0.4"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/test-exclude/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +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"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "*"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"real-require" : "^0.1.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"readable-stream" : "~1.0.17" ,
"xtend" : "~2.1.1"
}
} ,
2024-05-14 09:40:58 +02:00
"node_modules/through2/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=="
} ,
"node_modules/through2/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=="
} ,
"node_modules/through2/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==" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.1" ,
"isarray" : "0.0.1" ,
"string_decoder" : "~0.10.x"
}
} ,
"node_modules/through2/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=="
} ,
"node_modules/through2/node_modules/xtend" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz" ,
"integrity" : "sha512-vMNKzr2rHP9Dp/e1NQFnLQlwlhp9L/LfvnsVdHxN1f+uggyVI3i08uD14GPvCToPkdsRfyPqIyYGmIk58V98ZQ==" ,
"dependencies" : {
"object-keys" : "~0.4.0"
} ,
"engines" : {
"node" : ">=0.4"
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/to-fast-properties" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz" ,
"integrity" : "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@tokenizer/token" : "^0.3.0" ,
"ieee754" : "^1.2.1"
2024-04-23 13:36:51 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"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==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/ts-api-utils" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz" ,
"integrity" : "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=16"
} ,
"peerDependencies" : {
"typescript" : ">=4.2.0"
2024-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/ts-config" : {
"resolved" : "packages/ts-config" ,
2024-05-07 14:16:01 +02:00
"link" : true
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/ts-node" : {
"version" : "10.9.2" ,
"resolved" : "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz" ,
"integrity" : "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==" ,
"devOptional" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@cspotcode/source-map-support" : "^0.8.0" ,
"@tsconfig/node10" : "^1.0.7" ,
"@tsconfig/node12" : "^1.0.7" ,
"@tsconfig/node14" : "^1.0.0" ,
"@tsconfig/node16" : "^1.0.2" ,
"acorn" : "^8.4.1" ,
"acorn-walk" : "^8.1.1" ,
"arg" : "^4.1.0" ,
"create-require" : "^1.1.0" ,
"diff" : "^4.0.1" ,
"make-error" : "^1.1.1" ,
"v8-compile-cache-lib" : "^3.0.1" ,
"yn" : "3.1.1"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"ts-node" : "dist/bin.js" ,
"ts-node-cwd" : "dist/bin-cwd.js" ,
"ts-node-esm" : "dist/bin-esm.js" ,
"ts-node-script" : "dist/bin-script.js" ,
"ts-node-transpile-only" : "dist/bin-transpile.js" ,
"ts-script" : "dist/bin-script-deprecated.js"
} ,
"peerDependencies" : {
"@swc/core" : ">=1.2.50" ,
"@swc/wasm" : ">=1.2.50" ,
"@types/node" : "*" ,
"typescript" : ">=2.7"
} ,
"peerDependenciesMeta" : {
"@swc/core" : {
"optional" : true
} ,
"@swc/wasm" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-14 09:40:58 +02:00
"node_modules/ts-toolbelt" : {
"version" : "9.6.0" ,
"resolved" : "https://registry.npmjs.org/ts-toolbelt/-/ts-toolbelt-9.6.0.tgz" ,
"integrity" : "sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w=="
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"@types/json5" : "^0.0.29" ,
"json5" : "^1.0.2" ,
"minimist" : "^1.2.6" ,
"strip-bom" : "^3.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"minimist" : "^1.2.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"json5" : "lib/cli.js"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/tsconfig-paths/node_modules/strip-bom" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" ,
"integrity" : "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
"node" : ">=4"
}
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/tslib" : {
"version" : "2.6.2" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz" ,
"integrity" : "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/tss-react" : {
"version" : "4.9.10" ,
"resolved" : "https://registry.npmjs.org/tss-react/-/tss-react-4.9.10.tgz" ,
"integrity" : "sha512-uQj+r8mOKy0tv+/GAIzViVG81w/WeTCOF7tjsDyNjlicnWbxtssYwTvVjWT4lhWh5FSznDRy6RFp0BDdoLbxyg==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@emotion/cache" : "*" ,
"@emotion/serialize" : "*" ,
"@emotion/utils" : "*"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"@emotion/react" : "^11.4.1" ,
"@emotion/server" : "^11.4.0" ,
"@mui/material" : "^5.0.0" ,
"react" : "^16.8.0 || ^17.0.2 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/server" : {
"optional" : true
} ,
"@mui/material" : {
"optional" : true
}
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/tsx" : {
2024-05-14 09:40:58 +02:00
"version" : "4.10.2" ,
"resolved" : "https://registry.npmjs.org/tsx/-/tsx-4.10.2.tgz" ,
"integrity" : "sha512-gOfACgv1ElsIjvt7Fp0rMJKGnMGjox0JfGOfX3kmZCV/yZumaNqtHGKBXt1KgaYS9KjDOmqGeI8gHk/W7kWVZg==" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"esbuild" : "~0.20.2" ,
"get-tsconfig" : "^4.7.3"
} ,
"bin" : {
"tsx" : "dist/cli.mjs"
} ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=18.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"optionalDependencies" : {
"fsevents" : "~2.3.3"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/twilio" : {
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/twilio/-/twilio-5.0.4.tgz" ,
"integrity" : "sha512-Dw8s93zXBA2+Wo1sS0yfWgHx89q6Ue+ch02LkGAkWodiWfq/JJBkzSdUQLoYp1bLha1h4Xi/hBtuMQUrJBED7A==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"axios" : "^1.6.8" ,
"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-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=14.0"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/twilio-client" : {
"version" : "1.15.1" ,
"resolved" : "https://registry.npmjs.org/twilio-client/-/twilio-client-1.15.1.tgz" ,
"integrity" : "sha512-O2Cdq4THosTPLMIfFK0/xcS8SCCLUiv1hDB4i4sAisqtfHEVLXSuNoL332rPkDPC3jzgm3C5zzbEz/XyEXO+NQ==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@twilio/audioplayer" : "1.0.6" ,
"@twilio/voice-errors" : "1.0.1" ,
"backoff" : "2.5.0" ,
"loglevel" : "1.6.7" ,
"rtcpeerconnection-shim" : "1.2.8" ,
"ws" : "7.4.6" ,
"xmlhttprequest" : "1.8.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">= 12"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/twilio-client/node_modules/ws" : {
"version" : "7.4.6" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz" ,
"integrity" : "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" ,
"engines" : {
"node" : ">=8.3.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"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-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"prelude-ls" : "^1.2.1"
} ,
"engines" : {
"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==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/type-fest" : {
"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==" ,
"engines" : {
"node" : ">=10"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/typed-array-buffer" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz" ,
"integrity" : "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"is-typed-array" : "^1.1.13"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">= 0.4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/typed-array-byte-length" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz" ,
"integrity" : "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/typed-array-byte-offset" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz" ,
"integrity" : "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">= 0.4"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/typed-array-length" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz" ,
"integrity" : "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13" ,
"possible-typed-array-names" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/typedoc" : {
"version" : "0.25.13" ,
"resolved" : "https://registry.npmjs.org/typedoc/-/typedoc-0.25.13.tgz" ,
"integrity" : "sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==" ,
"dev" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"lunr" : "^2.3.9" ,
"marked" : "^4.3.0" ,
"minimatch" : "^9.0.3" ,
"shiki" : "^0.14.7"
} ,
"bin" : {
"typedoc" : "bin/typedoc"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 16"
} ,
"peerDependencies" : {
"typescript" : "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/typedoc/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"balanced-match" : "^1.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/typedoc/node_modules/minimatch" : {
"version" : "9.0.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz" ,
"integrity" : "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==" ,
"dev" : true ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/typescript" : {
"version" : "5.4.5" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz" ,
"integrity" : "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"engines" : {
"node" : ">=14.17"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/ui" : {
"resolved" : "packages/ui" ,
"link" : true
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/unbox-primitive" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz" ,
"integrity" : "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"call-bind" : "^1.0.2" ,
"has-bigints" : "^1.0.2" ,
"has-symbols" : "^1.0.3" ,
"which-boxed-primitive" : "^1.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/undici-types" : {
"version" : "5.26.5" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" ,
"integrity" : "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
} ,
"node_modules/unicode-canonical-property-names-ecmascript" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz" ,
"integrity" : "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" ,
"dev" : true ,
"engines" : {
"node" : ">=4"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/unicode-match-property-ecmascript" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz" ,
"integrity" : "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
"dependencies" : {
2024-05-08 07:32:29 +02:00
"unicode-canonical-property-names-ecmascript" : "^2.0.0" ,
"unicode-property-aliases-ecmascript" : "^2.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/unicode-match-property-value-ecmascript" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz" ,
"integrity" : "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/unicode-property-aliases-ecmascript" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz" ,
"integrity" : "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/unified" : {
"version" : "11.0.4" ,
"resolved" : "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz" ,
"integrity" : "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@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-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/unified/node_modules/is-plain-obj" : {
"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-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/unist" : "^3.0.0"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-05-07 14:16:01 +02:00
"type" : "opencollective" ,
2024-05-08 07:32:29 +02:00
"url" : "https://opencollective.com/unified"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/unist-util-position" : {
2024-05-07 14:16:01 +02:00
"version" : "5.0.0" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz" ,
"integrity" : "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/unist-util-remove-position" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz" ,
"integrity" : "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==" ,
2024-05-07 14:16:01 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/unist" : "^3.0.0" ,
"unist-util-visit" : "^5.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/unist" : "^3.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/unist" : "^3.0.0" ,
"unist-util-is" : "^6.0.0" ,
"unist-util-visit-parents" : "^6.0.0"
2024-05-07 14:16:01 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/unist" : "^3.0.0" ,
"unist-util-is" : "^6.0.0"
2024-04-23 13:36:51 +02:00
} ,
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/universal-cookie" : {
"version" : "7.1.4" ,
"resolved" : "https://registry.npmjs.org/universal-cookie/-/universal-cookie-7.1.4.tgz" ,
"integrity" : "sha512-Q+DVJsdykStWRMtXr2Pdj3EF98qZHUH/fXv/gwFz/unyToy1Ek1w5GsWt53Pf38tT8Gbcy5QNsj61Xe9TggP4g==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/cookie" : "^0.6.0" ,
"cookie" : "^0.6.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/update-browserslist-db" : {
"version" : "1.0.15" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.15.tgz" ,
"integrity" : "sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==" ,
"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"
}
] ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"escalade" : "^3.1.2" ,
"picocolors" : "^1.0.0"
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"update-browserslist-db" : "cli.js"
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"punycode" : "^2.1.0"
}
} ,
"node_modules/use-sync-external-store" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz" ,
"integrity" : "sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==" ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0"
}
} ,
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
} ,
"node_modules/uuid" : {
2024-05-14 09:40:58 +02:00
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz" ,
"integrity" : "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" ,
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
2024-05-08 07:32:29 +02:00
"bin" : {
"uuid" : "dist/bin/uuid"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/v8-compile-cache-lib" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz" ,
"integrity" : "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" ,
"devOptional" : true
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/v8-to-istanbul" : {
"version" : "9.2.0" ,
"resolved" : "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz" ,
"integrity" : "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==" ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@jridgewell/trace-mapping" : "^0.3.12" ,
"@types/istanbul-lib-coverage" : "^2.0.1" ,
"convert-source-map" : "^2.0.0"
2024-04-23 13:36:51 +02:00
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.12.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"spdx-correct" : "^3.0.0" ,
"spdx-expression-parse" : "^3.0.0"
2024-04-23 13:36:51 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/vfile" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz" ,
"integrity" : "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/unist" : "^3.0.0" ,
"unist-util-stringify-position" : "^4.0.0" ,
"vfile-message" : "^4.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-07 14:16:01 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/vfile-message" : {
2024-05-07 14:16:01 +02:00
"version" : "4.0.2" ,
2024-05-08 07:32:29 +02:00
"resolved" : "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz" ,
"integrity" : "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/unist" : "^3.0.0" ,
"unist-util-stringify-position" : "^4.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/vscode-oniguruma" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz" ,
"integrity" : "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==" ,
"dev" : true
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/vscode-textmate" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz" ,
"integrity" : "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==" ,
"dev" : true
2024-04-23 13:36:51 +02:00
} ,
2024-05-08 07:32:29 +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==" ,
"dependencies" : {
"makeerror" : "1.0.12"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/warning" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz" ,
"integrity" : "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==" ,
"peer" : true ,
"dependencies" : {
"loose-envify" : "^1.0.0"
2024-04-23 13:36:51 +02:00
}
2024-05-07 14:16:01 +02:00
} ,
2024-05-08 07:32:29 +02:00
"node_modules/watchpack" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz" ,
"integrity" : "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==" ,
"dev" : true ,
"peer" : true ,
2024-04-23 13:36:51 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"glob-to-regexp" : "^0.4.1" ,
"graceful-fs" : "^4.1.2"
2024-04-23 13:36:51 +02:00
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.13.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/webpack" : {
"version" : "5.91.0" ,
"resolved" : "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz" ,
"integrity" : "sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==" ,
"dev" : true ,
"peer" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@types/eslint-scope" : "^3.7.3" ,
"@types/estree" : "^1.0.5" ,
"@webassemblyjs/ast" : "^1.12.1" ,
"@webassemblyjs/wasm-edit" : "^1.12.1" ,
"@webassemblyjs/wasm-parser" : "^1.12.1" ,
"acorn" : "^8.7.1" ,
"acorn-import-assertions" : "^1.9.0" ,
"browserslist" : "^4.21.10" ,
"chrome-trace-event" : "^1.0.2" ,
"enhanced-resolve" : "^5.16.0" ,
"es-module-lexer" : "^1.2.1" ,
"eslint-scope" : "5.1.1" ,
"events" : "^3.2.0" ,
"glob-to-regexp" : "^0.4.1" ,
"graceful-fs" : "^4.2.11" ,
"json-parse-even-better-errors" : "^2.3.1" ,
"loader-runner" : "^4.2.0" ,
"mime-types" : "^2.1.27" ,
"neo-async" : "^2.6.2" ,
"schema-utils" : "^3.2.0" ,
"tapable" : "^2.1.1" ,
"terser-webpack-plugin" : "^5.3.10" ,
"watchpack" : "^2.4.1" ,
"webpack-sources" : "^3.2.3"
} ,
"bin" : {
"webpack" : "bin/webpack.js"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependenciesMeta" : {
"webpack-cli" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/webpack-sources" : {
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz" ,
"integrity" : "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==" ,
"dev" : true ,
"peer" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10.13.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/webpack/node_modules/eslint-scope" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" ,
"integrity" : "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" ,
"dev" : true ,
"peer" : true ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"esrecurse" : "^4.3.0" ,
"estraverse" : "^4.1.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8.0.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/webpack/node_modules/estraverse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" ,
"integrity" : "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" ,
"dev" : true ,
"peer" : true ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=4.0"
2024-05-07 14:16:01 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/webpack/node_modules/schema-utils" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz" ,
"integrity" : "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@types/json-schema" : "^7.0.8" ,
"ajv" : "^6.12.5" ,
"ajv-keywords" : "^3.5.2"
} ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 10.13.0"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
2024-05-08 07:32:29 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"isexe" : "^2.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/which-boxed-primitive" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz" ,
"integrity" : "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"is-bigint" : "^1.0.1" ,
"is-boolean-object" : "^1.1.0" ,
"is-number-object" : "^1.0.4" ,
"is-string" : "^1.0.5" ,
"is-symbol" : "^1.0.3"
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/which-builtin-type" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz" ,
"integrity" : "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"function.prototype.name" : "^1.1.5" ,
"has-tostringtag" : "^1.0.0" ,
"is-async-function" : "^2.0.0" ,
"is-date-object" : "^1.0.5" ,
"is-finalizationregistry" : "^1.0.2" ,
"is-generator-function" : "^1.0.10" ,
"is-regex" : "^1.1.4" ,
"is-weakref" : "^1.0.2" ,
"isarray" : "^2.0.5" ,
"which-boxed-primitive" : "^1.0.2" ,
"which-collection" : "^1.0.1" ,
"which-typed-array" : "^1.1.9"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/which-collection" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz" ,
"integrity" : "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"is-map" : "^2.0.3" ,
"is-set" : "^2.0.3" ,
"is-weakmap" : "^2.0.2" ,
"is-weakset" : "^2.0.3"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/which-typed-array" : {
"version" : "1.1.15" ,
"resolved" : "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz" ,
"integrity" : "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" ,
"dependencies" : {
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"has-tostringtag" : "^1.0.2"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.10.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"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==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=12"
2024-05-08 07:32:29 +02:00
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"dev" : true
} ,
"node_modules/wrap-ansi-cjs/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/wrap-ansi/node_modules/ansi-regex" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" ,
"integrity" : "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-04-21 21:13:53 +02:00
"engines" : {
2024-04-23 13:36:51 +02:00
"node" : ">=12"
2024-05-08 07:32:29 +02:00
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/wrap-ansi/node_modules/ansi-styles" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" ,
"integrity" : "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" ,
2024-04-23 13:36:51 +02:00
"dev" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-04-23 13:36:51 +02:00
"node" : ">=12"
2024-05-08 07:32:29 +02:00
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/wrap-ansi/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
2024-05-07 14:16:01 +02:00
"dev" : true ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-07 14:16:01 +02:00
"node" : ">=12"
2024-05-08 07:32:29 +02:00
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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=="
} ,
"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==" ,
"dependencies" : {
"imurmurhash" : "^0.1.4" ,
"signal-exit" : "^3.0.7"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/write-file-atomic/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=="
} ,
"node_modules/ws" : {
"version" : "8.17.0" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz" ,
"integrity" : "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==" ,
2024-05-07 14:16:01 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"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-05-07 14:16:01 +02:00
}
2024-04-21 16:59:50 +02:00
} ,
2024-05-08 07:32:29 +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=="
} ,
"node_modules/xmlbuilder" : {
"version" : "13.0.2" ,
"resolved" : "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-13.0.2.tgz" ,
"integrity" : "sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/xmlhttprequest" : {
"version" : "1.8.0" ,
"resolved" : "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz" ,
"integrity" : "sha512-58Im/U0mlVBLM38NdZjHyhuMtCqa61469k2YP/AaPbvCoV9aQGUpbJBj1QRm2ytRiVQBD/fsw7L2bJGDVQswBA==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.4.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/xtend" : {
2024-05-14 09:40:58 +02:00
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" ,
"integrity" : "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=0.4"
2024-04-23 13:36:51 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/yallist" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
} ,
"node_modules/yaml" : {
"version" : "1.10.2" ,
"resolved" : "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz" ,
"integrity" : "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" ,
2024-04-23 13:36:51 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">= 6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/yargs" : {
"version" : "17.7.2" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" ,
"integrity" : "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" ,
"dependencies" : {
"cliui" : "^8.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
"string-width" : "^4.2.3" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^21.1.1"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-04-23 13:36:51 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/yargs-parser" : {
"version" : "21.1.1" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-04-23 13:36:51 +02:00
"node" : ">=12"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/yargs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
} ,
"node_modules/yargs/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=8"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/yn" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz" ,
"integrity" : "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" ,
"devOptional" : true ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=6"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +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==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-05-08 07:32:29 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-21 16:59:50 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"node_modules/zammad-addon-bridge" : {
"resolved" : "packages/zammad-addon-bridge" ,
"link" : true
} ,
"node_modules/zammad-addon-common" : {
"resolved" : "packages/zammad-addon-common" ,
"link" : true
} ,
"node_modules/zammad-addon-hardening" : {
"resolved" : "packages/zammad-addon-hardening" ,
"link" : true
} ,
"node_modules/zammad-addon-leafcutter" : {
"resolved" : "packages/zammad-addon-leafcutter" ,
"link" : true
} ,
2024-05-14 09:40:58 +02:00
"node_modules/zod" : {
"version" : "3.23.8" ,
"resolved" : "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz" ,
"integrity" : "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==" ,
"funding" : {
"url" : "https://github.com/sponsors/colinhacks"
}
} ,
2024-05-08 07:32:29 +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==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-04-21 21:13:53 +02:00
}
} ,
2024-05-08 07:32:29 +02:00
"packages/bridge-common" : {
"version" : "1.0.0" ,
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@auth/kysely-adapter" : "^1.1.0" ,
"graphile-worker" : "^0.16.6" ,
2024-05-08 07:32:29 +02:00
"kysely" : "0.26.1" ,
"pg" : "^8.11.5"
2024-04-30 11:39:16 +02:00
} ,
2024-05-08 07:32:29 +02:00
"devDependencies" : {
"@babel/core" : "7.24.5" ,
"@babel/preset-env" : "7.24.5" ,
"@babel/preset-typescript" : "7.24.1" ,
"eslint" : "^9.0.0" ,
"prettier" : "^3.2.5" ,
"ts-config" : "*" ,
2024-05-14 09:40:58 +02:00
"tsx" : "^4.10.2" ,
2024-05-08 07:32:29 +02:00
"typescript" : "^5.4.5"
}
} ,
"packages/bridge-common/node_modules/@auth/kysely-adapter" : {
2024-05-14 09:40:58 +02:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@auth/kysely-adapter/-/kysely-adapter-1.1.0.tgz" ,
"integrity" : "sha512-9Kv3IOV6q4USNEfw9dVl7bGuVM+5yjDRXlJL1hh4mPPZkL+G32Rc2TxNIr7KCanb3PivZpSFidbYvvSzKwIQeg==" ,
2024-05-08 07:32:29 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@auth/core" : "0.31.0"
2024-04-30 11:39:16 +02:00
} ,
2024-05-08 07:32:29 +02:00
"peerDependencies" : {
"kysely" : "^0.26.1"
2024-04-30 11:39:16 +02:00
}
} ,
"packages/bridge-common/node_modules/eslint" : {
2024-05-08 07:32:29 +02:00
"version" : "9.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-9.2.0.tgz" ,
"integrity" : "sha512-0n/I88vZpCOzO+PQpt0lbsqmn9AsnsJAQseIqhZFI8ibQT0U1AkEKRxA3EVMos0BoHSXDQvCXY25TUjB5tr8Og==" ,
2024-04-30 11:39:16 +02:00
"dev" : true ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.6.1" ,
"@eslint/eslintrc" : "^3.0.2" ,
2024-05-08 07:32:29 +02:00
"@eslint/js" : "9.2.0" ,
2024-04-30 11:39:16 +02:00
"@humanwhocodes/config-array" : "^0.13.0" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@humanwhocodes/retry" : "^0.2.3" ,
"@nodelib/fs.walk" : "^1.2.8" ,
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.2" ,
"debug" : "^4.3.2" ,
"escape-string-regexp" : "^4.0.0" ,
"eslint-scope" : "^8.0.1" ,
"eslint-visitor-keys" : "^4.0.0" ,
"espree" : "^10.0.1" ,
"esquery" : "^1.4.2" ,
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^8.0.0" ,
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"is-path-inside" : "^3.0.3" ,
"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" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"packages/bridge-common/node_modules/kysely" : {
2024-05-08 07:32:29 +02:00
"version" : "0.26.1" ,
"resolved" : "https://registry.npmjs.org/kysely/-/kysely-0.26.1.tgz" ,
"integrity" : "sha512-FVRomkdZofBu3O8SiwAOXrwbhPZZr8mBN5ZeUWyprH29jzvy6Inzqbd0IMmGxpd4rcOCL9HyyBNWBa8FBqDAdg==" ,
2024-04-30 11:39:16 +02:00
"engines" : {
"node" : ">=14.0.0"
}
} ,
2024-04-23 13:36:51 +02:00
"packages/bridge-ui" : {
2024-04-30 13:13:49 +02:00
"version" : "0.2.0" ,
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@auth/kysely-adapter" : "^1.1.0" ,
2024-04-30 13:13:49 +02:00
"@emotion/cache" : "^11.11.0" ,
"@emotion/react" : "^11.11.4" ,
"@emotion/server" : "^11.11.0" ,
"@emotion/styled" : "^11.11.5" ,
"@mui/icons-material" : "^5" ,
"@mui/lab" : "^5.0.0-alpha.170" ,
"@mui/material" : "^5" ,
2024-05-14 09:40:58 +02:00
"@mui/x-data-grid-pro" : "^7.4.0" ,
"@mui/x-date-pickers-pro" : "^7.4.0" ,
2024-04-30 13:13:49 +02:00
"date-fns" : "^3.6.0" ,
2024-05-14 09:40:58 +02:00
"kysely" : "0.26.1" ,
2024-04-30 13:13:49 +02:00
"material-ui-popup-state" : "^5.1.0" ,
"next" : "14.2.3" ,
2024-05-08 07:32:29 +02:00
"react" : "18.3.1" ,
2024-04-30 13:13:49 +02:00
"react-cookie" : "^7.1.4" ,
"react-cookie-consent" : "^9.0.0" ,
2024-05-08 07:32:29 +02:00
"react-dom" : "18.3.1" ,
2024-04-30 13:13:49 +02:00
"react-iframe" : "^1.8.5" ,
"react-markdown" : "^9.0.1" ,
"react-polyglot" : "^0.7.2" ,
2024-05-08 07:32:29 +02:00
"tss-react" : "^4.9.10" ,
2024-04-30 13:13:49 +02:00
"uuid" : "^9.0.1"
} ,
"devDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.24.5" ,
2024-05-14 09:40:58 +02:00
"@types/node" : "^20.12.11" ,
"@types/react" : "18.3.2" ,
"@types/react-dom" : "^18.3.0" ,
2024-04-30 13:13:49 +02:00
"@types/uuid" : "^9.0.8" ,
"babel-loader" : "^9.1.3" ,
"eslint" : "^8.0.0" ,
"eslint-config-next" : "^14.2.3" ,
"eslint-config-prettier" : "^9.1.0" ,
"eslint-plugin-import" : "^2.29.1" ,
"eslint-plugin-jsx-a11y" : "^6.8.0" ,
"eslint-plugin-prettier" : "^5.1.3" ,
"eslint-plugin-react" : "^7.34.1" ,
"file-loader" : "^6.2.0" ,
"typescript" : "5.4.5"
}
} ,
2024-05-14 09:40:58 +02:00
"packages/bridge-ui/node_modules/@auth/kysely-adapter" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@auth/kysely-adapter/-/kysely-adapter-1.1.0.tgz" ,
"integrity" : "sha512-9Kv3IOV6q4USNEfw9dVl7bGuVM+5yjDRXlJL1hh4mPPZkL+G32Rc2TxNIr7KCanb3PivZpSFidbYvvSzKwIQeg==" ,
"dependencies" : {
"@auth/core" : "0.31.0"
} ,
"peerDependencies" : {
"kysely" : "^0.26.1"
}
} ,
"packages/bridge-ui/node_modules/kysely" : {
"version" : "0.26.1" ,
"resolved" : "https://registry.npmjs.org/kysely/-/kysely-0.26.1.tgz" ,
"integrity" : "sha512-FVRomkdZofBu3O8SiwAOXrwbhPZZr8mBN5ZeUWyprH29jzvy6Inzqbd0IMmGxpd4rcOCL9HyyBNWBa8FBqDAdg==" ,
"engines" : {
"node" : ">=14.0.0"
2024-04-30 13:13:49 +02:00
}
2024-04-23 13:36:51 +02:00
} ,
"packages/eslint-config" : {
"version" : "0.3.10" ,
"license" : "AGPL-3.0-or-later" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/eslint-parser" : "7.24.5" ,
2024-04-23 13:36:51 +02:00
"@rushstack/eslint-patch" : "^1.10.2" ,
2024-05-14 09:40:58 +02:00
"@typescript-eslint/eslint-plugin" : "^7.9.0" ,
"@typescript-eslint/parser" : "^7.9.0" ,
2024-04-21 16:59:50 +02:00
"eslint-config-prettier" : "^9.1.0" ,
2024-04-23 13:36:51 +02:00
"eslint-config-xo-space" : "^0.35.0" ,
2024-05-08 07:32:29 +02:00
"eslint-plugin-cypress" : "^3.2.0" ,
2024-04-23 13:36:51 +02:00
"eslint-plugin-eslint-comments" : "^3.2.0" ,
2024-04-21 16:59:50 +02:00
"eslint-plugin-import" : "^2.29.1" ,
2024-05-08 07:32:29 +02:00
"eslint-plugin-jest" : "^28.5.0" ,
2024-04-23 13:36:51 +02:00
"eslint-plugin-no-use-extend-native" : "^0.5.0" ,
"eslint-plugin-promise" : "^6.1.1" ,
2024-05-14 09:40:58 +02:00
"eslint-plugin-unicorn" : "53.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"devDependencies" : {
"eslint" : "^8" ,
"jest" : "^29.7.0" ,
"typescript" : "^5.4.5"
2024-04-21 16:59:50 +02:00
} ,
"peerDependencies" : {
2024-04-23 13:36:51 +02:00
"eslint" : "^8" ,
"typescript" : "^4.9.5"
2024-04-21 16:59:50 +02:00
}
} ,
2024-04-23 13:36:51 +02:00
"packages/eslint-config/node_modules/@typescript-eslint/parser" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.9.0.tgz" ,
"integrity" : "sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==" ,
"dependencies" : {
"@typescript-eslint/scope-manager" : "7.9.0" ,
"@typescript-eslint/types" : "7.9.0" ,
"@typescript-eslint/typescript-estree" : "7.9.0" ,
"@typescript-eslint/visitor-keys" : "7.9.0" ,
2024-04-23 13:36:51 +02:00
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-04-21 16:59:50 +02:00
} ,
"peerDependencies" : {
2024-04-23 13:36:51 +02:00
"eslint" : "^8.56.0"
2024-04-21 16:59:50 +02:00
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
2024-04-23 13:36:51 +02:00
"packages/eslint-config/node_modules/@typescript-eslint/types" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.9.0.tgz" ,
"integrity" : "sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==" ,
2024-04-21 16:59:50 +02:00
"engines" : {
2024-04-23 13:36:51 +02:00
"node" : "^18.18.0 || >=20.0.0"
2024-04-21 16:59:50 +02:00
} ,
"funding" : {
2024-04-23 13:36:51 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2024-04-21 16:59:50 +02:00
}
} ,
2024-04-23 13:36:51 +02:00
"packages/eslint-config/node_modules/@typescript-eslint/typescript-estree" : {
2024-05-14 09:40:58 +02:00
"version" : "7.9.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz" ,
"integrity" : "sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@typescript-eslint/types" : "7.9.0" ,
"@typescript-eslint/visitor-keys" : "7.9.0" ,
2024-04-23 13:36:51 +02:00
"debug" : "^4.3.4" ,
"globby" : "^11.1.0" ,
2024-04-21 16:59:50 +02:00
"is-glob" : "^4.0.3" ,
2024-04-23 13:36:51 +02:00
"minimatch" : "^9.0.4" ,
"semver" : "^7.6.0" ,
"ts-api-utils" : "^1.3.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-04-23 13:36:51 +02:00
"node" : "^18.18.0 || >=20.0.0"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2024-04-21 16:59:50 +02:00
}
} ,
2024-04-23 13:36:51 +02:00
"packages/eslint-config/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-04-23 13:36:51 +02:00
"balanced-match" : "^1.0.0"
2024-04-21 16:59:50 +02:00
}
} ,
2024-04-23 13:36:51 +02:00
"packages/eslint-config/node_modules/minimatch" : {
"version" : "9.0.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz" ,
"integrity" : "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-04-23 13:36:51 +02:00
"brace-expansion" : "^2.0.1"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-04-23 13:36:51 +02:00
"node" : ">=16 || 14 >=14.17"
2024-04-21 16:59:50 +02:00
} ,
2024-04-23 13:36:51 +02:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-04-21 16:59:50 +02:00
}
} ,
2024-04-23 13:36:51 +02:00
"packages/eslint-config/node_modules/semver" : {
2024-05-14 09:40:58 +02:00
"version" : "7.6.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" ,
"integrity" : "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" ,
2024-04-23 13:36:51 +02:00
"bin" : {
"semver" : "bin/semver.js"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-04-23 13:36:51 +02:00
"packages/jest-config" : {
"version" : "0.0.1" ,
"license" : "AGPL-3.0-or-later" ,
2024-04-21 16:59:50 +02:00
"dependencies" : {
2024-04-23 13:36:51 +02:00
"@types/jest" : "^29.5.12" ,
"jest" : "^29.7.0" ,
"jest-junit" : "^16.0.0"
2024-04-21 16:59:50 +02:00
} ,
"engines" : {
2024-04-23 13:36:51 +02:00
"node" : ">=14"
2024-04-21 16:59:50 +02:00
}
} ,
2024-04-23 13:36:51 +02:00
"packages/leafcutter-ui" : {
"version" : "0.2.0" ,
2024-04-21 21:13:53 +02:00
"dependencies" : {
2024-04-23 13:36:51 +02:00
"@emotion/cache" : "^11.11.0" ,
"@emotion/react" : "^11.11.4" ,
"@emotion/server" : "^11.11.0" ,
"@emotion/styled" : "^11.11.5" ,
"@mui/icons-material" : "^5" ,
"@mui/lab" : "^5.0.0-alpha.170" ,
"@mui/material" : "^5" ,
2024-05-14 09:40:58 +02:00
"@mui/x-data-grid-pro" : "^7.4.0" ,
"@mui/x-date-pickers-pro" : "^7.4.0" ,
2024-04-23 13:36:51 +02:00
"date-fns" : "^3.6.0" ,
"material-ui-popup-state" : "^5.1.0" ,
2024-04-26 15:49:58 +02:00
"next" : "14.2.3" ,
2024-04-23 13:36:51 +02:00
"opensearch-common" : "*" ,
2024-05-08 07:32:29 +02:00
"react" : "18.3.1" ,
2024-04-23 13:36:51 +02:00
"react-cookie" : "^7.1.4" ,
"react-cookie-consent" : "^9.0.0" ,
2024-05-08 07:32:29 +02:00
"react-dom" : "18.3.1" ,
2024-04-23 13:36:51 +02:00
"react-iframe" : "^1.8.5" ,
"react-markdown" : "^9.0.1" ,
"react-polyglot" : "^0.7.2" ,
2024-05-08 07:32:29 +02:00
"tss-react" : "^4.9.10" ,
2024-04-23 13:36:51 +02:00
"uuid" : "^9.0.1"
2024-04-21 21:13:53 +02:00
} ,
2024-04-23 13:36:51 +02:00
"devDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.24.5" ,
2024-05-14 09:40:58 +02:00
"@types/node" : "^20.12.11" ,
"@types/react" : "18.3.2" ,
2024-04-23 13:36:51 +02:00
"@types/uuid" : "^9.0.8" ,
"babel-loader" : "^9.1.3" ,
"eslint" : "^8.0.0" ,
2024-04-26 15:49:58 +02:00
"eslint-config-next" : "^14.2.3" ,
2024-04-23 13:36:51 +02:00
"eslint-config-prettier" : "^9.1.0" ,
"eslint-plugin-import" : "^2.29.1" ,
"eslint-plugin-jsx-a11y" : "^6.8.0" ,
"eslint-plugin-prettier" : "^5.1.3" ,
"eslint-plugin-react" : "^7.34.1" ,
"file-loader" : "^6.2.0" ,
"typescript" : "5.4.5"
}
} ,
"packages/opensearch-common" : {
"version" : "0.2.0" ,
"dependencies" : {
2024-05-14 09:40:58 +02:00
"@opensearch-project/opensearch" : "^2.8.0" ,
2024-04-23 13:36:51 +02:00
"uuid" : "^9.0.1"
2024-04-21 21:13:53 +02:00
} ,
2024-04-23 13:36:51 +02:00
"devDependencies" : {
2024-05-08 07:32:29 +02:00
"@babel/core" : "^7.24.5" ,
2024-05-14 09:40:58 +02:00
"@types/node" : "^20.12.11" ,
"@types/react" : "18.3.2" ,
2024-04-23 13:36:51 +02:00
"@types/uuid" : "^9.0.8" ,
"babel-loader" : "^9.1.3" ,
"eslint" : "^8.0.0" ,
2024-04-26 15:49:58 +02:00
"eslint-config-next" : "^14.2.3" ,
2024-04-23 13:36:51 +02:00
"eslint-config-prettier" : "^9.1.0" ,
"eslint-plugin-import" : "^2.29.1" ,
"eslint-plugin-jsx-a11y" : "^6.8.0" ,
"eslint-plugin-prettier" : "^5.1.3" ,
"eslint-plugin-react" : "^7.34.1" ,
"file-loader" : "^6.2.0" ,
"typescript" : "5.4.5"
}
} ,
2024-04-21 16:59:50 +02:00
"packages/ts-config" : {
"version" : "0.1.4" ,
"license" : "AGPL-3.0-or-later" ,
"engines" : {
"node" : ">=20"
}
} ,
"packages/ui" : {
"version" : "1.0.0" ,
"license" : "ISC" ,
"dependencies" : {
"@mui/icons-material" : "^5" ,
"@mui/lab" : "^5.0.0-alpha.170" ,
"@mui/material" : "^5" ,
2024-05-14 09:40:58 +02:00
"@mui/x-data-grid-pro" : "^7.4.0" ,
"@mui/x-date-pickers-pro" : "^7.4.0" ,
2024-04-26 15:49:58 +02:00
"next" : "14.2.3" ,
2024-05-08 07:32:29 +02:00
"react" : "18.3.1" ,
"react-dom" : "18.3.1"
2024-04-21 16:59:50 +02:00
} ,
"devDependencies" : {
2024-05-14 09:40:58 +02:00
"@types/node" : "^20.12.11" ,
"@types/react" : "18.3.2" ,
2024-04-21 16:59:50 +02:00
"typescript" : "^5.4.5"
}
} ,
"packages/zammad-addon-bridge" : {
"version" : "2.0.0" ,
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
"zammad-addon-common" : "*"
}
} ,
"packages/zammad-addon-common" : {
"version" : "1.0.0" ,
"license" : "AGPL-3.0-or-later" ,
"bin" : {
"zpm-build" : "dist/build.js" ,
"zpm-migrate" : "dist/migrate.js"
}
} ,
"packages/zammad-addon-hardening" : {
"version" : "2.0.0" ,
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
"zammad-addon-common" : "*"
}
} ,
"packages/zammad-addon-leafcutter" : {
"version" : "2.0.0" ,
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
"zammad-addon-common" : "*"
}
}
}
}