mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-16 15:35:31 +01:00
- Bump version in package.json from 0.1.4 to 0.1.5. - Update peer dependency for @tanstack/react-query to allow version 5.0.0. - Add @tanstack/react-table and @tanstack/react-virtual as dependencies. - Update various dependencies to their latest compatible versions. - Simplify postcss.config.js by removing unnecessary options. - Clean up rollup.config.js by removing ignored PostCSS warnings. - Update CheckboxButton component to cast icon as React JSX element. - Adjust Combobox component's class names for better styling. - Change DropdownPopup component to use React's namespace import. - Modify InputOTP component to use 'any' type for OTPInputContext. - Ensure displayLabel and value in ModelParameters are converted to strings. - Update MultiSearch component's placeholder to ensure it's a string. - Cast selectIcon in MultiSelect as React JSX element for consistency. - Update OGDialogTemplate to cast selectText as React JSX element. - Initialize animationRef in PixelCard with undefined for clarity. - Add TypeScript ignore comments in Select and SelectDropDown components for Radix UI type conflicts. - Ensure title in SelectDropDown is a string and adjust rendering of options. - Update useLocalize hook to cast options as any for compatibility.
48461 lines
1.4 MiB
48461 lines
1.4 MiB
{
|
|
"name": "LibreChat",
|
|
"version": "v0.7.9",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "LibreChat",
|
|
"version": "v0.7.9",
|
|
"license": "ISC",
|
|
"workspaces": [
|
|
"api",
|
|
"client",
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@axe-core/playwright": "^4.10.1",
|
|
"@eslint/compat": "^1.2.6",
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@eslint/js": "^9.20.0",
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@playwright/test": "^1.50.1",
|
|
"@types/react-virtualized": "^9.22.0",
|
|
"cross-env": "^7.0.3",
|
|
"elliptic": "^6.6.1",
|
|
"eslint": "^9.20.1",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
"eslint-plugin-i18next": "^6.1.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jest": "^28.11.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-perfectionist": "^4.8.0",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"globals": "^15.14.0",
|
|
"husky": "^9.1.7",
|
|
"jest": "^29.7.0",
|
|
"lint-staged": "^15.4.3",
|
|
"prettier": "^3.5.0",
|
|
"prettier-eslint": "^16.3.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"typescript-eslint": "^8.24.0"
|
|
}
|
|
},
|
|
"api": {
|
|
"name": "@librechat/backend",
|
|
"version": "v0.7.9",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.52.0",
|
|
"@aws-sdk/client-s3": "^3.758.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.758.0",
|
|
"@azure/identity": "^4.7.0",
|
|
"@azure/search-documents": "^12.0.0",
|
|
"@azure/storage-blob": "^12.27.0",
|
|
"@google/generative-ai": "^0.24.0",
|
|
"@googleapis/youtube": "^20.0.0",
|
|
"@keyv/redis": "^4.3.3",
|
|
"@langchain/community": "^0.3.47",
|
|
"@langchain/core": "^0.3.62",
|
|
"@langchain/google-genai": "^0.2.13",
|
|
"@langchain/google-vertexai": "^0.2.13",
|
|
"@langchain/openai": "^0.5.18",
|
|
"@langchain/textsplitters": "^0.1.0",
|
|
"@librechat/agents": "^2.4.68",
|
|
"@librechat/api": "*",
|
|
"@librechat/data-schemas": "*",
|
|
"@modelcontextprotocol/sdk": "^1.17.0",
|
|
"@node-saml/passport-saml": "^5.1.0",
|
|
"@waylaidwanderer/fetch-event-source": "^3.0.1",
|
|
"axios": "^1.8.2",
|
|
"bcryptjs": "^2.4.3",
|
|
"compression": "^1.8.1",
|
|
"connect-redis": "^8.1.0",
|
|
"cookie": "^0.7.2",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"dedent": "^1.5.3",
|
|
"dotenv": "^16.0.3",
|
|
"eventsource": "^3.0.2",
|
|
"express": "^4.21.2",
|
|
"express-mongo-sanitize": "^2.2.0",
|
|
"express-rate-limit": "^7.4.1",
|
|
"express-session": "^1.18.2",
|
|
"express-static-gzip": "^2.2.0",
|
|
"file-type": "^18.7.0",
|
|
"firebase": "^11.0.2",
|
|
"form-data": "^4.0.4",
|
|
"googleapis": "^126.0.1",
|
|
"handlebars": "^4.7.7",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"ioredis": "^5.3.2",
|
|
"js-yaml": "^4.1.0",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"jwks-rsa": "^3.2.0",
|
|
"keyv": "^5.3.2",
|
|
"keyv-file": "^5.1.2",
|
|
"klona": "^2.0.6",
|
|
"librechat-data-provider": "*",
|
|
"lodash": "^4.17.21",
|
|
"meilisearch": "^0.38.0",
|
|
"memorystore": "^1.6.7",
|
|
"mime": "^3.0.0",
|
|
"module-alias": "^2.2.3",
|
|
"mongoose": "^8.12.1",
|
|
"multer": "^2.0.2",
|
|
"nanoid": "^3.3.7",
|
|
"node-fetch": "^2.7.0",
|
|
"nodemailer": "^6.9.15",
|
|
"ollama": "^0.5.0",
|
|
"openai": "^5.10.1",
|
|
"openai-chat-tokens": "^0.2.8",
|
|
"openid-client": "^6.5.0",
|
|
"passport": "^0.6.0",
|
|
"passport-apple": "^2.0.2",
|
|
"passport-discord": "^0.1.4",
|
|
"passport-facebook": "^3.0.0",
|
|
"passport-github2": "^0.1.12",
|
|
"passport-google-oauth20": "^2.0.0",
|
|
"passport-jwt": "^4.0.1",
|
|
"passport-ldapauth": "^3.0.1",
|
|
"passport-local": "^1.0.0",
|
|
"rate-limit-redis": "^4.2.0",
|
|
"sharp": "^0.33.5",
|
|
"tiktoken": "^1.0.15",
|
|
"traverse": "^0.6.7",
|
|
"ua-parser-js": "^1.0.36",
|
|
"undici": "^7.10.0",
|
|
"winston": "^3.11.0",
|
|
"winston-daily-rotate-file": "^5.0.0",
|
|
"youtube-transcript": "^1.2.1",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.7.0",
|
|
"mongodb-memory-server": "^10.1.4",
|
|
"nodemon": "^3.0.3",
|
|
"supertest": "^7.1.0"
|
|
}
|
|
},
|
|
"api/node_modules/@anthropic-ai/sdk": {
|
|
"version": "0.52.0",
|
|
"resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.52.0.tgz",
|
|
"integrity": "sha512-d4c+fg+xy9e46c8+YnrrgIQR45CZlAi7PwdzIfDXDM6ACxEZli1/fxhURsq30ZpMZy6LvSkr41jGq5aF5TD7rQ==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"anthropic-ai-sdk": "bin/cli"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/client-sso": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.848.0.tgz",
|
|
"integrity": "sha512-mD+gOwoeZQvbecVLGoCmY6pS7kg02BHesbtIxUj+PeBqYoZV5uLvjUOmuGfw1SfoSobKvS11urxC9S7zxU/Maw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/client-sso/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/core": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.846.0.tgz",
|
|
"integrity": "sha512-7CX0pM906r4WSS68fCTNMTtBCSkTtf3Wggssmx13gD40gcWEZXsU00KzPp1bYheNRyPlAq3rE22xt4wLPXbuxA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/xml-builder": "3.821.0",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/signature-v4": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"fast-xml-parser": "5.2.5",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/core/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/core/node_modules/@smithy/signature-v4": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.1.2.tgz",
|
|
"integrity": "sha512-d3+U/VpX7a60seHziWnVZOHuEgJlclufjkS6zhXvxcJgkJq4UWdH5eOBLzHRMx6gXjsdT9h6lfpmLzbrdupHgQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/core/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/credential-provider-env": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.846.0.tgz",
|
|
"integrity": "sha512-QuCQZET9enja7AWVISY+mpFrEIeHzvkx/JEEbHYzHhUkxcnC2Kq2c0bB7hDihGD0AZd3Xsm653hk1O97qu69zg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/credential-provider-http": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.846.0.tgz",
|
|
"integrity": "sha512-Jh1iKUuepdmtreMYozV2ePsPcOF5W9p3U4tWhi3v6nDvz0GsBjzjAROW+BW8XMz9vAD3I9R+8VC3/aq63p5nlw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/credential-provider-ini": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.848.0.tgz",
|
|
"integrity": "sha512-r6KWOG+En2xujuMhgZu7dzOZV3/M5U/5+PXrG8dLQ3rdPRB3vgp5tc56KMqLwm/EXKRzAOSuw/UE4HfNOAB8Hw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/credential-provider-env": "3.846.0",
|
|
"@aws-sdk/credential-provider-http": "3.846.0",
|
|
"@aws-sdk/credential-provider-process": "3.846.0",
|
|
"@aws-sdk/credential-provider-sso": "3.848.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.848.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/credential-provider-node": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.848.0.tgz",
|
|
"integrity": "sha512-AblNesOqdzrfyASBCo1xW3uweiSro4Kft9/htdxLeCVU1KVOnFWA5P937MNahViRmIQm2sPBCqL8ZG0u9lnh5g==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/credential-provider-env": "3.846.0",
|
|
"@aws-sdk/credential-provider-http": "3.846.0",
|
|
"@aws-sdk/credential-provider-ini": "3.848.0",
|
|
"@aws-sdk/credential-provider-process": "3.846.0",
|
|
"@aws-sdk/credential-provider-sso": "3.848.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/credential-provider-process": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.846.0.tgz",
|
|
"integrity": "sha512-mEpwDYarJSH+CIXnnHN0QOe0MXI+HuPStD6gsv3z/7Q6ESl8KRWon3weFZCDnqpiJMUVavlDR0PPlAFg2MQoPg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/credential-provider-sso": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.848.0.tgz",
|
|
"integrity": "sha512-pozlDXOwJZL0e7w+dqXLgzVDB7oCx4WvtY0sk6l4i07uFliWF/exupb6pIehFWvTUcOvn5aFTTqcQaEzAD5Wsg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/client-sso": "3.848.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/token-providers": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.848.0.tgz",
|
|
"integrity": "sha512-D1fRpwPxtVDhcSc/D71exa2gYweV+ocp4D3brF0PgFd//JR3XahZ9W24rVnTQwYEcK9auiBZB89Ltv+WbWN8qw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/middleware-host-header": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.840.0.tgz",
|
|
"integrity": "sha512-ub+hXJAbAje94+Ya6c6eL7sYujoE8D4Bumu1NUI8TXjUhVVn0HzVWQjpRLshdLsUp1AW7XyeJaxyajRaJQ8+Xg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/middleware-host-header/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/middleware-logger": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.840.0.tgz",
|
|
"integrity": "sha512-lSV8FvjpdllpGaRspywss4CtXV8M7NNNH+2/j86vMH+YCOZ6fu2T/TyFd/tHwZ92vDfHctWkRbQxg0bagqwovA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.840.0.tgz",
|
|
"integrity": "sha512-Gu7lGDyfddyhIkj1Z1JtrY5NHb5+x/CRiB87GjaSrKxkDaydtX2CU977JIABtt69l9wLbcGDIQ+W0uJ5xPof7g==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/middleware-recursion-detection/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/middleware-user-agent": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.848.0.tgz",
|
|
"integrity": "sha512-rjMuqSWJEf169/ByxvBqfdei1iaduAnfolTshsZxwcmLIUtbYrFUmts0HrLQqsAG8feGPpDLHA272oPl+NTCCA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/nested-clients": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.848.0.tgz",
|
|
"integrity": "sha512-joLsyyo9u61jnZuyYzo1z7kmS7VgWRAkzSGESVzQHfOA1H2PYeUFek6vLT4+c9xMGrX/Z6B0tkRdzfdOPiatLg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/region-config-resolver": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.840.0.tgz",
|
|
"integrity": "sha512-Qjnxd/yDv9KpIMWr90ZDPtRj0v75AqGC92Lm9+oHXZ8p1MjG5JE2CW0HL8JRgK9iKzgKBL7pPQRXI8FkvEVfrA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/token-providers": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.848.0.tgz",
|
|
"integrity": "sha512-oNPyM4+Di2Umu0JJRFSxDcKQ35+Chl/rAwD47/bS0cDPI8yrao83mLXLeDqpRPHyQW4sXlP763FZcuAibC0+mg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/types": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.840.0.tgz",
|
|
"integrity": "sha512-xliuHaUFZxEx1NSXeLLZ9Dyu6+EJVQKEoD+yM+zqUo3YDZ7medKJWY6fIOKiPX/N7XbLdBYwajb15Q7IL8KkeA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/util-endpoints": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.848.0.tgz",
|
|
"integrity": "sha512-fY/NuFFCq/78liHvRyFKr+aqq1aA/uuVSANjzr5Ym8c+9Z3HRPE9OrExAHoMrZ6zC8tHerQwlsXYYH5XZ7H+ww==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/util-user-agent-browser": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.840.0.tgz",
|
|
"integrity": "sha512-JdyZM3EhhL4PqwFpttZu1afDpPJCCc3eyZOLi+srpX11LsGj6sThf47TYQN75HT1CarZ7cCdQHGzP2uy3/xHfQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/util-user-agent-node": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.848.0.tgz",
|
|
"integrity": "sha512-Zz1ft9NiLqbzNj/M0jVNxaoxI2F4tGXN0ZbZIj+KJ+PbJo+w5+Jo6d0UDAtbj3AEd79pjcCaP4OA9NTVzItUdw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"aws-crt": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"aws-crt": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"api/node_modules/@aws-sdk/xml-builder": {
|
|
"version": "3.821.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.821.0.tgz",
|
|
"integrity": "sha512-DIIotRnefVL6DiaHtO6/21DhJ4JZnnIwdNbpwiAhdt/AVbttcE4yw925gsjur0OGv5BTYXQXU3YnANBYnZjuQA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@keyv/redis": {
|
|
"version": "4.3.3",
|
|
"resolved": "https://registry.npmjs.org/@keyv/redis/-/redis-4.3.3.tgz",
|
|
"integrity": "sha512-J/uhvKu/Qfh11yMUs+9KdcGCLmWFd3vMxtDVQh2j9cOcnrpnM5jE1xU+K1/kI89czSVEdeMyqTC9gGNtwi3JEQ==",
|
|
"dependencies": {
|
|
"cluster-key-slot": "^1.1.2",
|
|
"keyv": "^5.3.2",
|
|
"redis": "^4.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"api/node_modules/@langchain/community": {
|
|
"version": "0.3.47",
|
|
"resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.47.tgz",
|
|
"integrity": "sha512-Vo42kAfkXpTFSevhEkeqqE55az8NyQgDktCbitXYuhipNbFYx08XVvqEDkFkB20MM/Z7u+cvLb+DxCqnKuH0CQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/openai": ">=0.2.0 <0.6.0",
|
|
"@langchain/weaviate": "^0.2.0",
|
|
"binary-extensions": "^2.2.0",
|
|
"expr-eval": "^2.0.2",
|
|
"flat": "^5.0.2",
|
|
"js-yaml": "^4.1.0",
|
|
"langchain": ">=0.2.3 <0.3.0 || >=0.3.4 <0.4.0",
|
|
"langsmith": "^0.3.33",
|
|
"uuid": "^10.0.0",
|
|
"zod": "^3.25.32"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@arcjet/redact": "^v1.0.0-alpha.23",
|
|
"@aws-crypto/sha256-js": "^5.0.0",
|
|
"@aws-sdk/client-bedrock-agent-runtime": "^3.749.0",
|
|
"@aws-sdk/client-bedrock-runtime": "^3.749.0",
|
|
"@aws-sdk/client-dynamodb": "^3.749.0",
|
|
"@aws-sdk/client-kendra": "^3.749.0",
|
|
"@aws-sdk/client-lambda": "^3.749.0",
|
|
"@aws-sdk/client-s3": "^3.749.0",
|
|
"@aws-sdk/client-sagemaker-runtime": "^3.749.0",
|
|
"@aws-sdk/client-sfn": "^3.749.0",
|
|
"@aws-sdk/credential-provider-node": "^3.388.0",
|
|
"@azure/search-documents": "^12.0.0",
|
|
"@azure/storage-blob": "^12.15.0",
|
|
"@browserbasehq/sdk": "*",
|
|
"@browserbasehq/stagehand": "^1.0.0",
|
|
"@clickhouse/client": "^0.2.5",
|
|
"@cloudflare/ai": "*",
|
|
"@datastax/astra-db-ts": "^1.0.0",
|
|
"@elastic/elasticsearch": "^8.4.0",
|
|
"@getmetal/metal-sdk": "*",
|
|
"@getzep/zep-cloud": "^1.0.6",
|
|
"@getzep/zep-js": "^0.9.0",
|
|
"@gomomento/sdk": "^1.51.1",
|
|
"@gomomento/sdk-core": "^1.51.1",
|
|
"@google-ai/generativelanguage": "*",
|
|
"@google-cloud/storage": "^6.10.1 || ^7.7.0",
|
|
"@gradientai/nodejs-sdk": "^1.2.0",
|
|
"@huggingface/inference": "^4.0.5",
|
|
"@huggingface/transformers": "^3.5.2",
|
|
"@ibm-cloud/watsonx-ai": "*",
|
|
"@lancedb/lancedb": "^0.12.0",
|
|
"@langchain/core": ">=0.3.58 <0.4.0",
|
|
"@layerup/layerup-security": "^1.5.12",
|
|
"@libsql/client": "^0.14.0",
|
|
"@mendable/firecrawl-js": "^1.4.3",
|
|
"@mlc-ai/web-llm": "*",
|
|
"@mozilla/readability": "*",
|
|
"@neondatabase/serverless": "*",
|
|
"@notionhq/client": "^2.2.10",
|
|
"@opensearch-project/opensearch": "*",
|
|
"@pinecone-database/pinecone": "*",
|
|
"@planetscale/database": "^1.8.0",
|
|
"@premai/prem-sdk": "^0.3.25",
|
|
"@qdrant/js-client-rest": "^1.8.2",
|
|
"@raycast/api": "^1.55.2",
|
|
"@rockset/client": "^0.9.1",
|
|
"@smithy/eventstream-codec": "^2.0.5",
|
|
"@smithy/protocol-http": "^3.0.6",
|
|
"@smithy/signature-v4": "^2.0.10",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"@spider-cloud/spider-client": "^0.0.21",
|
|
"@supabase/supabase-js": "^2.45.0",
|
|
"@tensorflow-models/universal-sentence-encoder": "*",
|
|
"@tensorflow/tfjs-converter": "*",
|
|
"@tensorflow/tfjs-core": "*",
|
|
"@upstash/ratelimit": "^1.1.3 || ^2.0.3",
|
|
"@upstash/redis": "^1.20.6",
|
|
"@upstash/vector": "^1.1.1",
|
|
"@vercel/kv": "*",
|
|
"@vercel/postgres": "*",
|
|
"@writerai/writer-sdk": "^0.40.2",
|
|
"@xata.io/client": "^0.28.0",
|
|
"@zilliz/milvus2-sdk-node": ">=2.3.5",
|
|
"apify-client": "^2.7.1",
|
|
"assemblyai": "^4.6.0",
|
|
"azion": "^1.11.1",
|
|
"better-sqlite3": ">=9.4.0 <12.0.0",
|
|
"cassandra-driver": "^4.7.2",
|
|
"cborg": "^4.1.1",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"chromadb": "*",
|
|
"closevector-common": "0.1.3",
|
|
"closevector-node": "0.1.6",
|
|
"closevector-web": "0.1.6",
|
|
"cohere-ai": "*",
|
|
"convex": "^1.3.1",
|
|
"crypto-js": "^4.2.0",
|
|
"d3-dsv": "^2.0.0",
|
|
"discord.js": "^14.14.1",
|
|
"dria": "^0.0.3",
|
|
"duck-duck-scrape": "^2.2.5",
|
|
"epub2": "^3.0.1",
|
|
"fast-xml-parser": "*",
|
|
"firebase-admin": "^11.9.0 || ^12.0.0",
|
|
"google-auth-library": "*",
|
|
"googleapis": "*",
|
|
"hnswlib-node": "^3.0.0",
|
|
"html-to-text": "^9.0.5",
|
|
"ibm-cloud-sdk-core": "*",
|
|
"ignore": "^5.2.0",
|
|
"interface-datastore": "^8.2.11",
|
|
"ioredis": "^5.3.2",
|
|
"it-all": "^3.0.4",
|
|
"jsdom": "*",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"llmonitor": "^0.5.9",
|
|
"lodash": "^4.17.21",
|
|
"lunary": "^0.7.10",
|
|
"mammoth": "^1.6.0",
|
|
"mariadb": "^3.4.0",
|
|
"mem0ai": "^2.1.8",
|
|
"mongodb": "^6.17.0",
|
|
"mysql2": "^3.9.8",
|
|
"neo4j-driver": "*",
|
|
"notion-to-md": "^3.1.0",
|
|
"officeparser": "^4.0.4",
|
|
"openai": "*",
|
|
"pdf-parse": "1.1.1",
|
|
"pg": "^8.11.0",
|
|
"pg-copy-streams": "^6.0.5",
|
|
"pickleparser": "^0.2.1",
|
|
"playwright": "^1.32.1",
|
|
"portkey-ai": "^0.1.11",
|
|
"puppeteer": "*",
|
|
"pyodide": ">=0.24.1 <0.27.0",
|
|
"redis": "*",
|
|
"replicate": "*",
|
|
"sonix-speech-recognition": "^2.1.1",
|
|
"srt-parser-2": "^1.2.3",
|
|
"typeorm": "^0.3.20",
|
|
"typesense": "^1.5.3",
|
|
"usearch": "^1.1.1",
|
|
"voy-search": "0.6.2",
|
|
"weaviate-client": "^3.5.2",
|
|
"web-auth-library": "^1.0.3",
|
|
"word-extractor": "*",
|
|
"ws": "^8.14.2",
|
|
"youtubei.js": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@arcjet/redact": {
|
|
"optional": true
|
|
},
|
|
"@aws-crypto/sha256-js": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-bedrock-agent-runtime": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-bedrock-runtime": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-dynamodb": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-kendra": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-lambda": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-s3": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-sagemaker-runtime": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-sfn": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/credential-provider-node": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/dsql-signer": {
|
|
"optional": true
|
|
},
|
|
"@azure/search-documents": {
|
|
"optional": true
|
|
},
|
|
"@azure/storage-blob": {
|
|
"optional": true
|
|
},
|
|
"@browserbasehq/sdk": {
|
|
"optional": true
|
|
},
|
|
"@clickhouse/client": {
|
|
"optional": true
|
|
},
|
|
"@cloudflare/ai": {
|
|
"optional": true
|
|
},
|
|
"@datastax/astra-db-ts": {
|
|
"optional": true
|
|
},
|
|
"@elastic/elasticsearch": {
|
|
"optional": true
|
|
},
|
|
"@getmetal/metal-sdk": {
|
|
"optional": true
|
|
},
|
|
"@getzep/zep-cloud": {
|
|
"optional": true
|
|
},
|
|
"@getzep/zep-js": {
|
|
"optional": true
|
|
},
|
|
"@gomomento/sdk": {
|
|
"optional": true
|
|
},
|
|
"@gomomento/sdk-core": {
|
|
"optional": true
|
|
},
|
|
"@google-ai/generativelanguage": {
|
|
"optional": true
|
|
},
|
|
"@google-cloud/storage": {
|
|
"optional": true
|
|
},
|
|
"@gradientai/nodejs-sdk": {
|
|
"optional": true
|
|
},
|
|
"@huggingface/inference": {
|
|
"optional": true
|
|
},
|
|
"@huggingface/transformers": {
|
|
"optional": true
|
|
},
|
|
"@lancedb/lancedb": {
|
|
"optional": true
|
|
},
|
|
"@layerup/layerup-security": {
|
|
"optional": true
|
|
},
|
|
"@libsql/client": {
|
|
"optional": true
|
|
},
|
|
"@mendable/firecrawl-js": {
|
|
"optional": true
|
|
},
|
|
"@mlc-ai/web-llm": {
|
|
"optional": true
|
|
},
|
|
"@mozilla/readability": {
|
|
"optional": true
|
|
},
|
|
"@neondatabase/serverless": {
|
|
"optional": true
|
|
},
|
|
"@notionhq/client": {
|
|
"optional": true
|
|
},
|
|
"@opensearch-project/opensearch": {
|
|
"optional": true
|
|
},
|
|
"@pinecone-database/pinecone": {
|
|
"optional": true
|
|
},
|
|
"@planetscale/database": {
|
|
"optional": true
|
|
},
|
|
"@premai/prem-sdk": {
|
|
"optional": true
|
|
},
|
|
"@qdrant/js-client-rest": {
|
|
"optional": true
|
|
},
|
|
"@raycast/api": {
|
|
"optional": true
|
|
},
|
|
"@rockset/client": {
|
|
"optional": true
|
|
},
|
|
"@smithy/eventstream-codec": {
|
|
"optional": true
|
|
},
|
|
"@smithy/protocol-http": {
|
|
"optional": true
|
|
},
|
|
"@smithy/signature-v4": {
|
|
"optional": true
|
|
},
|
|
"@smithy/util-utf8": {
|
|
"optional": true
|
|
},
|
|
"@spider-cloud/spider-client": {
|
|
"optional": true
|
|
},
|
|
"@supabase/supabase-js": {
|
|
"optional": true
|
|
},
|
|
"@tensorflow-models/universal-sentence-encoder": {
|
|
"optional": true
|
|
},
|
|
"@tensorflow/tfjs-converter": {
|
|
"optional": true
|
|
},
|
|
"@tensorflow/tfjs-core": {
|
|
"optional": true
|
|
},
|
|
"@upstash/ratelimit": {
|
|
"optional": true
|
|
},
|
|
"@upstash/redis": {
|
|
"optional": true
|
|
},
|
|
"@upstash/vector": {
|
|
"optional": true
|
|
},
|
|
"@vercel/kv": {
|
|
"optional": true
|
|
},
|
|
"@vercel/postgres": {
|
|
"optional": true
|
|
},
|
|
"@writerai/writer-sdk": {
|
|
"optional": true
|
|
},
|
|
"@xata.io/client": {
|
|
"optional": true
|
|
},
|
|
"@zilliz/milvus2-sdk-node": {
|
|
"optional": true
|
|
},
|
|
"apify-client": {
|
|
"optional": true
|
|
},
|
|
"assemblyai": {
|
|
"optional": true
|
|
},
|
|
"azion": {
|
|
"optional": true
|
|
},
|
|
"better-sqlite3": {
|
|
"optional": true
|
|
},
|
|
"cassandra-driver": {
|
|
"optional": true
|
|
},
|
|
"cborg": {
|
|
"optional": true
|
|
},
|
|
"cheerio": {
|
|
"optional": true
|
|
},
|
|
"chromadb": {
|
|
"optional": true
|
|
},
|
|
"closevector-common": {
|
|
"optional": true
|
|
},
|
|
"closevector-node": {
|
|
"optional": true
|
|
},
|
|
"closevector-web": {
|
|
"optional": true
|
|
},
|
|
"cohere-ai": {
|
|
"optional": true
|
|
},
|
|
"convex": {
|
|
"optional": true
|
|
},
|
|
"crypto-js": {
|
|
"optional": true
|
|
},
|
|
"d3-dsv": {
|
|
"optional": true
|
|
},
|
|
"discord.js": {
|
|
"optional": true
|
|
},
|
|
"dria": {
|
|
"optional": true
|
|
},
|
|
"duck-duck-scrape": {
|
|
"optional": true
|
|
},
|
|
"epub2": {
|
|
"optional": true
|
|
},
|
|
"fast-xml-parser": {
|
|
"optional": true
|
|
},
|
|
"firebase-admin": {
|
|
"optional": true
|
|
},
|
|
"google-auth-library": {
|
|
"optional": true
|
|
},
|
|
"googleapis": {
|
|
"optional": true
|
|
},
|
|
"hnswlib-node": {
|
|
"optional": true
|
|
},
|
|
"html-to-text": {
|
|
"optional": true
|
|
},
|
|
"ignore": {
|
|
"optional": true
|
|
},
|
|
"interface-datastore": {
|
|
"optional": true
|
|
},
|
|
"ioredis": {
|
|
"optional": true
|
|
},
|
|
"it-all": {
|
|
"optional": true
|
|
},
|
|
"jsdom": {
|
|
"optional": true
|
|
},
|
|
"jsonwebtoken": {
|
|
"optional": true
|
|
},
|
|
"llmonitor": {
|
|
"optional": true
|
|
},
|
|
"lodash": {
|
|
"optional": true
|
|
},
|
|
"lunary": {
|
|
"optional": true
|
|
},
|
|
"mammoth": {
|
|
"optional": true
|
|
},
|
|
"mariadb": {
|
|
"optional": true
|
|
},
|
|
"mem0ai": {
|
|
"optional": true
|
|
},
|
|
"mongodb": {
|
|
"optional": true
|
|
},
|
|
"mysql2": {
|
|
"optional": true
|
|
},
|
|
"neo4j-driver": {
|
|
"optional": true
|
|
},
|
|
"notion-to-md": {
|
|
"optional": true
|
|
},
|
|
"officeparser": {
|
|
"optional": true
|
|
},
|
|
"pdf-parse": {
|
|
"optional": true
|
|
},
|
|
"pg": {
|
|
"optional": true
|
|
},
|
|
"pg-copy-streams": {
|
|
"optional": true
|
|
},
|
|
"pickleparser": {
|
|
"optional": true
|
|
},
|
|
"playwright": {
|
|
"optional": true
|
|
},
|
|
"portkey-ai": {
|
|
"optional": true
|
|
},
|
|
"puppeteer": {
|
|
"optional": true
|
|
},
|
|
"pyodide": {
|
|
"optional": true
|
|
},
|
|
"redis": {
|
|
"optional": true
|
|
},
|
|
"replicate": {
|
|
"optional": true
|
|
},
|
|
"sonix-speech-recognition": {
|
|
"optional": true
|
|
},
|
|
"srt-parser-2": {
|
|
"optional": true
|
|
},
|
|
"typeorm": {
|
|
"optional": true
|
|
},
|
|
"typesense": {
|
|
"optional": true
|
|
},
|
|
"usearch": {
|
|
"optional": true
|
|
},
|
|
"voy-search": {
|
|
"optional": true
|
|
},
|
|
"weaviate-client": {
|
|
"optional": true
|
|
},
|
|
"web-auth-library": {
|
|
"optional": true
|
|
},
|
|
"word-extractor": {
|
|
"optional": true
|
|
},
|
|
"ws": {
|
|
"optional": true
|
|
},
|
|
"youtubei.js": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"api/node_modules/@node-saml/node-saml": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/@node-saml/node-saml/-/node-saml-5.1.0.tgz",
|
|
"integrity": "sha512-t3cJnZ4aC7HhPZ6MGylGZULvUtBOZ6FzuUndaHGXjmIZHXnLfC/7L8a57O9Q9V7AxJGKAiRM5zu2wNm9EsvQpw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.1.12",
|
|
"@types/qs": "^6.9.18",
|
|
"@types/xml-encryption": "^1.2.4",
|
|
"@types/xml2js": "^0.4.14",
|
|
"@xmldom/is-dom-node": "^1.0.1",
|
|
"@xmldom/xmldom": "^0.8.10",
|
|
"debug": "^4.4.0",
|
|
"xml-crypto": "^6.1.2",
|
|
"xml-encryption": "^3.1.0",
|
|
"xml2js": "^0.6.2",
|
|
"xmlbuilder": "^15.1.1",
|
|
"xpath": "^0.0.34"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"api/node_modules/@node-saml/passport-saml": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/@node-saml/passport-saml/-/passport-saml-5.1.0.tgz",
|
|
"integrity": "sha512-pBm+iFjv9eihcgeJuSUs4c0AuX1QEFdHwP8w1iaWCfDzXdeWZxUBU5HT2bY2S4dvNutcy+A9hYsH7ZLBGtgwDg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@node-saml/node-saml": "^5.1.0",
|
|
"@types/express": "^4.17.23",
|
|
"@types/passport": "^1.0.17",
|
|
"@types/passport-strategy": "^0.2.38",
|
|
"passport": "^0.7.0",
|
|
"passport-strategy": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"api/node_modules/@node-saml/passport-saml/node_modules/passport": {
|
|
"version": "0.7.0",
|
|
"resolved": "https://registry.npmjs.org/passport/-/passport-0.7.0.tgz",
|
|
"integrity": "sha512-cPLl+qZpSc+ireUvt+IzqbED1cHHkDoVYMo30jbJIdOOjQ1MQYZBPiNvmi8UM6lJuOpTPXJGZQk0DtC4y61MYQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"passport-strategy": "1.x.x",
|
|
"pause": "0.0.1",
|
|
"utils-merge": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jaredhanson"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.4.tgz",
|
|
"integrity": "sha512-gJnEjZMvigPDQWHrW3oPrFhQtkrgqBkyjj3pCIdF3A5M6vsZODG93KNlfJprv6bp4245bdT32fsHK4kkH3KYDA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/config-resolver": {
|
|
"version": "4.1.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.1.4.tgz",
|
|
"integrity": "sha512-prmU+rDddxHOH0oNcwemL+SwnzcG65sBF2yXRO7aeXIn/xTlq2pX7JLVbkBnVLowHLg4/OL4+jBmv9hVrVGS+w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/core": {
|
|
"version": "3.7.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.7.1.tgz",
|
|
"integrity": "sha512-ExRCsHnXFtBPnM7MkfKBPcBBdHw1h/QS/cbNw4ho95qnyNHvnpmGbR39MIAv9KggTr5qSPxRSEL+hRXlyGyGQw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/core/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/core/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/credential-provider-imds": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.0.6.tgz",
|
|
"integrity": "sha512-hKMWcANhUiNbCJouYkZ9V3+/Qf9pteR1dnwgdyzR09R4ODEYx8BbUysHwRSyex4rZ9zapddZhLFTnT4ZijR4pw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.1.0.tgz",
|
|
"integrity": "sha512-mADw7MS0bYe2OGKkHYMaqarOXuDwRbO6ArD91XhHcl2ynjGCFF+hvqf0LyQcYxkA1zaWjefSkU7Ne9mqgApSgQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/querystring-builder": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/fetch-http-handler/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/hash-node": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.0.4.tgz",
|
|
"integrity": "sha512-qnbTPUhCVnCgBp4z4BUJUhOEkVwxiEi1cyFM+Zj6o+aY8OFGxUQleKWq8ltgp3dujuhXojIvJWdoqpm6dVO3lQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/invalid-dependency": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.0.4.tgz",
|
|
"integrity": "sha512-bNYMi7WKTJHu0gn26wg8OscncTt1t2b8KcsZxvOv56XA6cyXtOAAAaNP7+m45xfppXfOatXF3Sb1MNsLUgVLTw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/middleware-content-length": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.0.4.tgz",
|
|
"integrity": "sha512-F7gDyfI2BB1Kc+4M6rpuOLne5LOcEknH1n6UQB69qv+HucXBR1rkzXBnQTB2q46sFy1PM/zuSJOB532yc8bg3w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/middleware-content-length/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.1.16",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.1.16.tgz",
|
|
"integrity": "sha512-plpa50PIGLqzMR2ANKAw2yOW5YKS626KYKqae3atwucbz4Ve4uQ9K9BEZxDLIFmCu7hKLcrq2zmj4a+PfmUV5w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/core": "^3.7.1",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/middleware-retry": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.1.17.tgz",
|
|
"integrity": "sha512-gsCimeG6BApj0SBecwa1Be+Z+JOJe46iy3B3m3A8jKJHf7eIihP76Is4LwLrbJ1ygoS7Vg73lfqzejmLOrazUA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/service-error-classification": "^4.0.6",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/middleware-retry/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/middleware-retry/node_modules/uuid": {
|
|
"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"
|
|
],
|
|
"license": "LGPL-3.0-or-later",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.8",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.0.8.tgz",
|
|
"integrity": "sha512-iSSl7HJoJaGyMIoNn2B7czghOVwJ9nD7TMvLhMWeSB5vt0TnEYyRRqPJu/TqW76WScaNvYYB8nRoiBHR9S1Ddw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/middleware-serde/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.0.4.tgz",
|
|
"integrity": "sha512-kagK5ggDrBUCCzI93ft6DjteNSfY8Ulr83UtySog/h09lTIOAJ/xUSObutanlPT0nhoHAkpmW9V5K8oPyLh+QA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.1.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.1.3.tgz",
|
|
"integrity": "sha512-HGHQr2s59qaU1lrVH6MbLlmOBxadtzTsoO4c+bF5asdgVik3I8o7JIOzoeqWc5MjVa+vD36/LWE0iXKpNqooRw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.1.0.tgz",
|
|
"integrity": "sha512-vqfSiHz2v8b3TTTrdXi03vNz1KLYYS3bhHCDv36FYDqxT7jvTll1mMnCrkD+gOvgwybuunh/2VmvOMqwBegxEg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/querystring-builder": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/node-http-handler/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.4.tgz",
|
|
"integrity": "sha512-qHJ2sSgu4FqF4U/5UUp4DhXNmdTrgmoAai6oQiM+c5RZ/sbDwJ12qxB1M6FnP+Tn/ggkPZf9ccn4jqKSINaquw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.4.tgz",
|
|
"integrity": "sha512-SwREZcDnEYoh9tLNgMbpop+UTGq44Hl9tdj3rf+yeLcfH7+J8OXEBaMc2kDxtyRHu8BhSg9ADEx0gFHvpJgU8w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.0.4.tgz",
|
|
"integrity": "sha512-6yZf53i/qB8gRHH/l2ZwUG5xgkPgQF15/KxH0DdXMDHjesA9MeZje/853ifkSY0x4m5S+dfDZ+c4x439PF0M2w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/service-error-classification": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.0.6.tgz",
|
|
"integrity": "sha512-RRoTDL//7xi4tn5FrN2NzH17jbgmnKidUqd4KvquT0954/i6CXXkh1884jBiunq24g9cGtPBEXlU40W6EpNOOg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.4.tgz",
|
|
"integrity": "sha512-63X0260LoFBjrHifPDs+nM9tV0VMkOTl4JRMYNuKh/f5PauSjowTfvF3LogfkWdcPoxsA9UjqEOgjeYIbhb7Nw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/smithy-client": {
|
|
"version": "4.4.8",
|
|
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.4.8.tgz",
|
|
"integrity": "sha512-pcW691/lx7V54gE+dDGC26nxz8nrvnvRSCJaIYD6XLPpOInEZeKdV/SpSux+wqeQ4Ine7LJQu8uxMvobTIBK0w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/core": "^3.7.1",
|
|
"@smithy/middleware-endpoint": "^4.1.16",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/smithy-client/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.0.4.tgz",
|
|
"integrity": "sha512-eMkc144MuN7B0TDA4U2fKs+BqczVbk3W+qIvcoCY6D1JY3hnAdCuhCZODC+GAeaxj0p6Jroz4+XMUn3PCxQQeQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.0.0.tgz",
|
|
"integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz",
|
|
"integrity": "sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-body-length-node": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.0.0.tgz",
|
|
"integrity": "sha512-q0iDP3VsZzqJyje8xJWEJCNIu3lktUGVoSy1KB0UWym2CL1siV3artm+u1DFYTLejpsrdGyCSWBdGNjJzfDPjg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-config-provider": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz",
|
|
"integrity": "sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-defaults-mode-browser": {
|
|
"version": "4.0.24",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.24.tgz",
|
|
"integrity": "sha512-UkQNgaQ+bidw1MgdgPO1z1k95W/v8Ej/5o/T/Is8PiVUYPspl/ZxV6WO/8DrzZQu5ULnmpB9CDdMSRwgRc21AA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-defaults-mode-node": {
|
|
"version": "4.0.24",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.24.tgz",
|
|
"integrity": "sha512-phvGi/15Z4MpuQibTLOYIumvLdXb+XIJu8TA55voGgboln85jytA3wiD7CkUE8SNcWqkkb+uptZKPiuFouX/7g==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-endpoints": {
|
|
"version": "3.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.0.6.tgz",
|
|
"integrity": "sha512-YARl3tFL3WgPuLzljRUnrS2ngLiUtkwhQtj8PAL13XZSyUiNLQxwG3fBBq3QXFqGFUXepIN73pINp3y8c2nBmA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-retry": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.0.6.tgz",
|
|
"integrity": "sha512-+YekoF2CaSMv6zKrA6iI/N9yva3Gzn4L6n35Luydweu5MMPYpiGZlWqehPHDHyNbnyaYlz/WJyYAZnC+loBDZg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/service-error-classification": "^4.0.6",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-stream": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.2.3.tgz",
|
|
"integrity": "sha512-cQn412DWHHFNKrQfbHY8vSFI3nTROY1aIKji9N0tpp8gUABRilr7wdf8fqBbSlXresobM+tQFNk6I+0LXK/YZg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-stream/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/@types/express": {
|
|
"version": "4.17.23",
|
|
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz",
|
|
"integrity": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/body-parser": "*",
|
|
"@types/express-serve-static-core": "^4.17.33",
|
|
"@types/qs": "*",
|
|
"@types/serve-static": "*"
|
|
}
|
|
},
|
|
"api/node_modules/@types/express-serve-static-core": {
|
|
"version": "4.19.6",
|
|
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",
|
|
"integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/qs": "*",
|
|
"@types/range-parser": "*",
|
|
"@types/send": "*"
|
|
}
|
|
},
|
|
"api/node_modules/@types/qs": {
|
|
"version": "6.14.0",
|
|
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
|
|
"integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
|
|
"license": "MIT"
|
|
},
|
|
"api/node_modules/agent-base": {
|
|
"version": "7.1.3",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
|
|
"integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"api/node_modules/compression": {
|
|
"version": "1.8.1",
|
|
"resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz",
|
|
"integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"compressible": "~2.0.18",
|
|
"debug": "2.6.9",
|
|
"negotiator": "~0.6.4",
|
|
"on-headers": "~1.1.0",
|
|
"safe-buffer": "5.2.1",
|
|
"vary": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"api/node_modules/compression/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/compression/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"api/node_modules/connect-redis": {
|
|
"version": "8.1.0",
|
|
"resolved": "https://registry.npmjs.org/connect-redis/-/connect-redis-8.1.0.tgz",
|
|
"integrity": "sha512-Km0EYLDlmExF52UCss5gLGTtrukGC57G6WCC2aqEMft5Vr4xNWuM4tL+T97kWrw+vp40SXFteb6Xk/7MxgpwdA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"express-session": ">=1"
|
|
}
|
|
},
|
|
"api/node_modules/cookie-parser": {
|
|
"version": "1.4.7",
|
|
"resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.7.tgz",
|
|
"integrity": "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==",
|
|
"dependencies": {
|
|
"cookie": "0.7.2",
|
|
"cookie-signature": "1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"api/node_modules/express-rate-limit": {
|
|
"version": "7.4.1",
|
|
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.4.1.tgz",
|
|
"integrity": "sha512-KS3efpnpIDVIXopMc65EMbWbUht7qvTCdtCR2dD/IZmi9MIkopYESwyRqLgv8Pfu589+KqDqOdzJWW7AHoACeg==",
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linux-x64": "1.0.4"
|
|
}
|
|
},
|
|
"api/node_modules/express-session": {
|
|
"version": "1.18.2",
|
|
"resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.2.tgz",
|
|
"integrity": "sha512-SZjssGQC7TzTs9rpPDuUrR23GNZ9+2+IkA/+IJWmvQilTr5OSliEHGF+D9scbIpdC6yGtTI0/VhaHoVes2AN/A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cookie": "0.7.2",
|
|
"cookie-signature": "1.0.7",
|
|
"debug": "2.6.9",
|
|
"depd": "~2.0.0",
|
|
"on-headers": "~1.1.0",
|
|
"parseurl": "~1.3.3",
|
|
"safe-buffer": "5.2.1",
|
|
"uid-safe": "~2.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"api/node_modules/express-session/node_modules/cookie-signature": {
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
|
|
"integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
|
|
"license": "MIT"
|
|
},
|
|
"api/node_modules/express-session/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/express-session/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"api/node_modules/express/node_modules/cookie": {
|
|
"version": "0.7.1",
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
|
|
"integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
|
|
"extraneous": true,
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"api/node_modules/fast-xml-parser": {
|
|
"version": "5.2.5",
|
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz",
|
|
"integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"strnum": "^2.1.0"
|
|
},
|
|
"bin": {
|
|
"fxparser": "src/cli/cli.js"
|
|
}
|
|
},
|
|
"api/node_modules/gaxios": {
|
|
"version": "7.1.0",
|
|
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-7.1.0.tgz",
|
|
"integrity": "sha512-y1Q0MX1Ba6eg67Zz92kW0MHHhdtWksYckQy1KJsI6P4UlDQ8cvdvpLEPslD/k7vFkdPppMESFGTvk7XpSiKj8g==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"extend": "^3.0.2",
|
|
"https-proxy-agent": "^7.0.1",
|
|
"node-fetch": "^3.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"api/node_modules/gaxios/node_modules/node-fetch": {
|
|
"version": "3.3.2",
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"data-uri-to-buffer": "^4.0.0",
|
|
"fetch-blob": "^3.1.4",
|
|
"formdata-polyfill": "^4.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/node-fetch"
|
|
}
|
|
},
|
|
"api/node_modules/google-auth-library": {
|
|
"version": "10.1.0",
|
|
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.1.0.tgz",
|
|
"integrity": "sha512-GspVjZj1RbyRWpQ9FbAXMKjFGzZwDKnUHi66JJ+tcjcu5/xYAP1pdlWotCuIkMwjfVsxxDvsGZXGLzRt72D0sQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"base64-js": "^1.3.0",
|
|
"ecdsa-sig-formatter": "^1.0.11",
|
|
"gaxios": "^7.0.0",
|
|
"gcp-metadata": "^7.0.0",
|
|
"google-logging-utils": "^1.0.0",
|
|
"gtoken": "^8.0.0",
|
|
"jws": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"api/node_modules/google-auth-library/node_modules/gcp-metadata": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-7.0.0.tgz",
|
|
"integrity": "sha512-3PfRTzvT3Msu0Hy8Gf9ypxJvaClG2IB9pyH0r8QOmRBW5mUcrHgYpF4GYP+XulDbfhxEhBYtJtJJQb5S2wM+LA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"gaxios": "^7.0.0",
|
|
"google-logging-utils": "^1.0.0",
|
|
"json-bigint": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"api/node_modules/google-logging-utils": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.1.tgz",
|
|
"integrity": "sha512-rcX58I7nqpu4mbKztFeOAObbomBbHU2oIb/d3tJfF3dizGSApqtSwYJigGCooHdnMyQBIw8BrWyK96w3YXgr6A==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"api/node_modules/gtoken": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/gtoken/-/gtoken-8.0.0.tgz",
|
|
"integrity": "sha512-+CqsMbHPiSTdtSO14O51eMNlrp9N79gmeqmXeouJOhfucAedHw9noVe/n5uJk3tbKE6a+6ZCQg3RPhVhHByAIw==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"gaxios": "^7.0.0",
|
|
"jws": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"api/node_modules/https-proxy-agent": {
|
|
"version": "7.0.6",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"api/node_modules/jose": {
|
|
"version": "6.0.11",
|
|
"resolved": "https://registry.npmjs.org/jose/-/jose-6.0.11.tgz",
|
|
"integrity": "sha512-QxG7EaliDARm1O1S8BGakqncGT9s25bKL1WSf6/oa17Tkqwi8D2ZNglqCF+DsYF88/rV66Q/Q2mFAy697E1DUg==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/panva"
|
|
}
|
|
},
|
|
"api/node_modules/keyv-file": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/keyv-file/-/keyv-file-5.1.2.tgz",
|
|
"integrity": "sha512-Sx5W55HeSbmsX4BfanJwaJZd3xePoQKxfuysvIhZ3JTPoSeZjApFO1QnuXGVy9hDXpmztS5mm39wlBFOUalVgw==",
|
|
"dependencies": {
|
|
"@keyv/serialize": "^1.0.1",
|
|
"fs-extra": "^4.0.1",
|
|
"tslib": "^1.14.1"
|
|
}
|
|
},
|
|
"api/node_modules/keyv-file/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
},
|
|
"api/node_modules/mkdirp": {
|
|
"version": "0.5.6",
|
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
|
|
"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.6"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"api/node_modules/mongodb": {
|
|
"version": "6.14.2",
|
|
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.14.2.tgz",
|
|
"integrity": "sha512-kMEHNo0F3P6QKDq17zcDuPeaywK/YaJVCEQRzPF3TOM/Bl9MFg64YE5Tu7ifj37qZJMhwU1tl2Ioivws5gRG5Q==",
|
|
"dependencies": {
|
|
"@mongodb-js/saslprep": "^1.1.9",
|
|
"bson": "^6.10.3",
|
|
"mongodb-connection-string-url": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.20.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@aws-sdk/credential-providers": "^3.188.0",
|
|
"@mongodb-js/zstd": "^1.1.0 || ^2.0.0",
|
|
"gcp-metadata": "^5.2.0",
|
|
"kerberos": "^2.0.1",
|
|
"mongodb-client-encryption": ">=6.0.0 <7",
|
|
"snappy": "^7.2.2",
|
|
"socks": "^2.7.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@aws-sdk/credential-providers": {
|
|
"optional": true
|
|
},
|
|
"@mongodb-js/zstd": {
|
|
"optional": true
|
|
},
|
|
"gcp-metadata": {
|
|
"optional": true
|
|
},
|
|
"kerberos": {
|
|
"optional": true
|
|
},
|
|
"mongodb-client-encryption": {
|
|
"optional": true
|
|
},
|
|
"snappy": {
|
|
"optional": true
|
|
},
|
|
"socks": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"api/node_modules/mongodb-connection-string-url": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.1.tgz",
|
|
"integrity": "sha512-XqMGwRX0Lgn05TDB4PyG2h2kKO/FfWJyCzYQbIhXUxz7ETt0I/FqHjUeqj37irJ+Dl1ZtU82uYyj14u2XsZKfg==",
|
|
"dependencies": {
|
|
"@types/whatwg-url": "^11.0.2",
|
|
"whatwg-url": "^13.0.0"
|
|
}
|
|
},
|
|
"api/node_modules/mongodb-connection-string-url/node_modules/tr46": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-4.1.1.tgz",
|
|
"integrity": "sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==",
|
|
"dependencies": {
|
|
"punycode": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"api/node_modules/mongodb-connection-string-url/node_modules/whatwg-url": {
|
|
"version": "13.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-13.0.0.tgz",
|
|
"integrity": "sha512-9WWbymnqj57+XEuqADHrCJ2eSXzn8WXIW/YSGaZtb2WKAInQ6CHfaUUcTyyver0p8BDg5StLQq8h1vtZuwmOig==",
|
|
"dependencies": {
|
|
"tr46": "^4.1.1",
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"api/node_modules/mongoose": {
|
|
"version": "8.12.1",
|
|
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.12.1.tgz",
|
|
"integrity": "sha512-UW22y8QFVYmrb36hm8cGncfn4ARc/XsYWQwRTaj0gxtQk1rDuhzDO1eBantS+hTTatfAIS96LlRCJrcNHvW5+Q==",
|
|
"dependencies": {
|
|
"bson": "^6.10.3",
|
|
"kareem": "2.6.3",
|
|
"mongodb": "~6.14.0",
|
|
"mpath": "0.9.0",
|
|
"mquery": "5.0.0",
|
|
"ms": "2.1.3",
|
|
"sift": "17.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.20.1"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mongoose"
|
|
}
|
|
},
|
|
"api/node_modules/multer": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/multer/-/multer-2.0.2.tgz",
|
|
"integrity": "sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"append-field": "^1.0.0",
|
|
"busboy": "^1.6.0",
|
|
"concat-stream": "^2.0.0",
|
|
"mkdirp": "^0.5.6",
|
|
"object-assign": "^4.1.1",
|
|
"type-is": "^1.6.18",
|
|
"xtend": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.16.0"
|
|
}
|
|
},
|
|
"api/node_modules/negotiator": {
|
|
"version": "0.6.4",
|
|
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
|
|
"integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"api/node_modules/object-hash": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
|
|
"integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"api/node_modules/on-headers": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
|
|
"integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"api/node_modules/openai": {
|
|
"version": "5.10.1",
|
|
"resolved": "https://registry.npmjs.org/openai/-/openai-5.10.1.tgz",
|
|
"integrity": "sha512-fq6xVfv1/gpLbsj8fArEt3b6B9jBxdhAK+VJ+bDvbUvNd+KTLlA3bnDeYZaBsGH9LUhJ1M1yXfp9sEyBLMx6eA==",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"openai": "bin/cli"
|
|
},
|
|
"peerDependencies": {
|
|
"ws": "^8.18.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ws": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"api/node_modules/openid-client": {
|
|
"version": "6.5.0",
|
|
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.5.0.tgz",
|
|
"integrity": "sha512-fAfYaTnOYE2kQCqEJGX9KDObW2aw7IQy4jWpU/+3D3WoCFLbix5Hg6qIPQ6Js9r7f8jDUmsnnguRNCSw4wU/IQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jose": "^6.0.10",
|
|
"oauth4webapi": "^3.5.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/panva"
|
|
}
|
|
},
|
|
"api/node_modules/sharp": {
|
|
"version": "0.33.5",
|
|
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
|
|
"integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"color": "^4.2.3",
|
|
"detect-libc": "^2.0.3",
|
|
"semver": "^7.6.3"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-darwin-arm64": "0.33.5",
|
|
"@img/sharp-darwin-x64": "0.33.5",
|
|
"@img/sharp-libvips-darwin-arm64": "1.0.4",
|
|
"@img/sharp-libvips-darwin-x64": "1.0.4",
|
|
"@img/sharp-libvips-linux-arm": "1.0.5",
|
|
"@img/sharp-libvips-linux-arm64": "1.0.4",
|
|
"@img/sharp-libvips-linux-s390x": "1.0.4",
|
|
"@img/sharp-libvips-linux-x64": "1.0.4",
|
|
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
|
|
"@img/sharp-libvips-linuxmusl-x64": "1.0.4",
|
|
"@img/sharp-linux-arm": "0.33.5",
|
|
"@img/sharp-linux-arm64": "0.33.5",
|
|
"@img/sharp-linux-s390x": "0.33.5",
|
|
"@img/sharp-linux-x64": "0.33.5",
|
|
"@img/sharp-linuxmusl-arm64": "0.33.5",
|
|
"@img/sharp-linuxmusl-x64": "0.33.5",
|
|
"@img/sharp-wasm32": "0.33.5",
|
|
"@img/sharp-win32-ia32": "0.33.5",
|
|
"@img/sharp-win32-x64": "0.33.5"
|
|
}
|
|
},
|
|
"api/node_modules/strnum": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz",
|
|
"integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"api/node_modules/uuid": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"api/node_modules/winston-daily-rotate-file": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-5.0.0.tgz",
|
|
"integrity": "sha512-JDjiXXkM5qvwY06733vf09I2wnMXpZEhxEVOSPenZMii+g7pcDcTBt2MRugnoi8BwVSuCT2jfRXBUy+n1Zz/Yw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"file-stream-rotator": "^0.6.1",
|
|
"object-hash": "^3.0.0",
|
|
"triple-beam": "^1.4.1",
|
|
"winston-transport": "^4.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"peerDependencies": {
|
|
"winston": "^3"
|
|
}
|
|
},
|
|
"api/node_modules/xpath": {
|
|
"version": "0.0.34",
|
|
"resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz",
|
|
"integrity": "sha512-FxF6+rkr1rNSQrhUNYrAFJpRXNzlDoMxeXN5qI84939ylEv3qqPFKa85Oxr6tDaJKqwW6KKyo2v26TSv3k6LeA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"client": {
|
|
"name": "@librechat/frontend",
|
|
"version": "v0.7.9",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@ariakit/react": "^0.4.15",
|
|
"@ariakit/react-core": "^0.4.17",
|
|
"@codesandbox/sandpack-react": "^2.19.10",
|
|
"@dicebear/collection": "^9.2.2",
|
|
"@dicebear/core": "^9.2.2",
|
|
"@headlessui/react": "^2.1.2",
|
|
"@librechat/client": "*",
|
|
"@marsidev/react-turnstile": "^1.1.0",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-alert-dialog": "^1.0.2",
|
|
"@radix-ui/react-checkbox": "^1.0.3",
|
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
"@radix-ui/react-dialog": "^1.0.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-hover-card": "^1.0.5",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-label": "^2.0.0",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-progress": "^1.1.2",
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slider": "^1.1.1",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.3",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@react-spring/web": "^9.7.5",
|
|
"@tanstack/react-query": "^4.28.0",
|
|
"@tanstack/react-table": "^8.11.7",
|
|
"class-variance-authority": "^0.6.0",
|
|
"clsx": "^1.2.1",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"cross-env": "^7.0.3",
|
|
"date-fns": "^3.3.1",
|
|
"downloadjs": "^1.4.7",
|
|
"export-from-json": "^1.7.2",
|
|
"filenamify": "^6.0.0",
|
|
"framer-motion": "^11.5.4",
|
|
"heic-to": "^1.1.14",
|
|
"html-to-image": "^1.11.11",
|
|
"i18next": "^24.2.2",
|
|
"i18next-browser-languagedetector": "^8.0.3",
|
|
"input-otp": "^1.4.2",
|
|
"jotai": "^2.12.5",
|
|
"js-cookie": "^3.0.5",
|
|
"librechat-data-provider": "*",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.394.0",
|
|
"match-sorter": "^6.3.4",
|
|
"micromark-extension-llm-math": "^3.1.0",
|
|
"qrcode.react": "^4.2.0",
|
|
"rc-input-number": "^7.4.2",
|
|
"react": "^18.2.0",
|
|
"react-avatar-editor": "^13.0.2",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-flip-toolkit": "^7.1.0",
|
|
"react-gtm-module": "^2.0.11",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-i18next": "^15.4.0",
|
|
"react-lazy-load-image-component": "^1.6.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-resizable-panels": "^3.0.2",
|
|
"react-router-dom": "^6.11.2",
|
|
"react-speech-recognition": "^3.10.0",
|
|
"react-textarea-autosize": "^8.4.0",
|
|
"react-transition-group": "^4.4.5",
|
|
"react-virtualized": "^9.22.6",
|
|
"recoil": "^0.7.7",
|
|
"regenerator-runtime": "^0.14.1",
|
|
"rehype-highlight": "^6.0.0",
|
|
"rehype-katex": "^6.0.3",
|
|
"remark-directive": "^3.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-math": "^6.0.0",
|
|
"remark-supersub": "^1.0.0",
|
|
"sse.js": "^2.5.0",
|
|
"tailwind-merge": "^1.9.1",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"tailwindcss-radix": "^2.8.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
"@babel/preset-env": "^7.22.15",
|
|
"@babel/preset-react": "^7.22.15",
|
|
"@babel/preset-typescript": "^7.22.15",
|
|
"@tanstack/react-query-devtools": "^4.29.0",
|
|
"@testing-library/dom": "^9.3.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/lodash": "^4.17.15",
|
|
"@types/node": "^20.3.0",
|
|
"@types/react": "^18.2.11",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
|
|
"babel-plugin-root-import": "^6.6.0",
|
|
"babel-plugin-transform-import-meta": "^2.3.2",
|
|
"babel-plugin-transform-vite-meta-env": "^1.0.3",
|
|
"eslint-plugin-jest": "^28.11.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.7.0",
|
|
"jest-canvas-mock": "^2.5.2",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-file-loader": "^1.0.3",
|
|
"jest-junit": "^16.0.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-loader": "^7.1.0",
|
|
"postcss-preset-env": "^8.2.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"ts-jest": "^29.2.5",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^6.3.4",
|
|
"vite-plugin-compression2": "^1.3.3",
|
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
"vite-plugin-pwa": "^0.21.2"
|
|
}
|
|
},
|
|
"node_modules/@adobe/css-tools": {
|
|
"version": "4.4.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@alloc/quick-lru": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@ampproject/remapping": {
|
|
"version": "2.3.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@anthropic-ai/sdk": {
|
|
"version": "0.27.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@types/node-fetch": "^2.6.4",
|
|
"abort-controller": "^3.0.0",
|
|
"agentkeepalive": "^4.2.1",
|
|
"form-data-encoder": "1.7.2",
|
|
"formdata-node": "^4.3.2",
|
|
"node-fetch": "^2.6.7"
|
|
}
|
|
},
|
|
"node_modules/@anthropic-ai/sdk/node_modules/@types/node": {
|
|
"version": "18.19.120",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"node_modules/@anthropic-ai/sdk/node_modules/undici-types": {
|
|
"version": "5.26.5",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@ariakit/core": {
|
|
"version": "0.4.15",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@ariakit/react": {
|
|
"version": "0.4.17",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ariakit/react-core": "0.4.17"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/ariakit"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@ariakit/react-core": {
|
|
"version": "0.4.17",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ariakit/core": "0.4.15",
|
|
"@floating-ui/dom": "^1.0.0",
|
|
"use-sync-external-store": "^1.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/crc32": {
|
|
"version": "3.0.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^3.0.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/crc32/node_modules/@aws-crypto/util": {
|
|
"version": "3.0.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@aws-sdk/util-utf8-browser": "^3.0.0",
|
|
"tslib": "^1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/crc32/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"node_modules/@aws-crypto/crc32c": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha1-browser": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/supports-web-crypto": "^5.2.0",
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha256-browser": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-js": "^5.2.0",
|
|
"@aws-crypto/supports-web-crypto": "^5.2.0",
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha256-js": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/util": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/credential-provider-node": "3.848.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/eventstream-serde-browser": "^4.0.4",
|
|
"@smithy/eventstream-serde-config-resolver": "^4.1.2",
|
|
"@smithy/eventstream-serde-node": "^4.0.4",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/credential-provider-node": "3.848.0",
|
|
"@aws-sdk/eventstream-handler-node": "3.840.0",
|
|
"@aws-sdk/middleware-eventstream": "3.840.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/middleware-websocket": "3.844.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/token-providers": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/eventstream-serde-browser": "^4.0.4",
|
|
"@smithy/eventstream-serde-config-resolver": "^4.1.2",
|
|
"@smithy/eventstream-serde-node": "^4.0.4",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"@types/uuid": "^9.0.1",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/uuid": {
|
|
"version": "9.0.1",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/credential-provider-node": "3.848.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"@types/uuid": "^9.0.1",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/uuid": {
|
|
"version": "9.0.1",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3": {
|
|
"version": "3.850.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/credential-provider-node": "3.848.0",
|
|
"@aws-sdk/middleware-bucket-endpoint": "3.840.0",
|
|
"@aws-sdk/middleware-expect-continue": "3.840.0",
|
|
"@aws-sdk/middleware-flexible-checksums": "3.846.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-location-constraint": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-sdk-s3": "3.846.0",
|
|
"@aws-sdk/middleware-ssec": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/signature-v4-multi-region": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@aws-sdk/xml-builder": "3.821.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/eventstream-serde-browser": "^4.0.4",
|
|
"@smithy/eventstream-serde-config-resolver": "^4.1.2",
|
|
"@smithy/eventstream-serde-node": "^4.0.4",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-blob-browser": "^4.0.4",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/hash-stream-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/md5-js": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"@smithy/util-waiter": "^4.0.6",
|
|
"@types/uuid": "^9.0.1",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/uuid": {
|
|
"version": "9.0.1",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core": {
|
|
"version": "3.846.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/xml-builder": "3.821.0",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/signature-v4": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"fast-xml-parser": "5.2.5",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/signature-v4": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/fast-xml-parser": {
|
|
"version": "5.2.5",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strnum": "^2.1.0"
|
|
},
|
|
"bin": {
|
|
"fxparser": "src/cli/cli.js"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/strnum": {
|
|
"version": "2.1.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
"version": "3.846.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-http": {
|
|
"version": "3.846.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/credential-provider-env": "3.846.0",
|
|
"@aws-sdk/credential-provider-http": "3.846.0",
|
|
"@aws-sdk/credential-provider-process": "3.846.0",
|
|
"@aws-sdk/credential-provider-sso": "3.848.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.848.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/credential-provider-env": "3.846.0",
|
|
"@aws-sdk/credential-provider-http": "3.846.0",
|
|
"@aws-sdk/credential-provider-ini": "3.848.0",
|
|
"@aws-sdk/credential-provider-process": "3.846.0",
|
|
"@aws-sdk/credential-provider-sso": "3.848.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
"version": "3.846.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/client-sso": "3.848.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/token-providers": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/eventstream-handler-node": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/eventstream-codec": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/eventstream-handler-node/node_modules/@aws-crypto/crc32": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/eventstream-handler-node/node_modules/@smithy/eventstream-codec": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "5.2.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-arn-parser": "3.804.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-eventstream": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-eventstream/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-expect-continue": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums": {
|
|
"version": "3.846.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "5.2.0",
|
|
"@aws-crypto/crc32c": "5.2.0",
|
|
"@aws-crypto/util": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-crypto/crc32": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-host-header": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-host-header/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-location-constraint": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-logger": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-recursion-detection/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3": {
|
|
"version": "3.846.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-arn-parser": "3.804.0",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/signature-v4": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/signature-v4": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-ssec": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-user-agent": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket": {
|
|
"version": "3.844.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-format-url": "3.840.0",
|
|
"@smithy/eventstream-codec": "^4.0.4",
|
|
"@smithy/eventstream-serde-browser": "^4.0.4",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/signature-v4": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@aws-crypto/crc32": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/eventstream-codec": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "5.2.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/signature-v4": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/region-config-resolver": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner": {
|
|
"version": "3.850.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/signature-v4-multi-region": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-format-url": "3.840.0",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region": {
|
|
"version": "3.846.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-sdk-s3": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/signature-v4": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/signature-v4": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/token-providers": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/types": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-arn-parser": {
|
|
"version": "3.804.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-endpoints": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-format-url": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/querystring-builder": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-locate-window": {
|
|
"version": "3.804.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-user-agent-browser": {
|
|
"version": "3.840.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-user-agent-node": {
|
|
"version": "3.848.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"aws-crt": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"aws-crt": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-utf8-browser": {
|
|
"version": "3.259.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.3.1"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/xml-builder": {
|
|
"version": "3.821.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@axe-core/playwright": {
|
|
"version": "4.10.2",
|
|
"dev": true,
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"axe-core": "~4.10.3"
|
|
},
|
|
"peerDependencies": {
|
|
"playwright-core": ">= 1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/abort-controller": {
|
|
"version": "2.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-auth": {
|
|
"version": "1.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-util": "^1.11.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-client": {
|
|
"version": "1.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-auth": "^1.4.0",
|
|
"@azure/core-rest-pipeline": "^1.20.0",
|
|
"@azure/core-tracing": "^1.0.0",
|
|
"@azure/core-util": "^1.6.1",
|
|
"@azure/logger": "^1.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-http-compat": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-client": "^1.3.0",
|
|
"@azure/core-rest-pipeline": "^1.20.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-lro": {
|
|
"version": "2.7.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-util": "^1.2.0",
|
|
"@azure/logger": "^1.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-paging": {
|
|
"version": "1.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-rest-pipeline": {
|
|
"version": "1.22.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-auth": "^1.8.0",
|
|
"@azure/core-tracing": "^1.0.1",
|
|
"@azure/core-util": "^1.11.0",
|
|
"@azure/logger": "^1.0.0",
|
|
"@typespec/ts-http-runtime": "^0.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-tracing": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-util": {
|
|
"version": "1.13.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@typespec/ts-http-runtime": "^0.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-xml": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-xml-parser": "^5.0.7",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-xml/node_modules/fast-xml-parser": {
|
|
"version": "5.2.5",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strnum": "^2.1.0"
|
|
},
|
|
"bin": {
|
|
"fxparser": "src/cli/cli.js"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-xml/node_modules/strnum": {
|
|
"version": "2.1.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@azure/identity": {
|
|
"version": "4.10.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-auth": "^1.9.0",
|
|
"@azure/core-client": "^1.9.2",
|
|
"@azure/core-rest-pipeline": "^1.17.0",
|
|
"@azure/core-tracing": "^1.0.0",
|
|
"@azure/core-util": "^1.11.0",
|
|
"@azure/logger": "^1.0.0",
|
|
"@azure/msal-browser": "^4.2.0",
|
|
"@azure/msal-node": "^3.5.0",
|
|
"open": "^10.1.0",
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/logger": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typespec/ts-http-runtime": "^0.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/msal-browser": {
|
|
"version": "4.15.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/msal-common": "15.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/msal-common": {
|
|
"version": "15.8.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/msal-node": {
|
|
"version": "3.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/msal-common": "15.8.1",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"uuid": "^8.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@azure/msal-node/node_modules/uuid": {
|
|
"version": "8.3.2",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@azure/search-documents": {
|
|
"version": "12.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/core-auth": "^1.3.0",
|
|
"@azure/core-client": "^1.3.0",
|
|
"@azure/core-http-compat": "^2.0.1",
|
|
"@azure/core-paging": "^1.1.1",
|
|
"@azure/core-rest-pipeline": "^1.3.0",
|
|
"@azure/core-tracing": "^1.0.0",
|
|
"@azure/core-util": "^1.0.0",
|
|
"@azure/logger": "^1.0.0",
|
|
"events": "^3.0.0",
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/storage-blob": {
|
|
"version": "12.27.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.1.2",
|
|
"@azure/core-auth": "^1.4.0",
|
|
"@azure/core-client": "^1.6.2",
|
|
"@azure/core-http-compat": "^2.0.0",
|
|
"@azure/core-lro": "^2.2.0",
|
|
"@azure/core-paging": "^1.1.1",
|
|
"@azure/core-rest-pipeline": "^1.10.1",
|
|
"@azure/core-tracing": "^1.1.2",
|
|
"@azure/core-util": "^1.6.1",
|
|
"@azure/core-xml": "^1.4.3",
|
|
"@azure/logger": "^1.0.0",
|
|
"events": "^3.0.0",
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
"js-tokens": "^4.0.0",
|
|
"picocolors": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/compat-data": {
|
|
"version": "7.28.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/core": {
|
|
"version": "7.28.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/generator": "^7.28.0",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-module-transforms": "^7.27.3",
|
|
"@babel/helpers": "^7.27.6",
|
|
"@babel/parser": "^7.28.0",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/traverse": "^7.28.0",
|
|
"@babel/types": "^7.28.0",
|
|
"convert-source-map": "^2.0.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.3",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
}
|
|
},
|
|
"node_modules/@babel/generator": {
|
|
"version": "7.28.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.28.0",
|
|
"@babel/types": "^7.28.0",
|
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
"jsesc": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
"version": "7.27.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.27.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
"version": "7.27.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.27.2",
|
|
"@babel/helper-validator-option": "^7.27.1",
|
|
"browserslist": "^4.24.0",
|
|
"lru-cache": "^5.1.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
"@babel/helper-member-expression-to-functions": "^7.27.1",
|
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
"@babel/helper-replace-supers": "^7.27.1",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
"@babel/traverse": "^7.27.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
"regexpu-core": "^6.2.0",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
"version": "0.6.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"debug": "^4.4.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"resolve": "^1.22.10"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-globals": {
|
|
"version": "7.28.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.27.1",
|
|
"@babel/types": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-imports": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.27.1",
|
|
"@babel/types": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
"version": "7.27.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.27.1",
|
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
"@babel/traverse": "^7.27.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-plugin-utils": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-remap-async-to-generator": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
"@babel/helper-wrap-function": "^7.27.1",
|
|
"@babel/traverse": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-replace-supers": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-member-expression-to-functions": "^7.27.1",
|
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
"@babel/traverse": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.27.1",
|
|
"@babel/types": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-string-parser": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-option": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-wrap-function": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.27.1",
|
|
"@babel/traverse": "^7.27.1",
|
|
"@babel/types": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helpers": {
|
|
"version": "7.27.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/types": "^7.27.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"version": "7.28.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.28.0"
|
|
},
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/traverse": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
"@babel/plugin-transform-optional-chaining": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.13.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/traverse": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-private-property-in-object": {
|
|
"version": "7.21.0-placeholder-for-preset-env.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-async-generators": {
|
|
"version": "7.8.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-bigint": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-class-properties": {
|
|
"version": "7.12.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.12.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-class-static-block": {
|
|
"version": "7.14.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-assertions": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-meta": {
|
|
"version": "7.10.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-json-strings": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
|
|
"version": "7.10.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-numeric-separator": {
|
|
"version": "7.10.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-object-rest-spread": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-optional-catch-binding": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-optional-chaining": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-private-property-in-object": {
|
|
"version": "7.14.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-top-level-await": {
|
|
"version": "7.14.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-unicode-sets-regex": {
|
|
"version": "7.18.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-arrow-functions": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
"version": "7.28.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
"@babel/traverse": "^7.28.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoped-functions": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
"version": "7.28.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-class-properties": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-class-static-block": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.12.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-classes": {
|
|
"version": "7.28.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-globals": "^7.28.0",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-replace-supers": "^7.27.1",
|
|
"@babel/traverse": "^7.28.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/template": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
"version": "7.28.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/traverse": "^7.28.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-dotall-regex": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-duplicate-keys": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-dynamic-import": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-explicit-resource-management": {
|
|
"version": "7.28.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/plugin-transform-destructuring": "^7.28.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-export-namespace-from": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-for-of": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-function-name": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/traverse": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-json-strings": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-literals": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-member-expression-literals": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-amd": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
"@babel/traverse": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-umd": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-new-target": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-numeric-separator": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
"version": "7.28.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
"@babel/traverse": "^7.28.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-object-super": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-replace-supers": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-optional-catch-binding": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-parameters": {
|
|
"version": "7.27.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-private-methods": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-private-property-in-object": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-property-literals": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-display-name": {
|
|
"version": "7.28.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
"@babel/helper-module-imports": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
"@babel/types": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-development": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/plugin-transform-react-jsx": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-self": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-source": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-pure-annotations": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
"version": "7.28.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-regexp-modifiers": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-reserved-words": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
"version": "7.28.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"babel-plugin-polyfill-corejs2": "^0.4.14",
|
|
"babel-plugin-polyfill-corejs3": "^0.13.0",
|
|
"babel-plugin-polyfill-regenerator": "^0.6.5",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-shorthand-properties": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-spread": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-sticky-regex": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-template-literals": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
"version": "7.28.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-escapes": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-property-regex": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-regex": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-sets-regex": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-env": {
|
|
"version": "7.28.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.28.0",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-validator-option": "^7.27.1",
|
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1",
|
|
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
|
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1",
|
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
|
"@babel/plugin-syntax-import-assertions": "^7.27.1",
|
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
"@babel/plugin-transform-arrow-functions": "^7.27.1",
|
|
"@babel/plugin-transform-async-generator-functions": "^7.28.0",
|
|
"@babel/plugin-transform-async-to-generator": "^7.27.1",
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.27.1",
|
|
"@babel/plugin-transform-block-scoping": "^7.28.0",
|
|
"@babel/plugin-transform-class-properties": "^7.27.1",
|
|
"@babel/plugin-transform-class-static-block": "^7.27.1",
|
|
"@babel/plugin-transform-classes": "^7.28.0",
|
|
"@babel/plugin-transform-computed-properties": "^7.27.1",
|
|
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
"@babel/plugin-transform-dotall-regex": "^7.27.1",
|
|
"@babel/plugin-transform-duplicate-keys": "^7.27.1",
|
|
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
|
|
"@babel/plugin-transform-dynamic-import": "^7.27.1",
|
|
"@babel/plugin-transform-explicit-resource-management": "^7.28.0",
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.27.1",
|
|
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
|
|
"@babel/plugin-transform-for-of": "^7.27.1",
|
|
"@babel/plugin-transform-function-name": "^7.27.1",
|
|
"@babel/plugin-transform-json-strings": "^7.27.1",
|
|
"@babel/plugin-transform-literals": "^7.27.1",
|
|
"@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
|
|
"@babel/plugin-transform-member-expression-literals": "^7.27.1",
|
|
"@babel/plugin-transform-modules-amd": "^7.27.1",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
"@babel/plugin-transform-modules-systemjs": "^7.27.1",
|
|
"@babel/plugin-transform-modules-umd": "^7.27.1",
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
|
|
"@babel/plugin-transform-new-target": "^7.27.1",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
|
|
"@babel/plugin-transform-numeric-separator": "^7.27.1",
|
|
"@babel/plugin-transform-object-rest-spread": "^7.28.0",
|
|
"@babel/plugin-transform-object-super": "^7.27.1",
|
|
"@babel/plugin-transform-optional-catch-binding": "^7.27.1",
|
|
"@babel/plugin-transform-optional-chaining": "^7.27.1",
|
|
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
"@babel/plugin-transform-private-methods": "^7.27.1",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
|
|
"@babel/plugin-transform-property-literals": "^7.27.1",
|
|
"@babel/plugin-transform-regenerator": "^7.28.0",
|
|
"@babel/plugin-transform-regexp-modifiers": "^7.27.1",
|
|
"@babel/plugin-transform-reserved-words": "^7.27.1",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.27.1",
|
|
"@babel/plugin-transform-spread": "^7.27.1",
|
|
"@babel/plugin-transform-sticky-regex": "^7.27.1",
|
|
"@babel/plugin-transform-template-literals": "^7.27.1",
|
|
"@babel/plugin-transform-typeof-symbol": "^7.27.1",
|
|
"@babel/plugin-transform-unicode-escapes": "^7.27.1",
|
|
"@babel/plugin-transform-unicode-property-regex": "^7.27.1",
|
|
"@babel/plugin-transform-unicode-regex": "^7.27.1",
|
|
"@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
|
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
"babel-plugin-polyfill-corejs2": "^0.4.14",
|
|
"babel-plugin-polyfill-corejs3": "^0.13.0",
|
|
"babel-plugin-polyfill-regenerator": "^0.6.5",
|
|
"core-js-compat": "^3.43.0",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-modules": {
|
|
"version": "0.1.6-no-external-plugins",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-react": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-validator-option": "^7.27.1",
|
|
"@babel/plugin-transform-react-display-name": "^7.27.1",
|
|
"@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
"@babel/plugin-transform-react-jsx-development": "^7.27.1",
|
|
"@babel/plugin-transform-react-pure-annotations": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-typescript": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-validator-option": "^7.27.1",
|
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.27.6",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/template": {
|
|
"version": "7.27.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/parser": "^7.27.2",
|
|
"@babel/types": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse": {
|
|
"version": "7.28.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/generator": "^7.28.0",
|
|
"@babel/helper-globals": "^7.28.0",
|
|
"@babel/parser": "^7.28.0",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/types": "^7.28.0",
|
|
"debug": "^4.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"version": "7.28.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-string-parser": "^7.27.1",
|
|
"@babel/helper-validator-identifier": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@bcoe/v8-coverage": {
|
|
"version": "0.2.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@browserbasehq/sdk": {
|
|
"version": "2.6.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@types/node-fetch": "^2.6.4",
|
|
"abort-controller": "^3.0.0",
|
|
"agentkeepalive": "^4.2.1",
|
|
"form-data-encoder": "1.7.2",
|
|
"formdata-node": "^4.3.2",
|
|
"node-fetch": "^2.6.7"
|
|
}
|
|
},
|
|
"node_modules/@browserbasehq/sdk/node_modules/@types/node": {
|
|
"version": "18.19.120",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"node_modules/@browserbasehq/sdk/node_modules/undici-types": {
|
|
"version": "5.26.5",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@browserbasehq/stagehand": {
|
|
"version": "1.14.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
"@browserbasehq/sdk": "^2.0.0",
|
|
"ws": "^8.18.0",
|
|
"zod-to-json-schema": "^3.23.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "^1.42.1",
|
|
"deepmerge": "^4.3.1",
|
|
"dotenv": "^16.4.5",
|
|
"openai": "^4.62.1",
|
|
"zod": "^3.23.8"
|
|
}
|
|
},
|
|
"node_modules/@cfworker/json-schema": {
|
|
"version": "4.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@codemirror/autocomplete": {
|
|
"version": "6.18.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.17.0",
|
|
"@lezer/common": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/commands": {
|
|
"version": "6.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.4.0",
|
|
"@codemirror/view": "^6.27.0",
|
|
"@lezer/common": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lang-css": {
|
|
"version": "6.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@lezer/common": "^1.0.2",
|
|
"@lezer/css": "^1.1.7"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lang-html": {
|
|
"version": "6.4.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/lang-css": "^6.0.0",
|
|
"@codemirror/lang-javascript": "^6.0.0",
|
|
"@codemirror/language": "^6.4.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.17.0",
|
|
"@lezer/common": "^1.0.0",
|
|
"@lezer/css": "^1.1.0",
|
|
"@lezer/html": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lang-javascript": {
|
|
"version": "6.2.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/language": "^6.6.0",
|
|
"@codemirror/lint": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.17.0",
|
|
"@lezer/common": "^1.0.0",
|
|
"@lezer/javascript": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/language": {
|
|
"version": "6.11.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.23.0",
|
|
"@lezer/common": "^1.1.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/lr": "^1.0.0",
|
|
"style-mod": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lint": {
|
|
"version": "6.8.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.35.0",
|
|
"crelt": "^1.0.5"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/state": {
|
|
"version": "6.5.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@marijn/find-cluster-break": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/view": {
|
|
"version": "6.38.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/state": "^6.5.0",
|
|
"crelt": "^1.0.6",
|
|
"style-mod": "^4.1.0",
|
|
"w3c-keyname": "^2.2.4"
|
|
}
|
|
},
|
|
"node_modules/@codesandbox/nodebox": {
|
|
"version": "0.1.8",
|
|
"license": "SEE LICENSE IN ./LICENSE",
|
|
"dependencies": {
|
|
"outvariant": "^1.4.0",
|
|
"strict-event-emitter": "^0.4.3"
|
|
}
|
|
},
|
|
"node_modules/@codesandbox/sandpack-client": {
|
|
"version": "2.19.8",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@codesandbox/nodebox": "0.1.8",
|
|
"buffer": "^6.0.3",
|
|
"dequal": "^2.0.2",
|
|
"mime-db": "^1.52.0",
|
|
"outvariant": "1.4.0",
|
|
"static-browser-server": "1.0.3"
|
|
}
|
|
},
|
|
"node_modules/@codesandbox/sandpack-react": {
|
|
"version": "2.20.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.4.0",
|
|
"@codemirror/commands": "^6.1.3",
|
|
"@codemirror/lang-css": "^6.0.1",
|
|
"@codemirror/lang-html": "^6.4.0",
|
|
"@codemirror/lang-javascript": "^6.1.2",
|
|
"@codemirror/language": "^6.3.2",
|
|
"@codemirror/state": "^6.2.0",
|
|
"@codemirror/view": "^6.7.1",
|
|
"@codesandbox/sandpack-client": "^2.19.8",
|
|
"@lezer/highlight": "^1.1.3",
|
|
"@react-hook/intersection-observer": "^3.1.1",
|
|
"@stitches/core": "^1.2.6",
|
|
"anser": "^2.1.1",
|
|
"clean-set": "^1.1.2",
|
|
"dequal": "^2.0.2",
|
|
"escape-carriage": "^1.3.1",
|
|
"lz-string": "^1.4.4",
|
|
"react-devtools-inline": "4.4.0",
|
|
"react-is": "^17.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17 || ^18",
|
|
"react-dom": "^16.8.0 || ^17 || ^18"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/adventurer": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/adventurer/-/adventurer-9.2.2.tgz",
|
|
"integrity": "sha512-WjBXCP9EXbUul2zC3BS2/R3/4diw1uh/lU4jTEnujK1mhqwIwanFboIMzQsasNNL/xf+m3OHN7MUNJfHZ1fLZA==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/adventurer-neutral": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/adventurer-neutral/-/adventurer-neutral-9.2.2.tgz",
|
|
"integrity": "sha512-XVAjhUWjav6luTZ7txz8zVJU/H0DiUy4uU1Z7IO5MDO6kWvum+If1+0OUgEWYZwM+RDI7rt2CgVP910DyZGd1w==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/avataaars": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/avataaars/-/avataaars-9.2.2.tgz",
|
|
"integrity": "sha512-WqJPQEt0OhBybTpI0TqU1uD1pSk9M2+VPIwvBye/dXo46b+0jHGpftmxjQwk6tX8z0+mRko8pwV5n+cWht1/+w==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/avataaars-neutral": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/avataaars-neutral/-/avataaars-neutral-9.2.2.tgz",
|
|
"integrity": "sha512-pRj16P27dFDBI3LtdiHUDwIXIGndHAbZf5AxaMkn6/+0X93mVQ/btVJDXyW0G96WCsyC88wKAWr6/KJotPxU6Q==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/big-ears": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/big-ears/-/big-ears-9.2.2.tgz",
|
|
"integrity": "sha512-hz4UXdPq4qqZpu0YVvlqM4RDFhk5i0WgPcuwj/MOLlgTjuj63uHUhCQSk6ZiW1DQOs12qpwUBMGWVHxBRBas9g==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/big-ears-neutral": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/big-ears-neutral/-/big-ears-neutral-9.2.2.tgz",
|
|
"integrity": "sha512-IPHt8fi3dv9cyfBJBZ4s8T+PhFCrQvOCf91iRHBT3iOLNPdyZpI5GNLmGiV0XMAvIDP5NvA5+f6wdoBLhYhbDA==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/big-smile": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/big-smile/-/big-smile-9.2.2.tgz",
|
|
"integrity": "sha512-D4td0GL8or1nTNnXvZqkEXlzyqzGPWs3znOnm1HIohtFTeIwXm72Ob2lNDsaQJSJvXmVlwaQQ0CCTvyCl8Stjw==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/bottts": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/bottts/-/bottts-9.2.2.tgz",
|
|
"integrity": "sha512-wugFkzw8JNWV1nftq/Wp/vmQsLAXDxrMtRK3AoMODuUpSVoP3EHRUfKS043xggOsQFvoj0HZ7kadmhn0AMLf5A==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/bottts-neutral": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/bottts-neutral/-/bottts-neutral-9.2.2.tgz",
|
|
"integrity": "sha512-lSgpqmSJtlnyxVuUgNdBwyzuA0O9xa5zRJtz7x2KyWbicXir5iYdX0MVMCkp1EDvlcxm9rGJsclktugOyakTlw==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/collection": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/collection/-/collection-9.2.2.tgz",
|
|
"integrity": "sha512-vZAmXhPWCK3sf8Fj9/QflFC6XOLroJOT5K1HdnzHaPboEvffUQideGCrrEamnJtlH0iF0ZDXh8gqmwy2fu+yHA==",
|
|
"dependencies": {
|
|
"@dicebear/adventurer": "9.2.2",
|
|
"@dicebear/adventurer-neutral": "9.2.2",
|
|
"@dicebear/avataaars": "9.2.2",
|
|
"@dicebear/avataaars-neutral": "9.2.2",
|
|
"@dicebear/big-ears": "9.2.2",
|
|
"@dicebear/big-ears-neutral": "9.2.2",
|
|
"@dicebear/big-smile": "9.2.2",
|
|
"@dicebear/bottts": "9.2.2",
|
|
"@dicebear/bottts-neutral": "9.2.2",
|
|
"@dicebear/croodles": "9.2.2",
|
|
"@dicebear/croodles-neutral": "9.2.2",
|
|
"@dicebear/dylan": "9.2.2",
|
|
"@dicebear/fun-emoji": "9.2.2",
|
|
"@dicebear/glass": "9.2.2",
|
|
"@dicebear/icons": "9.2.2",
|
|
"@dicebear/identicon": "9.2.2",
|
|
"@dicebear/initials": "9.2.2",
|
|
"@dicebear/lorelei": "9.2.2",
|
|
"@dicebear/lorelei-neutral": "9.2.2",
|
|
"@dicebear/micah": "9.2.2",
|
|
"@dicebear/miniavs": "9.2.2",
|
|
"@dicebear/notionists": "9.2.2",
|
|
"@dicebear/notionists-neutral": "9.2.2",
|
|
"@dicebear/open-peeps": "9.2.2",
|
|
"@dicebear/personas": "9.2.2",
|
|
"@dicebear/pixel-art": "9.2.2",
|
|
"@dicebear/pixel-art-neutral": "9.2.2",
|
|
"@dicebear/rings": "9.2.2",
|
|
"@dicebear/shapes": "9.2.2",
|
|
"@dicebear/thumbs": "9.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/core": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/core/-/core-9.2.2.tgz",
|
|
"integrity": "sha512-ROhgHG249dPtcXgBHcqPEsDeAPRPRD/9d+tZCjLYyueO+cXDlIA8dUlxpwIVcOuZFvCyW6RJtqo8BhNAi16pIQ==",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/croodles": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/croodles/-/croodles-9.2.2.tgz",
|
|
"integrity": "sha512-OzvAXQWsOgMwL3Sl+lBxCubqSOWoBJpC78c4TKnNTS21rR63TtXUyVdLLzgKVN4YHRnvMgtPf8F/W9YAgIDK4w==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/croodles-neutral": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/croodles-neutral/-/croodles-neutral-9.2.2.tgz",
|
|
"integrity": "sha512-/4mNirxoQ+z1kHXnpDRbJ1JV1ZgXogeTeNp0MaFYxocCgHfJ7ckNM23EE1I7akoo9pqPxrKlaeNzGAjKHdS9vA==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/dylan": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/dylan/-/dylan-9.2.2.tgz",
|
|
"integrity": "sha512-s7e3XliC1YXP+Wykj+j5kwdOWFRXFzYHYk/PB4oZ1F3sJandXiG0HS4chaNu4EoP0yZgKyFMUVTGZx+o6tMaYg==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/fun-emoji": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/fun-emoji/-/fun-emoji-9.2.2.tgz",
|
|
"integrity": "sha512-M+rYTpB3lfwz18f+/i+ggNwNWUoEj58SJqXJ1wr7Jh/4E5uL+NmJg9JGwYNaVtGbCFrKAjSaILNUWGQSFgMfog==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/glass": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/glass/-/glass-9.2.2.tgz",
|
|
"integrity": "sha512-imCMxcg+XScHYtQq2MUv1lCzhQSCUglMlPSezKEpXhTxgbgUpmGlSGVkOfmX5EEc7SQowKkF1W/1gNk6CXvBaQ==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/icons": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/icons/-/icons-9.2.2.tgz",
|
|
"integrity": "sha512-Tqq2OVCdS7J02DNw58xwlgLGl40sWEckbqXT3qRvIF63FfVq+wQZBGuhuiyAURcSgvsc3h2oQeYFi9iXh7HTOA==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/identicon": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/identicon/-/identicon-9.2.2.tgz",
|
|
"integrity": "sha512-POVKFulIrcuZf3rdAgxYaSm2XUg/TJg3tg9zq9150reEGPpzWR7ijyJ03dzAADPzS3DExfdYVT9+z3JKwwJnTQ==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/initials": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/initials/-/initials-9.2.2.tgz",
|
|
"integrity": "sha512-/xNnsEmsstWjmF77htAOuwOMhFlP6eBVXgcgFlTl/CCH/Oc6H7t0vwX1he8KLQBBzjGpvJcvIAn4Wh9rE4D5/A==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/lorelei": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/lorelei/-/lorelei-9.2.2.tgz",
|
|
"integrity": "sha512-koXqVr/vcWUPo00VP5H6Czsit+uF1tmwd2NK7Q/e34/9Sd1f4QLLxHjjBNm/iNjCI1+UNTOvZ2Qqu0N5eo7Flw==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/lorelei-neutral": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/lorelei-neutral/-/lorelei-neutral-9.2.2.tgz",
|
|
"integrity": "sha512-Eys9Os6nt2Xll7Mvu66CfRR2YggTopWcmFcRZ9pPdohS96kT0MsLI2iTcfZXQ51K8hvT3IbwoGc86W8n0cDxAQ==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/micah": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/micah/-/micah-9.2.2.tgz",
|
|
"integrity": "sha512-NCajcJV5yw8uMKiACp694w1T/UyYme2CUEzyTzWHgWnQ+drAuCcH8gpAoLWd67viNdQB/MTpNlaelUgTjmI4AQ==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/miniavs": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/miniavs/-/miniavs-9.2.2.tgz",
|
|
"integrity": "sha512-vvkWXttdw+KHF3j+9qcUFzK+P0nbNnImGjvN48wwkPIh2h08WWFq0MnoOls4IHwUJC4GXBjWtiyVoCxz6hhtOA==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/notionists": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/notionists/-/notionists-9.2.2.tgz",
|
|
"integrity": "sha512-Z9orRaHoj7Y9Ap4wEu8XOrFACsG1KbbBQUPV1R50uh6AHwsyNrm4cS84ICoGLvxgLNHHOae3YCjd8aMu2z19zg==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/notionists-neutral": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/notionists-neutral/-/notionists-neutral-9.2.2.tgz",
|
|
"integrity": "sha512-AhOzk+lz6kB4uxGun8AJhV+W1nttnMlxmxd+5KbQ/txCIziYIaeD3il44wsAGegEpGFvAZyMYtR/jjfHcem3TA==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/open-peeps": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/open-peeps/-/open-peeps-9.2.2.tgz",
|
|
"integrity": "sha512-6PeQDHYyjvKrGSl/gP+RE5dSYAQGKpcGnM65HorgyTIugZK7STo0W4hvEycedupZ3MCCEH8x/XyiChKM2sHXog==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/personas": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/personas/-/personas-9.2.2.tgz",
|
|
"integrity": "sha512-705+ObNLC0w1fcgE/Utav+8bqO+Esu53TXegpX5j7trGEoIMf2bThqJGHuhknZ3+T2az3Wr89cGyOGlI0KLzLA==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/pixel-art": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/pixel-art/-/pixel-art-9.2.2.tgz",
|
|
"integrity": "sha512-BvbFdrpzQl04+Y9UsWP63YGug+ENGC7GMG88qbEFWxb/IqRavGa4H3D0T4Zl2PSLiw7f2Ctv98bsCQZ1PtCznQ==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/pixel-art-neutral": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/pixel-art-neutral/-/pixel-art-neutral-9.2.2.tgz",
|
|
"integrity": "sha512-CdUY77H6Aj7dKLW3hdkv7tu0XQJArUjaWoXihQxlhl3oVYplWaoyu9omYy5pl8HTqs8YgVTGljjMXYoFuK0JUw==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/rings": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/rings/-/rings-9.2.2.tgz",
|
|
"integrity": "sha512-eD1J1k364Arny+UlvGrk12HP/XGG6WxPSm4BarFqdJGSV45XOZlwqoi7FlcMr9r9yvE/nGL8OizbwMYusEEdjw==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/shapes": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/shapes/-/shapes-9.2.2.tgz",
|
|
"integrity": "sha512-e741NNWBa7fg0BjomxXa0fFPME2XCIR0FA+VHdq9AD2taTGHEPsg5x1QJhCRdK6ww85yeu3V3ucpZXdSrHVw5Q==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@dicebear/thumbs": {
|
|
"version": "9.2.2",
|
|
"resolved": "https://registry.npmjs.org/@dicebear/thumbs/-/thumbs-9.2.2.tgz",
|
|
"integrity": "sha512-FkPLDNu7n5kThLSk7lR/0cz/NkUqgGdZGfLZv6fLkGNGtv6W+e2vZaO7HCXVwIgJ+II+kImN41zVIZ6Jlll7pQ==",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@types/jest": {
|
|
"version": "29.5.14",
|
|
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz",
|
|
"integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"expect": "^29.0.0",
|
|
"pretty-format": "^29.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/@vitejs/plugin-react": {
|
|
"version": "4.3.4",
|
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz",
|
|
"integrity": "sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.25.9",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
|
|
"@types/babel__core": "^7.20.5",
|
|
"react-refresh": "^0.14.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/babel-plugin-polyfill-corejs2": {
|
|
"version": "0.4.12",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz",
|
|
"integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.22.6",
|
|
"@babel/helper-define-polyfill-provider": "^0.6.3",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"client/node_modules/babel-plugin-polyfill-corejs3": {
|
|
"version": "0.11.1",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz",
|
|
"integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.6.3",
|
|
"core-js-compat": "^3.40.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/babel-plugin-polyfill-regenerator": {
|
|
"version": "0.6.3",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz",
|
|
"integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.6.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"client/node_modules/babel-plugin-transform-import-meta": {
|
|
"version": "2.3.2",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-transform-import-meta/-/babel-plugin-transform-import-meta-2.3.2.tgz",
|
|
"integrity": "sha512-902o4GiQqI1GqAXfD5rEoz0PJamUfJ3VllpdWaNsFTwdaNjFSFHawvBO+cp5K2j+g2h3bZ4lnM1Xb6yFYGihtA==",
|
|
"dev": true,
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"@babel/template": "^7.25.9",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.10.0"
|
|
}
|
|
},
|
|
"client/node_modules/browserslist": {
|
|
"version": "4.24.4",
|
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz",
|
|
"integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caniuse-lite": "^1.0.30001688",
|
|
"electron-to-chromium": "^1.5.73",
|
|
"node-releases": "^2.0.19",
|
|
"update-browserslist-db": "^1.1.1"
|
|
},
|
|
"bin": {
|
|
"browserslist": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
}
|
|
},
|
|
"client/node_modules/core-js-compat": {
|
|
"version": "3.40.0",
|
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.40.0.tgz",
|
|
"integrity": "sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.24.3"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/core-js"
|
|
}
|
|
},
|
|
"client/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==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"client/node_modules/react-is": {
|
|
"version": "17.0.2",
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
|
|
},
|
|
"client/node_modules/react-refresh": {
|
|
"version": "0.14.2",
|
|
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz",
|
|
"integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"client/node_modules/ts-jest": {
|
|
"version": "29.2.5",
|
|
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.5.tgz",
|
|
"integrity": "sha512-KD8zB2aAZrcKIdGk4OwpJggeLcH1FgrICqDSROWqlnJXGCXK4Mn6FcdK2B6670Xr73lHMG1kHw8R87A0ecZ+vA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bs-logger": "^0.2.6",
|
|
"ejs": "^3.1.10",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"jest-util": "^29.0.0",
|
|
"json5": "^2.2.3",
|
|
"lodash.memoize": "^4.1.2",
|
|
"make-error": "^1.3.6",
|
|
"semver": "^7.6.3",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"bin": {
|
|
"ts-jest": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": ">=7.0.0-beta.0 <8",
|
|
"@jest/transform": "^29.0.0",
|
|
"@jest/types": "^29.0.0",
|
|
"babel-jest": "^29.0.0",
|
|
"jest": "^29.0.0",
|
|
"typescript": ">=4.3 <6"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@babel/core": {
|
|
"optional": true
|
|
},
|
|
"@jest/transform": {
|
|
"optional": true
|
|
},
|
|
"@jest/types": {
|
|
"optional": true
|
|
},
|
|
"babel-jest": {
|
|
"optional": true
|
|
},
|
|
"esbuild": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"client/node_modules/update-browserslist-db": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz",
|
|
"integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escalade": "^3.2.0",
|
|
"picocolors": "^1.1.1"
|
|
},
|
|
"bin": {
|
|
"update-browserslist-db": "cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"browserslist": ">= 4.21.0"
|
|
}
|
|
},
|
|
"client/node_modules/vite-plugin-pwa": {
|
|
"version": "0.21.2",
|
|
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.21.2.tgz",
|
|
"integrity": "sha512-vFhH6Waw8itNu37hWUJxL50q+CBbNcMVzsKaYHQVrfxTt3ihk3PeLO22SbiP1UNWzcEPaTQv+YVxe4G0KOjAkg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.6",
|
|
"pretty-bytes": "^6.1.1",
|
|
"tinyglobby": "^0.2.10",
|
|
"workbox-build": "^7.3.0",
|
|
"workbox-window": "^7.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/antfu"
|
|
},
|
|
"peerDependencies": {
|
|
"@vite-pwa/assets-generator": "^0.2.6",
|
|
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
|
|
"workbox-build": "^7.3.0",
|
|
"workbox-window": "^7.3.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@vite-pwa/assets-generator": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@aashutoshrathi/word-wrap": {
|
|
"version": "1.2.6",
|
|
"resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
|
|
"integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/@adobe/css-tools": {
|
|
"version": "4.3.3",
|
|
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.3.tgz",
|
|
"integrity": "sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@alloc/quick-lru": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
|
|
"integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@ampproject/remapping": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
|
"integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@anthropic-ai/sdk": {
|
|
"version": "0.27.3",
|
|
"resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.27.3.tgz",
|
|
"integrity": "sha512-IjLt0gd3L4jlOfilxVXTifn42FnVffMgDC04RJK1KDZpmkBWLv0XC92MVVmkxrFZNS/7l3xWgP/I3nqtX1sQHw==",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@types/node-fetch": "^2.6.4",
|
|
"abort-controller": "^3.0.0",
|
|
"agentkeepalive": "^4.2.1",
|
|
"form-data-encoder": "1.7.2",
|
|
"formdata-node": "^4.3.2",
|
|
"node-fetch": "^2.6.7"
|
|
}
|
|
},
|
|
"node_modules/@anthropic-ai/sdk/node_modules/@types/node": {
|
|
"version": "18.19.79",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.79.tgz",
|
|
"integrity": "sha512-90K8Oayimbctc5zTPHPfZloc/lGVs7f3phUAAMcTgEPtg8kKquGZDERC8K4vkBYkQQh48msiYUslYtxTWvqcAg==",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"node_modules/@ariakit/core": {
|
|
"version": "0.4.15",
|
|
"resolved": "https://registry.npmjs.org/@ariakit/core/-/core-0.4.15.tgz",
|
|
"integrity": "sha512-vvxmZvkNhiisKM+Y1TbGMUfVVchV/sWu9F0xw0RYADXcimWPK31dd9JnIZs/OQ5pwAryAHmERHwuGQVESkSjwQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@ariakit/react": {
|
|
"version": "0.4.17",
|
|
"resolved": "https://registry.npmjs.org/@ariakit/react/-/react-0.4.17.tgz",
|
|
"integrity": "sha512-HQaIboE2axtlncJz1hRTaiQfJ1GGjhdtNcAnPwdjvl2RybfmlHowIB+HTVBp36LzroKPs/M4hPCxk7XTaqRZGg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ariakit/react-core": "0.4.17"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/ariakit"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@ariakit/react-core": {
|
|
"version": "0.4.17",
|
|
"resolved": "https://registry.npmjs.org/@ariakit/react-core/-/react-core-0.4.17.tgz",
|
|
"integrity": "sha512-kFF6n+gC/5CRQIyaMTFoBPio2xUe0k9rZhMNdUobWRmc/twfeLVkODx+8UVYaNyKilTge8G0JFqwvFKku/jKEw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ariakit/core": "0.4.15",
|
|
"@floating-ui/dom": "^1.0.0",
|
|
"use-sync-external-store": "^1.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/crc32": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
|
|
"integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^3.0.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/crc32/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"node_modules/@aws-crypto/crc32c": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz",
|
|
"integrity": "sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/crc32c/node_modules/@aws-crypto/util": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
|
|
"integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha1-browser": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz",
|
|
"integrity": "sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/supports-web-crypto": "^5.2.0",
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-crypto/util": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
|
|
"integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha256-browser": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz",
|
|
"integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-js": "^5.2.0",
|
|
"@aws-crypto/supports-web-crypto": "^5.2.0",
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/util": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
|
|
"integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha256-js": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz",
|
|
"integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-crypto/util": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
|
|
"integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
|
|
"integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/util": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz",
|
|
"integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@aws-sdk/util-utf8-browser": "^3.0.0",
|
|
"tslib": "^1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/util/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-agent-runtime/-/client-bedrock-agent-runtime-3.758.0.tgz",
|
|
"integrity": "sha512-5Svphee/Q/3hKlk/V6UQmQBQdBG0rIfqi7eMgEaNWXHfwy9/V6zJ6MsPvPGHqVZMNqUaSZJ0ToycvVbZ6HX3bA==",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/credential-provider-node": "3.758.0",
|
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
"@smithy/config-resolver": "^4.0.1",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/eventstream-serde-browser": "^4.0.1",
|
|
"@smithy/eventstream-serde-config-resolver": "^4.0.1",
|
|
"@smithy/eventstream-serde-node": "^4.0.1",
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/hash-node": "^4.0.1",
|
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-retry": "^4.0.7",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
"@smithy/util-endpoints": "^3.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-retry": "^4.0.1",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/client-sso": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.758.0.tgz",
|
|
"integrity": "sha512-BoGO6IIWrLyLxQG6txJw6RT2urmbtlwfggapNCrNPyYjlXpzTSJhBYjndg7TpDATFd0SXL0zm8y/tXsUXNkdYQ==",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
"@smithy/config-resolver": "^4.0.1",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/hash-node": "^4.0.1",
|
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-retry": "^4.0.7",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
"@smithy/util-endpoints": "^3.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-retry": "^4.0.1",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/core": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.758.0.tgz",
|
|
"integrity": "sha512-0RswbdR9jt/XKemaLNuxi2gGr4xGlHyGxkTdhSQzCyUe9A9OPCoLl3rIESRguQEech+oJnbHk/wuiwHqTuP9sg==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/signature-v4": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"fast-xml-parser": "4.4.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/credential-provider-env": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.758.0.tgz",
|
|
"integrity": "sha512-N27eFoRrO6MeUNumtNHDW9WOiwfd59LPXPqDrIa3kWL/s+fOKFHb9xIcF++bAwtcZnAxKkgpDCUP+INNZskE+w==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/credential-provider-http": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.758.0.tgz",
|
|
"integrity": "sha512-Xt9/U8qUCiw1hihztWkNeIR+arg6P+yda10OuCHX6kFVx3auTlU7+hCqs3UxqniGU4dguHuftf3mRpi5/GJ33Q==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/credential-provider-ini": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.758.0.tgz",
|
|
"integrity": "sha512-cymSKMcP5d+OsgetoIZ5QCe1wnp2Q/tq+uIxVdh9MbfdBBEnl9Ecq6dH6VlYS89sp4QKuxHxkWXVnbXU3Q19Aw==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/credential-provider-env": "3.758.0",
|
|
"@aws-sdk/credential-provider-http": "3.758.0",
|
|
"@aws-sdk/credential-provider-process": "3.758.0",
|
|
"@aws-sdk/credential-provider-sso": "3.758.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.758.0",
|
|
"@aws-sdk/nested-clients": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/credential-provider-imds": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/credential-provider-node": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.758.0.tgz",
|
|
"integrity": "sha512-+DaMv63wiq7pJrhIQzZYMn4hSarKiizDoJRvyR7WGhnn0oQ/getX9Z0VNCV3i7lIFoLNTb7WMmQ9k7+z/uD5EQ==",
|
|
"dependencies": {
|
|
"@aws-sdk/credential-provider-env": "3.758.0",
|
|
"@aws-sdk/credential-provider-http": "3.758.0",
|
|
"@aws-sdk/credential-provider-ini": "3.758.0",
|
|
"@aws-sdk/credential-provider-process": "3.758.0",
|
|
"@aws-sdk/credential-provider-sso": "3.758.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/credential-provider-imds": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/credential-provider-process": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.758.0.tgz",
|
|
"integrity": "sha512-AzcY74QTPqcbXWVgjpPZ3HOmxQZYPROIBz2YINF0OQk0MhezDWV/O7Xec+K1+MPGQO3qS6EDrUUlnPLjsqieHA==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/credential-provider-sso": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.758.0.tgz",
|
|
"integrity": "sha512-x0FYJqcOLUCv8GLLFDYMXRAQKGjoM+L0BG4BiHYZRDf24yQWFCAZsCQAYKo6XZYh2qznbsW6f//qpyJ5b0QVKQ==",
|
|
"dependencies": {
|
|
"@aws-sdk/client-sso": "3.758.0",
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/token-providers": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.758.0.tgz",
|
|
"integrity": "sha512-XGguXhBqiCXMXRxcfCAVPlMbm3VyJTou79r/3mxWddHWF0XbhaQiBIbUz6vobVTD25YQRbWSmSch7VA8kI5Lrw==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/nested-clients": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/middleware-host-header": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.734.0.tgz",
|
|
"integrity": "sha512-LW7RRgSOHHBzWZnigNsDIzu3AiwtjeI2X66v+Wn1P1u+eXssy1+up4ZY/h+t2sU4LU36UvEf+jrZti9c6vRnFw==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/middleware-logger": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.734.0.tgz",
|
|
"integrity": "sha512-mUMFITpJUW3LcKvFok176eI5zXAUomVtahb9IQBwLzkqFYOrMJvWAvoV4yuxrJ8TlQBG8gyEnkb9SnhZvjg67w==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.734.0.tgz",
|
|
"integrity": "sha512-CUat2d9ITsFc2XsmeiRQO96iWpxSKYFjxvj27Hc7vo87YUHRnfMfnc8jw1EpxEwMcvBD7LsRa6vDNky6AjcrFA==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/middleware-user-agent": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.758.0.tgz",
|
|
"integrity": "sha512-iNyehQXtQlj69JCgfaOssgZD4HeYGOwxcaKeG6F+40cwBjTAi0+Ph1yfDwqk2qiBPIRWJ/9l2LodZbxiBqgrwg==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/region-config-resolver": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.734.0.tgz",
|
|
"integrity": "sha512-Lvj1kPRC5IuJBr9DyJ9T9/plkh+EfKLy+12s/mykOy1JaKHDpvj+XGy2YO6YgYVOb8JFtaqloid+5COtje4JTQ==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/token-providers": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.758.0.tgz",
|
|
"integrity": "sha512-ckptN1tNrIfQUaGWm/ayW1ddG+imbKN7HHhjFdS4VfItsP0QQOB0+Ov+tpgb4MoNR4JaUghMIVStjIeHN2ks1w==",
|
|
"dependencies": {
|
|
"@aws-sdk/nested-clients": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/util-endpoints": {
|
|
"version": "3.743.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.743.0.tgz",
|
|
"integrity": "sha512-sN1l559zrixeh5x+pttrnd0A3+r34r0tmPkJ/eaaMaAzXqsmKU/xYre9K3FNnsSS1J1k4PEfk/nHDTVUgFYjnw==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-endpoints": "^3.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/util-user-agent-browser": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.734.0.tgz",
|
|
"integrity": "sha512-xQTCus6Q9LwUuALW+S76OL0jcWtMOVu14q+GoLnWPUM7QeUw963oQcLhF7oq0CtaLLKyl4GOUfcwc773Zmwwng==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@aws-sdk/util-user-agent-node": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.758.0.tgz",
|
|
"integrity": "sha512-A5EZw85V6WhoKMV2hbuFRvb9NPlxEErb4HPO6/SPXYY4QrjprIzScHxikqcWv1w4J3apB1wto9LPU3IMsYtfrw==",
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"aws-crt": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"aws-crt": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.1.tgz",
|
|
"integrity": "sha512-fiUIYgIgRjMWznk6iLJz35K2YxSLHzLBA/RC6lBrKfQ8fHbPfvk7Pk9UvpKoHgJjI18MnbPuEju53zcVy6KF1g==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/config-resolver": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.0.1.tgz",
|
|
"integrity": "sha512-Igfg8lKu3dRVkTSEm98QpZUvKEOa71jDX4vKRcvJVyRc3UgN3j7vFMf0s7xLQhYmKa8kyJGQgUJDOV5V3neVlQ==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/core": {
|
|
"version": "3.1.5",
|
|
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.1.5.tgz",
|
|
"integrity": "sha512-HLclGWPkCsekQgsyzxLhCQLa8THWXtB5PxyYN+2O6nkyLt550KQKTlbV2D1/j5dNIQapAZM1+qFnpBFxZQkgCA==",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/credential-provider-imds": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.0.1.tgz",
|
|
"integrity": "sha512-l/qdInaDq1Zpznpmev/+52QomsJNZ3JkTl5yrTl02V6NBgJOQ4LY0SFw/8zsMwj3tLe8vqiIuwF6nxaEwgf6mg==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.0.1.tgz",
|
|
"integrity": "sha512-3aS+fP28urrMW2KTjb6z9iFow6jO8n3MFfineGbndvzGZit3taZhKWtTorf+Gp5RpFDDafeHlhfsGlDCXvUnJA==",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/hash-node": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.0.1.tgz",
|
|
"integrity": "sha512-TJ6oZS+3r2Xu4emVse1YPB3Dq3d8RkZDKcPr71Nj/lJsdAP1c7oFzYqEn1IBc915TsgLl2xIJNuxCz+gLbLE0w==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/invalid-dependency": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.0.1.tgz",
|
|
"integrity": "sha512-gdudFPf4QRQ5pzj7HEnu6FhKRi61BfH/Gk5Yf6O0KiSbr1LlVhgjThcvjdu658VE6Nve8vaIWB8/fodmS1rBPQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/middleware-content-length": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.0.1.tgz",
|
|
"integrity": "sha512-OGXo7w5EkB5pPiac7KNzVtfCW2vKBTZNuCctn++TTSOMpe6RZO/n6WEC1AxJINn3+vWLKW49uad3lo/u0WJ9oQ==",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.0.6.tgz",
|
|
"integrity": "sha512-ftpmkTHIFqgaFugcjzLZv3kzPEFsBFSnq1JsIkr2mwFzCraZVhQk2gqN51OOeRxqhbPTkRFj39Qd2V91E/mQxg==",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/middleware-retry": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.0.7.tgz",
|
|
"integrity": "sha512-58j9XbUPLkqAcV1kHzVX/kAR16GT+j7DUZJqwzsxh1jtz7G82caZiGyyFgUvogVfNTg3TeAOIJepGc8TXF4AVQ==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/service-error-classification": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-retry": "^4.0.1",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.0.2.tgz",
|
|
"integrity": "sha512-Sdr5lOagCn5tt+zKsaW+U2/iwr6bI9p08wOkCp6/eL6iMbgdtc2R5Ety66rf87PeohR0ExI84Txz9GYv5ou3iQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.0.1.tgz",
|
|
"integrity": "sha512-dHwDmrtR/ln8UTHpaIavRSzeIk5+YZTBtLnKwDW3G2t6nAupCiQUvNzNoHBpik63fwUaJPtlnMzXbQrNFWssIA==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.0.1.tgz",
|
|
"integrity": "sha512-8mRTjvCtVET8+rxvmzRNRR0hH2JjV0DFOmwXPrISmTIJEfnCBugpYYGAsCj8t41qd+RB5gbheSQ/6aKZCQvFLQ==",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.0.3.tgz",
|
|
"integrity": "sha512-dYCLeINNbYdvmMLtW0VdhW1biXt+PPCGazzT5ZjKw46mOtdgToQEwjqZSS9/EN8+tNs/RO0cEWG044+YZs97aA==",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.1.tgz",
|
|
"integrity": "sha512-o+VRiwC2cgmk/WFV0jaETGOtX16VNPp2bSQEzu0whbReqE1BMqsP2ami2Vi3cbGVdKu1kq9gQkDAGKbt0WOHAQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/protocol-http": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.0.1.tgz",
|
|
"integrity": "sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.1.tgz",
|
|
"integrity": "sha512-wU87iWZoCbcqrwszsOewEIuq+SU2mSoBE2CcsLwE0I19m0B2gOJr1MVjxWcDQYOzHbR1xCk7AcOBbGFUYOKvdg==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.0.1.tgz",
|
|
"integrity": "sha512-Ma2XC7VS9aV77+clSFylVUnPZRindhB7BbmYiNOdr+CHt/kZNJoPP0cd3QxCnCFyPXC4eybmyE98phEHkqZ5Jw==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/service-error-classification": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.0.1.tgz",
|
|
"integrity": "sha512-3JNjBfOWpj/mYfjXJHB4Txc/7E4LVq32bwzE7m28GN79+M1f76XHflUaSUkhOriprPDzev9cX/M+dEB80DNDKA==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.1.tgz",
|
|
"integrity": "sha512-hC8F6qTBbuHRI/uqDgqqi6J0R4GtEZcgrZPhFQnMhfJs3MnUTGSnR1NSJCJs5VWlMydu0kJz15M640fJlRsIOw==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/signature-v4": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.0.1.tgz",
|
|
"integrity": "sha512-nCe6fQ+ppm1bQuw5iKoeJ0MJfz2os7Ic3GBjOkLOPtavbD1ONoyE3ygjBfz2ythFWm4YnRm6OxW+8p/m9uCoIA==",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/smithy-client": {
|
|
"version": "4.1.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.1.6.tgz",
|
|
"integrity": "sha512-UYDolNg6h2O0L+cJjtgSyKKvEKCOa/8FHYJnBobyeoeWDmNpXjwOAtw16ezyeu1ETuuLEOZbrynK0ZY1Lx9Jbw==",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.0.1.tgz",
|
|
"integrity": "sha512-gPXcIEUtw7VlK8f/QcruNXm7q+T5hhvGu9tl63LsJPZ27exB6dtNwvh2HIi0v7JcXJ5emBxB+CJxwaLEdJfA+g==",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.0.0.tgz",
|
|
"integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz",
|
|
"integrity": "sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-body-length-node": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.0.0.tgz",
|
|
"integrity": "sha512-q0iDP3VsZzqJyje8xJWEJCNIu3lktUGVoSy1KB0UWym2CL1siV3artm+u1DFYTLejpsrdGyCSWBdGNjJzfDPjg==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-config-provider": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz",
|
|
"integrity": "sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-defaults-mode-browser": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.7.tgz",
|
|
"integrity": "sha512-CZgDDrYHLv0RUElOsmZtAnp1pIjwDVCSuZWOPhIOBvG36RDfX1Q9+6lS61xBf+qqvHoqRjHxgINeQz47cYFC2Q==",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-defaults-mode-node": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.7.tgz",
|
|
"integrity": "sha512-79fQW3hnfCdrfIi1soPbK3zmooRFnLpSx3Vxi6nUlqaaQeC5dm8plt4OTNDNqEEEDkvKghZSaoti684dQFVrGQ==",
|
|
"dependencies": {
|
|
"@smithy/config-resolver": "^4.0.1",
|
|
"@smithy/credential-provider-imds": "^4.0.1",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-endpoints": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.0.1.tgz",
|
|
"integrity": "sha512-zVdUENQpdtn9jbpD9SCFK4+aSiavRb9BxEtw9ZGUR1TYo6bBHbIoi7VkrFQ0/RwZlzx0wRBaRmPclj8iAoJCLA==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-retry": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.0.1.tgz",
|
|
"integrity": "sha512-WmRHqNVwn3kI3rKk1LsKcVgPBG6iLTBGC1iYOV3GQegwJ3E8yjzHytPt26VNzOWr1qu0xE03nK0Ug8S7T7oufw==",
|
|
"dependencies": {
|
|
"@smithy/service-error-classification": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-stream": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.1.2.tgz",
|
|
"integrity": "sha512-44PKEqQ303d3rlQuiDpcCcu//hV8sn+u2JBo84dWCE0rvgeiVl0IlLMagbU++o0jCWhYCsHaAt9wZuZqNe05Hw==",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-agent-runtime/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.848.0.tgz",
|
|
"integrity": "sha512-oWXy0eLanklzZLz6TQwcxxnwqYFjdDCHnKkdMWLOHSPgPJVZxqGfr1KD72XHwg9386+vxInZ0VYIggs0cut/Hw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/credential-provider-node": "3.848.0",
|
|
"@aws-sdk/eventstream-handler-node": "3.840.0",
|
|
"@aws-sdk/middleware-eventstream": "3.840.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/middleware-websocket": "3.844.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/token-providers": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/eventstream-serde-browser": "^4.0.4",
|
|
"@smithy/eventstream-serde-config-resolver": "^4.1.2",
|
|
"@smithy/eventstream-serde-node": "^4.0.4",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"@types/uuid": "^9.0.1",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/client-sso": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.848.0.tgz",
|
|
"integrity": "sha512-mD+gOwoeZQvbecVLGoCmY6pS7kg02BHesbtIxUj+PeBqYoZV5uLvjUOmuGfw1SfoSobKvS11urxC9S7zxU/Maw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/core": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.846.0.tgz",
|
|
"integrity": "sha512-7CX0pM906r4WSS68fCTNMTtBCSkTtf3Wggssmx13gD40gcWEZXsU00KzPp1bYheNRyPlAq3rE22xt4wLPXbuxA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/xml-builder": "3.821.0",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/signature-v4": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"fast-xml-parser": "5.2.5",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/credential-provider-env": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.846.0.tgz",
|
|
"integrity": "sha512-QuCQZET9enja7AWVISY+mpFrEIeHzvkx/JEEbHYzHhUkxcnC2Kq2c0bB7hDihGD0AZd3Xsm653hk1O97qu69zg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/credential-provider-http": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.846.0.tgz",
|
|
"integrity": "sha512-Jh1iKUuepdmtreMYozV2ePsPcOF5W9p3U4tWhi3v6nDvz0GsBjzjAROW+BW8XMz9vAD3I9R+8VC3/aq63p5nlw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/credential-provider-ini": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.848.0.tgz",
|
|
"integrity": "sha512-r6KWOG+En2xujuMhgZu7dzOZV3/M5U/5+PXrG8dLQ3rdPRB3vgp5tc56KMqLwm/EXKRzAOSuw/UE4HfNOAB8Hw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/credential-provider-env": "3.846.0",
|
|
"@aws-sdk/credential-provider-http": "3.846.0",
|
|
"@aws-sdk/credential-provider-process": "3.846.0",
|
|
"@aws-sdk/credential-provider-sso": "3.848.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.848.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/credential-provider-node": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.848.0.tgz",
|
|
"integrity": "sha512-AblNesOqdzrfyASBCo1xW3uweiSro4Kft9/htdxLeCVU1KVOnFWA5P937MNahViRmIQm2sPBCqL8ZG0u9lnh5g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/credential-provider-env": "3.846.0",
|
|
"@aws-sdk/credential-provider-http": "3.846.0",
|
|
"@aws-sdk/credential-provider-ini": "3.848.0",
|
|
"@aws-sdk/credential-provider-process": "3.846.0",
|
|
"@aws-sdk/credential-provider-sso": "3.848.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/credential-provider-process": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.846.0.tgz",
|
|
"integrity": "sha512-mEpwDYarJSH+CIXnnHN0QOe0MXI+HuPStD6gsv3z/7Q6ESl8KRWon3weFZCDnqpiJMUVavlDR0PPlAFg2MQoPg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/credential-provider-sso": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.848.0.tgz",
|
|
"integrity": "sha512-pozlDXOwJZL0e7w+dqXLgzVDB7oCx4WvtY0sk6l4i07uFliWF/exupb6pIehFWvTUcOvn5aFTTqcQaEzAD5Wsg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/client-sso": "3.848.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/token-providers": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.848.0.tgz",
|
|
"integrity": "sha512-D1fRpwPxtVDhcSc/D71exa2gYweV+ocp4D3brF0PgFd//JR3XahZ9W24rVnTQwYEcK9auiBZB89Ltv+WbWN8qw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/middleware-host-header": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.840.0.tgz",
|
|
"integrity": "sha512-ub+hXJAbAje94+Ya6c6eL7sYujoE8D4Bumu1NUI8TXjUhVVn0HzVWQjpRLshdLsUp1AW7XyeJaxyajRaJQ8+Xg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/middleware-logger": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.840.0.tgz",
|
|
"integrity": "sha512-lSV8FvjpdllpGaRspywss4CtXV8M7NNNH+2/j86vMH+YCOZ6fu2T/TyFd/tHwZ92vDfHctWkRbQxg0bagqwovA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.840.0.tgz",
|
|
"integrity": "sha512-Gu7lGDyfddyhIkj1Z1JtrY5NHb5+x/CRiB87GjaSrKxkDaydtX2CU977JIABtt69l9wLbcGDIQ+W0uJ5xPof7g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/middleware-user-agent": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.848.0.tgz",
|
|
"integrity": "sha512-rjMuqSWJEf169/ByxvBqfdei1iaduAnfolTshsZxwcmLIUtbYrFUmts0HrLQqsAG8feGPpDLHA272oPl+NTCCA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/nested-clients": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.848.0.tgz",
|
|
"integrity": "sha512-joLsyyo9u61jnZuyYzo1z7kmS7VgWRAkzSGESVzQHfOA1H2PYeUFek6vLT4+c9xMGrX/Z6B0tkRdzfdOPiatLg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/region-config-resolver": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.840.0.tgz",
|
|
"integrity": "sha512-Qjnxd/yDv9KpIMWr90ZDPtRj0v75AqGC92Lm9+oHXZ8p1MjG5JE2CW0HL8JRgK9iKzgKBL7pPQRXI8FkvEVfrA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/token-providers": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.848.0.tgz",
|
|
"integrity": "sha512-oNPyM4+Di2Umu0JJRFSxDcKQ35+Chl/rAwD47/bS0cDPI8yrao83mLXLeDqpRPHyQW4sXlP763FZcuAibC0+mg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/types": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.840.0.tgz",
|
|
"integrity": "sha512-xliuHaUFZxEx1NSXeLLZ9Dyu6+EJVQKEoD+yM+zqUo3YDZ7medKJWY6fIOKiPX/N7XbLdBYwajb15Q7IL8KkeA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/util-endpoints": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.848.0.tgz",
|
|
"integrity": "sha512-fY/NuFFCq/78liHvRyFKr+aqq1aA/uuVSANjzr5Ym8c+9Z3HRPE9OrExAHoMrZ6zC8tHerQwlsXYYH5XZ7H+ww==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/util-user-agent-browser": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.840.0.tgz",
|
|
"integrity": "sha512-JdyZM3EhhL4PqwFpttZu1afDpPJCCc3eyZOLi+srpX11LsGj6sThf47TYQN75HT1CarZ7cCdQHGzP2uy3/xHfQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/util-user-agent-node": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.848.0.tgz",
|
|
"integrity": "sha512-Zz1ft9NiLqbzNj/M0jVNxaoxI2F4tGXN0ZbZIj+KJ+PbJo+w5+Jo6d0UDAtbj3AEd79pjcCaP4OA9NTVzItUdw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"aws-crt": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"aws-crt": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@aws-sdk/xml-builder": {
|
|
"version": "3.821.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.821.0.tgz",
|
|
"integrity": "sha512-DIIotRnefVL6DiaHtO6/21DhJ4JZnnIwdNbpwiAhdt/AVbttcE4yw925gsjur0OGv5BTYXQXU3YnANBYnZjuQA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.4.tgz",
|
|
"integrity": "sha512-gJnEjZMvigPDQWHrW3oPrFhQtkrgqBkyjj3pCIdF3A5M6vsZODG93KNlfJprv6bp4245bdT32fsHK4kkH3KYDA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/config-resolver": {
|
|
"version": "4.1.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.1.4.tgz",
|
|
"integrity": "sha512-prmU+rDddxHOH0oNcwemL+SwnzcG65sBF2yXRO7aeXIn/xTlq2pX7JLVbkBnVLowHLg4/OL4+jBmv9hVrVGS+w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/core": {
|
|
"version": "3.7.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.7.1.tgz",
|
|
"integrity": "sha512-ExRCsHnXFtBPnM7MkfKBPcBBdHw1h/QS/cbNw4ho95qnyNHvnpmGbR39MIAv9KggTr5qSPxRSEL+hRXlyGyGQw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/credential-provider-imds": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.0.6.tgz",
|
|
"integrity": "sha512-hKMWcANhUiNbCJouYkZ9V3+/Qf9pteR1dnwgdyzR09R4ODEYx8BbUysHwRSyex4rZ9zapddZhLFTnT4ZijR4pw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.1.0.tgz",
|
|
"integrity": "sha512-mADw7MS0bYe2OGKkHYMaqarOXuDwRbO6ArD91XhHcl2ynjGCFF+hvqf0LyQcYxkA1zaWjefSkU7Ne9mqgApSgQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/querystring-builder": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/hash-node": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.0.4.tgz",
|
|
"integrity": "sha512-qnbTPUhCVnCgBp4z4BUJUhOEkVwxiEi1cyFM+Zj6o+aY8OFGxUQleKWq8ltgp3dujuhXojIvJWdoqpm6dVO3lQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/invalid-dependency": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.0.4.tgz",
|
|
"integrity": "sha512-bNYMi7WKTJHu0gn26wg8OscncTt1t2b8KcsZxvOv56XA6cyXtOAAAaNP7+m45xfppXfOatXF3Sb1MNsLUgVLTw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/middleware-content-length": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.0.4.tgz",
|
|
"integrity": "sha512-F7gDyfI2BB1Kc+4M6rpuOLne5LOcEknH1n6UQB69qv+HucXBR1rkzXBnQTB2q46sFy1PM/zuSJOB532yc8bg3w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.1.16",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.1.16.tgz",
|
|
"integrity": "sha512-plpa50PIGLqzMR2ANKAw2yOW5YKS626KYKqae3atwucbz4Ve4uQ9K9BEZxDLIFmCu7hKLcrq2zmj4a+PfmUV5w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.7.1",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/middleware-retry": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.1.17.tgz",
|
|
"integrity": "sha512-gsCimeG6BApj0SBecwa1Be+Z+JOJe46iy3B3m3A8jKJHf7eIihP76Is4LwLrbJ1ygoS7Vg73lfqzejmLOrazUA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/service-error-classification": "^4.0.6",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.8",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.0.8.tgz",
|
|
"integrity": "sha512-iSSl7HJoJaGyMIoNn2B7czghOVwJ9nD7TMvLhMWeSB5vt0TnEYyRRqPJu/TqW76WScaNvYYB8nRoiBHR9S1Ddw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.0.4.tgz",
|
|
"integrity": "sha512-kagK5ggDrBUCCzI93ft6DjteNSfY8Ulr83UtySog/h09lTIOAJ/xUSObutanlPT0nhoHAkpmW9V5K8oPyLh+QA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.1.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.1.3.tgz",
|
|
"integrity": "sha512-HGHQr2s59qaU1lrVH6MbLlmOBxadtzTsoO4c+bF5asdgVik3I8o7JIOzoeqWc5MjVa+vD36/LWE0iXKpNqooRw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.1.0.tgz",
|
|
"integrity": "sha512-vqfSiHz2v8b3TTTrdXi03vNz1KLYYS3bhHCDv36FYDqxT7jvTll1mMnCrkD+gOvgwybuunh/2VmvOMqwBegxEg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/querystring-builder": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.4.tgz",
|
|
"integrity": "sha512-qHJ2sSgu4FqF4U/5UUp4DhXNmdTrgmoAai6oQiM+c5RZ/sbDwJ12qxB1M6FnP+Tn/ggkPZf9ccn4jqKSINaquw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.4.tgz",
|
|
"integrity": "sha512-SwREZcDnEYoh9tLNgMbpop+UTGq44Hl9tdj3rf+yeLcfH7+J8OXEBaMc2kDxtyRHu8BhSg9ADEx0gFHvpJgU8w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.0.4.tgz",
|
|
"integrity": "sha512-6yZf53i/qB8gRHH/l2ZwUG5xgkPgQF15/KxH0DdXMDHjesA9MeZje/853ifkSY0x4m5S+dfDZ+c4x439PF0M2w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/service-error-classification": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.0.6.tgz",
|
|
"integrity": "sha512-RRoTDL//7xi4tn5FrN2NzH17jbgmnKidUqd4KvquT0954/i6CXXkh1884jBiunq24g9cGtPBEXlU40W6EpNOOg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.4.tgz",
|
|
"integrity": "sha512-63X0260LoFBjrHifPDs+nM9tV0VMkOTl4JRMYNuKh/f5PauSjowTfvF3LogfkWdcPoxsA9UjqEOgjeYIbhb7Nw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/signature-v4": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.1.2.tgz",
|
|
"integrity": "sha512-d3+U/VpX7a60seHziWnVZOHuEgJlclufjkS6zhXvxcJgkJq4UWdH5eOBLzHRMx6gXjsdT9h6lfpmLzbrdupHgQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/smithy-client": {
|
|
"version": "4.4.8",
|
|
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.4.8.tgz",
|
|
"integrity": "sha512-pcW691/lx7V54gE+dDGC26nxz8nrvnvRSCJaIYD6XLPpOInEZeKdV/SpSux+wqeQ4Ine7LJQu8uxMvobTIBK0w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.7.1",
|
|
"@smithy/middleware-endpoint": "^4.1.16",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.0.4.tgz",
|
|
"integrity": "sha512-eMkc144MuN7B0TDA4U2fKs+BqczVbk3W+qIvcoCY6D1JY3hnAdCuhCZODC+GAeaxj0p6Jroz4+XMUn3PCxQQeQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.0.0.tgz",
|
|
"integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz",
|
|
"integrity": "sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-body-length-node": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.0.0.tgz",
|
|
"integrity": "sha512-q0iDP3VsZzqJyje8xJWEJCNIu3lktUGVoSy1KB0UWym2CL1siV3artm+u1DFYTLejpsrdGyCSWBdGNjJzfDPjg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-config-provider": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz",
|
|
"integrity": "sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-defaults-mode-browser": {
|
|
"version": "4.0.24",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.24.tgz",
|
|
"integrity": "sha512-UkQNgaQ+bidw1MgdgPO1z1k95W/v8Ej/5o/T/Is8PiVUYPspl/ZxV6WO/8DrzZQu5ULnmpB9CDdMSRwgRc21AA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-defaults-mode-node": {
|
|
"version": "4.0.24",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.24.tgz",
|
|
"integrity": "sha512-phvGi/15Z4MpuQibTLOYIumvLdXb+XIJu8TA55voGgboln85jytA3wiD7CkUE8SNcWqkkb+uptZKPiuFouX/7g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-endpoints": {
|
|
"version": "3.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.0.6.tgz",
|
|
"integrity": "sha512-YARl3tFL3WgPuLzljRUnrS2ngLiUtkwhQtj8PAL13XZSyUiNLQxwG3fBBq3QXFqGFUXepIN73pINp3y8c2nBmA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-retry": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.0.6.tgz",
|
|
"integrity": "sha512-+YekoF2CaSMv6zKrA6iI/N9yva3Gzn4L6n35Luydweu5MMPYpiGZlWqehPHDHyNbnyaYlz/WJyYAZnC+loBDZg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/service-error-classification": "^4.0.6",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-stream": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.2.3.tgz",
|
|
"integrity": "sha512-cQn412DWHHFNKrQfbHY8vSFI3nTROY1aIKji9N0tpp8gUABRilr7wdf8fqBbSlXresobM+tQFNk6I+0LXK/YZg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/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=="
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/fast-xml-parser": {
|
|
"version": "5.2.5",
|
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz",
|
|
"integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strnum": "^2.1.0"
|
|
},
|
|
"bin": {
|
|
"fxparser": "src/cli/cli.js"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-bedrock-runtime/node_modules/strnum": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz",
|
|
"integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@aws-sdk/client-cognito-identity": {
|
|
"version": "3.623.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.623.0.tgz",
|
|
"integrity": "sha512-kGYnTzXTMGdjko5+GZ1PvWvfXA7quiOp5iMo5gbh5b55pzIdc918MHN0pvaqplVGWYlaFJF4YzxUT5Nbxd7Xeg==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/client-sso-oidc": "3.623.0",
|
|
"@aws-sdk/client-sts": "3.623.0",
|
|
"@aws-sdk/core": "3.623.0",
|
|
"@aws-sdk/credential-provider-node": "3.623.0",
|
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
"@aws-sdk/middleware-user-agent": "3.620.0",
|
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@aws-sdk/util-endpoints": "3.614.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
"@smithy/config-resolver": "^3.0.5",
|
|
"@smithy/core": "^2.3.2",
|
|
"@smithy/fetch-http-handler": "^3.2.4",
|
|
"@smithy/hash-node": "^3.0.3",
|
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
"@smithy/middleware-content-length": "^3.0.5",
|
|
"@smithy/middleware-endpoint": "^3.1.0",
|
|
"@smithy/middleware-retry": "^3.0.14",
|
|
"@smithy/middleware-serde": "^3.0.3",
|
|
"@smithy/middleware-stack": "^3.0.3",
|
|
"@smithy/node-config-provider": "^3.1.4",
|
|
"@smithy/node-http-handler": "^3.1.4",
|
|
"@smithy/protocol-http": "^4.1.0",
|
|
"@smithy/smithy-client": "^3.1.12",
|
|
"@smithy/types": "^3.3.0",
|
|
"@smithy/url-parser": "^3.0.3",
|
|
"@smithy/util-base64": "^3.0.0",
|
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^3.0.14",
|
|
"@smithy/util-defaults-mode-node": "^3.0.14",
|
|
"@smithy/util-endpoints": "^2.0.5",
|
|
"@smithy/util-middleware": "^3.0.3",
|
|
"@smithy/util-retry": "^3.0.3",
|
|
"@smithy/util-utf8": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/is-array-buffer": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz",
|
|
"integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.0.tgz",
|
|
"integrity": "sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-buffer-from": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz",
|
|
"integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-middleware": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.3.tgz",
|
|
"integrity": "sha512-l+StyYYK/eO3DlVPbU+4Bi06Jjal+PFLSMmlWM1BEwyLxZ3aKkf1ROnoIakfaA7mC6uw3ny7JBkau4Yc+5zfWw==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-utf8": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz",
|
|
"integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-kendra/-/client-kendra-3.758.0.tgz",
|
|
"integrity": "sha512-jciLetMDVx5hom0UKIr+t+WsehbRH7aF1E0BiFsgHfpFI+KRyVRIrOUOFxUDq2EKMOPSZbWLqDO7xJ4w/OuPlA==",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/credential-provider-node": "3.758.0",
|
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
"@smithy/config-resolver": "^4.0.1",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/hash-node": "^4.0.1",
|
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-retry": "^4.0.7",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
"@smithy/util-endpoints": "^3.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-retry": "^4.0.1",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"@types/uuid": "^9.0.1",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/client-sso": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.758.0.tgz",
|
|
"integrity": "sha512-BoGO6IIWrLyLxQG6txJw6RT2urmbtlwfggapNCrNPyYjlXpzTSJhBYjndg7TpDATFd0SXL0zm8y/tXsUXNkdYQ==",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
"@smithy/config-resolver": "^4.0.1",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/hash-node": "^4.0.1",
|
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-retry": "^4.0.7",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
"@smithy/util-endpoints": "^3.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-retry": "^4.0.1",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/core": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.758.0.tgz",
|
|
"integrity": "sha512-0RswbdR9jt/XKemaLNuxi2gGr4xGlHyGxkTdhSQzCyUe9A9OPCoLl3rIESRguQEech+oJnbHk/wuiwHqTuP9sg==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/signature-v4": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"fast-xml-parser": "4.4.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/credential-provider-env": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.758.0.tgz",
|
|
"integrity": "sha512-N27eFoRrO6MeUNumtNHDW9WOiwfd59LPXPqDrIa3kWL/s+fOKFHb9xIcF++bAwtcZnAxKkgpDCUP+INNZskE+w==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/credential-provider-http": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.758.0.tgz",
|
|
"integrity": "sha512-Xt9/U8qUCiw1hihztWkNeIR+arg6P+yda10OuCHX6kFVx3auTlU7+hCqs3UxqniGU4dguHuftf3mRpi5/GJ33Q==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/credential-provider-ini": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.758.0.tgz",
|
|
"integrity": "sha512-cymSKMcP5d+OsgetoIZ5QCe1wnp2Q/tq+uIxVdh9MbfdBBEnl9Ecq6dH6VlYS89sp4QKuxHxkWXVnbXU3Q19Aw==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/credential-provider-env": "3.758.0",
|
|
"@aws-sdk/credential-provider-http": "3.758.0",
|
|
"@aws-sdk/credential-provider-process": "3.758.0",
|
|
"@aws-sdk/credential-provider-sso": "3.758.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.758.0",
|
|
"@aws-sdk/nested-clients": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/credential-provider-imds": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/credential-provider-node": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.758.0.tgz",
|
|
"integrity": "sha512-+DaMv63wiq7pJrhIQzZYMn4hSarKiizDoJRvyR7WGhnn0oQ/getX9Z0VNCV3i7lIFoLNTb7WMmQ9k7+z/uD5EQ==",
|
|
"dependencies": {
|
|
"@aws-sdk/credential-provider-env": "3.758.0",
|
|
"@aws-sdk/credential-provider-http": "3.758.0",
|
|
"@aws-sdk/credential-provider-ini": "3.758.0",
|
|
"@aws-sdk/credential-provider-process": "3.758.0",
|
|
"@aws-sdk/credential-provider-sso": "3.758.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/credential-provider-imds": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/credential-provider-process": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.758.0.tgz",
|
|
"integrity": "sha512-AzcY74QTPqcbXWVgjpPZ3HOmxQZYPROIBz2YINF0OQk0MhezDWV/O7Xec+K1+MPGQO3qS6EDrUUlnPLjsqieHA==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/credential-provider-sso": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.758.0.tgz",
|
|
"integrity": "sha512-x0FYJqcOLUCv8GLLFDYMXRAQKGjoM+L0BG4BiHYZRDf24yQWFCAZsCQAYKo6XZYh2qznbsW6f//qpyJ5b0QVKQ==",
|
|
"dependencies": {
|
|
"@aws-sdk/client-sso": "3.758.0",
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/token-providers": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.758.0.tgz",
|
|
"integrity": "sha512-XGguXhBqiCXMXRxcfCAVPlMbm3VyJTou79r/3mxWddHWF0XbhaQiBIbUz6vobVTD25YQRbWSmSch7VA8kI5Lrw==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/nested-clients": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/middleware-host-header": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.734.0.tgz",
|
|
"integrity": "sha512-LW7RRgSOHHBzWZnigNsDIzu3AiwtjeI2X66v+Wn1P1u+eXssy1+up4ZY/h+t2sU4LU36UvEf+jrZti9c6vRnFw==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/middleware-logger": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.734.0.tgz",
|
|
"integrity": "sha512-mUMFITpJUW3LcKvFok176eI5zXAUomVtahb9IQBwLzkqFYOrMJvWAvoV4yuxrJ8TlQBG8gyEnkb9SnhZvjg67w==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.734.0.tgz",
|
|
"integrity": "sha512-CUat2d9ITsFc2XsmeiRQO96iWpxSKYFjxvj27Hc7vo87YUHRnfMfnc8jw1EpxEwMcvBD7LsRa6vDNky6AjcrFA==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/middleware-user-agent": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.758.0.tgz",
|
|
"integrity": "sha512-iNyehQXtQlj69JCgfaOssgZD4HeYGOwxcaKeG6F+40cwBjTAi0+Ph1yfDwqk2qiBPIRWJ/9l2LodZbxiBqgrwg==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/region-config-resolver": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.734.0.tgz",
|
|
"integrity": "sha512-Lvj1kPRC5IuJBr9DyJ9T9/plkh+EfKLy+12s/mykOy1JaKHDpvj+XGy2YO6YgYVOb8JFtaqloid+5COtje4JTQ==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/token-providers": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.758.0.tgz",
|
|
"integrity": "sha512-ckptN1tNrIfQUaGWm/ayW1ddG+imbKN7HHhjFdS4VfItsP0QQOB0+Ov+tpgb4MoNR4JaUghMIVStjIeHN2ks1w==",
|
|
"dependencies": {
|
|
"@aws-sdk/nested-clients": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/util-endpoints": {
|
|
"version": "3.743.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.743.0.tgz",
|
|
"integrity": "sha512-sN1l559zrixeh5x+pttrnd0A3+r34r0tmPkJ/eaaMaAzXqsmKU/xYre9K3FNnsSS1J1k4PEfk/nHDTVUgFYjnw==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-endpoints": "^3.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/util-user-agent-browser": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.734.0.tgz",
|
|
"integrity": "sha512-xQTCus6Q9LwUuALW+S76OL0jcWtMOVu14q+GoLnWPUM7QeUw963oQcLhF7oq0CtaLLKyl4GOUfcwc773Zmwwng==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@aws-sdk/util-user-agent-node": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.758.0.tgz",
|
|
"integrity": "sha512-A5EZw85V6WhoKMV2hbuFRvb9NPlxEErb4HPO6/SPXYY4QrjprIzScHxikqcWv1w4J3apB1wto9LPU3IMsYtfrw==",
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"aws-crt": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"aws-crt": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.1.tgz",
|
|
"integrity": "sha512-fiUIYgIgRjMWznk6iLJz35K2YxSLHzLBA/RC6lBrKfQ8fHbPfvk7Pk9UvpKoHgJjI18MnbPuEju53zcVy6KF1g==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/config-resolver": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.0.1.tgz",
|
|
"integrity": "sha512-Igfg8lKu3dRVkTSEm98QpZUvKEOa71jDX4vKRcvJVyRc3UgN3j7vFMf0s7xLQhYmKa8kyJGQgUJDOV5V3neVlQ==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/core": {
|
|
"version": "3.1.5",
|
|
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.1.5.tgz",
|
|
"integrity": "sha512-HLclGWPkCsekQgsyzxLhCQLa8THWXtB5PxyYN+2O6nkyLt550KQKTlbV2D1/j5dNIQapAZM1+qFnpBFxZQkgCA==",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/credential-provider-imds": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.0.1.tgz",
|
|
"integrity": "sha512-l/qdInaDq1Zpznpmev/+52QomsJNZ3JkTl5yrTl02V6NBgJOQ4LY0SFw/8zsMwj3tLe8vqiIuwF6nxaEwgf6mg==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.0.1.tgz",
|
|
"integrity": "sha512-3aS+fP28urrMW2KTjb6z9iFow6jO8n3MFfineGbndvzGZit3taZhKWtTorf+Gp5RpFDDafeHlhfsGlDCXvUnJA==",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/hash-node": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.0.1.tgz",
|
|
"integrity": "sha512-TJ6oZS+3r2Xu4emVse1YPB3Dq3d8RkZDKcPr71Nj/lJsdAP1c7oFzYqEn1IBc915TsgLl2xIJNuxCz+gLbLE0w==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/invalid-dependency": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.0.1.tgz",
|
|
"integrity": "sha512-gdudFPf4QRQ5pzj7HEnu6FhKRi61BfH/Gk5Yf6O0KiSbr1LlVhgjThcvjdu658VE6Nve8vaIWB8/fodmS1rBPQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/middleware-content-length": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.0.1.tgz",
|
|
"integrity": "sha512-OGXo7w5EkB5pPiac7KNzVtfCW2vKBTZNuCctn++TTSOMpe6RZO/n6WEC1AxJINn3+vWLKW49uad3lo/u0WJ9oQ==",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.0.6.tgz",
|
|
"integrity": "sha512-ftpmkTHIFqgaFugcjzLZv3kzPEFsBFSnq1JsIkr2mwFzCraZVhQk2gqN51OOeRxqhbPTkRFj39Qd2V91E/mQxg==",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/middleware-retry": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.0.7.tgz",
|
|
"integrity": "sha512-58j9XbUPLkqAcV1kHzVX/kAR16GT+j7DUZJqwzsxh1jtz7G82caZiGyyFgUvogVfNTg3TeAOIJepGc8TXF4AVQ==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/service-error-classification": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-retry": "^4.0.1",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.0.2.tgz",
|
|
"integrity": "sha512-Sdr5lOagCn5tt+zKsaW+U2/iwr6bI9p08wOkCp6/eL6iMbgdtc2R5Ety66rf87PeohR0ExI84Txz9GYv5ou3iQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.0.1.tgz",
|
|
"integrity": "sha512-dHwDmrtR/ln8UTHpaIavRSzeIk5+YZTBtLnKwDW3G2t6nAupCiQUvNzNoHBpik63fwUaJPtlnMzXbQrNFWssIA==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.0.1.tgz",
|
|
"integrity": "sha512-8mRTjvCtVET8+rxvmzRNRR0hH2JjV0DFOmwXPrISmTIJEfnCBugpYYGAsCj8t41qd+RB5gbheSQ/6aKZCQvFLQ==",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.0.3.tgz",
|
|
"integrity": "sha512-dYCLeINNbYdvmMLtW0VdhW1biXt+PPCGazzT5ZjKw46mOtdgToQEwjqZSS9/EN8+tNs/RO0cEWG044+YZs97aA==",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.1.tgz",
|
|
"integrity": "sha512-o+VRiwC2cgmk/WFV0jaETGOtX16VNPp2bSQEzu0whbReqE1BMqsP2ami2Vi3cbGVdKu1kq9gQkDAGKbt0WOHAQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/protocol-http": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.0.1.tgz",
|
|
"integrity": "sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.1.tgz",
|
|
"integrity": "sha512-wU87iWZoCbcqrwszsOewEIuq+SU2mSoBE2CcsLwE0I19m0B2gOJr1MVjxWcDQYOzHbR1xCk7AcOBbGFUYOKvdg==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.0.1.tgz",
|
|
"integrity": "sha512-Ma2XC7VS9aV77+clSFylVUnPZRindhB7BbmYiNOdr+CHt/kZNJoPP0cd3QxCnCFyPXC4eybmyE98phEHkqZ5Jw==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/service-error-classification": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.0.1.tgz",
|
|
"integrity": "sha512-3JNjBfOWpj/mYfjXJHB4Txc/7E4LVq32bwzE7m28GN79+M1f76XHflUaSUkhOriprPDzev9cX/M+dEB80DNDKA==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.1.tgz",
|
|
"integrity": "sha512-hC8F6qTBbuHRI/uqDgqqi6J0R4GtEZcgrZPhFQnMhfJs3MnUTGSnR1NSJCJs5VWlMydu0kJz15M640fJlRsIOw==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/signature-v4": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.0.1.tgz",
|
|
"integrity": "sha512-nCe6fQ+ppm1bQuw5iKoeJ0MJfz2os7Ic3GBjOkLOPtavbD1ONoyE3ygjBfz2ythFWm4YnRm6OxW+8p/m9uCoIA==",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/smithy-client": {
|
|
"version": "4.1.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.1.6.tgz",
|
|
"integrity": "sha512-UYDolNg6h2O0L+cJjtgSyKKvEKCOa/8FHYJnBobyeoeWDmNpXjwOAtw16ezyeu1ETuuLEOZbrynK0ZY1Lx9Jbw==",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.0.1.tgz",
|
|
"integrity": "sha512-gPXcIEUtw7VlK8f/QcruNXm7q+T5hhvGu9tl63LsJPZ27exB6dtNwvh2HIi0v7JcXJ5emBxB+CJxwaLEdJfA+g==",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.0.0.tgz",
|
|
"integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz",
|
|
"integrity": "sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-body-length-node": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.0.0.tgz",
|
|
"integrity": "sha512-q0iDP3VsZzqJyje8xJWEJCNIu3lktUGVoSy1KB0UWym2CL1siV3artm+u1DFYTLejpsrdGyCSWBdGNjJzfDPjg==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-config-provider": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz",
|
|
"integrity": "sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-defaults-mode-browser": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.7.tgz",
|
|
"integrity": "sha512-CZgDDrYHLv0RUElOsmZtAnp1pIjwDVCSuZWOPhIOBvG36RDfX1Q9+6lS61xBf+qqvHoqRjHxgINeQz47cYFC2Q==",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-defaults-mode-node": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.7.tgz",
|
|
"integrity": "sha512-79fQW3hnfCdrfIi1soPbK3zmooRFnLpSx3Vxi6nUlqaaQeC5dm8plt4OTNDNqEEEDkvKghZSaoti684dQFVrGQ==",
|
|
"dependencies": {
|
|
"@smithy/config-resolver": "^4.0.1",
|
|
"@smithy/credential-provider-imds": "^4.0.1",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-endpoints": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.0.1.tgz",
|
|
"integrity": "sha512-zVdUENQpdtn9jbpD9SCFK4+aSiavRb9BxEtw9ZGUR1TYo6bBHbIoi7VkrFQ0/RwZlzx0wRBaRmPclj8iAoJCLA==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-retry": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.0.1.tgz",
|
|
"integrity": "sha512-WmRHqNVwn3kI3rKk1LsKcVgPBG6iLTBGC1iYOV3GQegwJ3E8yjzHytPt26VNzOWr1qu0xE03nK0Ug8S7T7oufw==",
|
|
"dependencies": {
|
|
"@smithy/service-error-classification": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-stream": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.1.2.tgz",
|
|
"integrity": "sha512-44PKEqQ303d3rlQuiDpcCcu//hV8sn+u2JBo84dWCE0rvgeiVl0IlLMagbU++o0jCWhYCsHaAt9wZuZqNe05Hw==",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-kendra/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=="
|
|
},
|
|
"node_modules/@aws-sdk/client-s3": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.758.0.tgz",
|
|
"integrity": "sha512-f8SlhU9/93OC/WEI6xVJf/x/GoQFj9a/xXK6QCtr5fvCjfSLgMVFmKTiIl/tgtDRzxUDc8YS6EGtbHjJ3Y/atg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/credential-provider-node": "3.758.0",
|
|
"@aws-sdk/middleware-bucket-endpoint": "3.734.0",
|
|
"@aws-sdk/middleware-expect-continue": "3.734.0",
|
|
"@aws-sdk/middleware-flexible-checksums": "3.758.0",
|
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
"@aws-sdk/middleware-location-constraint": "3.734.0",
|
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
"@aws-sdk/middleware-sdk-s3": "3.758.0",
|
|
"@aws-sdk/middleware-ssec": "3.734.0",
|
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
"@aws-sdk/signature-v4-multi-region": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
"@aws-sdk/xml-builder": "3.734.0",
|
|
"@smithy/config-resolver": "^4.0.1",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/eventstream-serde-browser": "^4.0.1",
|
|
"@smithy/eventstream-serde-config-resolver": "^4.0.1",
|
|
"@smithy/eventstream-serde-node": "^4.0.1",
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/hash-blob-browser": "^4.0.1",
|
|
"@smithy/hash-node": "^4.0.1",
|
|
"@smithy/hash-stream-node": "^4.0.1",
|
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
"@smithy/md5-js": "^4.0.1",
|
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-retry": "^4.0.7",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
"@smithy/util-endpoints": "^3.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-retry": "^4.0.1",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"@smithy/util-waiter": "^4.0.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.758.0.tgz",
|
|
"integrity": "sha512-BoGO6IIWrLyLxQG6txJw6RT2urmbtlwfggapNCrNPyYjlXpzTSJhBYjndg7TpDATFd0SXL0zm8y/tXsUXNkdYQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
"@smithy/config-resolver": "^4.0.1",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/hash-node": "^4.0.1",
|
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-retry": "^4.0.7",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
"@smithy/util-endpoints": "^3.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-retry": "^4.0.1",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.758.0.tgz",
|
|
"integrity": "sha512-0RswbdR9jt/XKemaLNuxi2gGr4xGlHyGxkTdhSQzCyUe9A9OPCoLl3rIESRguQEech+oJnbHk/wuiwHqTuP9sg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/signature-v4": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"fast-xml-parser": "4.4.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.758.0.tgz",
|
|
"integrity": "sha512-N27eFoRrO6MeUNumtNHDW9WOiwfd59LPXPqDrIa3kWL/s+fOKFHb9xIcF++bAwtcZnAxKkgpDCUP+INNZskE+w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.758.0.tgz",
|
|
"integrity": "sha512-Xt9/U8qUCiw1hihztWkNeIR+arg6P+yda10OuCHX6kFVx3auTlU7+hCqs3UxqniGU4dguHuftf3mRpi5/GJ33Q==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.758.0.tgz",
|
|
"integrity": "sha512-cymSKMcP5d+OsgetoIZ5QCe1wnp2Q/tq+uIxVdh9MbfdBBEnl9Ecq6dH6VlYS89sp4QKuxHxkWXVnbXU3Q19Aw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/credential-provider-env": "3.758.0",
|
|
"@aws-sdk/credential-provider-http": "3.758.0",
|
|
"@aws-sdk/credential-provider-process": "3.758.0",
|
|
"@aws-sdk/credential-provider-sso": "3.758.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.758.0",
|
|
"@aws-sdk/nested-clients": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/credential-provider-imds": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.758.0.tgz",
|
|
"integrity": "sha512-+DaMv63wiq7pJrhIQzZYMn4hSarKiizDoJRvyR7WGhnn0oQ/getX9Z0VNCV3i7lIFoLNTb7WMmQ9k7+z/uD5EQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/credential-provider-env": "3.758.0",
|
|
"@aws-sdk/credential-provider-http": "3.758.0",
|
|
"@aws-sdk/credential-provider-ini": "3.758.0",
|
|
"@aws-sdk/credential-provider-process": "3.758.0",
|
|
"@aws-sdk/credential-provider-sso": "3.758.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/credential-provider-imds": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.758.0.tgz",
|
|
"integrity": "sha512-AzcY74QTPqcbXWVgjpPZ3HOmxQZYPROIBz2YINF0OQk0MhezDWV/O7Xec+K1+MPGQO3qS6EDrUUlnPLjsqieHA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.758.0.tgz",
|
|
"integrity": "sha512-x0FYJqcOLUCv8GLLFDYMXRAQKGjoM+L0BG4BiHYZRDf24yQWFCAZsCQAYKo6XZYh2qznbsW6f//qpyJ5b0QVKQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/client-sso": "3.758.0",
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/token-providers": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.758.0.tgz",
|
|
"integrity": "sha512-XGguXhBqiCXMXRxcfCAVPlMbm3VyJTou79r/3mxWddHWF0XbhaQiBIbUz6vobVTD25YQRbWSmSch7VA8kI5Lrw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/nested-clients": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.734.0.tgz",
|
|
"integrity": "sha512-LW7RRgSOHHBzWZnigNsDIzu3AiwtjeI2X66v+Wn1P1u+eXssy1+up4ZY/h+t2sU4LU36UvEf+jrZti9c6vRnFw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.734.0.tgz",
|
|
"integrity": "sha512-mUMFITpJUW3LcKvFok176eI5zXAUomVtahb9IQBwLzkqFYOrMJvWAvoV4yuxrJ8TlQBG8gyEnkb9SnhZvjg67w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.734.0.tgz",
|
|
"integrity": "sha512-CUat2d9ITsFc2XsmeiRQO96iWpxSKYFjxvj27Hc7vo87YUHRnfMfnc8jw1EpxEwMcvBD7LsRa6vDNky6AjcrFA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.758.0.tgz",
|
|
"integrity": "sha512-iNyehQXtQlj69JCgfaOssgZD4HeYGOwxcaKeG6F+40cwBjTAi0+Ph1yfDwqk2qiBPIRWJ/9l2LodZbxiBqgrwg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.734.0.tgz",
|
|
"integrity": "sha512-Lvj1kPRC5IuJBr9DyJ9T9/plkh+EfKLy+12s/mykOy1JaKHDpvj+XGy2YO6YgYVOb8JFtaqloid+5COtje4JTQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.758.0.tgz",
|
|
"integrity": "sha512-ckptN1tNrIfQUaGWm/ayW1ddG+imbKN7HHhjFdS4VfItsP0QQOB0+Ov+tpgb4MoNR4JaUghMIVStjIeHN2ks1w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/nested-clients": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints": {
|
|
"version": "3.743.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.743.0.tgz",
|
|
"integrity": "sha512-sN1l559zrixeh5x+pttrnd0A3+r34r0tmPkJ/eaaMaAzXqsmKU/xYre9K3FNnsSS1J1k4PEfk/nHDTVUgFYjnw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-endpoints": "^3.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.734.0.tgz",
|
|
"integrity": "sha512-xQTCus6Q9LwUuALW+S76OL0jcWtMOVu14q+GoLnWPUM7QeUw963oQcLhF7oq0CtaLLKyl4GOUfcwc773Zmwwng==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.758.0.tgz",
|
|
"integrity": "sha512-A5EZw85V6WhoKMV2hbuFRvb9NPlxEErb4HPO6/SPXYY4QrjprIzScHxikqcWv1w4J3apB1wto9LPU3IMsYtfrw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"aws-crt": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"aws-crt": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.1.tgz",
|
|
"integrity": "sha512-fiUIYgIgRjMWznk6iLJz35K2YxSLHzLBA/RC6lBrKfQ8fHbPfvk7Pk9UvpKoHgJjI18MnbPuEju53zcVy6KF1g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.0.1.tgz",
|
|
"integrity": "sha512-Igfg8lKu3dRVkTSEm98QpZUvKEOa71jDX4vKRcvJVyRc3UgN3j7vFMf0s7xLQhYmKa8kyJGQgUJDOV5V3neVlQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/core": {
|
|
"version": "3.1.5",
|
|
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.1.5.tgz",
|
|
"integrity": "sha512-HLclGWPkCsekQgsyzxLhCQLa8THWXtB5PxyYN+2O6nkyLt550KQKTlbV2D1/j5dNIQapAZM1+qFnpBFxZQkgCA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.0.1.tgz",
|
|
"integrity": "sha512-l/qdInaDq1Zpznpmev/+52QomsJNZ3JkTl5yrTl02V6NBgJOQ4LY0SFw/8zsMwj3tLe8vqiIuwF6nxaEwgf6mg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.0.1.tgz",
|
|
"integrity": "sha512-3aS+fP28urrMW2KTjb6z9iFow6jO8n3MFfineGbndvzGZit3taZhKWtTorf+Gp5RpFDDafeHlhfsGlDCXvUnJA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-node": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.0.1.tgz",
|
|
"integrity": "sha512-TJ6oZS+3r2Xu4emVse1YPB3Dq3d8RkZDKcPr71Nj/lJsdAP1c7oFzYqEn1IBc915TsgLl2xIJNuxCz+gLbLE0w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/invalid-dependency": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.0.1.tgz",
|
|
"integrity": "sha512-gdudFPf4QRQ5pzj7HEnu6FhKRi61BfH/Gk5Yf6O0KiSbr1LlVhgjThcvjdu658VE6Nve8vaIWB8/fodmS1rBPQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-content-length": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.0.1.tgz",
|
|
"integrity": "sha512-OGXo7w5EkB5pPiac7KNzVtfCW2vKBTZNuCctn++TTSOMpe6RZO/n6WEC1AxJINn3+vWLKW49uad3lo/u0WJ9oQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.0.6.tgz",
|
|
"integrity": "sha512-ftpmkTHIFqgaFugcjzLZv3kzPEFsBFSnq1JsIkr2mwFzCraZVhQk2gqN51OOeRxqhbPTkRFj39Qd2V91E/mQxg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.0.7.tgz",
|
|
"integrity": "sha512-58j9XbUPLkqAcV1kHzVX/kAR16GT+j7DUZJqwzsxh1jtz7G82caZiGyyFgUvogVfNTg3TeAOIJepGc8TXF4AVQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/service-error-classification": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-retry": "^4.0.1",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.0.2.tgz",
|
|
"integrity": "sha512-Sdr5lOagCn5tt+zKsaW+U2/iwr6bI9p08wOkCp6/eL6iMbgdtc2R5Ety66rf87PeohR0ExI84Txz9GYv5ou3iQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.0.1.tgz",
|
|
"integrity": "sha512-dHwDmrtR/ln8UTHpaIavRSzeIk5+YZTBtLnKwDW3G2t6nAupCiQUvNzNoHBpik63fwUaJPtlnMzXbQrNFWssIA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.0.1.tgz",
|
|
"integrity": "sha512-8mRTjvCtVET8+rxvmzRNRR0hH2JjV0DFOmwXPrISmTIJEfnCBugpYYGAsCj8t41qd+RB5gbheSQ/6aKZCQvFLQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.0.3.tgz",
|
|
"integrity": "sha512-dYCLeINNbYdvmMLtW0VdhW1biXt+PPCGazzT5ZjKw46mOtdgToQEwjqZSS9/EN8+tNs/RO0cEWG044+YZs97aA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.1.tgz",
|
|
"integrity": "sha512-o+VRiwC2cgmk/WFV0jaETGOtX16VNPp2bSQEzu0whbReqE1BMqsP2ami2Vi3cbGVdKu1kq9gQkDAGKbt0WOHAQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.0.1.tgz",
|
|
"integrity": "sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.1.tgz",
|
|
"integrity": "sha512-wU87iWZoCbcqrwszsOewEIuq+SU2mSoBE2CcsLwE0I19m0B2gOJr1MVjxWcDQYOzHbR1xCk7AcOBbGFUYOKvdg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.0.1.tgz",
|
|
"integrity": "sha512-Ma2XC7VS9aV77+clSFylVUnPZRindhB7BbmYiNOdr+CHt/kZNJoPP0cd3QxCnCFyPXC4eybmyE98phEHkqZ5Jw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.0.1.tgz",
|
|
"integrity": "sha512-3JNjBfOWpj/mYfjXJHB4Txc/7E4LVq32bwzE7m28GN79+M1f76XHflUaSUkhOriprPDzev9cX/M+dEB80DNDKA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.1.tgz",
|
|
"integrity": "sha512-hC8F6qTBbuHRI/uqDgqqi6J0R4GtEZcgrZPhFQnMhfJs3MnUTGSnR1NSJCJs5VWlMydu0kJz15M640fJlRsIOw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.0.1.tgz",
|
|
"integrity": "sha512-nCe6fQ+ppm1bQuw5iKoeJ0MJfz2os7Ic3GBjOkLOPtavbD1ONoyE3ygjBfz2ythFWm4YnRm6OxW+8p/m9uCoIA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client": {
|
|
"version": "4.1.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.1.6.tgz",
|
|
"integrity": "sha512-UYDolNg6h2O0L+cJjtgSyKKvEKCOa/8FHYJnBobyeoeWDmNpXjwOAtw16ezyeu1ETuuLEOZbrynK0ZY1Lx9Jbw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.0.1.tgz",
|
|
"integrity": "sha512-gPXcIEUtw7VlK8f/QcruNXm7q+T5hhvGu9tl63LsJPZ27exB6dtNwvh2HIi0v7JcXJ5emBxB+CJxwaLEdJfA+g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.0.0.tgz",
|
|
"integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz",
|
|
"integrity": "sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-body-length-node": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.0.0.tgz",
|
|
"integrity": "sha512-q0iDP3VsZzqJyje8xJWEJCNIu3lktUGVoSy1KB0UWym2CL1siV3artm+u1DFYTLejpsrdGyCSWBdGNjJzfDPjg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-config-provider": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz",
|
|
"integrity": "sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.7.tgz",
|
|
"integrity": "sha512-CZgDDrYHLv0RUElOsmZtAnp1pIjwDVCSuZWOPhIOBvG36RDfX1Q9+6lS61xBf+qqvHoqRjHxgINeQz47cYFC2Q==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.7.tgz",
|
|
"integrity": "sha512-79fQW3hnfCdrfIi1soPbK3zmooRFnLpSx3Vxi6nUlqaaQeC5dm8plt4OTNDNqEEEDkvKghZSaoti684dQFVrGQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/config-resolver": "^4.0.1",
|
|
"@smithy/credential-provider-imds": "^4.0.1",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.0.1.tgz",
|
|
"integrity": "sha512-zVdUENQpdtn9jbpD9SCFK4+aSiavRb9BxEtw9ZGUR1TYo6bBHbIoi7VkrFQ0/RwZlzx0wRBaRmPclj8iAoJCLA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.0.1.tgz",
|
|
"integrity": "sha512-WmRHqNVwn3kI3rKk1LsKcVgPBG6iLTBGC1iYOV3GQegwJ3E8yjzHytPt26VNzOWr1qu0xE03nK0Ug8S7T7oufw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/service-error-classification": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.1.2.tgz",
|
|
"integrity": "sha512-44PKEqQ303d3rlQuiDpcCcu//hV8sn+u2JBo84dWCE0rvgeiVl0IlLMagbU++o0jCWhYCsHaAt9wZuZqNe05Hw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker": {
|
|
"version": "3.850.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sagemaker/-/client-sagemaker-3.850.0.tgz",
|
|
"integrity": "sha512-gEIR/QLnmQN3vHmcTB8+fkLxKItpdOlYW+xRQSVPoD5gZn0IeMwDEO9zc8T+J1RL7N5DPEeK0yMp44u3C0wD5g==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/credential-provider-node": "3.848.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"@smithy/util-waiter": "^4.0.6",
|
|
"@types/uuid": "^9.0.1",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/client-sso": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.848.0.tgz",
|
|
"integrity": "sha512-mD+gOwoeZQvbecVLGoCmY6pS7kg02BHesbtIxUj+PeBqYoZV5uLvjUOmuGfw1SfoSobKvS11urxC9S7zxU/Maw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/core": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.846.0.tgz",
|
|
"integrity": "sha512-7CX0pM906r4WSS68fCTNMTtBCSkTtf3Wggssmx13gD40gcWEZXsU00KzPp1bYheNRyPlAq3rE22xt4wLPXbuxA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/xml-builder": "3.821.0",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/signature-v4": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"fast-xml-parser": "5.2.5",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/credential-provider-env": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.846.0.tgz",
|
|
"integrity": "sha512-QuCQZET9enja7AWVISY+mpFrEIeHzvkx/JEEbHYzHhUkxcnC2Kq2c0bB7hDihGD0AZd3Xsm653hk1O97qu69zg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/credential-provider-http": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.846.0.tgz",
|
|
"integrity": "sha512-Jh1iKUuepdmtreMYozV2ePsPcOF5W9p3U4tWhi3v6nDvz0GsBjzjAROW+BW8XMz9vAD3I9R+8VC3/aq63p5nlw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/credential-provider-ini": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.848.0.tgz",
|
|
"integrity": "sha512-r6KWOG+En2xujuMhgZu7dzOZV3/M5U/5+PXrG8dLQ3rdPRB3vgp5tc56KMqLwm/EXKRzAOSuw/UE4HfNOAB8Hw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/credential-provider-env": "3.846.0",
|
|
"@aws-sdk/credential-provider-http": "3.846.0",
|
|
"@aws-sdk/credential-provider-process": "3.846.0",
|
|
"@aws-sdk/credential-provider-sso": "3.848.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.848.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/credential-provider-node": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.848.0.tgz",
|
|
"integrity": "sha512-AblNesOqdzrfyASBCo1xW3uweiSro4Kft9/htdxLeCVU1KVOnFWA5P937MNahViRmIQm2sPBCqL8ZG0u9lnh5g==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/credential-provider-env": "3.846.0",
|
|
"@aws-sdk/credential-provider-http": "3.846.0",
|
|
"@aws-sdk/credential-provider-ini": "3.848.0",
|
|
"@aws-sdk/credential-provider-process": "3.846.0",
|
|
"@aws-sdk/credential-provider-sso": "3.848.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/credential-provider-process": {
|
|
"version": "3.846.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.846.0.tgz",
|
|
"integrity": "sha512-mEpwDYarJSH+CIXnnHN0QOe0MXI+HuPStD6gsv3z/7Q6ESl8KRWon3weFZCDnqpiJMUVavlDR0PPlAFg2MQoPg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/credential-provider-sso": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.848.0.tgz",
|
|
"integrity": "sha512-pozlDXOwJZL0e7w+dqXLgzVDB7oCx4WvtY0sk6l4i07uFliWF/exupb6pIehFWvTUcOvn5aFTTqcQaEzAD5Wsg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/client-sso": "3.848.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/token-providers": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.848.0.tgz",
|
|
"integrity": "sha512-D1fRpwPxtVDhcSc/D71exa2gYweV+ocp4D3brF0PgFd//JR3XahZ9W24rVnTQwYEcK9auiBZB89Ltv+WbWN8qw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/middleware-host-header": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.840.0.tgz",
|
|
"integrity": "sha512-ub+hXJAbAje94+Ya6c6eL7sYujoE8D4Bumu1NUI8TXjUhVVn0HzVWQjpRLshdLsUp1AW7XyeJaxyajRaJQ8+Xg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/middleware-logger": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.840.0.tgz",
|
|
"integrity": "sha512-lSV8FvjpdllpGaRspywss4CtXV8M7NNNH+2/j86vMH+YCOZ6fu2T/TyFd/tHwZ92vDfHctWkRbQxg0bagqwovA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.840.0.tgz",
|
|
"integrity": "sha512-Gu7lGDyfddyhIkj1Z1JtrY5NHb5+x/CRiB87GjaSrKxkDaydtX2CU977JIABtt69l9wLbcGDIQ+W0uJ5xPof7g==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/middleware-user-agent": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.848.0.tgz",
|
|
"integrity": "sha512-rjMuqSWJEf169/ByxvBqfdei1iaduAnfolTshsZxwcmLIUtbYrFUmts0HrLQqsAG8feGPpDLHA272oPl+NTCCA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/nested-clients": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.848.0.tgz",
|
|
"integrity": "sha512-joLsyyo9u61jnZuyYzo1z7kmS7VgWRAkzSGESVzQHfOA1H2PYeUFek6vLT4+c9xMGrX/Z6B0tkRdzfdOPiatLg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
"@aws-sdk/util-user-agent-node": "3.848.0",
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/core": "^3.7.0",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/hash-node": "^4.0.4",
|
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
"@smithy/middleware-endpoint": "^4.1.15",
|
|
"@smithy/middleware-retry": "^4.1.16",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/smithy-client": "^4.4.7",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/region-config-resolver": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.840.0.tgz",
|
|
"integrity": "sha512-Qjnxd/yDv9KpIMWr90ZDPtRj0v75AqGC92Lm9+oHXZ8p1MjG5JE2CW0HL8JRgK9iKzgKBL7pPQRXI8FkvEVfrA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/token-providers": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.848.0.tgz",
|
|
"integrity": "sha512-oNPyM4+Di2Umu0JJRFSxDcKQ35+Chl/rAwD47/bS0cDPI8yrao83mLXLeDqpRPHyQW4sXlP763FZcuAibC0+mg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.846.0",
|
|
"@aws-sdk/nested-clients": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/types": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.840.0.tgz",
|
|
"integrity": "sha512-xliuHaUFZxEx1NSXeLLZ9Dyu6+EJVQKEoD+yM+zqUo3YDZ7medKJWY6fIOKiPX/N7XbLdBYwajb15Q7IL8KkeA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/util-endpoints": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.848.0.tgz",
|
|
"integrity": "sha512-fY/NuFFCq/78liHvRyFKr+aqq1aA/uuVSANjzr5Ym8c+9Z3HRPE9OrExAHoMrZ6zC8tHerQwlsXYYH5XZ7H+ww==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-endpoints": "^3.0.6",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/util-user-agent-browser": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.840.0.tgz",
|
|
"integrity": "sha512-JdyZM3EhhL4PqwFpttZu1afDpPJCCc3eyZOLi+srpX11LsGj6sThf47TYQN75HT1CarZ7cCdQHGzP2uy3/xHfQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/util-user-agent-node": {
|
|
"version": "3.848.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.848.0.tgz",
|
|
"integrity": "sha512-Zz1ft9NiLqbzNj/M0jVNxaoxI2F4tGXN0ZbZIj+KJ+PbJo+w5+Jo6d0UDAtbj3AEd79pjcCaP4OA9NTVzItUdw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-user-agent": "3.848.0",
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"aws-crt": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"aws-crt": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@aws-sdk/xml-builder": {
|
|
"version": "3.821.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.821.0.tgz",
|
|
"integrity": "sha512-DIIotRnefVL6DiaHtO6/21DhJ4JZnnIwdNbpwiAhdt/AVbttcE4yw925gsjur0OGv5BTYXQXU3YnANBYnZjuQA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.4.tgz",
|
|
"integrity": "sha512-gJnEjZMvigPDQWHrW3oPrFhQtkrgqBkyjj3pCIdF3A5M6vsZODG93KNlfJprv6bp4245bdT32fsHK4kkH3KYDA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/config-resolver": {
|
|
"version": "4.1.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.1.4.tgz",
|
|
"integrity": "sha512-prmU+rDddxHOH0oNcwemL+SwnzcG65sBF2yXRO7aeXIn/xTlq2pX7JLVbkBnVLowHLg4/OL4+jBmv9hVrVGS+w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/core": {
|
|
"version": "3.7.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.7.1.tgz",
|
|
"integrity": "sha512-ExRCsHnXFtBPnM7MkfKBPcBBdHw1h/QS/cbNw4ho95qnyNHvnpmGbR39MIAv9KggTr5qSPxRSEL+hRXlyGyGQw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/credential-provider-imds": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.0.6.tgz",
|
|
"integrity": "sha512-hKMWcANhUiNbCJouYkZ9V3+/Qf9pteR1dnwgdyzR09R4ODEYx8BbUysHwRSyex4rZ9zapddZhLFTnT4ZijR4pw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.1.0.tgz",
|
|
"integrity": "sha512-mADw7MS0bYe2OGKkHYMaqarOXuDwRbO6ArD91XhHcl2ynjGCFF+hvqf0LyQcYxkA1zaWjefSkU7Ne9mqgApSgQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/querystring-builder": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/hash-node": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.0.4.tgz",
|
|
"integrity": "sha512-qnbTPUhCVnCgBp4z4BUJUhOEkVwxiEi1cyFM+Zj6o+aY8OFGxUQleKWq8ltgp3dujuhXojIvJWdoqpm6dVO3lQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/invalid-dependency": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.0.4.tgz",
|
|
"integrity": "sha512-bNYMi7WKTJHu0gn26wg8OscncTt1t2b8KcsZxvOv56XA6cyXtOAAAaNP7+m45xfppXfOatXF3Sb1MNsLUgVLTw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/middleware-content-length": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.0.4.tgz",
|
|
"integrity": "sha512-F7gDyfI2BB1Kc+4M6rpuOLne5LOcEknH1n6UQB69qv+HucXBR1rkzXBnQTB2q46sFy1PM/zuSJOB532yc8bg3w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.1.16",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.1.16.tgz",
|
|
"integrity": "sha512-plpa50PIGLqzMR2ANKAw2yOW5YKS626KYKqae3atwucbz4Ve4uQ9K9BEZxDLIFmCu7hKLcrq2zmj4a+PfmUV5w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/core": "^3.7.1",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/middleware-retry": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.1.17.tgz",
|
|
"integrity": "sha512-gsCimeG6BApj0SBecwa1Be+Z+JOJe46iy3B3m3A8jKJHf7eIihP76Is4LwLrbJ1ygoS7Vg73lfqzejmLOrazUA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/service-error-classification": "^4.0.6",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.8",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.0.8.tgz",
|
|
"integrity": "sha512-iSSl7HJoJaGyMIoNn2B7czghOVwJ9nD7TMvLhMWeSB5vt0TnEYyRRqPJu/TqW76WScaNvYYB8nRoiBHR9S1Ddw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.0.4.tgz",
|
|
"integrity": "sha512-kagK5ggDrBUCCzI93ft6DjteNSfY8Ulr83UtySog/h09lTIOAJ/xUSObutanlPT0nhoHAkpmW9V5K8oPyLh+QA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.1.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.1.3.tgz",
|
|
"integrity": "sha512-HGHQr2s59qaU1lrVH6MbLlmOBxadtzTsoO4c+bF5asdgVik3I8o7JIOzoeqWc5MjVa+vD36/LWE0iXKpNqooRw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.1.0.tgz",
|
|
"integrity": "sha512-vqfSiHz2v8b3TTTrdXi03vNz1KLYYS3bhHCDv36FYDqxT7jvTll1mMnCrkD+gOvgwybuunh/2VmvOMqwBegxEg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/querystring-builder": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.4.tgz",
|
|
"integrity": "sha512-qHJ2sSgu4FqF4U/5UUp4DhXNmdTrgmoAai6oQiM+c5RZ/sbDwJ12qxB1M6FnP+Tn/ggkPZf9ccn4jqKSINaquw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.4.tgz",
|
|
"integrity": "sha512-SwREZcDnEYoh9tLNgMbpop+UTGq44Hl9tdj3rf+yeLcfH7+J8OXEBaMc2kDxtyRHu8BhSg9ADEx0gFHvpJgU8w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.0.4.tgz",
|
|
"integrity": "sha512-6yZf53i/qB8gRHH/l2ZwUG5xgkPgQF15/KxH0DdXMDHjesA9MeZje/853ifkSY0x4m5S+dfDZ+c4x439PF0M2w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/service-error-classification": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.0.6.tgz",
|
|
"integrity": "sha512-RRoTDL//7xi4tn5FrN2NzH17jbgmnKidUqd4KvquT0954/i6CXXkh1884jBiunq24g9cGtPBEXlU40W6EpNOOg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.4.tgz",
|
|
"integrity": "sha512-63X0260LoFBjrHifPDs+nM9tV0VMkOTl4JRMYNuKh/f5PauSjowTfvF3LogfkWdcPoxsA9UjqEOgjeYIbhb7Nw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/signature-v4": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.1.2.tgz",
|
|
"integrity": "sha512-d3+U/VpX7a60seHziWnVZOHuEgJlclufjkS6zhXvxcJgkJq4UWdH5eOBLzHRMx6gXjsdT9h6lfpmLzbrdupHgQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/smithy-client": {
|
|
"version": "4.4.8",
|
|
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.4.8.tgz",
|
|
"integrity": "sha512-pcW691/lx7V54gE+dDGC26nxz8nrvnvRSCJaIYD6XLPpOInEZeKdV/SpSux+wqeQ4Ine7LJQu8uxMvobTIBK0w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/core": "^3.7.1",
|
|
"@smithy/middleware-endpoint": "^4.1.16",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.0.4.tgz",
|
|
"integrity": "sha512-eMkc144MuN7B0TDA4U2fKs+BqczVbk3W+qIvcoCY6D1JY3hnAdCuhCZODC+GAeaxj0p6Jroz4+XMUn3PCxQQeQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.0.0.tgz",
|
|
"integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz",
|
|
"integrity": "sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-body-length-node": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.0.0.tgz",
|
|
"integrity": "sha512-q0iDP3VsZzqJyje8xJWEJCNIu3lktUGVoSy1KB0UWym2CL1siV3artm+u1DFYTLejpsrdGyCSWBdGNjJzfDPjg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-config-provider": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz",
|
|
"integrity": "sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-defaults-mode-browser": {
|
|
"version": "4.0.24",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.24.tgz",
|
|
"integrity": "sha512-UkQNgaQ+bidw1MgdgPO1z1k95W/v8Ej/5o/T/Is8PiVUYPspl/ZxV6WO/8DrzZQu5ULnmpB9CDdMSRwgRc21AA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-defaults-mode-node": {
|
|
"version": "4.0.24",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.24.tgz",
|
|
"integrity": "sha512-phvGi/15Z4MpuQibTLOYIumvLdXb+XIJu8TA55voGgboln85jytA3wiD7CkUE8SNcWqkkb+uptZKPiuFouX/7g==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-endpoints": {
|
|
"version": "3.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.0.6.tgz",
|
|
"integrity": "sha512-YARl3tFL3WgPuLzljRUnrS2ngLiUtkwhQtj8PAL13XZSyUiNLQxwG3fBBq3QXFqGFUXepIN73pINp3y8c2nBmA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-retry": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.0.6.tgz",
|
|
"integrity": "sha512-+YekoF2CaSMv6zKrA6iI/N9yva3Gzn4L6n35Luydweu5MMPYpiGZlWqehPHDHyNbnyaYlz/WJyYAZnC+loBDZg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/service-error-classification": "^4.0.6",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-stream": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.2.3.tgz",
|
|
"integrity": "sha512-cQn412DWHHFNKrQfbHY8vSFI3nTROY1aIKji9N0tpp8gUABRilr7wdf8fqBbSlXresobM+tQFNk6I+0LXK/YZg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/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==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/fast-xml-parser": {
|
|
"version": "5.2.5",
|
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz",
|
|
"integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"strnum": "^2.1.0"
|
|
},
|
|
"bin": {
|
|
"fxparser": "src/cli/cli.js"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sagemaker/node_modules/strnum": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz",
|
|
"integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"node_modules/@aws-sdk/client-sso": {
|
|
"version": "3.623.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.623.0.tgz",
|
|
"integrity": "sha512-oEACriysQMnHIVcNp7TD6D1nzgiHfYK0tmMBMbUxgoFuCBkW9g9QYvspHN+S9KgoePfMEXHuPUe9mtG9AH9XeA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.623.0",
|
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
"@aws-sdk/middleware-user-agent": "3.620.0",
|
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@aws-sdk/util-endpoints": "3.614.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
"@smithy/config-resolver": "^3.0.5",
|
|
"@smithy/core": "^2.3.2",
|
|
"@smithy/fetch-http-handler": "^3.2.4",
|
|
"@smithy/hash-node": "^3.0.3",
|
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
"@smithy/middleware-content-length": "^3.0.5",
|
|
"@smithy/middleware-endpoint": "^3.1.0",
|
|
"@smithy/middleware-retry": "^3.0.14",
|
|
"@smithy/middleware-serde": "^3.0.3",
|
|
"@smithy/middleware-stack": "^3.0.3",
|
|
"@smithy/node-config-provider": "^3.1.4",
|
|
"@smithy/node-http-handler": "^3.1.4",
|
|
"@smithy/protocol-http": "^4.1.0",
|
|
"@smithy/smithy-client": "^3.1.12",
|
|
"@smithy/types": "^3.3.0",
|
|
"@smithy/url-parser": "^3.0.3",
|
|
"@smithy/util-base64": "^3.0.0",
|
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^3.0.14",
|
|
"@smithy/util-defaults-mode-node": "^3.0.14",
|
|
"@smithy/util-endpoints": "^2.0.5",
|
|
"@smithy/util-middleware": "^3.0.3",
|
|
"@smithy/util-retry": "^3.0.3",
|
|
"@smithy/util-utf8": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso-oidc": {
|
|
"version": "3.623.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.623.0.tgz",
|
|
"integrity": "sha512-lMFEXCa6ES/FGV7hpyrppT1PiAkqQb51AbG0zVU3TIgI2IO4XX02uzMUXImRSRqRpGymRCbJCaCs9LtKvS/37Q==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.623.0",
|
|
"@aws-sdk/credential-provider-node": "3.623.0",
|
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
"@aws-sdk/middleware-user-agent": "3.620.0",
|
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@aws-sdk/util-endpoints": "3.614.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
"@smithy/config-resolver": "^3.0.5",
|
|
"@smithy/core": "^2.3.2",
|
|
"@smithy/fetch-http-handler": "^3.2.4",
|
|
"@smithy/hash-node": "^3.0.3",
|
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
"@smithy/middleware-content-length": "^3.0.5",
|
|
"@smithy/middleware-endpoint": "^3.1.0",
|
|
"@smithy/middleware-retry": "^3.0.14",
|
|
"@smithy/middleware-serde": "^3.0.3",
|
|
"@smithy/middleware-stack": "^3.0.3",
|
|
"@smithy/node-config-provider": "^3.1.4",
|
|
"@smithy/node-http-handler": "^3.1.4",
|
|
"@smithy/protocol-http": "^4.1.0",
|
|
"@smithy/smithy-client": "^3.1.12",
|
|
"@smithy/types": "^3.3.0",
|
|
"@smithy/url-parser": "^3.0.3",
|
|
"@smithy/util-base64": "^3.0.0",
|
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^3.0.14",
|
|
"@smithy/util-defaults-mode-node": "^3.0.14",
|
|
"@smithy/util-endpoints": "^2.0.5",
|
|
"@smithy/util-middleware": "^3.0.3",
|
|
"@smithy/util-retry": "^3.0.3",
|
|
"@smithy/util-utf8": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@aws-sdk/client-sts": "^3.623.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/is-array-buffer": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz",
|
|
"integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/protocol-http": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.0.tgz",
|
|
"integrity": "sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/util-buffer-from": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz",
|
|
"integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/util-middleware": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.3.tgz",
|
|
"integrity": "sha512-l+StyYYK/eO3DlVPbU+4Bi06Jjal+PFLSMmlWM1BEwyLxZ3aKkf1ROnoIakfaA7mC6uw3ny7JBkau4Yc+5zfWw==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/util-utf8": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz",
|
|
"integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso/node_modules/@smithy/is-array-buffer": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz",
|
|
"integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso/node_modules/@smithy/protocol-http": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.0.tgz",
|
|
"integrity": "sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-buffer-from": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz",
|
|
"integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-middleware": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.3.tgz",
|
|
"integrity": "sha512-l+StyYYK/eO3DlVPbU+4Bi06Jjal+PFLSMmlWM1BEwyLxZ3aKkf1ROnoIakfaA7mC6uw3ny7JBkau4Yc+5zfWw==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-utf8": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz",
|
|
"integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sts": {
|
|
"version": "3.623.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.623.0.tgz",
|
|
"integrity": "sha512-iJNdx76SOw0YjHAUv8aj3HXzSu3TKI7qSGuR+OGATwA/kpJZDd+4+WYBdGtr8YK+hPrGGqhfecuCkEg805O5iA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/client-sso-oidc": "3.623.0",
|
|
"@aws-sdk/core": "3.623.0",
|
|
"@aws-sdk/credential-provider-node": "3.623.0",
|
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
"@aws-sdk/middleware-user-agent": "3.620.0",
|
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@aws-sdk/util-endpoints": "3.614.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
"@smithy/config-resolver": "^3.0.5",
|
|
"@smithy/core": "^2.3.2",
|
|
"@smithy/fetch-http-handler": "^3.2.4",
|
|
"@smithy/hash-node": "^3.0.3",
|
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
"@smithy/middleware-content-length": "^3.0.5",
|
|
"@smithy/middleware-endpoint": "^3.1.0",
|
|
"@smithy/middleware-retry": "^3.0.14",
|
|
"@smithy/middleware-serde": "^3.0.3",
|
|
"@smithy/middleware-stack": "^3.0.3",
|
|
"@smithy/node-config-provider": "^3.1.4",
|
|
"@smithy/node-http-handler": "^3.1.4",
|
|
"@smithy/protocol-http": "^4.1.0",
|
|
"@smithy/smithy-client": "^3.1.12",
|
|
"@smithy/types": "^3.3.0",
|
|
"@smithy/url-parser": "^3.0.3",
|
|
"@smithy/util-base64": "^3.0.0",
|
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^3.0.14",
|
|
"@smithy/util-defaults-mode-node": "^3.0.14",
|
|
"@smithy/util-endpoints": "^2.0.5",
|
|
"@smithy/util-middleware": "^3.0.3",
|
|
"@smithy/util-retry": "^3.0.3",
|
|
"@smithy/util-utf8": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sts/node_modules/@smithy/is-array-buffer": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz",
|
|
"integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sts/node_modules/@smithy/protocol-http": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.0.tgz",
|
|
"integrity": "sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sts/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sts/node_modules/@smithy/util-buffer-from": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz",
|
|
"integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sts/node_modules/@smithy/util-middleware": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.3.tgz",
|
|
"integrity": "sha512-l+StyYYK/eO3DlVPbU+4Bi06Jjal+PFLSMmlWM1BEwyLxZ3aKkf1ROnoIakfaA7mC6uw3ny7JBkau4Yc+5zfWw==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-sts/node_modules/@smithy/util-utf8": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz",
|
|
"integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core": {
|
|
"version": "3.623.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.623.0.tgz",
|
|
"integrity": "sha512-8Toq3X6trX/67obSdh4K0MFQY4f132bEbr1i0YPDWk/O3KdBt12mLC/sW3aVRnlIs110XMuX9yrWWqJ8fDW10g==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/core": "^2.3.2",
|
|
"@smithy/node-config-provider": "^3.1.4",
|
|
"@smithy/protocol-http": "^4.1.0",
|
|
"@smithy/signature-v4": "^4.1.0",
|
|
"@smithy/smithy-client": "^3.1.12",
|
|
"@smithy/types": "^3.3.0",
|
|
"@smithy/util-middleware": "^3.0.3",
|
|
"fast-xml-parser": "4.4.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/is-array-buffer": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz",
|
|
"integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/protocol-http": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.0.tgz",
|
|
"integrity": "sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/signature-v4": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-4.1.0.tgz",
|
|
"integrity": "sha512-aRryp2XNZeRcOtuJoxjydO6QTaVhxx/vjaR+gx7ZjaFgrgPRyZ3HCTbfwqYj6ZWEBHkCSUfcaymKPURaByukag==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^3.0.0",
|
|
"@smithy/protocol-http": "^4.1.0",
|
|
"@smithy/types": "^3.3.0",
|
|
"@smithy/util-hex-encoding": "^3.0.0",
|
|
"@smithy/util-middleware": "^3.0.3",
|
|
"@smithy/util-uri-escape": "^3.0.0",
|
|
"@smithy/util-utf8": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/util-buffer-from": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz",
|
|
"integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-3.0.0.tgz",
|
|
"integrity": "sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/util-middleware": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.3.tgz",
|
|
"integrity": "sha512-l+StyYYK/eO3DlVPbU+4Bi06Jjal+PFLSMmlWM1BEwyLxZ3aKkf1ROnoIakfaA7mC6uw3ny7JBkau4Yc+5zfWw==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/util-uri-escape": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz",
|
|
"integrity": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/core/node_modules/@smithy/util-utf8": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz",
|
|
"integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-cognito-identity": {
|
|
"version": "3.623.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.623.0.tgz",
|
|
"integrity": "sha512-sXU2KtWpFzIzE4iffSIUbl4mgbeN1Rta6BnuKtS3rrVrryku9akAxY//pulbsIsYfXRzOwZzULsa+cxQN00lrw==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/client-cognito-identity": "3.623.0",
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/property-provider": "^3.1.3",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
"version": "3.620.1",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.620.1.tgz",
|
|
"integrity": "sha512-ExuILJ2qLW5ZO+rgkNRj0xiAipKT16Rk77buvPP8csR7kkCflT/gXTyzRe/uzIiETTxM7tr8xuO9MP/DQXqkfg==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/property-provider": "^3.1.3",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-env/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-http": {
|
|
"version": "3.622.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.622.0.tgz",
|
|
"integrity": "sha512-VUHbr24Oll1RK3WR8XLUugLpgK9ZuxEm/NVeVqyFts1Ck9gsKpRg1x4eH7L7tW3SJ4TDEQNMbD7/7J+eoL2svg==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/fetch-http-handler": "^3.2.4",
|
|
"@smithy/node-http-handler": "^3.1.4",
|
|
"@smithy/property-provider": "^3.1.3",
|
|
"@smithy/protocol-http": "^4.1.0",
|
|
"@smithy/smithy-client": "^3.1.12",
|
|
"@smithy/types": "^3.3.0",
|
|
"@smithy/util-stream": "^3.1.3",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/protocol-http": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.0.tgz",
|
|
"integrity": "sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
"version": "3.623.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.623.0.tgz",
|
|
"integrity": "sha512-kvXA1SwGneqGzFwRZNpESitnmaENHGFFuuTvgGwtMe7mzXWuA/LkXdbiHmdyAzOo0iByKTCD8uetuwh3CXy4Pw==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/credential-provider-env": "3.620.1",
|
|
"@aws-sdk/credential-provider-http": "3.622.0",
|
|
"@aws-sdk/credential-provider-process": "3.620.1",
|
|
"@aws-sdk/credential-provider-sso": "3.623.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.621.0",
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/credential-provider-imds": "^3.2.0",
|
|
"@smithy/property-provider": "^3.1.3",
|
|
"@smithy/shared-ini-file-loader": "^3.1.4",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@aws-sdk/client-sts": "^3.623.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
"version": "3.623.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.623.0.tgz",
|
|
"integrity": "sha512-qDwCOkhbu5PfaQHyuQ+h57HEx3+eFhKdtIw7aISziWkGdFrMe07yIBd7TJqGe4nxXnRF1pfkg05xeOlMId997g==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/credential-provider-env": "3.620.1",
|
|
"@aws-sdk/credential-provider-http": "3.622.0",
|
|
"@aws-sdk/credential-provider-ini": "3.623.0",
|
|
"@aws-sdk/credential-provider-process": "3.620.1",
|
|
"@aws-sdk/credential-provider-sso": "3.623.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.621.0",
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/credential-provider-imds": "^3.2.0",
|
|
"@smithy/property-provider": "^3.1.3",
|
|
"@smithy/shared-ini-file-loader": "^3.1.4",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
"version": "3.620.1",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.620.1.tgz",
|
|
"integrity": "sha512-hWqFMidqLAkaV9G460+1at6qa9vySbjQKKc04p59OT7lZ5cO5VH5S4aI05e+m4j364MBROjjk2ugNvfNf/8ILg==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/property-provider": "^3.1.3",
|
|
"@smithy/shared-ini-file-loader": "^3.1.4",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-process/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
"version": "3.623.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.623.0.tgz",
|
|
"integrity": "sha512-70LZhUb3l7cttEsg4A0S4Jq3qrCT/v5Jfyl8F7w1YZJt5zr3oPPcvDJxo/UYckFz4G4/5BhGa99jK8wMlNE9QA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/client-sso": "3.623.0",
|
|
"@aws-sdk/token-providers": "3.614.0",
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/property-provider": "^3.1.3",
|
|
"@smithy/shared-ini-file-loader": "^3.1.4",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
"version": "3.621.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.621.0.tgz",
|
|
"integrity": "sha512-w7ASSyfNvcx7+bYGep3VBgC3K6vEdLmlpjT7nSIHxxQf+WSdvy+HynwJosrpZax0sK5q0D1Jpn/5q+r5lwwW6w==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/property-provider": "^3.1.3",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@aws-sdk/client-sts": "^3.621.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-provider-web-identity/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-providers": {
|
|
"version": "3.623.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.623.0.tgz",
|
|
"integrity": "sha512-abtlH1hkVWAkzuOX79Q47l0ztWOV2Q7l7J4JwQgzEQm7+zCk5iUAiwqKyDzr+ByCyo4I3IWFjy+e1gBdL7rXQQ==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/client-cognito-identity": "3.623.0",
|
|
"@aws-sdk/client-sso": "3.623.0",
|
|
"@aws-sdk/client-sts": "3.623.0",
|
|
"@aws-sdk/credential-provider-cognito-identity": "3.623.0",
|
|
"@aws-sdk/credential-provider-env": "3.620.1",
|
|
"@aws-sdk/credential-provider-http": "3.622.0",
|
|
"@aws-sdk/credential-provider-ini": "3.623.0",
|
|
"@aws-sdk/credential-provider-node": "3.623.0",
|
|
"@aws-sdk/credential-provider-process": "3.620.1",
|
|
"@aws-sdk/credential-provider-sso": "3.623.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.621.0",
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/credential-provider-imds": "^3.2.0",
|
|
"@smithy/property-provider": "^3.1.3",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/eventstream-handler-node": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.840.0.tgz",
|
|
"integrity": "sha512-m/zVrSSAEHq+6h4sy0JUEBScB1pGgs/1+iRVhfzfbnf+/gTr4ut2jRq4tDiNEX9pQ1oFVvw+ntPua5qfquQeRQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/eventstream-codec": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/eventstream-handler-node/node_modules/@aws-crypto/crc32": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
|
|
"integrity": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/eventstream-handler-node/node_modules/@aws-crypto/util": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
|
|
"integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/eventstream-handler-node/node_modules/@aws-sdk/types": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.840.0.tgz",
|
|
"integrity": "sha512-xliuHaUFZxEx1NSXeLLZ9Dyu6+EJVQKEoD+yM+zqUo3YDZ7medKJWY6fIOKiPX/N7XbLdBYwajb15Q7IL8KkeA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/eventstream-handler-node/node_modules/@smithy/eventstream-codec": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-4.0.4.tgz",
|
|
"integrity": "sha512-7XoWfZqWb/QoR/rAU4VSi0mWnO2vu9/ltS6JZ5ZSZv0eovLVfDfu0/AX4ub33RsJTOth3TiFWSHS5YdztvFnig==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "5.2.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/eventstream-handler-node/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.734.0.tgz",
|
|
"integrity": "sha512-etC7G18aF7KdZguW27GE/wpbrNmYLVT755EsFc8kXpZj8D6AFKxc7OuveinJmiy0bYXAMspJUWsF6CrGpOw6CQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-arn-parser": "3.723.0",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.0.1.tgz",
|
|
"integrity": "sha512-8mRTjvCtVET8+rxvmzRNRR0hH2JjV0DFOmwXPrISmTIJEfnCBugpYYGAsCj8t41qd+RB5gbheSQ/6aKZCQvFLQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.1.tgz",
|
|
"integrity": "sha512-o+VRiwC2cgmk/WFV0jaETGOtX16VNPp2bSQEzu0whbReqE1BMqsP2ami2Vi3cbGVdKu1kq9gQkDAGKbt0WOHAQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.0.1.tgz",
|
|
"integrity": "sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.1.tgz",
|
|
"integrity": "sha512-hC8F6qTBbuHRI/uqDgqqi6J0R4GtEZcgrZPhFQnMhfJs3MnUTGSnR1NSJCJs5VWlMydu0kJz15M640fJlRsIOw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/util-config-provider": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz",
|
|
"integrity": "sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-eventstream": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.840.0.tgz",
|
|
"integrity": "sha512-4khgf7AjJ4llh3aiNmZ+x4PGl4vkKNxRHn0xTgi6Iw1J3SChsF2mnNaLXK8hoXeydx756rw+JhqOuZH91i5l4w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-eventstream/node_modules/@aws-sdk/types": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.840.0.tgz",
|
|
"integrity": "sha512-xliuHaUFZxEx1NSXeLLZ9Dyu6+EJVQKEoD+yM+zqUo3YDZ7medKJWY6fIOKiPX/N7XbLdBYwajb15Q7IL8KkeA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-eventstream/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-expect-continue": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.734.0.tgz",
|
|
"integrity": "sha512-P38/v1l6HjuB2aFUewt7ueAW5IvKkFcv5dalPtbMGRhLeyivBOHwbCyuRKgVs7z7ClTpu9EaViEGki2jEQqEsQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.0.1.tgz",
|
|
"integrity": "sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.758.0.tgz",
|
|
"integrity": "sha512-o8Rk71S08YTKLoSobucjnbj97OCGaXgpEDNKXpXaavUM5xLNoHCLSUPRCiEN86Ivqxg1n17Y2nSRhfbsveOXXA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "5.2.0",
|
|
"@aws-crypto/crc32c": "5.2.0",
|
|
"@aws-crypto/util": "5.2.0",
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-crypto/crc32": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
|
|
"integrity": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-crypto/util": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
|
|
"integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
"integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
"integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^2.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
|
|
"integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^2.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.758.0.tgz",
|
|
"integrity": "sha512-0RswbdR9jt/XKemaLNuxi2gGr4xGlHyGxkTdhSQzCyUe9A9OPCoLl3rIESRguQEech+oJnbHk/wuiwHqTuP9sg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/signature-v4": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"fast-xml-parser": "4.4.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.1.tgz",
|
|
"integrity": "sha512-fiUIYgIgRjMWznk6iLJz35K2YxSLHzLBA/RC6lBrKfQ8fHbPfvk7Pk9UvpKoHgJjI18MnbPuEju53zcVy6KF1g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core": {
|
|
"version": "3.1.5",
|
|
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.1.5.tgz",
|
|
"integrity": "sha512-HLclGWPkCsekQgsyzxLhCQLa8THWXtB5PxyYN+2O6nkyLt550KQKTlbV2D1/j5dNIQapAZM1+qFnpBFxZQkgCA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.0.1.tgz",
|
|
"integrity": "sha512-3aS+fP28urrMW2KTjb6z9iFow6jO8n3MFfineGbndvzGZit3taZhKWtTorf+Gp5RpFDDafeHlhfsGlDCXvUnJA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.0.6.tgz",
|
|
"integrity": "sha512-ftpmkTHIFqgaFugcjzLZv3kzPEFsBFSnq1JsIkr2mwFzCraZVhQk2gqN51OOeRxqhbPTkRFj39Qd2V91E/mQxg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.0.2.tgz",
|
|
"integrity": "sha512-Sdr5lOagCn5tt+zKsaW+U2/iwr6bI9p08wOkCp6/eL6iMbgdtc2R5Ety66rf87PeohR0ExI84Txz9GYv5ou3iQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.0.1.tgz",
|
|
"integrity": "sha512-dHwDmrtR/ln8UTHpaIavRSzeIk5+YZTBtLnKwDW3G2t6nAupCiQUvNzNoHBpik63fwUaJPtlnMzXbQrNFWssIA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.0.1.tgz",
|
|
"integrity": "sha512-8mRTjvCtVET8+rxvmzRNRR0hH2JjV0DFOmwXPrISmTIJEfnCBugpYYGAsCj8t41qd+RB5gbheSQ/6aKZCQvFLQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.0.3.tgz",
|
|
"integrity": "sha512-dYCLeINNbYdvmMLtW0VdhW1biXt+PPCGazzT5ZjKw46mOtdgToQEwjqZSS9/EN8+tNs/RO0cEWG044+YZs97aA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.1.tgz",
|
|
"integrity": "sha512-o+VRiwC2cgmk/WFV0jaETGOtX16VNPp2bSQEzu0whbReqE1BMqsP2ami2Vi3cbGVdKu1kq9gQkDAGKbt0WOHAQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.0.1.tgz",
|
|
"integrity": "sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.1.tgz",
|
|
"integrity": "sha512-wU87iWZoCbcqrwszsOewEIuq+SU2mSoBE2CcsLwE0I19m0B2gOJr1MVjxWcDQYOzHbR1xCk7AcOBbGFUYOKvdg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.0.1.tgz",
|
|
"integrity": "sha512-Ma2XC7VS9aV77+clSFylVUnPZRindhB7BbmYiNOdr+CHt/kZNJoPP0cd3QxCnCFyPXC4eybmyE98phEHkqZ5Jw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.1.tgz",
|
|
"integrity": "sha512-hC8F6qTBbuHRI/uqDgqqi6J0R4GtEZcgrZPhFQnMhfJs3MnUTGSnR1NSJCJs5VWlMydu0kJz15M640fJlRsIOw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.0.1.tgz",
|
|
"integrity": "sha512-nCe6fQ+ppm1bQuw5iKoeJ0MJfz2os7Ic3GBjOkLOPtavbD1ONoyE3ygjBfz2ythFWm4YnRm6OxW+8p/m9uCoIA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client": {
|
|
"version": "4.1.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.1.6.tgz",
|
|
"integrity": "sha512-UYDolNg6h2O0L+cJjtgSyKKvEKCOa/8FHYJnBobyeoeWDmNpXjwOAtw16ezyeu1ETuuLEOZbrynK0ZY1Lx9Jbw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.0.1.tgz",
|
|
"integrity": "sha512-gPXcIEUtw7VlK8f/QcruNXm7q+T5hhvGu9tl63LsJPZ27exB6dtNwvh2HIi0v7JcXJ5emBxB+CJxwaLEdJfA+g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.0.0.tgz",
|
|
"integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz",
|
|
"integrity": "sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.1.2.tgz",
|
|
"integrity": "sha512-44PKEqQ303d3rlQuiDpcCcu//hV8sn+u2JBo84dWCE0rvgeiVl0IlLMagbU++o0jCWhYCsHaAt9wZuZqNe05Hw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-host-header": {
|
|
"version": "3.620.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.620.0.tgz",
|
|
"integrity": "sha512-VMtPEZwqYrII/oUkffYsNWY9PZ9xpNJpMgmyU0rlDQ25O1c0Hk3fJmZRe6pEkAJ0omD7kLrqGl1DUjQVxpd/Rg==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/protocol-http": "^4.1.0",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-host-header/node_modules/@smithy/protocol-http": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.0.tgz",
|
|
"integrity": "sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-host-header/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-location-constraint": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.734.0.tgz",
|
|
"integrity": "sha512-EJEIXwCQhto/cBfHdm3ZOeLxd2NlJD+X2F+ZTOxzokuhBtY0IONfC/91hOo5tWQweerojwshSMHRCKzRv1tlwg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-logger": {
|
|
"version": "3.609.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.609.0.tgz",
|
|
"integrity": "sha512-S62U2dy4jMDhDFDK5gZ4VxFdWzCtLzwbYyFZx2uvPYTECkepLUfzLic2BHg2Qvtu4QjX+oGE3P/7fwaGIsGNuQ==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-logger/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
"version": "3.620.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.620.0.tgz",
|
|
"integrity": "sha512-nh91S7aGK3e/o1ck64sA/CyoFw+gAYj2BDOnoNa6ouyCrVJED96ZXWbhye/fz9SgmNUZR2g7GdVpiLpMKZoI5w==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/protocol-http": "^4.1.0",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-recursion-detection/node_modules/@smithy/protocol-http": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.0.tgz",
|
|
"integrity": "sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-recursion-detection/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.758.0.tgz",
|
|
"integrity": "sha512-6mJ2zyyHPYSV6bAcaFpsdoXZJeQlR1QgBnZZ6juY/+dcYiuyWCdyLUbGzSZSE7GTfx6i+9+QWFeoIMlWKgU63A==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-arn-parser": "3.723.0",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/signature-v4": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@aws-sdk/core": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.758.0.tgz",
|
|
"integrity": "sha512-0RswbdR9jt/XKemaLNuxi2gGr4xGlHyGxkTdhSQzCyUe9A9OPCoLl3rIESRguQEech+oJnbHk/wuiwHqTuP9sg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/signature-v4": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"fast-xml-parser": "4.4.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.1.tgz",
|
|
"integrity": "sha512-fiUIYgIgRjMWznk6iLJz35K2YxSLHzLBA/RC6lBrKfQ8fHbPfvk7Pk9UvpKoHgJjI18MnbPuEju53zcVy6KF1g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/core": {
|
|
"version": "3.1.5",
|
|
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.1.5.tgz",
|
|
"integrity": "sha512-HLclGWPkCsekQgsyzxLhCQLa8THWXtB5PxyYN+2O6nkyLt550KQKTlbV2D1/j5dNIQapAZM1+qFnpBFxZQkgCA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.0.1.tgz",
|
|
"integrity": "sha512-3aS+fP28urrMW2KTjb6z9iFow6jO8n3MFfineGbndvzGZit3taZhKWtTorf+Gp5RpFDDafeHlhfsGlDCXvUnJA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.0.6.tgz",
|
|
"integrity": "sha512-ftpmkTHIFqgaFugcjzLZv3kzPEFsBFSnq1JsIkr2mwFzCraZVhQk2gqN51OOeRxqhbPTkRFj39Qd2V91E/mQxg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.0.2.tgz",
|
|
"integrity": "sha512-Sdr5lOagCn5tt+zKsaW+U2/iwr6bI9p08wOkCp6/eL6iMbgdtc2R5Ety66rf87PeohR0ExI84Txz9GYv5ou3iQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.0.1.tgz",
|
|
"integrity": "sha512-dHwDmrtR/ln8UTHpaIavRSzeIk5+YZTBtLnKwDW3G2t6nAupCiQUvNzNoHBpik63fwUaJPtlnMzXbQrNFWssIA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.0.1.tgz",
|
|
"integrity": "sha512-8mRTjvCtVET8+rxvmzRNRR0hH2JjV0DFOmwXPrISmTIJEfnCBugpYYGAsCj8t41qd+RB5gbheSQ/6aKZCQvFLQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.0.3.tgz",
|
|
"integrity": "sha512-dYCLeINNbYdvmMLtW0VdhW1biXt+PPCGazzT5ZjKw46mOtdgToQEwjqZSS9/EN8+tNs/RO0cEWG044+YZs97aA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.1.tgz",
|
|
"integrity": "sha512-o+VRiwC2cgmk/WFV0jaETGOtX16VNPp2bSQEzu0whbReqE1BMqsP2ami2Vi3cbGVdKu1kq9gQkDAGKbt0WOHAQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/protocol-http": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.0.1.tgz",
|
|
"integrity": "sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.1.tgz",
|
|
"integrity": "sha512-wU87iWZoCbcqrwszsOewEIuq+SU2mSoBE2CcsLwE0I19m0B2gOJr1MVjxWcDQYOzHbR1xCk7AcOBbGFUYOKvdg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.0.1.tgz",
|
|
"integrity": "sha512-Ma2XC7VS9aV77+clSFylVUnPZRindhB7BbmYiNOdr+CHt/kZNJoPP0cd3QxCnCFyPXC4eybmyE98phEHkqZ5Jw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.1.tgz",
|
|
"integrity": "sha512-hC8F6qTBbuHRI/uqDgqqi6J0R4GtEZcgrZPhFQnMhfJs3MnUTGSnR1NSJCJs5VWlMydu0kJz15M640fJlRsIOw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/signature-v4": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.0.1.tgz",
|
|
"integrity": "sha512-nCe6fQ+ppm1bQuw5iKoeJ0MJfz2os7Ic3GBjOkLOPtavbD1ONoyE3ygjBfz2ythFWm4YnRm6OxW+8p/m9uCoIA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/smithy-client": {
|
|
"version": "4.1.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.1.6.tgz",
|
|
"integrity": "sha512-UYDolNg6h2O0L+cJjtgSyKKvEKCOa/8FHYJnBobyeoeWDmNpXjwOAtw16ezyeu1ETuuLEOZbrynK0ZY1Lx9Jbw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.0.1.tgz",
|
|
"integrity": "sha512-gPXcIEUtw7VlK8f/QcruNXm7q+T5hhvGu9tl63LsJPZ27exB6dtNwvh2HIi0v7JcXJ5emBxB+CJxwaLEdJfA+g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.0.0.tgz",
|
|
"integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz",
|
|
"integrity": "sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-config-provider": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz",
|
|
"integrity": "sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-stream": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.1.2.tgz",
|
|
"integrity": "sha512-44PKEqQ303d3rlQuiDpcCcu//hV8sn+u2JBo84dWCE0rvgeiVl0IlLMagbU++o0jCWhYCsHaAt9wZuZqNe05Hw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-ssec": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.734.0.tgz",
|
|
"integrity": "sha512-d4yd1RrPW/sspEXizq2NSOUivnheac6LPeLSLnaeTbBG9g1KqIqvCzP1TfXEqv2CrWfHEsWtJpX7oyjySSPvDQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-user-agent": {
|
|
"version": "3.620.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.620.0.tgz",
|
|
"integrity": "sha512-bvS6etn+KsuL32ubY5D3xNof1qkenpbJXf/ugGXbg0n98DvDFQ/F+SMLxHgbnER5dsKYchNnhmtI6/FC3HFu/A==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@aws-sdk/util-endpoints": "3.614.0",
|
|
"@smithy/protocol-http": "^4.1.0",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/protocol-http": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.0.tgz",
|
|
"integrity": "sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket": {
|
|
"version": "3.844.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.844.0.tgz",
|
|
"integrity": "sha512-5ZtntUZ9ZMdUbQZ3kI5e5tpiZPN/O57h6fnGZ+GHB+wpSVSOQS78TBt0qYZW+CoZr8iyRsVkJheGETajFCMaUg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@aws-sdk/util-format-url": "3.840.0",
|
|
"@smithy/eventstream-codec": "^4.0.4",
|
|
"@smithy/eventstream-serde-browser": "^4.0.4",
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/signature-v4": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@aws-crypto/crc32": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
|
|
"integrity": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@aws-crypto/util": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
|
|
"integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@aws-sdk/types": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.840.0.tgz",
|
|
"integrity": "sha512-xliuHaUFZxEx1NSXeLLZ9Dyu6+EJVQKEoD+yM+zqUo3YDZ7medKJWY6fIOKiPX/N7XbLdBYwajb15Q7IL8KkeA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@aws-sdk/util-format-url": {
|
|
"version": "3.840.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-format-url/-/util-format-url-3.840.0.tgz",
|
|
"integrity": "sha512-VB1PWyI1TQPiPvg4w7tgUGGQER1xxXPNUqfh3baxUSFi1Oh8wHrDnFywkxLm3NMmgDmnLnSZ5Q326qAoyqKLSg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.840.0",
|
|
"@smithy/querystring-builder": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/eventstream-codec": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-4.0.4.tgz",
|
|
"integrity": "sha512-7XoWfZqWb/QoR/rAU4VSi0mWnO2vu9/ltS6JZ5ZSZv0eovLVfDfu0/AX4ub33RsJTOth3TiFWSHS5YdztvFnig==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "5.2.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.1.0.tgz",
|
|
"integrity": "sha512-mADw7MS0bYe2OGKkHYMaqarOXuDwRbO6ArD91XhHcl2ynjGCFF+hvqf0LyQcYxkA1zaWjefSkU7Ne9mqgApSgQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/querystring-builder": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.2.tgz",
|
|
"integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.4.tgz",
|
|
"integrity": "sha512-SwREZcDnEYoh9tLNgMbpop+UTGq44Hl9tdj3rf+yeLcfH7+J8OXEBaMc2kDxtyRHu8BhSg9ADEx0gFHvpJgU8w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/signature-v4": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.1.2.tgz",
|
|
"integrity": "sha512-d3+U/VpX7a60seHziWnVZOHuEgJlclufjkS6zhXvxcJgkJq4UWdH5eOBLzHRMx6gXjsdT9h6lfpmLzbrdupHgQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/signature-v4/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.0.0.tgz",
|
|
"integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-websocket/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.758.0.tgz",
|
|
"integrity": "sha512-YZ5s7PSvyF3Mt2h1EQulCG93uybprNGbBkPmVuy/HMMfbFTt4iL3SbKjxqvOZelm86epFfj7pvK7FliI2WOEcg==",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
"@smithy/config-resolver": "^4.0.1",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/hash-node": "^4.0.1",
|
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-retry": "^4.0.7",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
"@smithy/util-endpoints": "^3.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-retry": "^4.0.1",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.758.0.tgz",
|
|
"integrity": "sha512-0RswbdR9jt/XKemaLNuxi2gGr4xGlHyGxkTdhSQzCyUe9A9OPCoLl3rIESRguQEech+oJnbHk/wuiwHqTuP9sg==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/signature-v4": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"fast-xml-parser": "4.4.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.734.0.tgz",
|
|
"integrity": "sha512-LW7RRgSOHHBzWZnigNsDIzu3AiwtjeI2X66v+Wn1P1u+eXssy1+up4ZY/h+t2sU4LU36UvEf+jrZti9c6vRnFw==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.734.0.tgz",
|
|
"integrity": "sha512-mUMFITpJUW3LcKvFok176eI5zXAUomVtahb9IQBwLzkqFYOrMJvWAvoV4yuxrJ8TlQBG8gyEnkb9SnhZvjg67w==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.734.0.tgz",
|
|
"integrity": "sha512-CUat2d9ITsFc2XsmeiRQO96iWpxSKYFjxvj27Hc7vo87YUHRnfMfnc8jw1EpxEwMcvBD7LsRa6vDNky6AjcrFA==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.758.0.tgz",
|
|
"integrity": "sha512-iNyehQXtQlj69JCgfaOssgZD4HeYGOwxcaKeG6F+40cwBjTAi0+Ph1yfDwqk2qiBPIRWJ/9l2LodZbxiBqgrwg==",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.734.0.tgz",
|
|
"integrity": "sha512-Lvj1kPRC5IuJBr9DyJ9T9/plkh+EfKLy+12s/mykOy1JaKHDpvj+XGy2YO6YgYVOb8JFtaqloid+5COtje4JTQ==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints": {
|
|
"version": "3.743.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.743.0.tgz",
|
|
"integrity": "sha512-sN1l559zrixeh5x+pttrnd0A3+r34r0tmPkJ/eaaMaAzXqsmKU/xYre9K3FNnsSS1J1k4PEfk/nHDTVUgFYjnw==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-endpoints": "^3.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.734.0.tgz",
|
|
"integrity": "sha512-xQTCus6Q9LwUuALW+S76OL0jcWtMOVu14q+GoLnWPUM7QeUw963oQcLhF7oq0CtaLLKyl4GOUfcwc773Zmwwng==",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/types": "^4.1.0",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.758.0.tgz",
|
|
"integrity": "sha512-A5EZw85V6WhoKMV2hbuFRvb9NPlxEErb4HPO6/SPXYY4QrjprIzScHxikqcWv1w4J3apB1wto9LPU3IMsYtfrw==",
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"aws-crt": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"aws-crt": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.1.tgz",
|
|
"integrity": "sha512-fiUIYgIgRjMWznk6iLJz35K2YxSLHzLBA/RC6lBrKfQ8fHbPfvk7Pk9UvpKoHgJjI18MnbPuEju53zcVy6KF1g==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.0.1.tgz",
|
|
"integrity": "sha512-Igfg8lKu3dRVkTSEm98QpZUvKEOa71jDX4vKRcvJVyRc3UgN3j7vFMf0s7xLQhYmKa8kyJGQgUJDOV5V3neVlQ==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core": {
|
|
"version": "3.1.5",
|
|
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.1.5.tgz",
|
|
"integrity": "sha512-HLclGWPkCsekQgsyzxLhCQLa8THWXtB5PxyYN+2O6nkyLt550KQKTlbV2D1/j5dNIQapAZM1+qFnpBFxZQkgCA==",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.0.1.tgz",
|
|
"integrity": "sha512-l/qdInaDq1Zpznpmev/+52QomsJNZ3JkTl5yrTl02V6NBgJOQ4LY0SFw/8zsMwj3tLe8vqiIuwF6nxaEwgf6mg==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.0.1.tgz",
|
|
"integrity": "sha512-3aS+fP28urrMW2KTjb6z9iFow6jO8n3MFfineGbndvzGZit3taZhKWtTorf+Gp5RpFDDafeHlhfsGlDCXvUnJA==",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/hash-node": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.0.1.tgz",
|
|
"integrity": "sha512-TJ6oZS+3r2Xu4emVse1YPB3Dq3d8RkZDKcPr71Nj/lJsdAP1c7oFzYqEn1IBc915TsgLl2xIJNuxCz+gLbLE0w==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.0.1.tgz",
|
|
"integrity": "sha512-gdudFPf4QRQ5pzj7HEnu6FhKRi61BfH/Gk5Yf6O0KiSbr1LlVhgjThcvjdu658VE6Nve8vaIWB8/fodmS1rBPQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.0.1.tgz",
|
|
"integrity": "sha512-OGXo7w5EkB5pPiac7KNzVtfCW2vKBTZNuCctn++TTSOMpe6RZO/n6WEC1AxJINn3+vWLKW49uad3lo/u0WJ9oQ==",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.0.6.tgz",
|
|
"integrity": "sha512-ftpmkTHIFqgaFugcjzLZv3kzPEFsBFSnq1JsIkr2mwFzCraZVhQk2gqN51OOeRxqhbPTkRFj39Qd2V91E/mQxg==",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.0.7.tgz",
|
|
"integrity": "sha512-58j9XbUPLkqAcV1kHzVX/kAR16GT+j7DUZJqwzsxh1jtz7G82caZiGyyFgUvogVfNTg3TeAOIJepGc8TXF4AVQ==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/service-error-classification": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-retry": "^4.0.1",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.0.2.tgz",
|
|
"integrity": "sha512-Sdr5lOagCn5tt+zKsaW+U2/iwr6bI9p08wOkCp6/eL6iMbgdtc2R5Ety66rf87PeohR0ExI84Txz9GYv5ou3iQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.0.1.tgz",
|
|
"integrity": "sha512-dHwDmrtR/ln8UTHpaIavRSzeIk5+YZTBtLnKwDW3G2t6nAupCiQUvNzNoHBpik63fwUaJPtlnMzXbQrNFWssIA==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.0.1.tgz",
|
|
"integrity": "sha512-8mRTjvCtVET8+rxvmzRNRR0hH2JjV0DFOmwXPrISmTIJEfnCBugpYYGAsCj8t41qd+RB5gbheSQ/6aKZCQvFLQ==",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.0.3.tgz",
|
|
"integrity": "sha512-dYCLeINNbYdvmMLtW0VdhW1biXt+PPCGazzT5ZjKw46mOtdgToQEwjqZSS9/EN8+tNs/RO0cEWG044+YZs97aA==",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.1.tgz",
|
|
"integrity": "sha512-o+VRiwC2cgmk/WFV0jaETGOtX16VNPp2bSQEzu0whbReqE1BMqsP2ami2Vi3cbGVdKu1kq9gQkDAGKbt0WOHAQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.0.1.tgz",
|
|
"integrity": "sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.1.tgz",
|
|
"integrity": "sha512-wU87iWZoCbcqrwszsOewEIuq+SU2mSoBE2CcsLwE0I19m0B2gOJr1MVjxWcDQYOzHbR1xCk7AcOBbGFUYOKvdg==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.0.1.tgz",
|
|
"integrity": "sha512-Ma2XC7VS9aV77+clSFylVUnPZRindhB7BbmYiNOdr+CHt/kZNJoPP0cd3QxCnCFyPXC4eybmyE98phEHkqZ5Jw==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.0.1.tgz",
|
|
"integrity": "sha512-3JNjBfOWpj/mYfjXJHB4Txc/7E4LVq32bwzE7m28GN79+M1f76XHflUaSUkhOriprPDzev9cX/M+dEB80DNDKA==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.1.tgz",
|
|
"integrity": "sha512-hC8F6qTBbuHRI/uqDgqqi6J0R4GtEZcgrZPhFQnMhfJs3MnUTGSnR1NSJCJs5VWlMydu0kJz15M640fJlRsIOw==",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.0.1.tgz",
|
|
"integrity": "sha512-nCe6fQ+ppm1bQuw5iKoeJ0MJfz2os7Ic3GBjOkLOPtavbD1ONoyE3ygjBfz2ythFWm4YnRm6OxW+8p/m9uCoIA==",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client": {
|
|
"version": "4.1.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.1.6.tgz",
|
|
"integrity": "sha512-UYDolNg6h2O0L+cJjtgSyKKvEKCOa/8FHYJnBobyeoeWDmNpXjwOAtw16ezyeu1ETuuLEOZbrynK0ZY1Lx9Jbw==",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.0.1.tgz",
|
|
"integrity": "sha512-gPXcIEUtw7VlK8f/QcruNXm7q+T5hhvGu9tl63LsJPZ27exB6dtNwvh2HIi0v7JcXJ5emBxB+CJxwaLEdJfA+g==",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.0.0.tgz",
|
|
"integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz",
|
|
"integrity": "sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.0.0.tgz",
|
|
"integrity": "sha512-q0iDP3VsZzqJyje8xJWEJCNIu3lktUGVoSy1KB0UWym2CL1siV3artm+u1DFYTLejpsrdGyCSWBdGNjJzfDPjg==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz",
|
|
"integrity": "sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.7.tgz",
|
|
"integrity": "sha512-CZgDDrYHLv0RUElOsmZtAnp1pIjwDVCSuZWOPhIOBvG36RDfX1Q9+6lS61xBf+qqvHoqRjHxgINeQz47cYFC2Q==",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.7.tgz",
|
|
"integrity": "sha512-79fQW3hnfCdrfIi1soPbK3zmooRFnLpSx3Vxi6nUlqaaQeC5dm8plt4OTNDNqEEEDkvKghZSaoti684dQFVrGQ==",
|
|
"dependencies": {
|
|
"@smithy/config-resolver": "^4.0.1",
|
|
"@smithy/credential-provider-imds": "^4.0.1",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.0.1.tgz",
|
|
"integrity": "sha512-zVdUENQpdtn9jbpD9SCFK4+aSiavRb9BxEtw9ZGUR1TYo6bBHbIoi7VkrFQ0/RwZlzx0wRBaRmPclj8iAoJCLA==",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.0.1.tgz",
|
|
"integrity": "sha512-WmRHqNVwn3kI3rKk1LsKcVgPBG6iLTBGC1iYOV3GQegwJ3E8yjzHytPt26VNzOWr1qu0xE03nK0Ug8S7T7oufw==",
|
|
"dependencies": {
|
|
"@smithy/service-error-classification": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.1.2.tgz",
|
|
"integrity": "sha512-44PKEqQ303d3rlQuiDpcCcu//hV8sn+u2JBo84dWCE0rvgeiVl0IlLMagbU++o0jCWhYCsHaAt9wZuZqNe05Hw==",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/protocol-http": {
|
|
"version": "3.374.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.374.0.tgz",
|
|
"integrity": "sha512-9WpRUbINdGroV3HiZZIBoJvL2ndoWk39OfwxWs2otxByppJZNN14bg/lvCx5e8ggHUti7IBk5rb0nqQZ4m05pg==",
|
|
"deprecated": "This package has moved to @smithy/protocol-http",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^1.1.0",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/protocol-http/node_modules/@smithy/protocol-http": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-1.2.0.tgz",
|
|
"integrity": "sha512-GfGfruksi3nXdFok5RhgtOnWe5f6BndzYfmEXISD+5gAGdayFGpjWu5pIqIweTudMtse20bGbc+7MFZXT1Tb8Q==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^1.2.0",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/protocol-http/node_modules/@smithy/types": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-1.2.0.tgz",
|
|
"integrity": "sha512-z1r00TvBqF3dh4aHhya7nz1HhvCg4TRmw51fjMrh5do3h+ngSstt/yKlNbHeb9QxJmFbmN8KEVSWgb1bRvfEoA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/region-config-resolver": {
|
|
"version": "3.614.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.614.0.tgz",
|
|
"integrity": "sha512-vDCeMXvic/LU0KFIUjpC3RiSTIkkvESsEfbVHiHH0YINfl8HnEqR5rj+L8+phsCeVg2+LmYwYxd5NRz4PHxt5g==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/node-config-provider": "^3.1.4",
|
|
"@smithy/types": "^3.3.0",
|
|
"@smithy/util-config-provider": "^3.0.0",
|
|
"@smithy/util-middleware": "^3.0.3",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/region-config-resolver/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/region-config-resolver/node_modules/@smithy/util-middleware": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.3.tgz",
|
|
"integrity": "sha512-l+StyYYK/eO3DlVPbU+4Bi06Jjal+PFLSMmlWM1BEwyLxZ3aKkf1ROnoIakfaA7mC6uw3ny7JBkau4Yc+5zfWw==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.758.0.tgz",
|
|
"integrity": "sha512-dVyItwu/J1InfJBbCPpHRV9jrsBfI7L0RlDGyS3x/xqBwnm5qpvgNZQasQiyqIl+WJB4f5rZRZHgHuwftqINbA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/signature-v4-multi-region": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@aws-sdk/util-format-url": "3.734.0",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/smithy-client": "^4.1.6",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.1.tgz",
|
|
"integrity": "sha512-fiUIYgIgRjMWznk6iLJz35K2YxSLHzLBA/RC6lBrKfQ8fHbPfvk7Pk9UvpKoHgJjI18MnbPuEju53zcVy6KF1g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/core": {
|
|
"version": "3.1.5",
|
|
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.1.5.tgz",
|
|
"integrity": "sha512-HLclGWPkCsekQgsyzxLhCQLa8THWXtB5PxyYN+2O6nkyLt550KQKTlbV2D1/j5dNIQapAZM1+qFnpBFxZQkgCA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.0.1.tgz",
|
|
"integrity": "sha512-3aS+fP28urrMW2KTjb6z9iFow6jO8n3MFfineGbndvzGZit3taZhKWtTorf+Gp5RpFDDafeHlhfsGlDCXvUnJA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.0.6.tgz",
|
|
"integrity": "sha512-ftpmkTHIFqgaFugcjzLZv3kzPEFsBFSnq1JsIkr2mwFzCraZVhQk2gqN51OOeRxqhbPTkRFj39Qd2V91E/mQxg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-serde": "^4.0.2",
|
|
"@smithy/node-config-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/url-parser": "^4.0.1",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.0.2.tgz",
|
|
"integrity": "sha512-Sdr5lOagCn5tt+zKsaW+U2/iwr6bI9p08wOkCp6/eL6iMbgdtc2R5Ety66rf87PeohR0ExI84Txz9GYv5ou3iQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.0.1.tgz",
|
|
"integrity": "sha512-dHwDmrtR/ln8UTHpaIavRSzeIk5+YZTBtLnKwDW3G2t6nAupCiQUvNzNoHBpik63fwUaJPtlnMzXbQrNFWssIA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.0.1.tgz",
|
|
"integrity": "sha512-8mRTjvCtVET8+rxvmzRNRR0hH2JjV0DFOmwXPrISmTIJEfnCBugpYYGAsCj8t41qd+RB5gbheSQ/6aKZCQvFLQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.1",
|
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.0.3.tgz",
|
|
"integrity": "sha512-dYCLeINNbYdvmMLtW0VdhW1biXt+PPCGazzT5ZjKw46mOtdgToQEwjqZSS9/EN8+tNs/RO0cEWG044+YZs97aA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.1.tgz",
|
|
"integrity": "sha512-o+VRiwC2cgmk/WFV0jaETGOtX16VNPp2bSQEzu0whbReqE1BMqsP2ami2Vi3cbGVdKu1kq9gQkDAGKbt0WOHAQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/protocol-http": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.0.1.tgz",
|
|
"integrity": "sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.1.tgz",
|
|
"integrity": "sha512-wU87iWZoCbcqrwszsOewEIuq+SU2mSoBE2CcsLwE0I19m0B2gOJr1MVjxWcDQYOzHbR1xCk7AcOBbGFUYOKvdg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.0.1.tgz",
|
|
"integrity": "sha512-Ma2XC7VS9aV77+clSFylVUnPZRindhB7BbmYiNOdr+CHt/kZNJoPP0cd3QxCnCFyPXC4eybmyE98phEHkqZ5Jw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.1.tgz",
|
|
"integrity": "sha512-hC8F6qTBbuHRI/uqDgqqi6J0R4GtEZcgrZPhFQnMhfJs3MnUTGSnR1NSJCJs5VWlMydu0kJz15M640fJlRsIOw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/smithy-client": {
|
|
"version": "4.1.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.1.6.tgz",
|
|
"integrity": "sha512-UYDolNg6h2O0L+cJjtgSyKKvEKCOa/8FHYJnBobyeoeWDmNpXjwOAtw16ezyeu1ETuuLEOZbrynK0ZY1Lx9Jbw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.1.5",
|
|
"@smithy/middleware-endpoint": "^4.0.6",
|
|
"@smithy/middleware-stack": "^4.0.1",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-stream": "^4.1.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.0.1.tgz",
|
|
"integrity": "sha512-gPXcIEUtw7VlK8f/QcruNXm7q+T5hhvGu9tl63LsJPZ27exB6dtNwvh2HIi0v7JcXJ5emBxB+CJxwaLEdJfA+g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.0.0.tgz",
|
|
"integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz",
|
|
"integrity": "sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/util-stream": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.1.2.tgz",
|
|
"integrity": "sha512-44PKEqQ303d3rlQuiDpcCcu//hV8sn+u2JBo84dWCE0rvgeiVl0IlLMagbU++o0jCWhYCsHaAt9wZuZqNe05Hw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
"@smithy/node-http-handler": "^4.0.3",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4": {
|
|
"version": "3.374.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.374.0.tgz",
|
|
"integrity": "sha512-2xLJvSdzcZZAg0lsDLUAuSQuihzK0dcxIK7WmfuJeF7DGKJFmp9czQmz5f3qiDz6IDQzvgK1M9vtJSVCslJbyQ==",
|
|
"deprecated": "This package has moved to @smithy/signature-v4",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/signature-v4": "^1.0.1",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region": {
|
|
"version": "3.758.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.758.0.tgz",
|
|
"integrity": "sha512-0RPCo8fYJcrenJ6bRtiUbFOSgQ1CX/GpvwtLU2Fam1tS9h2klKK8d74caeV6A1mIUvBU7bhyQ0wMGlwMtn3EYw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-sdk-s3": "3.758.0",
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/signature-v4": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz",
|
|
"integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/protocol-http": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.0.1.tgz",
|
|
"integrity": "sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/signature-v4": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.0.1.tgz",
|
|
"integrity": "sha512-nCe6fQ+ppm1bQuw5iKoeJ0MJfz2os7Ic3GBjOkLOPtavbD1ONoyE3ygjBfz2ythFWm4YnRm6OxW+8p/m9uCoIA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz",
|
|
"integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.0.0.tgz",
|
|
"integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4/node_modules/@smithy/eventstream-codec": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-1.1.0.tgz",
|
|
"integrity": "sha512-3tEbUb8t8an226jKB6V/Q2XU/J53lCwCzULuBPEaF4JjSh+FlCMp7TmogE/Aij5J9DwlsZ4VAD/IRDuQ/0ZtMw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "3.0.0",
|
|
"@smithy/types": "^1.2.0",
|
|
"@smithy/util-hex-encoding": "^1.1.0",
|
|
"tslib": "^2.5.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4/node_modules/@smithy/is-array-buffer": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-1.1.0.tgz",
|
|
"integrity": "sha512-twpQ/n+3OWZJ7Z+xu43MJErmhB/WO/mMTnqR6PwWQShvSJ/emx5d1N59LQZk6ZpTAeuRWrc+eHhkzTp9NFjNRQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4/node_modules/@smithy/signature-v4": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-1.1.0.tgz",
|
|
"integrity": "sha512-fDo3m7YqXBs7neciOePPd/X9LPm5QLlDMdIC4m1H6dgNLnXfLMFNIxEfPyohGA8VW9Wn4X8lygnPSGxDZSmp0Q==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/eventstream-codec": "^1.1.0",
|
|
"@smithy/is-array-buffer": "^1.1.0",
|
|
"@smithy/types": "^1.2.0",
|
|
"@smithy/util-hex-encoding": "^1.1.0",
|
|
"@smithy/util-middleware": "^1.1.0",
|
|
"@smithy/util-uri-escape": "^1.1.0",
|
|
"@smithy/util-utf8": "^1.1.0",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4/node_modules/@smithy/types": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-1.2.0.tgz",
|
|
"integrity": "sha512-z1r00TvBqF3dh4aHhya7nz1HhvCg4TRmw51fjMrh5do3h+ngSstt/yKlNbHeb9QxJmFbmN8KEVSWgb1bRvfEoA==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4/node_modules/@smithy/util-buffer-from": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-1.1.0.tgz",
|
|
"integrity": "sha512-9m6NXE0ww+ra5HKHCHig20T+FAwxBAm7DIdwc/767uGWbRcY720ybgPacQNB96JMOI7xVr/CDa3oMzKmW4a+kw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^1.1.0",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-1.1.0.tgz",
|
|
"integrity": "sha512-7UtIE9eH0u41zpB60Jzr0oNCQ3hMJUabMcKRUVjmyHTXiWDE4vjSqN6qlih7rCNeKGbioS7f/y2Jgym4QZcKFg==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4/node_modules/@smithy/util-middleware": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-1.1.0.tgz",
|
|
"integrity": "sha512-6hhckcBqVgjWAqLy2vqlPZ3rfxLDhFWEmM7oLh2POGvsi7j0tHkbN7w4DFhuBExVJAbJ/qqxqZdRY6Fu7/OezQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4/node_modules/@smithy/util-uri-escape": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-1.1.0.tgz",
|
|
"integrity": "sha512-/jL/V1xdVRt5XppwiaEU8Etp5WHZj609n0xMTuehmCqdoOFbId1M+aEeDWZsQ+8JbEB/BJ6ynY2SlYmOaKtt8w==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4/node_modules/@smithy/util-utf8": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-1.1.0.tgz",
|
|
"integrity": "sha512-p/MYV+JmqmPyjdgyN2UxAeYDj9cBqCjp0C/NsTWnnjoZUVqoeZ6IrW915L9CAKWVECgv9lVQGc4u/yz26/bI1A==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^1.1.0",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/token-providers": {
|
|
"version": "3.614.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.614.0.tgz",
|
|
"integrity": "sha512-okItqyY6L9IHdxqs+Z116y5/nda7rHxLvROxtAJdLavWTYDydxrZstImNgGWTeVdmc0xX2gJCI77UYUTQWnhRw==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/property-provider": "^3.1.3",
|
|
"@smithy/shared-ini-file-loader": "^3.1.4",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@aws-sdk/client-sso-oidc": "^3.614.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/token-providers/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/types": {
|
|
"version": "3.609.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.609.0.tgz",
|
|
"integrity": "sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==",
|
|
"dependencies": {
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/types/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-arn-parser": {
|
|
"version": "3.723.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-arn-parser/-/util-arn-parser-3.723.0.tgz",
|
|
"integrity": "sha512-ZhEfvUwNliOQROcAk34WJWVYTlTa4694kSVhDSjW6lE1bMataPnIN8A0ycukEzBXmd8ZSoBcQLn6lKGl7XIJ5w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-endpoints": {
|
|
"version": "3.614.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.614.0.tgz",
|
|
"integrity": "sha512-wK2cdrXHH4oz4IomV/yrGkftU9A+ITB6nFL+rxxyO78is2ifHJpFdV4aqk4LSkXYPi6CXWNru/Dqc7yiKXgJPw==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/types": "^3.3.0",
|
|
"@smithy/util-endpoints": "^2.0.5",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-format-url": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-format-url/-/util-format-url-3.734.0.tgz",
|
|
"integrity": "sha512-TxZMVm8V4aR/QkW9/NhujvYpPZjUYqzLwSge5imKZbWFR806NP7RMwc5ilVuHF/bMOln/cVHkl42kATElWBvNw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.734.0",
|
|
"@smithy/querystring-builder": "^4.0.1",
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-format-url/node_modules/@aws-sdk/types": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.734.0.tgz",
|
|
"integrity": "sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-format-url/node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.0.1.tgz",
|
|
"integrity": "sha512-wU87iWZoCbcqrwszsOewEIuq+SU2mSoBE2CcsLwE0I19m0B2gOJr1MVjxWcDQYOzHbR1xCk7AcOBbGFUYOKvdg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-format-url/node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz",
|
|
"integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-locate-window": {
|
|
"version": "3.568.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.568.0.tgz",
|
|
"integrity": "sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-user-agent-browser": {
|
|
"version": "3.609.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.609.0.tgz",
|
|
"integrity": "sha512-fojPU+mNahzQ0YHYBsx0ZIhmMA96H+ZIZ665ObU9tl+SGdbLneVZVikGve+NmHTQwHzwkFsZYYnVKAkreJLAtA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/types": "^3.3.0",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-user-agent-browser/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-user-agent-node": {
|
|
"version": "3.614.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.614.0.tgz",
|
|
"integrity": "sha512-15ElZT88peoHnq5TEoEtZwoXTXRxNrk60TZNdpl/TUBJ5oNJ9Dqb5Z4ryb8ofN6nm9aFf59GVAerFDz8iUoHBA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.609.0",
|
|
"@smithy/node-config-provider": "^3.1.4",
|
|
"@smithy/types": "^3.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"aws-crt": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"aws-crt": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-user-agent-node/node_modules/@smithy/types": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
|
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-utf8-browser": {
|
|
"version": "3.259.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz",
|
|
"integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.3.1"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/xml-builder": {
|
|
"version": "3.734.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.734.0.tgz",
|
|
"integrity": "sha512-Zrjxi5qwGEcUsJ0ru7fRtW74WcTS0rbLcehoFB+rN1GRi2hbLcFaYs4PwVA5diLeAJH0gszv3x4Hr/S87MfbKQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@axe-core/playwright": {
|
|
"version": "4.10.1",
|
|
"resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.10.1.tgz",
|
|
"integrity": "sha512-EV5t39VV68kuAfMKqb/RL+YjYKhfuGim9rgIaQ6Vntb2HgaCaau0h98Y3WEUqW1+PbdzxDtDNjFAipbtZuBmEA==",
|
|
"dev": true,
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"axe-core": "~4.10.2"
|
|
},
|
|
"peerDependencies": {
|
|
"playwright-core": ">= 1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/abort-controller": {
|
|
"version": "2.1.2",
|
|
"resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
|
|
"integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-auth": {
|
|
"version": "1.9.0",
|
|
"resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.9.0.tgz",
|
|
"integrity": "sha512-FPwHpZywuyasDSLMqJ6fhbOK3TqUdviZNF8OqRGA4W5Ewib2lEEZ+pBsYcBa88B2NGO/SEnYPGhyBqNlE8ilSw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-util": "^1.11.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-client": {
|
|
"version": "1.9.3",
|
|
"resolved": "https://registry.npmjs.org/@azure/core-client/-/core-client-1.9.3.tgz",
|
|
"integrity": "sha512-/wGw8fJ4mdpJ1Cum7s1S+VQyXt1ihwKLzfabS1O/RDADnmzVc01dHn44qD0BvGH6KlZNzOMW95tEpKqhkCChPA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-auth": "^1.4.0",
|
|
"@azure/core-rest-pipeline": "^1.9.1",
|
|
"@azure/core-tracing": "^1.0.0",
|
|
"@azure/core-util": "^1.6.1",
|
|
"@azure/logger": "^1.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-http-compat": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@azure/core-http-compat/-/core-http-compat-2.0.1.tgz",
|
|
"integrity": "sha512-xpQZz/q7E0jSW4rckrTo2mDFDQgo6I69hBU4voMQi7REi6JRW5a+KfVkbJCFCWnkFmP6cAJ0IbuudTdf/MEBOQ==",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^1.0.4",
|
|
"@azure/core-client": "^1.3.0",
|
|
"@azure/core-rest-pipeline": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-http-compat/node_modules/@azure/abort-controller": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz",
|
|
"integrity": "sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==",
|
|
"dependencies": {
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-lro": {
|
|
"version": "2.7.2",
|
|
"resolved": "https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.2.tgz",
|
|
"integrity": "sha512-0YIpccoX8m/k00O7mDDMdJpbr6mf1yWo2dfmxt5A8XVZVVMz2SSKaEbMCeJRvgQ0IaSlqhjT47p4hVIRRy90xw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-util": "^1.2.0",
|
|
"@azure/logger": "^1.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-paging": {
|
|
"version": "1.5.0",
|
|
"resolved": "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.5.0.tgz",
|
|
"integrity": "sha512-zqWdVIt+2Z+3wqxEOGzR5hXFZ8MGKK52x4vFLw8n58pR6ZfKRx3EXYTxTaYxYHc/PexPUTyimcTWFJbji9Z6Iw==",
|
|
"dependencies": {
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-rest-pipeline": {
|
|
"version": "1.19.1",
|
|
"resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.19.1.tgz",
|
|
"integrity": "sha512-zHeoI3NCs53lLBbWNzQycjnYKsA1CVKlnzSNuSFcUDwBp8HHVObePxrM7HaX+Ha5Ks639H7chNC9HOaIhNS03w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-auth": "^1.8.0",
|
|
"@azure/core-tracing": "^1.0.1",
|
|
"@azure/core-util": "^1.11.0",
|
|
"@azure/logger": "^1.0.0",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-rest-pipeline/node_modules/agent-base": {
|
|
"version": "7.1.3",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
|
|
"integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-rest-pipeline/node_modules/http-proxy-agent": {
|
|
"version": "7.0.2",
|
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-rest-pipeline/node_modules/https-proxy-agent": {
|
|
"version": "7.0.6",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-tracing": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.2.0.tgz",
|
|
"integrity": "sha512-UKTiEJPkWcESPYJz3X5uKRYyOcJD+4nYph+KpfdPRnQJVrZfk0KJgdnaAWKfhsBBtAf/D58Az4AvCJEmWgIBAg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-util": {
|
|
"version": "1.11.0",
|
|
"resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.11.0.tgz",
|
|
"integrity": "sha512-DxOSLua+NdpWoSqULhjDyAZTXFdP/LKkqtYuxxz1SCN289zk3OG8UOpnCQAz/tygyACBtWp/BoO72ptK7msY8g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-xml": {
|
|
"version": "1.4.5",
|
|
"resolved": "https://registry.npmjs.org/@azure/core-xml/-/core-xml-1.4.5.tgz",
|
|
"integrity": "sha512-gT4H8mTaSXRz7eGTuQyq1aIJnJqeXzpOe9Ay7Z3FrCouer14CbV3VzjnJrNrQfbBpGBLO9oy8BmrY75A0p53cA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-xml-parser": "^5.0.7",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-xml/node_modules/fast-xml-parser": {
|
|
"version": "5.0.9",
|
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.9.tgz",
|
|
"integrity": "sha512-2mBwCiuW3ycKQQ6SOesSB8WeF+fIGb6I/GG5vU5/XEptwFFhp9PE8b9O7fbs2dpq9fXn4ULR3UsfydNUCntf5A==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strnum": "^2.0.5"
|
|
},
|
|
"bin": {
|
|
"fxparser": "src/cli/cli.js"
|
|
}
|
|
},
|
|
"node_modules/@azure/core-xml/node_modules/strnum": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.5.tgz",
|
|
"integrity": "sha512-YAT3K/sgpCUxhxNMrrdhtod3jckkpYwH6JAuwmUdXZsmzH1wUyzTMrrK2wYCEEqlKwrWDd35NeuUkbBy/1iK+Q==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@azure/identity": {
|
|
"version": "4.8.0",
|
|
"resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.8.0.tgz",
|
|
"integrity": "sha512-l9ALUGHtFB/JfsqmA+9iYAp2a+cCwdNO/cyIr2y7nJLJsz1aae6qVP8XxT7Kbudg0IQRSIMXj0+iivFdbD1xPA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-auth": "^1.9.0",
|
|
"@azure/core-client": "^1.9.2",
|
|
"@azure/core-rest-pipeline": "^1.17.0",
|
|
"@azure/core-tracing": "^1.0.0",
|
|
"@azure/core-util": "^1.11.0",
|
|
"@azure/logger": "^1.0.0",
|
|
"@azure/msal-browser": "^4.2.0",
|
|
"@azure/msal-node": "^3.2.3",
|
|
"events": "^3.0.0",
|
|
"jws": "^4.0.0",
|
|
"open": "^10.1.0",
|
|
"stoppable": "^1.1.0",
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/logger": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.0.4.tgz",
|
|
"integrity": "sha512-ustrPY8MryhloQj7OWGe+HrYx+aoiOxzbXTtgblbV3xwCqpzUK36phH3XNHQKj3EPonyFUuDTfR3qFhTEAuZEg==",
|
|
"dependencies": {
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/msal-browser": {
|
|
"version": "4.7.0",
|
|
"resolved": "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-4.7.0.tgz",
|
|
"integrity": "sha512-H4AIPhIQVe1qW4+BJaitqod6UGQiXE3juj7q2ZBsOPjuZicQaqcbnBp2gCroF/icS0+TJ9rGuyCBJbjlAqVOGA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/msal-common": "15.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/msal-common": {
|
|
"version": "15.2.1",
|
|
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-15.2.1.tgz",
|
|
"integrity": "sha512-eZHtYE5OHDN0o2NahCENkczQ6ffGc0MoUSAI3hpwGpZBHJXaEQMMZPWtIx86da2L9w7uT+Tr/xgJbGwIkvTZTQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/msal-node": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-3.3.0.tgz",
|
|
"integrity": "sha512-ulsT3EHF1RQ29X55cxBLgKsIKWni9JdbUqG7sipGVP4uhWcBpmm/vhKOMH340+27Acm9+kHGnN/5XmQ5LrIDgA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/msal-common": "15.2.1",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"uuid": "^8.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@azure/msal-node/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==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@azure/search-documents": {
|
|
"version": "12.0.0",
|
|
"resolved": "https://registry.npmjs.org/@azure/search-documents/-/search-documents-12.0.0.tgz",
|
|
"integrity": "sha512-d9d53f2WWBpLHifk+LVn+AG52zuXvjgxJAdaH6kuT2qwrO1natcigtTgBM8qrI3iDYaDXsQhJSIMEgg9WKSoWA==",
|
|
"dependencies": {
|
|
"@azure/core-auth": "^1.3.0",
|
|
"@azure/core-client": "^1.3.0",
|
|
"@azure/core-http-compat": "^2.0.1",
|
|
"@azure/core-paging": "^1.1.1",
|
|
"@azure/core-rest-pipeline": "^1.3.0",
|
|
"@azure/core-tracing": "^1.0.0",
|
|
"@azure/logger": "^1.0.0",
|
|
"events": "^3.0.0",
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@azure/storage-blob": {
|
|
"version": "12.27.0",
|
|
"resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.27.0.tgz",
|
|
"integrity": "sha512-IQjj9RIzAKatmNca3D6bT0qJ+Pkox1WZGOg2esJF2YLHb45pQKOwGPIAV+w3rfgkj7zV3RMxpn/c6iftzSOZJQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.1.2",
|
|
"@azure/core-auth": "^1.4.0",
|
|
"@azure/core-client": "^1.6.2",
|
|
"@azure/core-http-compat": "^2.0.0",
|
|
"@azure/core-lro": "^2.2.0",
|
|
"@azure/core-paging": "^1.1.1",
|
|
"@azure/core-rest-pipeline": "^1.10.1",
|
|
"@azure/core-tracing": "^1.1.2",
|
|
"@azure/core-util": "^1.6.1",
|
|
"@azure/core-xml": "^1.4.3",
|
|
"@azure/logger": "^1.0.0",
|
|
"events": "^3.0.0",
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame": {
|
|
"version": "7.26.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
"integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.25.9",
|
|
"js-tokens": "^4.0.0",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/compat-data": {
|
|
"version": "7.25.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz",
|
|
"integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/core": {
|
|
"version": "7.25.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
|
|
"integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.24.7",
|
|
"@babel/generator": "^7.25.0",
|
|
"@babel/helper-compilation-targets": "^7.25.2",
|
|
"@babel/helper-module-transforms": "^7.25.2",
|
|
"@babel/helpers": "^7.25.0",
|
|
"@babel/parser": "^7.25.0",
|
|
"@babel/template": "^7.25.0",
|
|
"@babel/traverse": "^7.25.2",
|
|
"@babel/types": "^7.25.2",
|
|
"convert-source-map": "^2.0.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.3",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
}
|
|
},
|
|
"node_modules/@babel/core/node_modules/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"
|
|
}
|
|
},
|
|
"node_modules/@babel/generator": {
|
|
"version": "7.26.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.9.tgz",
|
|
"integrity": "sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.26.9",
|
|
"@babel/types": "^7.26.9",
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
"jsesc": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
"version": "7.25.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
|
|
"integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.25.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
"version": "7.25.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
|
|
"integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.25.2",
|
|
"@babel/helper-validator-option": "^7.24.8",
|
|
"browserslist": "^4.23.1",
|
|
"lru-cache": "^5.1.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets/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"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
"version": "7.23.10",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.10.tgz",
|
|
"integrity": "sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-member-expression-to-functions": "^7.23.0",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.20",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
"dev": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
"version": "7.26.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz",
|
|
"integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.25.9",
|
|
"regexpu-core": "^6.2.0",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
"dev": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
"version": "0.5.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz",
|
|
"integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/types": "^7.23.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
"version": "7.23.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
|
|
"integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.23.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-imports": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
|
|
"integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.24.7",
|
|
"@babel/types": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
"version": "7.25.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
|
|
"integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.24.7",
|
|
"@babel/helper-simple-access": "^7.24.7",
|
|
"@babel/helper-validator-identifier": "^7.24.7",
|
|
"@babel/traverse": "^7.25.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-plugin-utils": {
|
|
"version": "7.26.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
|
|
"integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
|
|
"license": "MIT",
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-wrap-function": "^7.22.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-replace-supers": {
|
|
"version": "7.22.20",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
|
|
"integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-member-expression-to-functions": "^7.22.15",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-simple-access": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
|
|
"integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.24.7",
|
|
"@babel/types": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-split-export-declaration": {
|
|
"version": "7.22.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
|
|
"integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-string-parser": {
|
|
"version": "7.25.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
|
|
"integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.25.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
|
|
"integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-option": {
|
|
"version": "7.24.8",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
|
|
"integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-wrap-function": {
|
|
"version": "7.22.20",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
|
|
"integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/types": "^7.22.19"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helpers": {
|
|
"version": "7.26.10",
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.10.tgz",
|
|
"integrity": "sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.26.9",
|
|
"@babel/types": "^7.26.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"version": "7.26.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.9.tgz",
|
|
"integrity": "sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.26.9"
|
|
},
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
|
|
"version": "7.25.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz",
|
|
"integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.25.9",
|
|
"@babel/traverse": "^7.25.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
|
|
"version": "7.25.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz",
|
|
"integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.25.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
"version": "7.23.3",
|
|
"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.23.3.tgz",
|
|
"integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz",
|
|
"integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
"@babel/plugin-transform-optional-chaining": "^7.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.13.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
|
|
"version": "7.23.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz",
|
|
"integrity": "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.12.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-assertions": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz",
|
|
"integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz",
|
|
"integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz",
|
|
"integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz",
|
|
"integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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,
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-arrow-functions": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz",
|
|
"integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
"version": "7.23.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz",
|
|
"integrity": "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-remap-async-to-generator": "^7.22.20",
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz",
|
|
"integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-remap-async-to-generator": "^7.22.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoped-functions": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz",
|
|
"integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz",
|
|
"integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-class-properties": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz",
|
|
"integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-class-static-block": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz",
|
|
"integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-class-static-block": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.12.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-classes": {
|
|
"version": "7.23.8",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz",
|
|
"integrity": "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==",
|
|
"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.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.20",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-classes/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==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz",
|
|
"integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/template": "^7.22.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz",
|
|
"integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-dotall-regex": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz",
|
|
"integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-duplicate-keys": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz",
|
|
"integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
|
|
"version": "7.25.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz",
|
|
"integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.25.9",
|
|
"@babel/helper-plugin-utils": "^7.25.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-dynamic-import": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz",
|
|
"integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz",
|
|
"integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-export-namespace-from": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz",
|
|
"integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-for-of": {
|
|
"version": "7.23.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz",
|
|
"integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-function-name": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz",
|
|
"integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.22.15",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-json-strings": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz",
|
|
"integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-literals": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz",
|
|
"integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz",
|
|
"integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-member-expression-literals": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz",
|
|
"integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-amd": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz",
|
|
"integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz",
|
|
"integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-simple-access": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
"version": "7.23.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz",
|
|
"integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-validator-identifier": "^7.22.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-umd": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz",
|
|
"integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-new-target": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz",
|
|
"integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz",
|
|
"integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-numeric-separator": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz",
|
|
"integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz",
|
|
"integrity": "sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.23.3",
|
|
"@babel/helper-compilation-targets": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
"@babel/plugin-transform-parameters": "^7.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-object-super": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz",
|
|
"integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-optional-catch-binding": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz",
|
|
"integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz",
|
|
"integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.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"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-parameters": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz",
|
|
"integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-private-methods": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz",
|
|
"integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-private-property-in-object": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz",
|
|
"integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-create-class-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-property-literals": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz",
|
|
"integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-display-name": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz",
|
|
"integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
"version": "7.23.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz",
|
|
"integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-jsx": "^7.23.3",
|
|
"@babel/types": "^7.23.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-development": {
|
|
"version": "7.22.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz",
|
|
"integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/plugin-transform-react-jsx": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-pure-annotations": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz",
|
|
"integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz",
|
|
"integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"regenerator-transform": "^0.15.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-regexp-modifiers": {
|
|
"version": "7.26.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz",
|
|
"integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.25.9",
|
|
"@babel/helper-plugin-utils": "^7.25.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-reserved-words": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz",
|
|
"integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
"version": "7.23.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.9.tgz",
|
|
"integrity": "sha512-A7clW3a0aSjm3ONU9o2HAILSegJCYlEZmOhmBRReVtIpY/Z/p7yIZ+wR41Z+UipwdGuqwtID/V/dOdZXjwi9gQ==",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"babel-plugin-polyfill-corejs2": "^0.4.8",
|
|
"babel-plugin-polyfill-corejs3": "^0.9.0",
|
|
"babel-plugin-polyfill-regenerator": "^0.5.5",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-runtime/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"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-shorthand-properties": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz",
|
|
"integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-spread": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz",
|
|
"integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-sticky-regex": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz",
|
|
"integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-template-literals": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz",
|
|
"integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz",
|
|
"integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
"version": "7.23.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz",
|
|
"integrity": "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-create-class-features-plugin": "^7.23.6",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-typescript": "^7.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-escapes": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz",
|
|
"integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-property-regex": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz",
|
|
"integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-regex": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz",
|
|
"integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-sets-regex": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz",
|
|
"integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-env": {
|
|
"version": "7.23.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.9.tgz",
|
|
"integrity": "sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.23.5",
|
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-validator-option": "^7.23.5",
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
|
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7",
|
|
"@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.23.3",
|
|
"@babel/plugin-syntax-import-attributes": "^7.23.3",
|
|
"@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.23.3",
|
|
"@babel/plugin-transform-async-generator-functions": "^7.23.9",
|
|
"@babel/plugin-transform-async-to-generator": "^7.23.3",
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.23.3",
|
|
"@babel/plugin-transform-block-scoping": "^7.23.4",
|
|
"@babel/plugin-transform-class-properties": "^7.23.3",
|
|
"@babel/plugin-transform-class-static-block": "^7.23.4",
|
|
"@babel/plugin-transform-classes": "^7.23.8",
|
|
"@babel/plugin-transform-computed-properties": "^7.23.3",
|
|
"@babel/plugin-transform-destructuring": "^7.23.3",
|
|
"@babel/plugin-transform-dotall-regex": "^7.23.3",
|
|
"@babel/plugin-transform-duplicate-keys": "^7.23.3",
|
|
"@babel/plugin-transform-dynamic-import": "^7.23.4",
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.23.3",
|
|
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
|
|
"@babel/plugin-transform-for-of": "^7.23.6",
|
|
"@babel/plugin-transform-function-name": "^7.23.3",
|
|
"@babel/plugin-transform-json-strings": "^7.23.4",
|
|
"@babel/plugin-transform-literals": "^7.23.3",
|
|
"@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
|
|
"@babel/plugin-transform-member-expression-literals": "^7.23.3",
|
|
"@babel/plugin-transform-modules-amd": "^7.23.3",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
|
"@babel/plugin-transform-modules-systemjs": "^7.23.9",
|
|
"@babel/plugin-transform-modules-umd": "^7.23.3",
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
|
|
"@babel/plugin-transform-new-target": "^7.23.3",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
|
|
"@babel/plugin-transform-numeric-separator": "^7.23.4",
|
|
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
|
|
"@babel/plugin-transform-object-super": "^7.23.3",
|
|
"@babel/plugin-transform-optional-catch-binding": "^7.23.4",
|
|
"@babel/plugin-transform-optional-chaining": "^7.23.4",
|
|
"@babel/plugin-transform-parameters": "^7.23.3",
|
|
"@babel/plugin-transform-private-methods": "^7.23.3",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
|
|
"@babel/plugin-transform-property-literals": "^7.23.3",
|
|
"@babel/plugin-transform-regenerator": "^7.23.3",
|
|
"@babel/plugin-transform-reserved-words": "^7.23.3",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
|
|
"@babel/plugin-transform-spread": "^7.23.3",
|
|
"@babel/plugin-transform-sticky-regex": "^7.23.3",
|
|
"@babel/plugin-transform-template-literals": "^7.23.3",
|
|
"@babel/plugin-transform-typeof-symbol": "^7.23.3",
|
|
"@babel/plugin-transform-unicode-escapes": "^7.23.3",
|
|
"@babel/plugin-transform-unicode-property-regex": "^7.23.3",
|
|
"@babel/plugin-transform-unicode-regex": "^7.23.3",
|
|
"@babel/plugin-transform-unicode-sets-regex": "^7.23.3",
|
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
"babel-plugin-polyfill-corejs2": "^0.4.8",
|
|
"babel-plugin-polyfill-corejs3": "^0.9.0",
|
|
"babel-plugin-polyfill-regenerator": "^0.5.5",
|
|
"core-js-compat": "^3.31.0",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-env/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
"dev": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"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,
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-react": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.23.3.tgz",
|
|
"integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-validator-option": "^7.22.15",
|
|
"@babel/plugin-transform-react-display-name": "^7.23.3",
|
|
"@babel/plugin-transform-react-jsx": "^7.22.15",
|
|
"@babel/plugin-transform-react-jsx-development": "^7.22.5",
|
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-typescript": {
|
|
"version": "7.23.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz",
|
|
"integrity": "sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-validator-option": "^7.22.15",
|
|
"@babel/plugin-syntax-jsx": "^7.23.3",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
|
"@babel/plugin-transform-typescript": "^7.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.27.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz",
|
|
"integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/template": {
|
|
"version": "7.26.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz",
|
|
"integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.26.2",
|
|
"@babel/parser": "^7.26.9",
|
|
"@babel/types": "^7.26.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse": {
|
|
"version": "7.26.9",
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.9.tgz",
|
|
"integrity": "sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.26.2",
|
|
"@babel/generator": "^7.26.9",
|
|
"@babel/parser": "^7.26.9",
|
|
"@babel/template": "^7.26.9",
|
|
"@babel/types": "^7.26.9",
|
|
"debug": "^4.3.1",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse/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==",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"version": "7.26.10",
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.10.tgz",
|
|
"integrity": "sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-string-parser": "^7.25.9",
|
|
"@babel/helper-validator-identifier": "^7.25.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@browserbasehq/sdk": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@browserbasehq/sdk/-/sdk-2.3.0.tgz",
|
|
"integrity": "sha512-H2nu46C6ydWgHY+7yqaP8qpfRJMJFVGxVIgsuHe1cx9HkfJHqzkuIqaK/k8mU4ZeavQgV5ZrJa0UX6MDGYiT4w==",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@types/node-fetch": "^2.6.4",
|
|
"abort-controller": "^3.0.0",
|
|
"agentkeepalive": "^4.2.1",
|
|
"form-data-encoder": "1.7.2",
|
|
"formdata-node": "^4.3.2",
|
|
"node-fetch": "^2.6.7"
|
|
}
|
|
},
|
|
"node_modules/@browserbasehq/sdk/node_modules/@types/node": {
|
|
"version": "18.19.79",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.79.tgz",
|
|
"integrity": "sha512-90K8Oayimbctc5zTPHPfZloc/lGVs7f3phUAAMcTgEPtg8kKquGZDERC8K4vkBYkQQh48msiYUslYtxTWvqcAg==",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"node_modules/@browserbasehq/stagehand": {
|
|
"version": "1.14.0",
|
|
"resolved": "https://registry.npmjs.org/@browserbasehq/stagehand/-/stagehand-1.14.0.tgz",
|
|
"integrity": "sha512-Hi/EzgMFWz+FKyepxHTrqfTPjpsuBS4zRy3e9sbMpBgLPv+9c0R+YZEvS7Bw4mTS66QtvvURRT6zgDGFotthVQ==",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
"@browserbasehq/sdk": "^2.0.0",
|
|
"ws": "^8.18.0",
|
|
"zod-to-json-schema": "^3.23.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "^1.42.1",
|
|
"deepmerge": "^4.3.1",
|
|
"dotenv": "^16.4.5",
|
|
"openai": "^4.62.1",
|
|
"zod": "^3.23.8"
|
|
}
|
|
},
|
|
"node_modules/@cfworker/json-schema": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-4.0.3.tgz",
|
|
"integrity": "sha512-ZykIcDTVv5UNmKWSTLAs3VukO6NDJkkSKxrgUTDPBkAlORVT3H9n5DbRjRl8xIotklscHdbLIa0b9+y3mQq73g==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@codemirror/autocomplete": {
|
|
"version": "6.18.0",
|
|
"resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.18.0.tgz",
|
|
"integrity": "sha512-5DbOvBbY4qW5l57cjDsmmpDh3/TeK1vXfTHa+BUMrRzdWdcxKZ4U4V7vQaTtOpApNU4kLS4FQ6cINtLg245LXA==",
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.17.0",
|
|
"@lezer/common": "^1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.0.0",
|
|
"@lezer/common": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/commands": {
|
|
"version": "6.6.0",
|
|
"resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.6.0.tgz",
|
|
"integrity": "sha512-qnY+b7j1UNcTS31Eenuc/5YJB6gQOzkUoNmJQc0rznwqSRpeaWWpjkWy2C/MPTcePpsKJEM26hXrOXl1+nceXg==",
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.4.0",
|
|
"@codemirror/view": "^6.27.0",
|
|
"@lezer/common": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lang-css": {
|
|
"version": "6.2.1",
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lang-css/-/lang-css-6.2.1.tgz",
|
|
"integrity": "sha512-/UNWDNV5Viwi/1lpr/dIXJNWiwDxpw13I4pTUAsNxZdg6E0mI2kTQb0P2iHczg1Tu+H4EBgJR+hYhKiHKko7qg==",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@lezer/common": "^1.0.2",
|
|
"@lezer/css": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lang-html": {
|
|
"version": "6.4.9",
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.9.tgz",
|
|
"integrity": "sha512-aQv37pIMSlueybId/2PVSP6NPnmurFDVmZwzc7jszd2KAF8qd4VBbvNYPXWQq90WIARjsdVkPbw29pszmHws3Q==",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/lang-css": "^6.0.0",
|
|
"@codemirror/lang-javascript": "^6.0.0",
|
|
"@codemirror/language": "^6.4.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.17.0",
|
|
"@lezer/common": "^1.0.0",
|
|
"@lezer/css": "^1.1.0",
|
|
"@lezer/html": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lang-javascript": {
|
|
"version": "6.2.2",
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lang-javascript/-/lang-javascript-6.2.2.tgz",
|
|
"integrity": "sha512-VGQfY+FCc285AhWuwjYxQyUQcYurWlxdKYT4bqwr3Twnd5wP5WSeu52t4tvvuWmljT4EmgEgZCqSieokhtY8hg==",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/language": "^6.6.0",
|
|
"@codemirror/lint": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.17.0",
|
|
"@lezer/common": "^1.0.0",
|
|
"@lezer/javascript": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/language": {
|
|
"version": "6.10.2",
|
|
"resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.10.2.tgz",
|
|
"integrity": "sha512-kgbTYTo0Au6dCSc/TFy7fK3fpJmgHDv1sG1KNQKJXVi+xBTEeBPY/M30YXiU6mMXeH+YIDLsbrT4ZwNRdtF+SA==",
|
|
"dependencies": {
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.23.0",
|
|
"@lezer/common": "^1.1.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/lr": "^1.0.0",
|
|
"style-mod": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lint": {
|
|
"version": "6.8.1",
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.8.1.tgz",
|
|
"integrity": "sha512-IZ0Y7S4/bpaunwggW2jYqwLuHj0QtESf5xcROewY6+lDNwZ/NzvR4t+vpYgg9m7V8UXLPYqG+lu3DF470E5Oxg==",
|
|
"dependencies": {
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.0.0",
|
|
"crelt": "^1.0.5"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/state": {
|
|
"version": "6.4.1",
|
|
"resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.4.1.tgz",
|
|
"integrity": "sha512-QkEyUiLhsJoZkbumGZlswmAhA7CBU02Wrz7zvH4SrcifbsqwlXShVXg65f3v/ts57W3dqyamEriMhij1Z3Zz4A=="
|
|
},
|
|
"node_modules/@codemirror/view": {
|
|
"version": "6.32.0",
|
|
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.32.0.tgz",
|
|
"integrity": "sha512-AgVNvED2QTsZp5e3syoHLsrWtwJFYWdx1Vr/m3f4h1ATQz0ax60CfXF3Htdmk69k2MlYZw8gXesnQdHtzyVmAw==",
|
|
"dependencies": {
|
|
"@codemirror/state": "^6.4.0",
|
|
"style-mod": "^4.1.0",
|
|
"w3c-keyname": "^2.2.4"
|
|
}
|
|
},
|
|
"node_modules/@codesandbox/nodebox": {
|
|
"version": "0.1.8",
|
|
"resolved": "https://registry.npmjs.org/@codesandbox/nodebox/-/nodebox-0.1.8.tgz",
|
|
"integrity": "sha512-2VRS6JDSk+M+pg56GA6CryyUSGPjBEe8Pnae0QL3jJF1mJZJVMDKr93gJRtBbLkfZN6LD/DwMtf+2L0bpWrjqg==",
|
|
"dependencies": {
|
|
"outvariant": "^1.4.0",
|
|
"strict-event-emitter": "^0.4.3"
|
|
}
|
|
},
|
|
"node_modules/@colors/colors": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/@cspotcode/source-map-support": {
|
|
"version": "0.8.1",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.9",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.0.3",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
}
|
|
},
|
|
"node_modules/@csstools/cascade-layer-name-parser": {
|
|
"version": "1.0.13",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@csstools/css-parser-algorithms": "^2.7.1",
|
|
"@csstools/css-tokenizer": "^2.4.1"
|
|
}
|
|
},
|
|
"node_modules/@csstools/color-helpers": {
|
|
"version": "4.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT-0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
}
|
|
},
|
|
"node_modules/@csstools/css-calc": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@csstools/css-parser-algorithms": "^2.7.1",
|
|
"@csstools/css-tokenizer": "^2.4.1"
|
|
}
|
|
},
|
|
"node_modules/@csstools/css-color-parser": {
|
|
"version": "1.6.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/color-helpers": "^4.1.0",
|
|
"@csstools/css-calc": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@csstools/css-parser-algorithms": "^2.6.1",
|
|
"@csstools/css-tokenizer": "^2.2.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/css-parser-algorithms": {
|
|
"version": "2.7.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@csstools/css-tokenizer": "^2.4.1"
|
|
}
|
|
},
|
|
"node_modules/@csstools/css-tokenizer": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
}
|
|
},
|
|
"node_modules/@csstools/media-query-list-parser": {
|
|
"version": "2.1.13",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@csstools/css-parser-algorithms": "^2.7.1",
|
|
"@csstools/css-tokenizer": "^2.4.1"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-cascade-layers": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/selector-specificity": "^2.0.2",
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-color-function": {
|
|
"version": "2.2.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-color-mix-function": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-font-format-keywords": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-gradients-interpolation-method": {
|
|
"version": "3.0.6",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-hwb-function": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-ic-unit": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-is-pseudo-class": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/selector-specificity": "^2.0.0",
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-logical-float-and-clear": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-logical-resize": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-logical-viewport-units": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-tokenizer": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-media-minmax": {
|
|
"version": "1.1.8",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/css-calc": "^1.2.4",
|
|
"@csstools/css-parser-algorithms": "^2.7.1",
|
|
"@csstools/css-tokenizer": "^2.4.1",
|
|
"@csstools/media-query-list-parser": "^2.1.13"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-parser-algorithms": "^2.2.0",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/media-query-list-parser": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-nested-calc": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-normalize-display-values": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-oklab-function": {
|
|
"version": "2.2.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-progressive-custom-properties": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-relative-color-syntax": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-scope-pseudo-class": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-stepped-value-functions": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-calc": "^1.1.1",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-text-decoration-shorthand": {
|
|
"version": "2.2.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/color-helpers": "^2.1.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-text-decoration-shorthand/node_modules/@csstools/color-helpers": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-trigonometric-functions": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-calc": "^1.1.1",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-unset-value": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/selector-specificity": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
}
|
|
},
|
|
"node_modules/@csstools/utilities": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT-0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@dabh/diagnostics": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"colorspace": "1.1.x",
|
|
"enabled": "2.0.x",
|
|
"kuler": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/adventurer": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/adventurer-neutral": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/avataaars": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/avataaars-neutral": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/big-ears": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/big-ears-neutral": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/big-smile": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/bottts": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/bottts-neutral": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/collection": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@dicebear/adventurer": "9.2.3",
|
|
"@dicebear/adventurer-neutral": "9.2.3",
|
|
"@dicebear/avataaars": "9.2.3",
|
|
"@dicebear/avataaars-neutral": "9.2.3",
|
|
"@dicebear/big-ears": "9.2.3",
|
|
"@dicebear/big-ears-neutral": "9.2.3",
|
|
"@dicebear/big-smile": "9.2.3",
|
|
"@dicebear/bottts": "9.2.3",
|
|
"@dicebear/bottts-neutral": "9.2.3",
|
|
"@dicebear/croodles": "9.2.3",
|
|
"@dicebear/croodles-neutral": "9.2.3",
|
|
"@dicebear/dylan": "9.2.3",
|
|
"@dicebear/fun-emoji": "9.2.3",
|
|
"@dicebear/glass": "9.2.3",
|
|
"@dicebear/icons": "9.2.3",
|
|
"@dicebear/identicon": "9.2.3",
|
|
"@dicebear/initials": "9.2.3",
|
|
"@dicebear/lorelei": "9.2.3",
|
|
"@dicebear/lorelei-neutral": "9.2.3",
|
|
"@dicebear/micah": "9.2.3",
|
|
"@dicebear/miniavs": "9.2.3",
|
|
"@dicebear/notionists": "9.2.3",
|
|
"@dicebear/notionists-neutral": "9.2.3",
|
|
"@dicebear/open-peeps": "9.2.3",
|
|
"@dicebear/personas": "9.2.3",
|
|
"@dicebear/pixel-art": "9.2.3",
|
|
"@dicebear/pixel-art-neutral": "9.2.3",
|
|
"@dicebear/rings": "9.2.3",
|
|
"@dicebear/shapes": "9.2.3",
|
|
"@dicebear/thumbs": "9.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/core": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/croodles": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/croodles-neutral": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/dylan": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/fun-emoji": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/glass": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/icons": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/identicon": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/initials": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/lorelei": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/lorelei-neutral": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/micah": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/miniavs": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/notionists": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/notionists-neutral": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/open-peeps": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/personas": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/pixel-art": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/pixel-art-neutral": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/rings": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/shapes": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@dicebear/thumbs": {
|
|
"version": "9.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@dicebear/core": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@emnapi/runtime": {
|
|
"version": "1.4.5",
|
|
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.5.tgz",
|
|
"integrity": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"tslib": "^2.4.0"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-x64": {
|
|
"version": "0.25.8",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@eslint-community/eslint-utils": {
|
|
"version": "4.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-visitor-keys": "^3.4.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@eslint-community/regexpp": {
|
|
"version": "4.12.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/compat": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.40 || 9"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@eslint/config-array": {
|
|
"version": "0.21.0",
|
|
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
|
|
"integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@eslint/object-schema": "^2.1.6",
|
|
"debug": "^4.3.1",
|
|
"minimatch": "^3.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/config-helpers": {
|
|
"version": "0.3.0",
|
|
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz",
|
|
"integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/core": {
|
|
"version": "0.15.1",
|
|
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz",
|
|
"integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.15"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc": {
|
|
"version": "3.3.1",
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.3.2",
|
|
"espree": "^10.0.1",
|
|
"globals": "^14.0.0",
|
|
"ignore": "^5.2.0",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"minimatch": "^3.1.2",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
"version": "14.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@eslint/js": {
|
|
"version": "9.31.0",
|
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.31.0.tgz",
|
|
"integrity": "sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://eslint.org/donate"
|
|
}
|
|
},
|
|
"node_modules/@eslint/object-schema": {
|
|
"version": "2.1.6",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/plugin-kit": {
|
|
"version": "0.3.4",
|
|
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz",
|
|
"integrity": "sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@eslint/core": "^0.15.1",
|
|
"levn": "^0.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@firebase/analytics": {
|
|
"version": "0.10.17",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/installations": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/analytics-compat": {
|
|
"version": "0.2.23",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/analytics": "0.10.17",
|
|
"@firebase/analytics-types": "0.8.3",
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app-compat": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/analytics-types": {
|
|
"version": "0.8.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@firebase/app": {
|
|
"version": "0.13.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"idb": "7.1.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@firebase/app-check": {
|
|
"version": "0.10.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/app-check-compat": {
|
|
"version": "0.3.26",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/app-check": "0.10.1",
|
|
"@firebase/app-check-types": "0.5.3",
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app-compat": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/app-check-interop-types": {
|
|
"version": "0.3.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@firebase/app-check-types": {
|
|
"version": "0.5.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@firebase/app-compat": {
|
|
"version": "0.4.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/app": "0.13.2",
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@firebase/app-types": {
|
|
"version": "0.9.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@firebase/auth-compat": {
|
|
"version": "0.5.28",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/auth": "1.10.8",
|
|
"@firebase/auth-types": "0.13.0",
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app-compat": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/auth-compat/node_modules/@firebase/auth": {
|
|
"version": "1.10.8",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x",
|
|
"@react-native-async-storage/async-storage": "^1.18.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@react-native-async-storage/async-storage": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@firebase/auth-interop-types": {
|
|
"version": "0.2.4",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@firebase/auth-types": {
|
|
"version": "0.13.0",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"@firebase/app-types": "0.x",
|
|
"@firebase/util": "1.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/component": {
|
|
"version": "0.6.18",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@firebase/data-connect": {
|
|
"version": "0.3.10",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/auth-interop-types": "0.2.4",
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/database": {
|
|
"version": "1.0.20",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/app-check-interop-types": "0.3.3",
|
|
"@firebase/auth-interop-types": "0.2.4",
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"faye-websocket": "0.11.4",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@firebase/database-compat": {
|
|
"version": "2.0.11",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/database": "1.0.20",
|
|
"@firebase/database-types": "1.0.15",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@firebase/database-types": {
|
|
"version": "1.0.15",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/app-types": "0.9.3",
|
|
"@firebase/util": "1.12.1"
|
|
}
|
|
},
|
|
"node_modules/@firebase/firestore": {
|
|
"version": "4.8.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"@firebase/webchannel-wrapper": "1.0.3",
|
|
"@grpc/grpc-js": "~1.9.0",
|
|
"@grpc/proto-loader": "^0.7.8",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/firestore-compat": {
|
|
"version": "0.3.53",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/firestore": "4.8.0",
|
|
"@firebase/firestore-types": "3.0.3",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app-compat": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/firestore-types": {
|
|
"version": "3.0.3",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"@firebase/app-types": "0.x",
|
|
"@firebase/util": "1.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/functions": {
|
|
"version": "0.12.9",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/app-check-interop-types": "0.3.3",
|
|
"@firebase/auth-interop-types": "0.2.4",
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/messaging-interop-types": "0.2.3",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/functions-compat": {
|
|
"version": "0.3.26",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/functions": "0.12.9",
|
|
"@firebase/functions-types": "0.6.3",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app-compat": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/functions-types": {
|
|
"version": "0.6.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@firebase/installations": {
|
|
"version": "0.6.18",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/util": "1.12.1",
|
|
"idb": "7.1.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/installations-compat": {
|
|
"version": "0.2.18",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/installations": "0.6.18",
|
|
"@firebase/installations-types": "0.5.3",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app-compat": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/installations-types": {
|
|
"version": "0.5.3",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"@firebase/app-types": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/logger": {
|
|
"version": "0.4.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@firebase/messaging": {
|
|
"version": "0.12.22",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/installations": "0.6.18",
|
|
"@firebase/messaging-interop-types": "0.2.3",
|
|
"@firebase/util": "1.12.1",
|
|
"idb": "7.1.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/messaging-compat": {
|
|
"version": "0.2.22",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/messaging": "0.12.22",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app-compat": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/messaging-interop-types": {
|
|
"version": "0.2.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@firebase/performance": {
|
|
"version": "0.7.7",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/installations": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0",
|
|
"web-vitals": "^4.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/performance-compat": {
|
|
"version": "0.2.20",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/performance": "0.7.7",
|
|
"@firebase/performance-types": "0.2.3",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app-compat": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/performance-types": {
|
|
"version": "0.2.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@firebase/remote-config": {
|
|
"version": "0.6.5",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/installations": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/remote-config-compat": {
|
|
"version": "0.2.18",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/remote-config": "0.6.5",
|
|
"@firebase/remote-config-types": "0.4.0",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app-compat": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/remote-config-types": {
|
|
"version": "0.4.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@firebase/storage": {
|
|
"version": "0.13.14",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/storage-compat": {
|
|
"version": "0.3.24",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/storage": "0.13.14",
|
|
"@firebase/storage-types": "0.8.3",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app-compat": "0.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/storage-types": {
|
|
"version": "0.8.3",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"@firebase/app-types": "0.x",
|
|
"@firebase/util": "1.x"
|
|
}
|
|
},
|
|
"node_modules/@firebase/util": {
|
|
"version": "1.12.1",
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@firebase/webchannel-wrapper": {
|
|
"version": "1.0.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@floating-ui/core": {
|
|
"version": "1.7.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/utils": "^0.2.10"
|
|
}
|
|
},
|
|
"node_modules/@floating-ui/dom": {
|
|
"version": "1.7.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/core": "^1.7.2",
|
|
"@floating-ui/utils": "^0.2.10"
|
|
}
|
|
},
|
|
"node_modules/@floating-ui/react": {
|
|
"version": "0.26.28",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/react-dom": "^2.1.2",
|
|
"@floating-ui/utils": "^0.2.8",
|
|
"tabbable": "^6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0",
|
|
"react-dom": ">=16.8.0"
|
|
}
|
|
},
|
|
"node_modules/@floating-ui/react-dom": {
|
|
"version": "2.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/dom": "^1.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0",
|
|
"react-dom": ">=16.8.0"
|
|
}
|
|
},
|
|
"node_modules/@floating-ui/utils": {
|
|
"version": "0.2.10",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@google/generative-ai": {
|
|
"version": "0.24.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@googleapis/youtube": {
|
|
"version": "20.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"googleapis-common": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@graphql-typed-document-node/core": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/@grpc/grpc-js": {
|
|
"version": "1.9.15",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@grpc/proto-loader": "^0.7.8",
|
|
"@types/node": ">=12.12.47"
|
|
},
|
|
"engines": {
|
|
"node": "^8.13.0 || >=10.10.0"
|
|
}
|
|
},
|
|
"node_modules/@grpc/proto-loader": {
|
|
"version": "0.7.15",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"lodash.camelcase": "^4.3.0",
|
|
"long": "^5.0.0",
|
|
"protobufjs": "^7.2.5",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"bin": {
|
|
"proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@headlessui/react": {
|
|
"version": "2.2.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/react": "^0.26.16",
|
|
"@react-aria/focus": "^3.20.2",
|
|
"@react-aria/interactions": "^3.25.0",
|
|
"@tanstack/react-virtual": "^3.13.9",
|
|
"use-sync-external-store": "^1.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18 || ^19 || ^19.0.0-rc",
|
|
"react-dom": "^18 || ^19 || ^19.0.0-rc"
|
|
}
|
|
},
|
|
"node_modules/@humanfs/core": {
|
|
"version": "0.19.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18.18.0"
|
|
}
|
|
},
|
|
"node_modules/@humanfs/node": {
|
|
"version": "0.16.6",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@humanfs/core": "^0.19.1",
|
|
"@humanwhocodes/retry": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.18.0"
|
|
}
|
|
},
|
|
"node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
|
|
"version": "0.3.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18.18"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/config-array": {
|
|
"version": "0.13.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@humanwhocodes/object-schema": "^2.0.3",
|
|
"debug": "^4.3.1",
|
|
"minimatch": "^3.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.10.0"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/module-importer": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.22"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/object-schema": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@humanwhocodes/retry": {
|
|
"version": "0.4.3",
|
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
|
|
"integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18.18"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
}
|
|
},
|
|
"node_modules/@ibm-cloud/watsonx-ai": {
|
|
"version": "1.6.8",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "^18.0.0",
|
|
"extend": "3.0.2",
|
|
"ibm-cloud-sdk-core": "^5.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@ibm-cloud/watsonx-ai/node_modules/@types/node": {
|
|
"version": "18.19.120",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"node_modules/@ibm-cloud/watsonx-ai/node_modules/undici-types": {
|
|
"version": "5.26.5",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@img/sharp-darwin-arm64": {
|
|
"version": "0.33.5",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
|
|
"integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-darwin-arm64": "1.0.4"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-darwin-x64": {
|
|
"version": "0.33.5",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
|
|
"integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-darwin-x64": "1.0.4"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
|
|
"integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "LGPL-3.0-or-later",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
|
|
"integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "LGPL-3.0-or-later",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
|
|
"integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"license": "LGPL-3.0-or-later",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
|
|
"integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "LGPL-3.0-or-later",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
|
|
"integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
|
|
"cpu": [
|
|
"s390x"
|
|
],
|
|
"license": "LGPL-3.0-or-later",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
|
|
"integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "LGPL-3.0-or-later",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
|
|
"integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "LGPL-3.0-or-later",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-linux-arm": {
|
|
"version": "0.33.5",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
|
|
"integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linux-arm": "1.0.5"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-linux-arm64": {
|
|
"version": "0.33.5",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
|
|
"integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linux-arm64": "1.0.4"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-linux-s390x": {
|
|
"version": "0.33.5",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
|
|
"integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
|
|
"cpu": [
|
|
"s390x"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linux-s390x": "1.0.4"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
"version": "0.33.5",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
|
|
"integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
"version": "0.33.5",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
|
|
"integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linuxmusl-x64": "1.0.4"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-wasm32": {
|
|
"version": "0.33.5",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
|
|
"integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
|
|
"cpu": [
|
|
"wasm32"
|
|
],
|
|
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@emnapi/runtime": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-win32-ia32": {
|
|
"version": "0.33.5",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
|
|
"integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
|
|
"cpu": [
|
|
"ia32"
|
|
],
|
|
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-win32-x64": {
|
|
"version": "0.33.5",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
|
|
"integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@ioredis/commands": {
|
|
"version": "1.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@isaacs/cliui": {
|
|
"version": "8.0.2",
|
|
"license": "ISC",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
"version": "8.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.1.0",
|
|
"string-width": "^5.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
|
|
"version": "5.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
"version": "3.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/schema": {
|
|
"version": "0.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/console": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
},
|
|
"node_modules/@jest/core": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@jest/core/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/core/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jest/environment": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/@jest/expect": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"expect": "^29.7.0",
|
|
"jest-snapshot": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/expect-utils": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jest-get-type": "^29.6.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/fake-timers": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/@jest/globals": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
},
|
|
"node_modules/@jest/reporters": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@jest/reporters/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@jest/schemas": {
|
|
"version": "29.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "^0.27.8"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/source-map": {
|
|
"version": "29.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
},
|
|
"node_modules/@jest/test-result": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
},
|
|
"node_modules/@jest/test-sequencer": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
},
|
|
"node_modules/@jest/transform": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
},
|
|
"node_modules/@jest/types": {
|
|
"version": "29.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"@types/istanbul-reports": "^3.0.0",
|
|
"@types/node": "*",
|
|
"@types/yargs": "^17.0.8",
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.3.12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/source-map": {
|
|
"version": "0.3.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.25"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.5.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.29",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"node_modules/@js-sdsl/ordered-map": {
|
|
"version": "4.4.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/js-sdsl"
|
|
}
|
|
},
|
|
"node_modules/@keyv/redis": {
|
|
"version": "4.6.0",
|
|
"resolved": "https://registry.npmjs.org/@keyv/redis/-/redis-4.6.0.tgz",
|
|
"integrity": "sha512-FP3FP42RiQ3j0UC6f4Maf7ISTLAIivm37/SdfG5xvhqceMMq3kabtC6T4a2h5byMnh4S8PjP51DY/9CpyrcfsQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@redis/client": "^1.6.0",
|
|
"cluster-key-slot": "^1.1.2",
|
|
"hookified": "^1.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"keyv": "^5.3.4"
|
|
}
|
|
},
|
|
"node_modules/@keyv/serialize": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@langchain/anthropic": {
|
|
"version": "0.3.24",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.56.0",
|
|
"fast-xml-parser": "^4.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/anthropic/node_modules/@anthropic-ai/sdk": {
|
|
"version": "0.56.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"anthropic-ai-sdk": "bin/cli"
|
|
}
|
|
},
|
|
"node_modules/@langchain/aws": {
|
|
"version": "0.1.12",
|
|
"resolved": "https://registry.npmjs.org/@langchain/aws/-/aws-0.1.12.tgz",
|
|
"integrity": "sha512-SmCQf9wStdzT0Po9ecgovhtgjRsn7x35vg5+6TbioXjlzpeylnogznKEBl7FsMnMI4yZHgj2TurFMnA639xKwQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@aws-sdk/client-bedrock-agent-runtime": "^3.755.0",
|
|
"@aws-sdk/client-bedrock-runtime": "^3.840.0",
|
|
"@aws-sdk/client-kendra": "^3.750.0",
|
|
"@aws-sdk/credential-provider-node": "^3.750.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/community": {
|
|
"version": "0.3.49",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cfworker/json-schema": "^4.0.2",
|
|
"ansi-styles": "^5.0.0",
|
|
"camelcase": "6",
|
|
"decamelize": "1.2.0",
|
|
"js-tiktoken": "^1.0.12",
|
|
"langsmith": "^0.3.33",
|
|
"mustache": "^4.2.0",
|
|
"p-queue": "^6.6.2",
|
|
"p-retry": "4",
|
|
"uuid": "^10.0.0",
|
|
"zod": "^3.25.32",
|
|
"zod-to-json-schema": "^3.22.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@langchain/core/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"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@langchain/core/node_modules/uuid": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@langchain/deepseek": {
|
|
"version": "0.0.2",
|
|
"resolved": "https://registry.npmjs.org/@langchain/deepseek/-/deepseek-0.0.2.tgz",
|
|
"integrity": "sha512-u13KbPUXW7uhcybbRzYdRroBgqVUSgG0SJM15c7Etld2yjRQC2c4O/ga9eQZdLh/kaDlQfH/ZITFdjHe77RnGw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/openai": "^0.5.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-common": {
|
|
"version": "0.2.13",
|
|
"resolved": "https://registry.npmjs.org/@langchain/google-common/-/google-common-0.2.13.tgz",
|
|
"integrity": "sha512-Wd254vAajKxK3bIYPmuFRrk90oN3YIDzwwiO+3ojYKoWP+EBzW3eg3B4f8ofvGXUkJPxEwp/u8ymSsVUElUGlw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-common/node_modules/uuid": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-gauth": {
|
|
"version": "0.2.13",
|
|
"resolved": "https://registry.npmjs.org/@langchain/google-gauth/-/google-gauth-0.2.13.tgz",
|
|
"integrity": "sha512-JAIMtdmN+6/5aPRz3XUCFQ8+4TP272V8QCLhcyZ9LhDlnmY5DJv+LhzjMk9L5XZx9sRnKRvthVWiAY0Xbs3qAg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/google-common": "^0.2.13",
|
|
"google-auth-library": "^10.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-gauth/node_modules/agent-base": {
|
|
"version": "7.1.3",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
|
|
"integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-gauth/node_modules/gaxios": {
|
|
"version": "7.1.0",
|
|
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-7.1.0.tgz",
|
|
"integrity": "sha512-y1Q0MX1Ba6eg67Zz92kW0MHHhdtWksYckQy1KJsI6P4UlDQ8cvdvpLEPslD/k7vFkdPppMESFGTvk7XpSiKj8g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"extend": "^3.0.2",
|
|
"https-proxy-agent": "^7.0.1",
|
|
"node-fetch": "^3.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-gauth/node_modules/gcp-metadata": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-7.0.0.tgz",
|
|
"integrity": "sha512-3PfRTzvT3Msu0Hy8Gf9ypxJvaClG2IB9pyH0r8QOmRBW5mUcrHgYpF4GYP+XulDbfhxEhBYtJtJJQb5S2wM+LA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"gaxios": "^7.0.0",
|
|
"google-logging-utils": "^1.0.0",
|
|
"json-bigint": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-gauth/node_modules/google-auth-library": {
|
|
"version": "10.1.0",
|
|
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.1.0.tgz",
|
|
"integrity": "sha512-GspVjZj1RbyRWpQ9FbAXMKjFGzZwDKnUHi66JJ+tcjcu5/xYAP1pdlWotCuIkMwjfVsxxDvsGZXGLzRt72D0sQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.0",
|
|
"ecdsa-sig-formatter": "^1.0.11",
|
|
"gaxios": "^7.0.0",
|
|
"gcp-metadata": "^7.0.0",
|
|
"google-logging-utils": "^1.0.0",
|
|
"gtoken": "^8.0.0",
|
|
"jws": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-gauth/node_modules/google-logging-utils": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.1.tgz",
|
|
"integrity": "sha512-rcX58I7nqpu4mbKztFeOAObbomBbHU2oIb/d3tJfF3dizGSApqtSwYJigGCooHdnMyQBIw8BrWyK96w3YXgr6A==",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-gauth/node_modules/gtoken": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/gtoken/-/gtoken-8.0.0.tgz",
|
|
"integrity": "sha512-+CqsMbHPiSTdtSO14O51eMNlrp9N79gmeqmXeouJOhfucAedHw9noVe/n5uJk3tbKE6a+6ZCQg3RPhVhHByAIw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gaxios": "^7.0.0",
|
|
"jws": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-gauth/node_modules/https-proxy-agent": {
|
|
"version": "7.0.6",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-gauth/node_modules/node-fetch": {
|
|
"version": "3.3.2",
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"data-uri-to-buffer": "^4.0.0",
|
|
"fetch-blob": "^3.1.4",
|
|
"formdata-polyfill": "^4.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/node-fetch"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-genai": {
|
|
"version": "0.2.13",
|
|
"resolved": "https://registry.npmjs.org/@langchain/google-genai/-/google-genai-0.2.13.tgz",
|
|
"integrity": "sha512-ReZe4oNUhPNEijYo9CGA3/CJUwVPaaoYnyplZyYTbUNPAwwRH5aR1e6bppKFBb+ZZeTRCR25JFDIPnXJFfjaBg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@google/generative-ai": "^0.24.0",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-genai/node_modules/uuid": {
|
|
"version": "11.1.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
|
|
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"bin": {
|
|
"uuid": "dist/esm/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@langchain/google-vertexai": {
|
|
"version": "0.2.13",
|
|
"resolved": "https://registry.npmjs.org/@langchain/google-vertexai/-/google-vertexai-0.2.13.tgz",
|
|
"integrity": "sha512-Y97f0IBr4uWsyJTcDJROWXuu+qh4elSDLK1e6MD+mrxCx+UlgcXCReg4zvEFJzqpBKrfFt+lvXstJ6XTR6Zfyg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/google-gauth": "^0.2.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/langgraph": {
|
|
"version": "0.3.11",
|
|
"resolved": "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-0.3.11.tgz",
|
|
"integrity": "sha512-Lh8oga4ismQyw1NGZKoHPdeGke1g5HMF7V0nBlc5R7GnV8tfC6pdsXjiEH6sYsHsRDInfy8uQeob/BwEmMSSbQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/langgraph-checkpoint": "~0.0.18",
|
|
"@langchain/langgraph-sdk": "~0.0.100",
|
|
"uuid": "^10.0.0",
|
|
"zod": "^3.25.32"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 < 0.4.0",
|
|
"zod-to-json-schema": "^3.x"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"zod-to-json-schema": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@langchain/langgraph-checkpoint": {
|
|
"version": "0.0.18",
|
|
"resolved": "https://registry.npmjs.org/@langchain/langgraph-checkpoint/-/langgraph-checkpoint-0.0.18.tgz",
|
|
"integrity": "sha512-IS7zJj36VgY+4pf8ZjsVuUWef7oTwt1y9ylvwu0aLuOn1d0fg05Om9DLm3v2GZ2Df6bhLV1kfWAM0IAl9O5rQQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.2.31 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/langgraph-checkpoint/node_modules/uuid": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@langchain/langgraph-sdk": {
|
|
"version": "0.0.100",
|
|
"resolved": "https://registry.npmjs.org/@langchain/langgraph-sdk/-/langgraph-sdk-0.0.100.tgz",
|
|
"integrity": "sha512-mQuj0KgjD31Me+/W658OtdlOACOjgipWp/hF80OY4w4LqWCNIQWJBWMZ3f1/E8jpog/XBCROR37auFc7Fj+4Dw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.15",
|
|
"p-queue": "^6.6.2",
|
|
"p-retry": "4",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.2.31 <0.4.0",
|
|
"react": "^18 || ^19",
|
|
"react-dom": "^18 || ^19"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@langchain/core": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@langchain/langgraph/node_modules/uuid": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@langchain/mistralai": {
|
|
"version": "0.2.1",
|
|
"resolved": "https://registry.npmjs.org/@langchain/mistralai/-/mistralai-0.2.1.tgz",
|
|
"integrity": "sha512-s91BlNcuxaaZGnVukyl81nwGrWpeE0EYiAdEFoBmZwlT4yLpx+QpPhRsGKrTg/Vm7Nscy6Wd8Xy2PJ93wftMdw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@mistralai/mistralai": "^1.3.1",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/mistralai/node_modules/uuid": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@langchain/ollama": {
|
|
"version": "0.2.3",
|
|
"resolved": "https://registry.npmjs.org/@langchain/ollama/-/ollama-0.2.3.tgz",
|
|
"integrity": "sha512-1Obe45jgQspqLMBVlayQbGdywFmri8DgmGRdzNu0li56cG5RReYlRCFVDZBRMMvF9JhsP5eXRyfyivtKfITHWQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ollama": "^0.5.12",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/ollama/node_modules/uuid": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@langchain/openai": {
|
|
"version": "0.5.18",
|
|
"resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-0.5.18.tgz",
|
|
"integrity": "sha512-CX1kOTbT5xVFNdtLjnM0GIYNf+P7oMSu+dGCFxxWRa3dZwWiuyuBXCm+dToUGxDLnsHuV1bKBtIzrY1mLq/A1Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-tiktoken": "^1.0.12",
|
|
"openai": "^5.3.0",
|
|
"zod": "^3.25.32"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/openai/node_modules/openai": {
|
|
"version": "5.8.2",
|
|
"resolved": "https://registry.npmjs.org/openai/-/openai-5.8.2.tgz",
|
|
"integrity": "sha512-8C+nzoHYgyYOXhHGN6r0fcb4SznuEn1R7YZMvlqDbnCuE0FM2mm3T1HiYW6WIcMS/F1Of2up/cSPjLPaWt0X9Q==",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"openai": "bin/cli"
|
|
},
|
|
"peerDependencies": {
|
|
"ws": "^8.18.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ws": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@langchain/textsplitters": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/@langchain/textsplitters/-/textsplitters-0.1.0.tgz",
|
|
"integrity": "sha512-djI4uw9rlkAb5iMhtLED+xJebDdAG935AdP4eRTB02R7OB/act55Bj9wsskhZsvuyQRpO4O1wQOp85s6T6GWmw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-tiktoken": "^1.0.12"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.2.21 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/weaviate": {
|
|
"version": "0.2.0",
|
|
"resolved": "https://registry.npmjs.org/@langchain/weaviate/-/weaviate-0.2.0.tgz",
|
|
"integrity": "sha512-gAtTCxSllR8Z92qAuRn2ir0cop241VmftQHQN+UYtTeoLge8hvZT5k0j55PDVaXTVpjx0ecx6DKv5I/wLRQI+A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"uuid": "^10.0.0",
|
|
"weaviate-client": "^3.5.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.2.21 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/weaviate/node_modules/uuid": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@langchain/xai": {
|
|
"version": "0.0.3",
|
|
"resolved": "https://registry.npmjs.org/@langchain/xai/-/xai-0.0.3.tgz",
|
|
"integrity": "sha512-NA+0d6z/1focGuakceOz/AspWN9xcz7mYpjLFuCDtOPRLzdjUTRiqljXx9RVSl/VQMA8AzHCOA64m3asYZAYWg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/openai": "^0.5.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/common": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz",
|
|
"integrity": "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ=="
|
|
},
|
|
"node_modules/@lezer/css": {
|
|
"version": "1.1.8",
|
|
"resolved": "https://registry.npmjs.org/@lezer/css/-/css-1.1.8.tgz",
|
|
"integrity": "sha512-7JhxupKuMBaWQKjQoLtzhGj83DdnZY9MckEOG5+/iLKNK2ZJqKc6hf6uc0HjwCX7Qlok44jBNqZhHKDhEhZYLA==",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.2.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/lr": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/highlight": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.1.tgz",
|
|
"integrity": "sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/html": {
|
|
"version": "1.3.10",
|
|
"resolved": "https://registry.npmjs.org/@lezer/html/-/html-1.3.10.tgz",
|
|
"integrity": "sha512-dqpT8nISx/p9Do3AchvYGV3qYc4/rKr3IBZxlHmpIKam56P47RSHkSF5f13Vu9hebS1jM0HmtJIwLbWz1VIY6w==",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.2.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/lr": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/javascript": {
|
|
"version": "1.4.17",
|
|
"resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.17.tgz",
|
|
"integrity": "sha512-bYW4ctpyGK+JMumDApeUzuIezX01H76R1foD6LcRX224FWfyYit/HYxiPGDjXXe/wQWASjCvVGoukTH68+0HIA==",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.2.0",
|
|
"@lezer/highlight": "^1.1.3",
|
|
"@lezer/lr": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/lr": {
|
|
"version": "1.4.2",
|
|
"resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz",
|
|
"integrity": "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@librechat/agents": {
|
|
"version": "2.4.68",
|
|
"resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-2.4.68.tgz",
|
|
"integrity": "sha512-05UhnUJJ6/I8KVkhJ9NrQcm3UKhA/cXG8yT2VU+QQRJoDf7qnt47DRBP87ZEWRGMLh2civq1OWQPW2BHf2eL4A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/anthropic": "^0.3.24",
|
|
"@langchain/aws": "^0.1.12",
|
|
"@langchain/community": "^0.3.47",
|
|
"@langchain/core": "^0.3.62",
|
|
"@langchain/deepseek": "^0.0.2",
|
|
"@langchain/google-genai": "^0.2.13",
|
|
"@langchain/google-vertexai": "^0.2.13",
|
|
"@langchain/langgraph": "^0.3.4",
|
|
"@langchain/mistralai": "^0.2.1",
|
|
"@langchain/ollama": "^0.2.3",
|
|
"@langchain/openai": "0.5.18",
|
|
"@langchain/xai": "^0.0.3",
|
|
"cheerio": "^1.0.0",
|
|
"dotenv": "^16.4.7",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"nanoid": "^3.3.7",
|
|
"openai": "^5.10.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@librechat/agents/node_modules/@langchain/community": {
|
|
"version": "0.3.49",
|
|
"resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.49.tgz",
|
|
"integrity": "sha512-1AAo9mvr1FmqYHUpXhYI8P4NBPC4t9TfUAuvefEImrtb3gZ60fPelVu17ljWlKJcHC1hPSHYpPJWm0Yx7yRvrw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/openai": ">=0.2.0 <0.7.0",
|
|
"@langchain/weaviate": "^0.2.0",
|
|
"binary-extensions": "^2.2.0",
|
|
"expr-eval": "^2.0.2",
|
|
"flat": "^5.0.2",
|
|
"js-yaml": "^4.1.0",
|
|
"langchain": ">=0.2.3 <0.3.0 || >=0.3.4 <0.4.0",
|
|
"langsmith": "^0.3.33",
|
|
"uuid": "^10.0.0",
|
|
"zod": "^3.25.32"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@arcjet/redact": "^v1.0.0-alpha.23",
|
|
"@aws-crypto/sha256-js": "^5.0.0",
|
|
"@aws-sdk/client-bedrock-agent-runtime": "^3.749.0",
|
|
"@aws-sdk/client-bedrock-runtime": "^3.749.0",
|
|
"@aws-sdk/client-dynamodb": "^3.749.0",
|
|
"@aws-sdk/client-kendra": "^3.749.0",
|
|
"@aws-sdk/client-lambda": "^3.749.0",
|
|
"@aws-sdk/client-s3": "^3.749.0",
|
|
"@aws-sdk/client-sagemaker-runtime": "^3.749.0",
|
|
"@aws-sdk/client-sfn": "^3.749.0",
|
|
"@aws-sdk/credential-provider-node": "^3.388.0",
|
|
"@azure/search-documents": "^12.0.0",
|
|
"@azure/storage-blob": "^12.15.0",
|
|
"@browserbasehq/sdk": "*",
|
|
"@browserbasehq/stagehand": "^1.0.0",
|
|
"@clickhouse/client": "^0.2.5",
|
|
"@cloudflare/ai": "*",
|
|
"@datastax/astra-db-ts": "^1.0.0",
|
|
"@elastic/elasticsearch": "^8.4.0",
|
|
"@getmetal/metal-sdk": "*",
|
|
"@getzep/zep-cloud": "^1.0.6",
|
|
"@getzep/zep-js": "^0.9.0",
|
|
"@gomomento/sdk": "^1.51.1",
|
|
"@gomomento/sdk-core": "^1.51.1",
|
|
"@google-ai/generativelanguage": "*",
|
|
"@google-cloud/storage": "^6.10.1 || ^7.7.0",
|
|
"@gradientai/nodejs-sdk": "^1.2.0",
|
|
"@huggingface/inference": "^4.0.5",
|
|
"@huggingface/transformers": "^3.5.2",
|
|
"@ibm-cloud/watsonx-ai": "*",
|
|
"@lancedb/lancedb": "^0.12.0",
|
|
"@langchain/core": ">=0.3.58 <0.4.0",
|
|
"@layerup/layerup-security": "^1.5.12",
|
|
"@libsql/client": "^0.14.0",
|
|
"@mendable/firecrawl-js": "^1.4.3",
|
|
"@mlc-ai/web-llm": "*",
|
|
"@mozilla/readability": "*",
|
|
"@neondatabase/serverless": "*",
|
|
"@notionhq/client": "^2.2.10",
|
|
"@opensearch-project/opensearch": "*",
|
|
"@pinecone-database/pinecone": "*",
|
|
"@planetscale/database": "^1.8.0",
|
|
"@premai/prem-sdk": "^0.3.25",
|
|
"@qdrant/js-client-rest": "^1.8.2",
|
|
"@raycast/api": "^1.55.2",
|
|
"@rockset/client": "^0.9.1",
|
|
"@smithy/eventstream-codec": "^2.0.5",
|
|
"@smithy/protocol-http": "^3.0.6",
|
|
"@smithy/signature-v4": "^2.0.10",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"@spider-cloud/spider-client": "^0.0.21",
|
|
"@supabase/supabase-js": "^2.45.0",
|
|
"@tensorflow-models/universal-sentence-encoder": "*",
|
|
"@tensorflow/tfjs-converter": "*",
|
|
"@tensorflow/tfjs-core": "*",
|
|
"@upstash/ratelimit": "^1.1.3 || ^2.0.3",
|
|
"@upstash/redis": "^1.20.6",
|
|
"@upstash/vector": "^1.1.1",
|
|
"@vercel/kv": "*",
|
|
"@vercel/postgres": "*",
|
|
"@writerai/writer-sdk": "^0.40.2",
|
|
"@xata.io/client": "^0.28.0",
|
|
"@zilliz/milvus2-sdk-node": ">=2.3.5",
|
|
"apify-client": "^2.7.1",
|
|
"assemblyai": "^4.6.0",
|
|
"azion": "^1.11.1",
|
|
"better-sqlite3": ">=9.4.0 <12.0.0",
|
|
"cassandra-driver": "^4.7.2",
|
|
"cborg": "^4.1.1",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"chromadb": "*",
|
|
"closevector-common": "0.1.3",
|
|
"closevector-node": "0.1.6",
|
|
"closevector-web": "0.1.6",
|
|
"cohere-ai": "*",
|
|
"convex": "^1.3.1",
|
|
"crypto-js": "^4.2.0",
|
|
"d3-dsv": "^2.0.0",
|
|
"discord.js": "^14.14.1",
|
|
"dria": "^0.0.3",
|
|
"duck-duck-scrape": "^2.2.5",
|
|
"epub2": "^3.0.1",
|
|
"fast-xml-parser": "*",
|
|
"firebase-admin": "^11.9.0 || ^12.0.0",
|
|
"google-auth-library": "*",
|
|
"googleapis": "*",
|
|
"hnswlib-node": "^3.0.0",
|
|
"html-to-text": "^9.0.5",
|
|
"ibm-cloud-sdk-core": "*",
|
|
"ignore": "^5.2.0",
|
|
"interface-datastore": "^8.2.11",
|
|
"ioredis": "^5.3.2",
|
|
"it-all": "^3.0.4",
|
|
"jsdom": "*",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"llmonitor": "^0.5.9",
|
|
"lodash": "^4.17.21",
|
|
"lunary": "^0.7.10",
|
|
"mammoth": "^1.6.0",
|
|
"mariadb": "^3.4.0",
|
|
"mem0ai": "^2.1.8",
|
|
"mongodb": "^6.17.0",
|
|
"mysql2": "^3.9.8",
|
|
"neo4j-driver": "*",
|
|
"notion-to-md": "^3.1.0",
|
|
"officeparser": "^4.0.4",
|
|
"openai": "*",
|
|
"pdf-parse": "1.1.1",
|
|
"pg": "^8.11.0",
|
|
"pg-copy-streams": "^6.0.5",
|
|
"pickleparser": "^0.2.1",
|
|
"playwright": "^1.32.1",
|
|
"portkey-ai": "^0.1.11",
|
|
"puppeteer": "*",
|
|
"pyodide": ">=0.24.1 <0.27.0",
|
|
"redis": "*",
|
|
"replicate": "*",
|
|
"sonix-speech-recognition": "^2.1.1",
|
|
"srt-parser-2": "^1.2.3",
|
|
"typeorm": "^0.3.20",
|
|
"typesense": "^1.5.3",
|
|
"usearch": "^1.1.1",
|
|
"voy-search": "0.6.2",
|
|
"weaviate-client": "^3.5.2",
|
|
"web-auth-library": "^1.0.3",
|
|
"word-extractor": "*",
|
|
"ws": "^8.14.2",
|
|
"youtubei.js": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@arcjet/redact": {
|
|
"optional": true
|
|
},
|
|
"@aws-crypto/sha256-js": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-bedrock-agent-runtime": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-bedrock-runtime": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-dynamodb": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-kendra": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-lambda": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-s3": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-sagemaker-runtime": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/client-sfn": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/credential-provider-node": {
|
|
"optional": true
|
|
},
|
|
"@aws-sdk/dsql-signer": {
|
|
"optional": true
|
|
},
|
|
"@azure/search-documents": {
|
|
"optional": true
|
|
},
|
|
"@azure/storage-blob": {
|
|
"optional": true
|
|
},
|
|
"@browserbasehq/sdk": {
|
|
"optional": true
|
|
},
|
|
"@clickhouse/client": {
|
|
"optional": true
|
|
},
|
|
"@cloudflare/ai": {
|
|
"optional": true
|
|
},
|
|
"@datastax/astra-db-ts": {
|
|
"optional": true
|
|
},
|
|
"@elastic/elasticsearch": {
|
|
"optional": true
|
|
},
|
|
"@getmetal/metal-sdk": {
|
|
"optional": true
|
|
},
|
|
"@getzep/zep-cloud": {
|
|
"optional": true
|
|
},
|
|
"@getzep/zep-js": {
|
|
"optional": true
|
|
},
|
|
"@gomomento/sdk": {
|
|
"optional": true
|
|
},
|
|
"@gomomento/sdk-core": {
|
|
"optional": true
|
|
},
|
|
"@google-ai/generativelanguage": {
|
|
"optional": true
|
|
},
|
|
"@google-cloud/storage": {
|
|
"optional": true
|
|
},
|
|
"@gradientai/nodejs-sdk": {
|
|
"optional": true
|
|
},
|
|
"@huggingface/inference": {
|
|
"optional": true
|
|
},
|
|
"@huggingface/transformers": {
|
|
"optional": true
|
|
},
|
|
"@lancedb/lancedb": {
|
|
"optional": true
|
|
},
|
|
"@layerup/layerup-security": {
|
|
"optional": true
|
|
},
|
|
"@libsql/client": {
|
|
"optional": true
|
|
},
|
|
"@mendable/firecrawl-js": {
|
|
"optional": true
|
|
},
|
|
"@mlc-ai/web-llm": {
|
|
"optional": true
|
|
},
|
|
"@mozilla/readability": {
|
|
"optional": true
|
|
},
|
|
"@neondatabase/serverless": {
|
|
"optional": true
|
|
},
|
|
"@notionhq/client": {
|
|
"optional": true
|
|
},
|
|
"@opensearch-project/opensearch": {
|
|
"optional": true
|
|
},
|
|
"@pinecone-database/pinecone": {
|
|
"optional": true
|
|
},
|
|
"@planetscale/database": {
|
|
"optional": true
|
|
},
|
|
"@premai/prem-sdk": {
|
|
"optional": true
|
|
},
|
|
"@qdrant/js-client-rest": {
|
|
"optional": true
|
|
},
|
|
"@raycast/api": {
|
|
"optional": true
|
|
},
|
|
"@rockset/client": {
|
|
"optional": true
|
|
},
|
|
"@smithy/eventstream-codec": {
|
|
"optional": true
|
|
},
|
|
"@smithy/protocol-http": {
|
|
"optional": true
|
|
},
|
|
"@smithy/signature-v4": {
|
|
"optional": true
|
|
},
|
|
"@smithy/util-utf8": {
|
|
"optional": true
|
|
},
|
|
"@spider-cloud/spider-client": {
|
|
"optional": true
|
|
},
|
|
"@supabase/supabase-js": {
|
|
"optional": true
|
|
},
|
|
"@tensorflow-models/universal-sentence-encoder": {
|
|
"optional": true
|
|
},
|
|
"@tensorflow/tfjs-converter": {
|
|
"optional": true
|
|
},
|
|
"@tensorflow/tfjs-core": {
|
|
"optional": true
|
|
},
|
|
"@upstash/ratelimit": {
|
|
"optional": true
|
|
},
|
|
"@upstash/redis": {
|
|
"optional": true
|
|
},
|
|
"@upstash/vector": {
|
|
"optional": true
|
|
},
|
|
"@vercel/kv": {
|
|
"optional": true
|
|
},
|
|
"@vercel/postgres": {
|
|
"optional": true
|
|
},
|
|
"@writerai/writer-sdk": {
|
|
"optional": true
|
|
},
|
|
"@xata.io/client": {
|
|
"optional": true
|
|
},
|
|
"@zilliz/milvus2-sdk-node": {
|
|
"optional": true
|
|
},
|
|
"apify-client": {
|
|
"optional": true
|
|
},
|
|
"assemblyai": {
|
|
"optional": true
|
|
},
|
|
"azion": {
|
|
"optional": true
|
|
},
|
|
"better-sqlite3": {
|
|
"optional": true
|
|
},
|
|
"cassandra-driver": {
|
|
"optional": true
|
|
},
|
|
"cborg": {
|
|
"optional": true
|
|
},
|
|
"cheerio": {
|
|
"optional": true
|
|
},
|
|
"chromadb": {
|
|
"optional": true
|
|
},
|
|
"closevector-common": {
|
|
"optional": true
|
|
},
|
|
"closevector-node": {
|
|
"optional": true
|
|
},
|
|
"closevector-web": {
|
|
"optional": true
|
|
},
|
|
"cohere-ai": {
|
|
"optional": true
|
|
},
|
|
"convex": {
|
|
"optional": true
|
|
},
|
|
"crypto-js": {
|
|
"optional": true
|
|
},
|
|
"d3-dsv": {
|
|
"optional": true
|
|
},
|
|
"discord.js": {
|
|
"optional": true
|
|
},
|
|
"dria": {
|
|
"optional": true
|
|
},
|
|
"duck-duck-scrape": {
|
|
"optional": true
|
|
},
|
|
"epub2": {
|
|
"optional": true
|
|
},
|
|
"fast-xml-parser": {
|
|
"optional": true
|
|
},
|
|
"firebase-admin": {
|
|
"optional": true
|
|
},
|
|
"google-auth-library": {
|
|
"optional": true
|
|
},
|
|
"googleapis": {
|
|
"optional": true
|
|
},
|
|
"hnswlib-node": {
|
|
"optional": true
|
|
},
|
|
"html-to-text": {
|
|
"optional": true
|
|
},
|
|
"ignore": {
|
|
"optional": true
|
|
},
|
|
"interface-datastore": {
|
|
"optional": true
|
|
},
|
|
"ioredis": {
|
|
"optional": true
|
|
},
|
|
"it-all": {
|
|
"optional": true
|
|
},
|
|
"jsdom": {
|
|
"optional": true
|
|
},
|
|
"jsonwebtoken": {
|
|
"optional": true
|
|
},
|
|
"llmonitor": {
|
|
"optional": true
|
|
},
|
|
"lodash": {
|
|
"optional": true
|
|
},
|
|
"lunary": {
|
|
"optional": true
|
|
},
|
|
"mammoth": {
|
|
"optional": true
|
|
},
|
|
"mariadb": {
|
|
"optional": true
|
|
},
|
|
"mem0ai": {
|
|
"optional": true
|
|
},
|
|
"mongodb": {
|
|
"optional": true
|
|
},
|
|
"mysql2": {
|
|
"optional": true
|
|
},
|
|
"neo4j-driver": {
|
|
"optional": true
|
|
},
|
|
"notion-to-md": {
|
|
"optional": true
|
|
},
|
|
"officeparser": {
|
|
"optional": true
|
|
},
|
|
"pdf-parse": {
|
|
"optional": true
|
|
},
|
|
"pg": {
|
|
"optional": true
|
|
},
|
|
"pg-copy-streams": {
|
|
"optional": true
|
|
},
|
|
"pickleparser": {
|
|
"optional": true
|
|
},
|
|
"playwright": {
|
|
"optional": true
|
|
},
|
|
"portkey-ai": {
|
|
"optional": true
|
|
},
|
|
"puppeteer": {
|
|
"optional": true
|
|
},
|
|
"pyodide": {
|
|
"optional": true
|
|
},
|
|
"redis": {
|
|
"optional": true
|
|
},
|
|
"replicate": {
|
|
"optional": true
|
|
},
|
|
"sonix-speech-recognition": {
|
|
"optional": true
|
|
},
|
|
"srt-parser-2": {
|
|
"optional": true
|
|
},
|
|
"typeorm": {
|
|
"optional": true
|
|
},
|
|
"typesense": {
|
|
"optional": true
|
|
},
|
|
"usearch": {
|
|
"optional": true
|
|
},
|
|
"voy-search": {
|
|
"optional": true
|
|
},
|
|
"weaviate-client": {
|
|
"optional": true
|
|
},
|
|
"web-auth-library": {
|
|
"optional": true
|
|
},
|
|
"word-extractor": {
|
|
"optional": true
|
|
},
|
|
"ws": {
|
|
"optional": true
|
|
},
|
|
"youtubei.js": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@librechat/agents/node_modules/agent-base": {
|
|
"version": "7.1.4",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@librechat/agents/node_modules/https-proxy-agent": {
|
|
"version": "7.0.6",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@librechat/agents/node_modules/openai": {
|
|
"version": "5.10.1",
|
|
"resolved": "https://registry.npmjs.org/openai/-/openai-5.10.1.tgz",
|
|
"integrity": "sha512-fq6xVfv1/gpLbsj8fArEt3b6B9jBxdhAK+VJ+bDvbUvNd+KTLlA3bnDeYZaBsGH9LUhJ1M1yXfp9sEyBLMx6eA==",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"openai": "bin/cli"
|
|
},
|
|
"peerDependencies": {
|
|
"ws": "^8.18.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ws": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@langchain/textsplitters": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-tiktoken": "^1.0.12"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.2.21 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/weaviate": {
|
|
"version": "0.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"uuid": "^10.0.0",
|
|
"weaviate-client": "^3.5.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.2.21 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@langchain/xai": {
|
|
"version": "0.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/openai": "^0.5.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": ">=0.3.58 <0.4.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/common": {
|
|
"version": "1.2.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@lezer/css": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.2.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/lr": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/highlight": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/html": {
|
|
"version": "1.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.2.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/lr": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/javascript": {
|
|
"version": "1.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.2.0",
|
|
"@lezer/highlight": "^1.1.3",
|
|
"@lezer/lr": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/lr": {
|
|
"version": "1.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@librechat/agents": {
|
|
"version": "2.4.67",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/anthropic": "^0.3.24",
|
|
"@langchain/aws": "^0.1.12",
|
|
"@langchain/community": "^0.3.47",
|
|
"@langchain/core": "^0.3.62",
|
|
"@langchain/deepseek": "^0.0.2",
|
|
"@langchain/google-genai": "^0.2.13",
|
|
"@langchain/google-vertexai": "^0.2.13",
|
|
"@langchain/langgraph": "^0.3.4",
|
|
"@langchain/mistralai": "^0.2.1",
|
|
"@langchain/ollama": "^0.2.3",
|
|
"@langchain/openai": "0.5.18",
|
|
"@langchain/xai": "^0.0.3",
|
|
"cheerio": "^1.0.0",
|
|
"dotenv": "^16.4.7",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"nanoid": "^3.3.7",
|
|
"openai": "^5.10.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@librechat/agents/node_modules/openai": {
|
|
"version": "5.10.2",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"openai": "bin/cli"
|
|
},
|
|
"peerDependencies": {
|
|
"ws": "^8.18.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ws": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@librechat/api": {
|
|
"resolved": "packages/api",
|
|
"link": true
|
|
},
|
|
"node_modules/@librechat/backend": {
|
|
"resolved": "api",
|
|
"link": true
|
|
},
|
|
"node_modules/@librechat/client": {
|
|
"resolved": "packages/client",
|
|
"link": true
|
|
},
|
|
"node_modules/@librechat/data-schemas": {
|
|
"resolved": "packages/data-schemas",
|
|
"link": true
|
|
},
|
|
"node_modules/@librechat/frontend": {
|
|
"resolved": "client",
|
|
"link": true
|
|
},
|
|
"node_modules/@marijn/find-cluster-break": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@marsidev/react-turnstile": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^17.0.2 || ^18.0.0 || ^19.0",
|
|
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint": "^8.9.0",
|
|
"jschardet": "latest",
|
|
"lodash": "^4.17.14",
|
|
"utf8": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/@eslint/eslintrc": {
|
|
"version": "2.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.3.2",
|
|
"espree": "^9.6.0",
|
|
"globals": "^13.19.0",
|
|
"ignore": "^5.2.0",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"minimatch": "^3.1.2",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/@eslint/js": {
|
|
"version": "8.57.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/doctrine": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/eslint": {
|
|
"version": "8.57.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.6.1",
|
|
"@eslint/eslintrc": "^2.1.4",
|
|
"@eslint/js": "8.57.1",
|
|
"@humanwhocodes/config-array": "^0.13.0",
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
"@ungap/structured-clone": "^1.2.0",
|
|
"ajv": "^6.12.4",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.2",
|
|
"debug": "^4.3.2",
|
|
"doctrine": "^3.0.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"eslint-scope": "^7.2.2",
|
|
"eslint-visitor-keys": "^3.4.3",
|
|
"espree": "^9.6.1",
|
|
"esquery": "^1.4.2",
|
|
"esutils": "^2.0.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-entry-cache": "^6.0.1",
|
|
"find-up": "^5.0.0",
|
|
"glob-parent": "^6.0.2",
|
|
"globals": "^13.19.0",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"is-path-inside": "^3.0.3",
|
|
"js-yaml": "^4.1.0",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"levn": "^0.4.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"minimatch": "^3.1.2",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"text-table": "^0.2.0"
|
|
},
|
|
"bin": {
|
|
"eslint": "bin/eslint.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/eslint-scope": {
|
|
"version": "7.2.2",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/espree": {
|
|
"version": "9.6.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"acorn": "^8.9.0",
|
|
"acorn-jsx": "^5.3.2",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flat-cache": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/flat-cache": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^3.2.9",
|
|
"keyv": "^4.5.3",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/globals": {
|
|
"version": "13.24.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/keyv": {
|
|
"version": "4.5.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-buffer": "3.0.1"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/eslint-formatter-sarif/node_modules/type-fest": {
|
|
"version": "0.20.2",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@mistralai/mistralai": {
|
|
"version": "1.7.4",
|
|
"dependencies": {
|
|
"zod-to-json-schema": "^3.24.1"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": ">= 3"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk": {
|
|
"version": "1.17.0",
|
|
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.17.0.tgz",
|
|
"integrity": "sha512-qFfbWFA7r1Sd8D697L7GkTd36yqDuTkvz0KfOGkgXR8EUhQn3/EDNIR/qUdQNMT8IjmasBvHWuXeisxtXTQT2g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.6",
|
|
"content-type": "^1.0.5",
|
|
"cors": "^2.8.5",
|
|
"cross-spawn": "^7.0.5",
|
|
"eventsource": "^3.0.2",
|
|
"eventsource-parser": "^3.0.0",
|
|
"express": "^5.0.1",
|
|
"express-rate-limit": "^7.5.0",
|
|
"pkce-challenge": "^5.0.0",
|
|
"raw-body": "^3.0.0",
|
|
"zod": "^3.23.8",
|
|
"zod-to-json-schema": "^3.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/accepts": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "^3.0.0",
|
|
"negotiator": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/body-parser": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "^3.1.2",
|
|
"content-type": "^1.0.5",
|
|
"debug": "^4.4.0",
|
|
"http-errors": "^2.0.0",
|
|
"iconv-lite": "^0.6.3",
|
|
"on-finished": "^2.4.1",
|
|
"qs": "^6.14.0",
|
|
"raw-body": "^3.0.0",
|
|
"type-is": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/content-disposition": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/cookie-signature": {
|
|
"version": "1.2.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.6.0"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/express": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "^2.0.0",
|
|
"body-parser": "^2.2.0",
|
|
"content-disposition": "^1.0.0",
|
|
"content-type": "^1.0.5",
|
|
"cookie": "^0.7.1",
|
|
"cookie-signature": "^1.2.1",
|
|
"debug": "^4.4.0",
|
|
"encodeurl": "^2.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"etag": "^1.8.1",
|
|
"finalhandler": "^2.1.0",
|
|
"fresh": "^2.0.0",
|
|
"http-errors": "^2.0.0",
|
|
"merge-descriptors": "^2.0.0",
|
|
"mime-types": "^3.0.0",
|
|
"on-finished": "^2.4.1",
|
|
"once": "^1.4.0",
|
|
"parseurl": "^1.3.3",
|
|
"proxy-addr": "^2.0.7",
|
|
"qs": "^6.14.0",
|
|
"range-parser": "^1.2.1",
|
|
"router": "^2.2.0",
|
|
"send": "^1.1.0",
|
|
"serve-static": "^2.2.0",
|
|
"statuses": "^2.0.1",
|
|
"type-is": "^2.0.1",
|
|
"vary": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/finalhandler": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.4.0",
|
|
"encodeurl": "^2.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"on-finished": "^2.4.1",
|
|
"parseurl": "^1.3.3",
|
|
"statuses": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/fresh": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/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==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/media-typer": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/merge-descriptors": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/mime-db": {
|
|
"version": "1.54.0",
|
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
|
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/mime-types": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "^1.54.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/negotiator": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/qs": {
|
|
"version": "6.14.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/raw-body": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.0.tgz",
|
|
"integrity": "sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.6.3",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/send": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.5",
|
|
"encodeurl": "^2.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"etag": "^1.8.1",
|
|
"fresh": "^2.0.0",
|
|
"http-errors": "^2.0.0",
|
|
"mime-types": "^3.0.1",
|
|
"ms": "^2.1.3",
|
|
"on-finished": "^2.4.1",
|
|
"range-parser": "^1.2.1",
|
|
"statuses": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/serve-static": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encodeurl": "^2.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"parseurl": "^1.3.3",
|
|
"send": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk/node_modules/type-is": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"content-type": "^1.0.5",
|
|
"media-typer": "^1.1.0",
|
|
"mime-types": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/@mongodb-js/saslprep": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sparse-bitfield": "^3.0.3"
|
|
}
|
|
},
|
|
"node_modules/@noble/hashes": {
|
|
"version": "1.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.21.3 || >=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.scandir": {
|
|
"version": "2.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "2.0.5",
|
|
"run-parallel": "^1.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.stat": {
|
|
"version": "2.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.walk": {
|
|
"version": "1.2.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nolyfill/is-core-module": {
|
|
"version": "1.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.4.0"
|
|
}
|
|
},
|
|
"node_modules/@open-draft/deferred-promise": {
|
|
"version": "2.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@paralleldrive/cuid2": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/hashes": "^1.1.5"
|
|
}
|
|
},
|
|
"node_modules/@pkgjs/parseargs": {
|
|
"version": "0.11.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@pkgr/core": {
|
|
"version": "0.2.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/pkgr"
|
|
}
|
|
},
|
|
"node_modules/@playwright/test": {
|
|
"version": "1.54.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"playwright": "1.54.1"
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@protobufjs/aspromise": {
|
|
"version": "1.1.2",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/base64": {
|
|
"version": "1.1.2",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/codegen": {
|
|
"version": "2.0.4",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/eventemitter": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/fetch": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@protobufjs/aspromise": "^1.1.1",
|
|
"@protobufjs/inquire": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/@protobufjs/float": {
|
|
"version": "1.0.2",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/inquire": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/path": {
|
|
"version": "1.1.2",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/pool": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/utf8": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@radix-ui/number": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@radix-ui/primitive": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@radix-ui/react-accordion": {
|
|
"version": "1.2.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-collapsible": "1.1.11",
|
|
"@radix-ui/react-collection": "1.1.7",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-direction": "1.1.1",
|
|
"@radix-ui/react-id": "1.1.1",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-alert-dialog": {
|
|
"version": "1.1.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-dialog": "1.1.14",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-slot": "1.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-arrow": {
|
|
"version": "1.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-primitive": "2.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-checkbox": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-presence": "1.1.4",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"@radix-ui/react-use-previous": "1.1.1",
|
|
"@radix-ui/react-use-size": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-collapsible": {
|
|
"version": "1.1.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-id": "1.1.1",
|
|
"@radix-ui/react-presence": "1.1.4",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-collection": {
|
|
"version": "1.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-slot": "1.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-compose-refs": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-context": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-dialog": {
|
|
"version": "1.1.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-dismissable-layer": "1.1.10",
|
|
"@radix-ui/react-focus-guards": "1.1.2",
|
|
"@radix-ui/react-focus-scope": "1.1.7",
|
|
"@radix-ui/react-id": "1.1.1",
|
|
"@radix-ui/react-portal": "1.1.9",
|
|
"@radix-ui/react-presence": "1.1.4",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-slot": "1.2.3",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"aria-hidden": "^1.2.4",
|
|
"react-remove-scroll": "^2.6.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-direction": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-dismissable-layer": {
|
|
"version": "1.1.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
"@radix-ui/react-use-escape-keydown": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-dropdown-menu": {
|
|
"version": "2.1.15",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-id": "1.1.1",
|
|
"@radix-ui/react-menu": "2.1.15",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-focus-guards": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-focus-scope": {
|
|
"version": "1.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-callback-ref": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-hover-card": {
|
|
"version": "1.1.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-dismissable-layer": "1.1.10",
|
|
"@radix-ui/react-popper": "1.2.7",
|
|
"@radix-ui/react-portal": "1.1.9",
|
|
"@radix-ui/react-presence": "1.1.4",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-icons": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc"
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-id": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-label": {
|
|
"version": "2.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-primitive": "2.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-menu": {
|
|
"version": "2.1.15",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-collection": "1.1.7",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-direction": "1.1.1",
|
|
"@radix-ui/react-dismissable-layer": "1.1.10",
|
|
"@radix-ui/react-focus-guards": "1.1.2",
|
|
"@radix-ui/react-focus-scope": "1.1.7",
|
|
"@radix-ui/react-id": "1.1.1",
|
|
"@radix-ui/react-popper": "1.2.7",
|
|
"@radix-ui/react-portal": "1.1.9",
|
|
"@radix-ui/react-presence": "1.1.4",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-roving-focus": "1.1.10",
|
|
"@radix-ui/react-slot": "1.2.3",
|
|
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
"aria-hidden": "^1.2.4",
|
|
"react-remove-scroll": "^2.6.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-popover": {
|
|
"version": "1.1.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-dismissable-layer": "1.1.10",
|
|
"@radix-ui/react-focus-guards": "1.1.2",
|
|
"@radix-ui/react-focus-scope": "1.1.7",
|
|
"@radix-ui/react-id": "1.1.1",
|
|
"@radix-ui/react-popper": "1.2.7",
|
|
"@radix-ui/react-portal": "1.1.9",
|
|
"@radix-ui/react-presence": "1.1.4",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-slot": "1.2.3",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"aria-hidden": "^1.2.4",
|
|
"react-remove-scroll": "^2.6.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-popper": {
|
|
"version": "1.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/react-dom": "^2.0.0",
|
|
"@radix-ui/react-arrow": "1.1.7",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
"@radix-ui/react-use-rect": "1.1.1",
|
|
"@radix-ui/react-use-size": "1.1.1",
|
|
"@radix-ui/rect": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-portal": {
|
|
"version": "1.1.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-presence": {
|
|
"version": "1.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-primitive": {
|
|
"version": "2.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "1.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-progress": {
|
|
"version": "1.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-primitive": "2.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-radio-group": {
|
|
"version": "1.3.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-direction": "1.1.1",
|
|
"@radix-ui/react-presence": "1.1.4",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-roving-focus": "1.1.10",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"@radix-ui/react-use-previous": "1.1.1",
|
|
"@radix-ui/react-use-size": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-roving-focus": {
|
|
"version": "1.1.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-collection": "1.1.7",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-direction": "1.1.1",
|
|
"@radix-ui/react-id": "1.1.1",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-select": {
|
|
"version": "2.2.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/number": "1.1.1",
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-collection": "1.1.7",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-direction": "1.1.1",
|
|
"@radix-ui/react-dismissable-layer": "1.1.10",
|
|
"@radix-ui/react-focus-guards": "1.1.2",
|
|
"@radix-ui/react-focus-scope": "1.1.7",
|
|
"@radix-ui/react-id": "1.1.1",
|
|
"@radix-ui/react-popper": "1.2.7",
|
|
"@radix-ui/react-portal": "1.1.9",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-slot": "1.2.3",
|
|
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
"@radix-ui/react-use-previous": "1.1.1",
|
|
"@radix-ui/react-visually-hidden": "1.2.3",
|
|
"aria-hidden": "^1.2.4",
|
|
"react-remove-scroll": "^2.6.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-separator": {
|
|
"version": "1.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-primitive": "2.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-slider": {
|
|
"version": "1.3.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/number": "1.1.1",
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-collection": "1.1.7",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-direction": "1.1.1",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
"@radix-ui/react-use-previous": "1.1.1",
|
|
"@radix-ui/react-use-size": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-slot": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-compose-refs": "1.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-switch": {
|
|
"version": "1.2.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"@radix-ui/react-use-previous": "1.1.1",
|
|
"@radix-ui/react-use-size": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-tabs": {
|
|
"version": "1.1.12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-direction": "1.1.1",
|
|
"@radix-ui/react-id": "1.1.1",
|
|
"@radix-ui/react-presence": "1.1.4",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-roving-focus": "1.1.10",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-toast": {
|
|
"version": "1.2.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-collection": "1.1.7",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-dismissable-layer": "1.1.10",
|
|
"@radix-ui/react-portal": "1.1.9",
|
|
"@radix-ui/react-presence": "1.1.4",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
"@radix-ui/react-visually-hidden": "1.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-tooltip": {
|
|
"version": "1.2.7",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-dismissable-layer": "1.1.10",
|
|
"@radix-ui/react-id": "1.1.1",
|
|
"@radix-ui/react-popper": "1.2.7",
|
|
"@radix-ui/react-portal": "1.1.9",
|
|
"@radix-ui/react-presence": "1.1.4",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-slot": "1.2.3",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"@radix-ui/react-visually-hidden": "1.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-use-callback-ref": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-use-controllable-state": {
|
|
"version": "1.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-use-effect-event": "0.0.2",
|
|
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-use-effect-event": {
|
|
"version": "0.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-use-escape-keydown": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-use-callback-ref": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-use-layout-effect": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-use-previous": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-use-rect": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/rect": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-use-size": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/react-visually-hidden": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-primitive": "2.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@radix-ui/rect": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@rc-component/mini-decimal": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.x"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/focus": {
|
|
"version": "3.21.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "^3.25.4",
|
|
"@react-aria/utils": "^3.30.0",
|
|
"@react-types/shared": "^3.31.0",
|
|
"@swc/helpers": "^0.5.0",
|
|
"clsx": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/focus/node_modules/clsx": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/interactions": {
|
|
"version": "3.25.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/ssr": "^3.9.10",
|
|
"@react-aria/utils": "^3.30.0",
|
|
"@react-stately/flags": "^3.1.2",
|
|
"@react-types/shared": "^3.31.0",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/ssr": {
|
|
"version": "3.9.10",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/utils": {
|
|
"version": "3.30.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/ssr": "^3.9.10",
|
|
"@react-stately/flags": "^3.1.2",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/shared": "^3.31.0",
|
|
"@swc/helpers": "^0.5.0",
|
|
"clsx": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/utils/node_modules/clsx": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@react-dnd/asap": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-dnd/invariant": {
|
|
"version": "4.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-dnd/shallowequal": {
|
|
"version": "4.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-hook/intersection-observer": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-hook/passive-layout-effect": "^1.2.0",
|
|
"intersection-observer": "^0.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8"
|
|
}
|
|
},
|
|
"node_modules/@react-hook/passive-layout-effect": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=16.8"
|
|
}
|
|
},
|
|
"node_modules/@react-spring/animated": {
|
|
"version": "9.7.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-spring/shared": "~9.7.5",
|
|
"@react-spring/types": "~9.7.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-spring/core": {
|
|
"version": "9.7.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-spring/animated": "~9.7.5",
|
|
"@react-spring/shared": "~9.7.5",
|
|
"@react-spring/types": "~9.7.5"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/react-spring/donate"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-spring/rafz": {
|
|
"version": "9.7.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-spring/shared": {
|
|
"version": "9.7.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-spring/rafz": "~9.7.5",
|
|
"@react-spring/types": "~9.7.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-spring/types": {
|
|
"version": "9.7.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-spring/web": {
|
|
"version": "9.7.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-spring/animated": "~9.7.5",
|
|
"@react-spring/core": "~9.7.5",
|
|
"@react-spring/shared": "~9.7.5",
|
|
"@react-spring/types": "~9.7.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/flags": {
|
|
"version": "3.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/utils": {
|
|
"version": "3.10.8",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/shared": {
|
|
"version": "3.31.0",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@redis/client": {
|
|
"version": "1.6.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cluster-key-slot": "1.1.2",
|
|
"generic-pool": "3.9.0",
|
|
"yallist": "4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@redis/client/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@remix-run/router": {
|
|
"version": "1.23.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@rolldown/pluginutils": {
|
|
"version": "1.0.0-beta.27",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@rollup/plugin-alias": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-commonjs": {
|
|
"version": "25.0.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.0.1",
|
|
"commondir": "^1.0.1",
|
|
"estree-walker": "^2.0.2",
|
|
"glob": "^8.0.3",
|
|
"is-reference": "1.2.1",
|
|
"magic-string": "^0.30.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^2.68.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-inject": {
|
|
"version": "5.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.0.1",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-json": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-node-resolve": {
|
|
"version": "15.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.0.1",
|
|
"@types/resolve": "1.20.2",
|
|
"deepmerge": "^4.2.2",
|
|
"is-module": "^1.0.0",
|
|
"resolve": "^1.22.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^2.78.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-replace": {
|
|
"version": "5.0.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.0.1",
|
|
"magic-string": "^0.30.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-terser": {
|
|
"version": "0.4.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"serialize-javascript": "^6.0.1",
|
|
"smob": "^1.0.0",
|
|
"terser": "^5.17.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^2.0.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-typescript": {
|
|
"version": "12.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.1.0",
|
|
"resolve": "^1.22.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^2.14.0||^3.0.0||^4.0.0",
|
|
"tslib": "*",
|
|
"typescript": ">=3.7.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
},
|
|
"tslib": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/pluginutils": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "^1.0.0",
|
|
"estree-walker": "^2.0.2",
|
|
"picomatch": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
"version": "4.45.1",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
"version": "4.45.1",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rtsao/scc": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@sinclair/typebox": {
|
|
"version": "0.27.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@sinonjs/commons": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/fake-timers": {
|
|
"version": "10.3.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/chunked-blob-reader": {
|
|
"version": "5.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/chunked-blob-reader-native": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/config-resolver": {
|
|
"version": "4.1.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/core": {
|
|
"version": "3.7.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/core/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/core/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/credential-provider-imds": {
|
|
"version": "4.0.6",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-codec": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "3.0.0",
|
|
"@smithy/types": "^2.12.0",
|
|
"@smithy/util-hex-encoding": "^2.2.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-codec/node_modules/@smithy/types": {
|
|
"version": "2.12.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-codec/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-browser": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.0.4.tgz",
|
|
"integrity": "sha512-3fb/9SYaYqbpy/z/H3yIi0bYKyAa89y6xPmIqwr2vQiUT2St+avRt8UKwsWt9fEdEasc5d/V+QjrviRaX1JRFA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/eventstream-serde-universal": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-config-resolver": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.1.2.tgz",
|
|
"integrity": "sha512-JGtambizrWP50xHgbzZI04IWU7LdI0nh/wGbqH3sJesYToMi2j/DcoElqyOcqEIG/D4tNyxgRuaqBXWE3zOFhQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-node": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.0.4.tgz",
|
|
"integrity": "sha512-RD6UwNZ5zISpOWPuhVgRz60GkSIp0dy1fuZmj4RYmqLVRtejFqQ16WmfYDdoSoAjlp1LX+FnZo+/hkdmyyGZ1w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/eventstream-serde-universal": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-universal": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.0.4.tgz",
|
|
"integrity": "sha512-UeJpOmLGhq1SLox79QWw/0n2PFX+oPRE1ZyRMxPIaFEfCqWaqpB7BU9C8kpPOGEhLF7AwEqfFbtwNxGy4ReENA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/eventstream-codec": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-universal/node_modules/@aws-crypto/crc32": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
|
|
"integrity": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-universal/node_modules/@aws-crypto/util": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
|
|
"integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/eventstream-codec": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-4.0.4.tgz",
|
|
"integrity": "sha512-7XoWfZqWb/QoR/rAU4VSi0mWnO2vu9/ltS6JZ5ZSZv0eovLVfDfu0/AX4ub33RsJTOth3TiFWSHS5YdztvFnig==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "5.2.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
|
"integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/querystring-builder": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/fetch-http-handler/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/hash-blob-browser": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/chunked-blob-reader": "^5.0.0",
|
|
"@smithy/chunked-blob-reader-native": "^4.0.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/hash-node": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/hash-stream-node": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/hash-stream-node/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/invalid-dependency": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/is-array-buffer": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/md5-js": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/md5-js/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/middleware-content-length": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/middleware-content-length/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.1.16",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.7.1",
|
|
"@smithy/middleware-serde": "^4.0.8",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/url-parser": "^4.0.4",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/middleware-retry": {
|
|
"version": "4.1.17",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/service-error-classification": "^4.0.6",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-middleware": "^4.0.4",
|
|
"@smithy/util-retry": "^4.0.6",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/middleware-retry/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/middleware-retry/node_modules/uuid": {
|
|
"version": "9.0.1",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.8",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/middleware-serde/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/node-config-provider": {
|
|
"version": "4.1.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/node-http-handler": {
|
|
"version": "4.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/querystring-builder": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/node-http-handler/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/property-provider": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/protocol-http": {
|
|
"version": "3.3.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^2.12.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/protocol-http/node_modules/@smithy/types": {
|
|
"version": "2.12.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/service-error-classification": {
|
|
"version": "4.0.6",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/signature-v4": {
|
|
"version": "2.3.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^2.2.0",
|
|
"@smithy/types": "^2.12.0",
|
|
"@smithy/util-hex-encoding": "^2.2.0",
|
|
"@smithy/util-middleware": "^2.2.0",
|
|
"@smithy/util-uri-escape": "^2.2.0",
|
|
"@smithy/util-utf8": "^2.3.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/signature-v4/node_modules/@smithy/types": {
|
|
"version": "2.12.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/signature-v4/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/signature-v4/node_modules/@smithy/util-middleware": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@smithy/types": "^2.12.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/signature-v4/node_modules/@smithy/util-uri-escape": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/smithy-client": {
|
|
"version": "4.4.8",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.7.1",
|
|
"@smithy/middleware-endpoint": "^4.1.16",
|
|
"@smithy/middleware-stack": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-stream": "^4.2.3",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/smithy-client/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/types": {
|
|
"version": "4.3.1",
|
|
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.3.1.tgz",
|
|
"integrity": "sha512-UqKOQBL2x6+HWl3P+3QqFD4ncKq0I8Nuz9QItGv5WuKuMHuuwlhvqcZCoXGfc+P1QmfJE7VieykoYYmrOoFJxA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/url-parser": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-body-length-node": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-buffer-from/node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-config-provider": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-defaults-mode-browser": {
|
|
"version": "4.0.24",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-defaults-mode-node": {
|
|
"version": "4.0.24",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/config-resolver": "^4.1.4",
|
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/property-provider": "^4.0.4",
|
|
"@smithy/smithy-client": "^4.4.8",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-endpoints": {
|
|
"version": "3.0.6",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.1.3",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-middleware": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.0.4.tgz",
|
|
"integrity": "sha512-9MLKmkBmf4PRb0ONJikCbCwORACcil6gUWojwARCClT7RmLzF04hUR4WdRprIXal7XVyrddadYNfp2eF3nrvtQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-retry": {
|
|
"version": "4.0.6",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/service-error-classification": "^4.0.6",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-stream": {
|
|
"version": "4.2.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
"@smithy/node-http-handler": "^4.1.0",
|
|
"@smithy/types": "^4.3.1",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-stream/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-utf8": {
|
|
"version": "2.3.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^2.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-waiter": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-4.0.6.tgz",
|
|
"integrity": "sha512-slcr1wdRbX7NFphXZOxtxRNA7hXAAtJAXJDE/wdoMAos27SIquVCKiSqfB6/28YzQ8FCsB5NKkhdM5gMADbqxg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.4",
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-waiter/node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.4.tgz",
|
|
"integrity": "sha512-gJnEjZMvigPDQWHrW3oPrFhQtkrgqBkyjj3pCIdF3A5M6vsZODG93KNlfJprv6bp4245bdT32fsHK4kkH3KYDA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.3.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@stitches/core": {
|
|
"version": "1.2.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@surma/rollup-plugin-off-main-thread": {
|
|
"version": "2.2.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"ejs": "^3.1.6",
|
|
"json5": "^2.2.0",
|
|
"magic-string": "^0.25.0",
|
|
"string.prototype.matchall": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/@surma/rollup-plugin-off-main-thread/node_modules/magic-string": {
|
|
"version": "0.25.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sourcemap-codec": "^1.4.8"
|
|
}
|
|
},
|
|
"node_modules/@swc/helpers": {
|
|
"version": "0.5.17",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.8.0"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/typography": {
|
|
"version": "0.5.16",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.castarray": "^4.4.0",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.merge": "^4.6.2",
|
|
"postcss-selector-parser": "6.0.10"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/match-sorter-utils": {
|
|
"version": "8.19.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"remove-accents": "0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/query-core": {
|
|
"version": "4.40.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-query": {
|
|
"version": "4.40.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/query-core": "4.40.0",
|
|
"use-sync-external-store": "^1.2.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-native": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-dom": {
|
|
"optional": true
|
|
},
|
|
"react-native": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-query-devtools": {
|
|
"version": "4.40.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/match-sorter-utils": "^8.7.0",
|
|
"superjson": "^1.10.0",
|
|
"use-sync-external-store": "^1.2.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "^4.40.1",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-table": {
|
|
"version": "8.21.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/table-core": "8.21.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8",
|
|
"react-dom": ">=16.8"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-virtual": {
|
|
"version": "3.13.12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/virtual-core": "3.13.12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/table-core": {
|
|
"version": "8.21.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/virtual-core": {
|
|
"version": "3.13.12",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/dom": {
|
|
"version": "9.3.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.10.4",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@types/aria-query": "^5.0.1",
|
|
"aria-query": "5.1.3",
|
|
"chalk": "^4.1.0",
|
|
"dom-accessibility-api": "^0.5.9",
|
|
"lz-string": "^1.5.0",
|
|
"pretty-format": "^27.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/jest-dom": {
|
|
"version": "5.17.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@adobe/css-tools": "^4.0.1",
|
|
"@babel/runtime": "^7.9.2",
|
|
"@types/testing-library__jest-dom": "^5.9.1",
|
|
"aria-query": "^5.0.0",
|
|
"chalk": "^3.0.0",
|
|
"css.escape": "^1.5.1",
|
|
"dom-accessibility-api": "^0.5.6",
|
|
"lodash": "^4.17.15",
|
|
"redent": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=6",
|
|
"yarn": ">=1"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/jest-dom/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/jest-dom/node_modules/chalk": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/jest-dom/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/react": {
|
|
"version": "14.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@testing-library/dom": "^9.0.0",
|
|
"@types/react-dom": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/user-event": {
|
|
"version": "14.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12",
|
|
"npm": ">=6"
|
|
},
|
|
"peerDependencies": {
|
|
"@testing-library/dom": ">=7.21.4"
|
|
}
|
|
},
|
|
"node_modules/@tokenizer/token": {
|
|
"version": "0.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tootallnate/once": {
|
|
"version": "2.0.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@trysound/sax": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/@tsconfig/node10": {
|
|
"version": "1.0.11",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node12": {
|
|
"version": "1.0.11",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node14": {
|
|
"version": "1.0.3",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node16": {
|
|
"version": "1.0.4",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/aria-query": {
|
|
"version": "5.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/babel__core": {
|
|
"version": "7.20.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.7",
|
|
"@babel/types": "^7.20.7",
|
|
"@types/babel__generator": "*",
|
|
"@types/babel__template": "*",
|
|
"@types/babel__traverse": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__generator": {
|
|
"version": "7.27.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__template": {
|
|
"version": "7.4.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.1.0",
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__traverse": {
|
|
"version": "7.20.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.20.7"
|
|
}
|
|
},
|
|
"node_modules/@types/body-parser": {
|
|
"version": "1.19.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/connect": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/bun": {
|
|
"version": "1.2.19",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bun-types": "1.2.19"
|
|
}
|
|
},
|
|
"node_modules/@types/bun/node_modules/@types/react": {
|
|
"version": "19.1.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@types/bun/node_modules/bun-types": {
|
|
"version": "1.2.19",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^19"
|
|
}
|
|
},
|
|
"node_modules/@types/connect": {
|
|
"version": "3.4.38",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/debug": {
|
|
"version": "4.1.12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/ms": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/diff": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/eslint": {
|
|
"version": "9.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/estree": "*",
|
|
"@types/json-schema": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/eslint-scope": {
|
|
"version": "3.7.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/eslint": "*",
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/estree": {
|
|
"version": "1.0.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/estree-jsx": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/express": {
|
|
"version": "5.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/body-parser": "*",
|
|
"@types/express-serve-static-core": "^5.0.0",
|
|
"@types/serve-static": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/express-serve-static-core": {
|
|
"version": "5.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/qs": "*",
|
|
"@types/range-parser": "*",
|
|
"@types/send": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/graceful-fs": {
|
|
"version": "4.1.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/hast": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/http-errors": {
|
|
"version": "2.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/istanbul-lib-report": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/istanbul-reports": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-report": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/jest": {
|
|
"version": "29.5.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"expect": "^29.0.0",
|
|
"pretty-format": "^29.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/jest/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/jest/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/js-cookie": {
|
|
"version": "3.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/js-yaml": {
|
|
"version": "4.0.9",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/jsdom": {
|
|
"version": "20.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/tough-cookie": "*",
|
|
"parse5": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/json-schema": {
|
|
"version": "7.0.15",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/json5": {
|
|
"version": "0.0.29",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/jsonwebtoken": {
|
|
"version": "9.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/ms": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/katex": {
|
|
"version": "0.16.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/ldapjs": {
|
|
"version": "2.2.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/lodash": {
|
|
"version": "4.17.20",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/mdast": {
|
|
"version": "4.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/mime": {
|
|
"version": "1.3.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/ms": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/multer": {
|
|
"version": "1.4.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "20.19.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.21.0"
|
|
}
|
|
},
|
|
"node_modules/@types/node-fetch": {
|
|
"version": "2.6.11",
|
|
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.11.tgz",
|
|
"integrity": "sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"form-data": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/normalize-package-data": {
|
|
"version": "2.4.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/passport": {
|
|
"version": "1.0.17",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/passport-strategy": {
|
|
"version": "0.2.38",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*",
|
|
"@types/passport": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/prop-types": {
|
|
"version": "15.7.15",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/qs": {
|
|
"version": "6.14.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/range-parser": {
|
|
"version": "1.2.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/react": {
|
|
"version": "18.3.23",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/prop-types": "*",
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@types/react-dom": {
|
|
"version": "18.3.7",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/react-virtualized": {
|
|
"version": "9.22.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/prop-types": "*",
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/resolve": {
|
|
"version": "1.20.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/retry": {
|
|
"version": "0.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/send": {
|
|
"version": "0.17.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mime": "^1",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/serve-static": {
|
|
"version": "1.15.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/http-errors": "*",
|
|
"@types/node": "*",
|
|
"@types/send": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/stack-utils": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/testing-library__jest-dom": {
|
|
"version": "5.14.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/jest": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/tough-cookie": {
|
|
"version": "4.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/traverse": {
|
|
"version": "0.6.37",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/triple-beam": {
|
|
"version": "1.3.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/trusted-types": {
|
|
"version": "2.0.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/unist": {
|
|
"version": "3.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/uuid": {
|
|
"version": "9.0.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/webidl-conversions": {
|
|
"version": "7.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/whatwg-url": {
|
|
"version": "11.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/webidl-conversions": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/winston": {
|
|
"version": "2.4.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"winston": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/xml-encryption": {
|
|
"version": "1.2.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/xml2js": {
|
|
"version": "0.4.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yargs": {
|
|
"version": "17.0.33",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yargs-parser": {
|
|
"version": "21.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "8.38.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/regexpp": "^4.10.0",
|
|
"@typescript-eslint/scope-manager": "8.38.0",
|
|
"@typescript-eslint/type-utils": "8.38.0",
|
|
"@typescript-eslint/utils": "8.38.0",
|
|
"@typescript-eslint/visitor-keys": "8.38.0",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^7.0.0",
|
|
"natural-compare": "^1.4.0",
|
|
"ts-api-utils": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^8.38.0",
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
"version": "7.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser": {
|
|
"version": "8.38.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "8.38.0",
|
|
"@typescript-eslint/types": "8.38.0",
|
|
"@typescript-eslint/typescript-estree": "8.38.0",
|
|
"@typescript-eslint/visitor-keys": "8.38.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/project-service": {
|
|
"version": "8.38.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/tsconfig-utils": "^8.38.0",
|
|
"@typescript-eslint/types": "^8.38.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "8.38.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "8.38.0",
|
|
"@typescript-eslint/visitor-keys": "8.38.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
"version": "8.38.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/type-utils": {
|
|
"version": "8.38.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "8.38.0",
|
|
"@typescript-eslint/typescript-estree": "8.38.0",
|
|
"@typescript-eslint/utils": "8.38.0",
|
|
"debug": "^4.3.4",
|
|
"ts-api-utils": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/types": {
|
|
"version": "8.38.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "8.38.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/project-service": "8.38.0",
|
|
"@typescript-eslint/tsconfig-utils": "8.38.0",
|
|
"@typescript-eslint/types": "8.38.0",
|
|
"@typescript-eslint/visitor-keys": "8.38.0",
|
|
"debug": "^4.3.4",
|
|
"fast-glob": "^3.3.2",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^9.0.4",
|
|
"semver": "^7.6.0",
|
|
"ts-api-utils": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
"version": "9.0.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/utils": {
|
|
"version": "8.38.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.7.0",
|
|
"@typescript-eslint/scope-manager": "8.38.0",
|
|
"@typescript-eslint/types": "8.38.0",
|
|
"@typescript-eslint/typescript-estree": "8.38.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "8.38.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "8.38.0",
|
|
"eslint-visitor-keys": "^4.2.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typespec/ts-http-runtime": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@ungap/structured-clone": {
|
|
"version": "1.3.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@unrs/resolver-binding-linux-x64-gnu": {
|
|
"version": "1.11.1",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@unrs/resolver-binding-linux-x64-musl": {
|
|
"version": "1.11.1",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@vitejs/plugin-react": {
|
|
"version": "4.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.28.0",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
|
|
"@rolldown/pluginutils": "1.0.0-beta.27",
|
|
"@types/babel__core": "^7.20.5",
|
|
"react-refresh": "^0.17.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@waylaidwanderer/fetch-event-source": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.15"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/ast": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@webassemblyjs/helper-numbers": "1.13.2",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.13.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/floating-point-hex-parser": {
|
|
"version": "1.13.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@webassemblyjs/helper-api-error": {
|
|
"version": "1.13.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@webassemblyjs/helper-buffer": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@webassemblyjs/helper-numbers": {
|
|
"version": "1.13.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@webassemblyjs/floating-point-hex-parser": "1.13.2",
|
|
"@webassemblyjs/helper-api-error": "1.13.2",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/helper-wasm-bytecode": {
|
|
"version": "1.13.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@webassemblyjs/helper-wasm-section": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@webassemblyjs/helper-buffer": "1.14.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
|
|
"@webassemblyjs/wasm-gen": "1.14.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/ieee754": {
|
|
"version": "1.13.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@xtuc/ieee754": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/leb128": {
|
|
"version": "1.13.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/utf8": {
|
|
"version": "1.13.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-edit": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@webassemblyjs/helper-buffer": "1.14.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
|
|
"@webassemblyjs/helper-wasm-section": "1.14.1",
|
|
"@webassemblyjs/wasm-gen": "1.14.1",
|
|
"@webassemblyjs/wasm-opt": "1.14.1",
|
|
"@webassemblyjs/wasm-parser": "1.14.1",
|
|
"@webassemblyjs/wast-printer": "1.14.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-gen": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
|
|
"@webassemblyjs/ieee754": "1.13.2",
|
|
"@webassemblyjs/leb128": "1.13.2",
|
|
"@webassemblyjs/utf8": "1.13.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-opt": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@webassemblyjs/helper-buffer": "1.14.1",
|
|
"@webassemblyjs/wasm-gen": "1.14.1",
|
|
"@webassemblyjs/wasm-parser": "1.14.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-parser": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@webassemblyjs/helper-api-error": "1.13.2",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
|
|
"@webassemblyjs/ieee754": "1.13.2",
|
|
"@webassemblyjs/leb128": "1.13.2",
|
|
"@webassemblyjs/utf8": "1.13.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wast-printer": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@xmldom/is-dom-node": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 16"
|
|
}
|
|
},
|
|
"node_modules/@xmldom/xmldom": {
|
|
"version": "0.8.10",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@xtuc/ieee754": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/@xtuc/long": {
|
|
"version": "4.2.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"peer": true
|
|
},
|
|
"node_modules/abab": {
|
|
"version": "2.0.6",
|
|
"devOptional": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"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==",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"event-target-shim": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.5"
|
|
}
|
|
},
|
|
"node_modules/abort-controller-x": {
|
|
"version": "0.4.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/abstract-logging": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/accepts": {
|
|
"version": "1.3.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "~2.1.34",
|
|
"negotiator": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "8.15.0",
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-globals": {
|
|
"version": "7.0.1",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^8.1.0",
|
|
"acorn-walk": "^8.0.2"
|
|
}
|
|
},
|
|
"node_modules/acorn-import-phases": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"peerDependencies": {
|
|
"acorn": "^8.14.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-jsx": {
|
|
"version": "5.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-walk": {
|
|
"version": "8.3.4",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^8.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/agent-base": {
|
|
"version": "7.1.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/agentkeepalive": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz",
|
|
"integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"humanize-ms": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/ajv-formats": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ajv": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ajv-formats/node_modules/ajv": {
|
|
"version": "8.17.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-uri": "^3.0.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/ajv-formats/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/anser": {
|
|
"version": "2.3.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ansi-escapes": {
|
|
"version": "4.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.21.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/any-promise": {
|
|
"version": "1.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/anymatch": {
|
|
"version": "3.1.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/anymatch/node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/append-field": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/arg": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/argparse": {
|
|
"version": "2.0.1",
|
|
"license": "Python-2.0"
|
|
},
|
|
"node_modules/aria-hidden": {
|
|
"version": "1.2.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/aria-query": {
|
|
"version": "5.1.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.5"
|
|
}
|
|
},
|
|
"node_modules/array-buffer-byte-length": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3",
|
|
"is-array-buffer": "^3.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array-flatten": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/array-includes": {
|
|
"version": "3.1.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.4",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.24.0",
|
|
"es-object-atoms": "^1.1.1",
|
|
"get-intrinsic": "^1.3.0",
|
|
"is-string": "^1.1.1",
|
|
"math-intrinsics": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.findlast": {
|
|
"version": "1.2.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.2",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.0.0",
|
|
"es-shim-unscopables": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.findlastindex": {
|
|
"version": "1.2.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.4",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.9",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.1.1",
|
|
"es-shim-unscopables": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flat": {
|
|
"version": "1.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.5",
|
|
"es-shim-unscopables": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flatmap": {
|
|
"version": "1.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.5",
|
|
"es-shim-unscopables": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.tosorted": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.3",
|
|
"es-errors": "^1.3.0",
|
|
"es-shim-unscopables": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/arraybuffer.prototype.slice": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-buffer-byte-length": "^1.0.1",
|
|
"call-bind": "^1.0.8",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.5",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.6",
|
|
"is-array-buffer": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/asap": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/asn1": {
|
|
"version": "0.2.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"node_modules/asn1.js": {
|
|
"version": "4.10.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.0.0",
|
|
"inherits": "^2.0.1",
|
|
"minimalistic-assert": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/assert": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"is-nan": "^1.3.2",
|
|
"object-is": "^1.1.5",
|
|
"object.assign": "^4.1.4",
|
|
"util": "^0.12.5"
|
|
}
|
|
},
|
|
"node_modules/assert-plus": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/ast-types-flow": {
|
|
"version": "0.0.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/async": {
|
|
"version": "3.2.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/async-function": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/async-mutex": {
|
|
"version": "0.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.4.0"
|
|
}
|
|
},
|
|
"node_modules/asynckit": {
|
|
"version": "0.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/at-least-node": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/autoprefixer": {
|
|
"version": "10.4.21",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.24.4",
|
|
"caniuse-lite": "^1.0.30001702",
|
|
"fraction.js": "^4.3.7",
|
|
"normalize-range": "^0.1.2",
|
|
"picocolors": "^1.1.1",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"bin": {
|
|
"autoprefixer": "bin/autoprefixer"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/available-typed-arrays": {
|
|
"version": "1.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"possible-typed-array-names": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/axe-core": {
|
|
"version": "4.10.3",
|
|
"dev": true,
|
|
"license": "MPL-2.0",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/axios": {
|
|
"version": "1.8.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.15.6",
|
|
"form-data": "^4.0.0",
|
|
"proxy-from-env": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/axobject-query": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/b4a": {
|
|
"version": "1.6.7",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/babel-jest": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/transform": "^29.7.0",
|
|
"@types/babel__core": "^7.1.14",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"babel-preset-jest": "^29.6.3",
|
|
"chalk": "^4.0.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.8.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-istanbul": {
|
|
"version": "6.1.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@istanbuljs/load-nyc-config": "^1.0.0",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"istanbul-lib-instrument": "^5.0.4",
|
|
"test-exclude": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/parser": "^7.14.7",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-jest-hoist": {
|
|
"version": "29.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.3.3",
|
|
"@babel/types": "^7.3.3",
|
|
"@types/babel__core": "^7.1.14",
|
|
"@types/babel__traverse": "^7.0.6"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
"version": "0.4.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.27.7",
|
|
"@babel/helper-define-polyfill-provider": "^0.6.5",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
"version": "0.13.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.6.5",
|
|
"core-js-compat": "^3.43.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
"version": "0.6.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.6.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-replace-ts-export-assignment": {
|
|
"version": "0.0.2",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/babel-plugin-root-import": {
|
|
"version": "6.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"slash": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-transform-import-meta": {
|
|
"version": "2.3.3",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/template": "^7.25.9",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.10.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-transform-vite-meta-env": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.13.9",
|
|
"@types/babel__core": "^7.1.12"
|
|
}
|
|
},
|
|
"node_modules/babel-preset-current-node-syntax": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
"@babel/plugin-syntax-bigint": "^7.8.3",
|
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
"@babel/plugin-syntax-class-static-block": "^7.14.5",
|
|
"@babel/plugin-syntax-import-attributes": "^7.24.7",
|
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
|
|
"@babel/plugin-syntax-top-level-await": "^7.14.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-preset-jest": {
|
|
"version": "29.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel-plugin-jest-hoist": "^29.6.3",
|
|
"babel-preset-current-node-syntax": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/backoff": {
|
|
"version": "2.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"precond": "0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/bail": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bare-events": {
|
|
"version": "2.6.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"optional": true
|
|
},
|
|
"node_modules/base64-js": {
|
|
"version": "1.5.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/base64url": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/bcryptjs": {
|
|
"version": "2.4.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bignumber.js": {
|
|
"version": "9.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/binary-extensions": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/bn.js": {
|
|
"version": "4.12.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/body-parser": {
|
|
"version": "1.20.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"content-type": "~1.0.5",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"on-finished": "2.4.1",
|
|
"qs": "6.13.0",
|
|
"raw-body": "2.5.2",
|
|
"type-is": "~1.6.18",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/iconv-lite": {
|
|
"version": "0.4.24",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/body-parser/node_modules/raw-body": {
|
|
"version": "2.5.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/boolbase": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/bowser": {
|
|
"version": "2.11.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/brace-expansion": {
|
|
"version": "1.1.12",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/brorand": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/browser-resolve": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve": "^1.17.0"
|
|
}
|
|
},
|
|
"node_modules/browserify-aes": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-xor": "^1.0.3",
|
|
"cipher-base": "^1.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"evp_bytestokey": "^1.0.3",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/browserify-cipher": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserify-aes": "^1.0.4",
|
|
"browserify-des": "^1.0.0",
|
|
"evp_bytestokey": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/browserify-des": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cipher-base": "^1.0.1",
|
|
"des.js": "^1.0.0",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"node_modules/browserify-rsa": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^5.2.1",
|
|
"randombytes": "^2.1.0",
|
|
"safe-buffer": "^5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/browserify-rsa/node_modules/bn.js": {
|
|
"version": "5.2.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/browserify-sign": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bn.js": "^5.2.1",
|
|
"browserify-rsa": "^4.1.0",
|
|
"create-hash": "^1.2.0",
|
|
"create-hmac": "^1.1.7",
|
|
"elliptic": "^6.5.5",
|
|
"hash-base": "~3.0",
|
|
"inherits": "^2.0.4",
|
|
"parse-asn1": "^5.1.7",
|
|
"readable-stream": "^2.3.8",
|
|
"safe-buffer": "^5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12"
|
|
}
|
|
},
|
|
"node_modules/browserify-sign/node_modules/bn.js": {
|
|
"version": "5.2.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/browserify-sign/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/browserify-sign/node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/browserify-sign/node_modules/readable-stream/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/browserify-sign/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/browserify-sign/node_modules/string_decoder/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/browserify-zlib": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pako": "~1.0.5"
|
|
}
|
|
},
|
|
"node_modules/browserslist": {
|
|
"version": "4.25.1",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caniuse-lite": "^1.0.30001726",
|
|
"electron-to-chromium": "^1.5.173",
|
|
"node-releases": "^2.0.19",
|
|
"update-browserslist-db": "^1.1.3"
|
|
},
|
|
"bin": {
|
|
"browserslist": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
}
|
|
},
|
|
"node_modules/autoprefixer/node_modules/update-browserslist-db": {
|
|
"version": "1.1.3",
|
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
|
|
"integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escalade": "^3.2.0",
|
|
"picocolors": "^1.1.1"
|
|
},
|
|
"bin": {
|
|
"update-browserslist-db": "cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"browserslist": ">= 4.21.0"
|
|
}
|
|
},
|
|
"node_modules/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"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/axe-core": {
|
|
"version": "4.10.2",
|
|
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz",
|
|
"integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==",
|
|
"dev": true,
|
|
"license": "MPL-2.0",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/axios": {
|
|
"version": "1.8.2",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
|
|
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.15.6",
|
|
"form-data": "^4.0.0",
|
|
"proxy-from-env": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/axobject-query": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
|
|
"integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/b4a": {
|
|
"version": "1.6.7",
|
|
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz",
|
|
"integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@jest/transform": "^29.7.0",
|
|
"@types/babel__core": "^7.1.14",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"babel-preset-jest": "^29.6.3",
|
|
"chalk": "^4.0.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.8.0"
|
|
}
|
|
},
|
|
"node_modules/babel-jest/node_modules/slash": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@istanbuljs/load-nyc-config": "^1.0.0",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"istanbul-lib-instrument": "^5.0.4",
|
|
"test-exclude": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/parser": "^7.14.7",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-istanbul/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
"dev": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/template": "^7.3.3",
|
|
"@babel/types": "^7.3.3",
|
|
"@types/babel__core": "^7.1.14",
|
|
"@types/babel__traverse": "^7.0.6"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
"version": "0.4.8",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz",
|
|
"integrity": "sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.22.6",
|
|
"@babel/helper-define-polyfill-provider": "^0.5.0",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs2/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"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
"version": "0.9.0",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz",
|
|
"integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.5.0",
|
|
"core-js-compat": "^3.34.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
"version": "0.5.5",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz",
|
|
"integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-replace-ts-export-assignment": {
|
|
"version": "0.0.2",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-replace-ts-export-assignment/-/babel-plugin-replace-ts-export-assignment-0.0.2.tgz",
|
|
"integrity": "sha512-BiTEG2Ro+O1spuheL5nB289y37FFmz0ISE6GjpNCG2JuA/WNcuEHSYw01+vN8quGf208sID3FnZFDwVyqX18YQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/babel-plugin-root-import": {
|
|
"version": "6.6.0",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-root-import/-/babel-plugin-root-import-6.6.0.tgz",
|
|
"integrity": "sha512-SPzVOHd7nDh5loZwZBxtX/oOu1MXeKjTkz+1VnnzLWC0dk8sJIGC2IDQ2uWIBjE5mUtXlQ35MTHSqN0Xn7qHrg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"slash": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-root-import/node_modules/slash": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-transform-vite-meta-env": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-transform-vite-meta-env/-/babel-plugin-transform-vite-meta-env-1.0.3.tgz",
|
|
"integrity": "sha512-eyfuDEXrMu667TQpmctHeTlJrZA6jXYHyEJFjcM0yEa60LS/LXlOg2PBbMb8DVS+V9CnTj/j9itdlDVMcY2zEg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.13.9",
|
|
"@types/babel__core": "^7.1.12"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"babel-plugin-jest-hoist": "^29.6.3",
|
|
"babel-preset-current-node-syntax": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"dependencies": {
|
|
"precond": "0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/bail": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
|
|
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
},
|
|
"node_modules/bare-events": {
|
|
"version": "2.6.0",
|
|
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.6.0.tgz",
|
|
"integrity": "sha512-EKZ5BTXYExaNqi3I3f9RtEsaI/xBSGjE0XZCZilPzFAV/goswFHuPd9jEZlPIZ/iNZJwDSao9qRiScySz7MbQg==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"optional": true
|
|
},
|
|
"node_modules/base64-js": {
|
|
"version": "1.5.1",
|
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
]
|
|
},
|
|
"node_modules/base64url": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/base64url/-/base64url-3.0.1.tgz",
|
|
"integrity": "sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/bcryptjs": {
|
|
"version": "2.4.3",
|
|
"resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
|
|
"integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ=="
|
|
},
|
|
"node_modules/bignumber.js": {
|
|
"version": "9.2.1",
|
|
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.2.1.tgz",
|
|
"integrity": "sha512-+NzaKgOUvInq9TIUZ1+DRspzf/HApkCwD4btfuasFTdrfnOxqx853TgDpMolp+uv4RpRp7bPcEU2zKr9+fRmyw==",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/binary-extensions": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
|
|
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/bn.js": {
|
|
"version": "5.2.1",
|
|
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz",
|
|
"integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/body-parser": {
|
|
"version": "1.20.3",
|
|
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
|
|
"integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"content-type": "~1.0.5",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"on-finished": "2.4.1",
|
|
"qs": "6.13.0",
|
|
"raw-body": "2.5.2",
|
|
"type-is": "~1.6.18",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
|
|
},
|
|
"node_modules/boolbase": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
|
|
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/bowser": {
|
|
"version": "2.11.0",
|
|
"resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
|
|
"integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA=="
|
|
},
|
|
"node_modules/brace-expansion": {
|
|
"version": "1.1.12",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
"dependencies": {
|
|
"fill-range": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/brorand": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
|
|
"integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==",
|
|
"dev": true
|
|
},
|
|
"node_modules/browser-resolve": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-2.0.0.tgz",
|
|
"integrity": "sha512-7sWsQlYL2rGLy2IWm8WL8DCTJvYLc/qlOnsakDac87SOoCd16WLsaAMdCiAqsTNHIe+SXfaqyxyo6THoWqs8WQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"resolve": "^1.17.0"
|
|
}
|
|
},
|
|
"node_modules/browserify-aes": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
|
|
"integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"buffer-xor": "^1.0.3",
|
|
"cipher-base": "^1.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"evp_bytestokey": "^1.0.3",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/browserify-cipher": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
|
|
"integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"browserify-aes": "^1.0.4",
|
|
"browserify-des": "^1.0.0",
|
|
"evp_bytestokey": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/browserify-des": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz",
|
|
"integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"cipher-base": "^1.0.1",
|
|
"des.js": "^1.0.0",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"node_modules/browserify-rsa": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz",
|
|
"integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"bn.js": "^5.0.0",
|
|
"randombytes": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/browserify-sign": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.3.tgz",
|
|
"integrity": "sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"bn.js": "^5.2.1",
|
|
"browserify-rsa": "^4.1.0",
|
|
"create-hash": "^1.2.0",
|
|
"create-hmac": "^1.1.7",
|
|
"elliptic": "^6.5.5",
|
|
"hash-base": "~3.0",
|
|
"inherits": "^2.0.4",
|
|
"parse-asn1": "^5.1.7",
|
|
"readable-stream": "^2.3.8",
|
|
"safe-buffer": "^5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12"
|
|
}
|
|
},
|
|
"node_modules/browserify-sign/node_modules/hash-base": {
|
|
"version": "3.0.5",
|
|
"resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.5.tgz",
|
|
"integrity": "sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"inherits": "^2.0.4",
|
|
"safe-buffer": "^5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/browserify-zlib": {
|
|
"version": "0.2.0",
|
|
"resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
|
|
"integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"pako": "~1.0.5"
|
|
}
|
|
},
|
|
"node_modules/browserslist": {
|
|
"version": "4.23.3",
|
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz",
|
|
"integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==",
|
|
"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"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"caniuse-lite": "^1.0.30001646",
|
|
"electron-to-chromium": "^1.5.4",
|
|
"node-releases": "^2.0.18",
|
|
"update-browserslist-db": "^1.1.0"
|
|
},
|
|
"bin": {
|
|
"browserslist": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
}
|
|
},
|
|
"node_modules/bs-logger": {
|
|
"version": "0.2.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-json-stable-stringify": "2.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/bser": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"node-int64": "^0.4.0"
|
|
}
|
|
},
|
|
"node_modules/bson": {
|
|
"version": "6.10.4",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.20.1"
|
|
}
|
|
},
|
|
"node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/buffer-crc32": {
|
|
"version": "0.2.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/buffer-equal-constant-time": {
|
|
"version": "1.0.1",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/buffer-from": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/buffer-xor": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/builtin-status-codes": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bundle-name": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"run-applescript": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/busboy": {
|
|
"version": "1.6.0",
|
|
"dependencies": {
|
|
"streamsearch": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.16.0"
|
|
}
|
|
},
|
|
"node_modules/bytes": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/call-bind": {
|
|
"version": "1.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.0",
|
|
"es-define-property": "^1.0.0",
|
|
"get-intrinsic": "^1.2.4",
|
|
"set-function-length": "^1.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/call-bind-apply-helpers": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/call-bound": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.2",
|
|
"get-intrinsic": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/callsites": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/camelcase": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/camelcase-css": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/caniuse-api": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.0.0",
|
|
"caniuse-lite": "^1.0.0",
|
|
"lodash.memoize": "^4.1.2",
|
|
"lodash.uniq": "^4.5.0"
|
|
}
|
|
},
|
|
"node_modules/caniuse-lite": {
|
|
"version": "1.0.30001727",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "CC-BY-4.0"
|
|
},
|
|
"node_modules/ccount": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/chalk/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/chalk/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/char-regex": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/character-entities": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/character-entities-html4": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/character-entities-legacy": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/character-reference-invalid": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/cheerio": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cheerio-select": "^2.1.0",
|
|
"dom-serializer": "^2.0.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.2.2",
|
|
"encoding-sniffer": "^0.2.1",
|
|
"htmlparser2": "^10.0.0",
|
|
"parse5": "^7.3.0",
|
|
"parse5-htmlparser2-tree-adapter": "^7.1.0",
|
|
"parse5-parser-stream": "^7.1.2",
|
|
"undici": "^7.12.0",
|
|
"whatwg-mimetype": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/cheerio-select": {
|
|
"version": "2.1.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-select": "^5.1.0",
|
|
"css-what": "^6.1.0",
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/chokidar": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"anymatch": "~3.1.2",
|
|
"braces": "~3.0.2",
|
|
"glob-parent": "~5.1.2",
|
|
"is-binary-path": "~2.1.0",
|
|
"is-glob": "~4.0.1",
|
|
"normalize-path": "~3.0.0",
|
|
"readdirp": "~3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.10.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/chokidar/node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/chrome-trace-event": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
}
|
|
},
|
|
"node_modules/ci-info": {
|
|
"version": "3.9.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cipher-base": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.4",
|
|
"safe-buffer": "^5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/cjs-module-lexer": {
|
|
"version": "1.4.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/class-variance-authority": {
|
|
"version": "0.6.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"clsx": "1.2.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://joebell.co.uk"
|
|
}
|
|
},
|
|
"node_modules/classnames": {
|
|
"version": "2.5.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/clean-set": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cli-cursor": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cli-truncate": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"slice-ansi": "^5.0.0",
|
|
"string-width": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cliui": {
|
|
"version": "8.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.1",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cliui/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/clsx": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/cluster-key-slot": {
|
|
"version": "1.1.2",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/co": {
|
|
"version": "4.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">= 1.0.0",
|
|
"node": ">= 0.12.0"
|
|
}
|
|
},
|
|
"node_modules/cohere-ai": {
|
|
"version": "7.17.1",
|
|
"resolved": "https://registry.npmjs.org/cohere-ai/-/cohere-ai-7.17.1.tgz",
|
|
"integrity": "sha512-GI/uWVYYGIN3gdjJRlbjEaLJNJVXsUJyOlPqwBWgAmK18kP4CJoErxKwU0aLe3tHHOBcC2RqXe6PmGO0dz7dpQ==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@aws-sdk/client-sagemaker": "^3.583.0",
|
|
"@aws-sdk/credential-providers": "^3.583.0",
|
|
"@aws-sdk/protocol-http": "^3.374.0",
|
|
"@aws-sdk/signature-v4": "^3.374.0",
|
|
"convict": "^6.2.4",
|
|
"form-data": "^4.0.0",
|
|
"form-data-encoder": "^4.0.2",
|
|
"formdata-node": "^6.0.3",
|
|
"js-base64": "3.7.2",
|
|
"node-fetch": "2.7.0",
|
|
"qs": "6.11.2",
|
|
"readable-stream": "^4.5.2",
|
|
"url-join": "4.0.1"
|
|
}
|
|
},
|
|
"node_modules/cohere-ai/node_modules/form-data-encoder": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-4.1.0.tgz",
|
|
"integrity": "sha512-G6NsmEW15s0Uw9XnCg+33H3ViYRyiM0hMrMhhqQOR8NFc5GhYrI+6I3u7OTw7b91J2g8rtvMBZJDbcGb2YUniw==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/cohere-ai/node_modules/formdata-node": {
|
|
"version": "6.0.3",
|
|
"resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-6.0.3.tgz",
|
|
"integrity": "sha512-8e1++BCiTzUno9v5IZ2J6bv4RU+3UKDmqWUQD0MIMVCd9AdhWkO1gw57oo1mNEX1dMq2EGI+FbWz4B92pscSQg==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/cohere-ai/node_modules/qs": {
|
|
"version": "6.11.2",
|
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz",
|
|
"integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/cohere-ai/node_modules/readable-stream": {
|
|
"version": "4.7.0",
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10",
|
|
"string_decoder": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/cohere-ai/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==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/collect-v8-coverage": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/color": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.3",
|
|
"color-string": "^1.6.0"
|
|
}
|
|
},
|
|
"node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/color-convert/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/color-string": {
|
|
"version": "1.9.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "^1.0.0",
|
|
"simple-swizzle": "^0.2.2"
|
|
}
|
|
},
|
|
"node_modules/colord": {
|
|
"version": "2.9.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colorette": {
|
|
"version": "2.0.20",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colorspace": {
|
|
"version": "1.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color": "^3.1.3",
|
|
"text-hex": "1.0.x"
|
|
}
|
|
},
|
|
"node_modules/combined-stream": {
|
|
"version": "1.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"delayed-stream": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/comma-separated-tokens": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "13.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/common-tags": {
|
|
"version": "1.8.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/commondir": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/component-emitter": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/compressible": {
|
|
"version": "2.0.18",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": ">= 1.43.0 < 2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-stream": {
|
|
"version": "2.0.0",
|
|
"engines": [
|
|
"node >= 6.0"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.0.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/concat-stream/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/console-browserify": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
},
|
|
"node_modules/console-table-printer": {
|
|
"version": "2.14.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"simple-wcswidth": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/constants-browserify": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/content-disposition": {
|
|
"version": "0.5.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/content-type": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/convert-source-map": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/convict": {
|
|
"version": "6.2.4",
|
|
"resolved": "https://registry.npmjs.org/convict/-/convict-6.2.4.tgz",
|
|
"integrity": "sha512-qN60BAwdMVdofckX7AlohVJ2x9UvjTNoKVXCL2LxFk1l7757EJqf1nySdMkPQer0bt8kQ5lQiyZ9/2NvrFBuwQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"yargs-parser": "^20.2.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/convict/node_modules/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
|
|
"integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/cookie": {
|
|
"version": "0.7.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/cookie-parser": {
|
|
"version": "1.4.7",
|
|
"resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.7.tgz",
|
|
"integrity": "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cookie": "0.7.2",
|
|
"cookie-signature": "1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/cookie-parser/node_modules/cookie": {
|
|
"version": "0.7.2",
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/cookie-signature": {
|
|
"version": "1.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cookiejar": {
|
|
"version": "2.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/copy-anything": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-what": "^4.1.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mesqueeb"
|
|
}
|
|
},
|
|
"node_modules/copy-to-clipboard": {
|
|
"version": "3.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"toggle-selection": "^1.0.6"
|
|
}
|
|
},
|
|
"node_modules/core-js-compat": {
|
|
"version": "3.44.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.25.1"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/core-js"
|
|
}
|
|
},
|
|
"node_modules/core-util-is": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cors": {
|
|
"version": "2.8.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"object-assign": "^4",
|
|
"vary": "^1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig": {
|
|
"version": "8.3.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"import-fresh": "^3.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.2.0",
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/d-fischer"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.9.5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/create-ecdh": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.1.0",
|
|
"elliptic": "^6.5.3"
|
|
}
|
|
},
|
|
"node_modules/create-hash": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cipher-base": "^1.0.1",
|
|
"inherits": "^2.0.1",
|
|
"md5.js": "^1.3.4",
|
|
"ripemd160": "^2.0.1",
|
|
"sha.js": "^2.4.0"
|
|
}
|
|
},
|
|
"node_modules/create-hmac": {
|
|
"version": "1.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cipher-base": "^1.0.3",
|
|
"create-hash": "^1.1.0",
|
|
"inherits": "^2.0.1",
|
|
"ripemd160": "^2.0.0",
|
|
"safe-buffer": "^5.0.1",
|
|
"sha.js": "^2.4.8"
|
|
}
|
|
},
|
|
"node_modules/create-jest": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/create-require": {
|
|
"version": "1.1.1",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/crelt": {
|
|
"version": "1.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cross-env": {
|
|
"version": "7.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.1"
|
|
},
|
|
"bin": {
|
|
"cross-env": "src/bin/cross-env.js",
|
|
"cross-env-shell": "src/bin/cross-env-shell.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.14",
|
|
"npm": ">=6",
|
|
"yarn": ">=1"
|
|
}
|
|
},
|
|
"node_modules/cross-fetch": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "^2.7.0"
|
|
}
|
|
},
|
|
"node_modules/cross-spawn": {
|
|
"version": "7.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/crypto-browserify": {
|
|
"version": "3.12.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserify-cipher": "^1.0.1",
|
|
"browserify-sign": "^4.2.3",
|
|
"create-ecdh": "^4.0.4",
|
|
"create-hash": "^1.2.0",
|
|
"create-hmac": "^1.1.7",
|
|
"diffie-hellman": "^5.0.3",
|
|
"hash-base": "~3.0.4",
|
|
"inherits": "^2.0.4",
|
|
"pbkdf2": "^3.1.2",
|
|
"public-encrypt": "^4.0.3",
|
|
"randombytes": "^2.1.0",
|
|
"randomfill": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/crypto-random-string": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/css-blank-pseudo": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/css-declaration-sorter": {
|
|
"version": "6.4.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.9"
|
|
}
|
|
},
|
|
"node_modules/css-has-pseudo": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/selector-specificity": "^2.0.1",
|
|
"postcss-selector-parser": "^6.0.10",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/css-prefers-color-scheme": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/css-select": {
|
|
"version": "5.2.2",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-what": "^6.1.0",
|
|
"domhandler": "^5.0.2",
|
|
"domutils": "^3.0.1",
|
|
"nth-check": "^2.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/css-tree": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdn-data": "2.0.14",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/css-what": {
|
|
"version": "6.2.2",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/css.escape": {
|
|
"version": "1.5.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cssdb": {
|
|
"version": "7.11.2",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/cssesc": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"cssesc": "bin/cssesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/cssfontparser": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cssnano": {
|
|
"version": "5.1.15",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssnano-preset-default": "^5.2.14",
|
|
"lilconfig": "^2.0.3",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/cssnano"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/cssnano-preset-default": {
|
|
"version": "5.2.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-declaration-sorter": "^6.3.1",
|
|
"cssnano-utils": "^3.1.0",
|
|
"postcss-calc": "^8.2.3",
|
|
"postcss-colormin": "^5.3.1",
|
|
"postcss-convert-values": "^5.1.3",
|
|
"postcss-discard-comments": "^5.1.2",
|
|
"postcss-discard-duplicates": "^5.1.0",
|
|
"postcss-discard-empty": "^5.1.1",
|
|
"postcss-discard-overridden": "^5.1.0",
|
|
"postcss-merge-longhand": "^5.1.7",
|
|
"postcss-merge-rules": "^5.1.4",
|
|
"postcss-minify-font-values": "^5.1.0",
|
|
"postcss-minify-gradients": "^5.1.1",
|
|
"postcss-minify-params": "^5.1.4",
|
|
"postcss-minify-selectors": "^5.2.1",
|
|
"postcss-normalize-charset": "^5.1.0",
|
|
"postcss-normalize-display-values": "^5.1.0",
|
|
"postcss-normalize-positions": "^5.1.1",
|
|
"postcss-normalize-repeat-style": "^5.1.1",
|
|
"postcss-normalize-string": "^5.1.0",
|
|
"postcss-normalize-timing-functions": "^5.1.0",
|
|
"postcss-normalize-unicode": "^5.1.1",
|
|
"postcss-normalize-url": "^5.1.0",
|
|
"postcss-normalize-whitespace": "^5.1.1",
|
|
"postcss-ordered-values": "^5.1.3",
|
|
"postcss-reduce-initial": "^5.1.2",
|
|
"postcss-reduce-transforms": "^5.1.0",
|
|
"postcss-svgo": "^5.1.0",
|
|
"postcss-unique-selectors": "^5.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/cssnano-utils": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/cssnano/node_modules/lilconfig": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/cssnano/node_modules/yaml": {
|
|
"version": "1.10.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/csso": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-tree": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/cssom": {
|
|
"version": "0.5.0",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cssstyle": {
|
|
"version": "2.3.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssom": "~0.3.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cssstyle/node_modules/cssom": {
|
|
"version": "0.3.8",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/csstype": {
|
|
"version": "3.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/d": {
|
|
"version": "1.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"es5-ext": "^0.10.64",
|
|
"type": "^2.7.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/damerau-levenshtein": {
|
|
"version": "1.0.8",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/data-uri-to-buffer": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/data-urls": {
|
|
"version": "3.0.2",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abab": "^2.0.6",
|
|
"whatwg-mimetype": "^3.0.0",
|
|
"whatwg-url": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/data-urls/node_modules/whatwg-mimetype": {
|
|
"version": "3.0.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/data-view-buffer": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3",
|
|
"es-errors": "^1.3.0",
|
|
"is-data-view": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/data-view-byte-length": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3",
|
|
"es-errors": "^1.3.0",
|
|
"is-data-view": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/inspect-js"
|
|
}
|
|
},
|
|
"node_modules/data-view-byte-offset": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"es-errors": "^1.3.0",
|
|
"is-data-view": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/date-fns": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/kossnocorp"
|
|
}
|
|
},
|
|
"node_modules/dayjs": {
|
|
"version": "1.11.13",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/decamelize": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/decimal.js": {
|
|
"version": "10.6.0",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/decode-named-character-reference": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"character-entities": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/dedent": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"babel-plugin-macros": "^3.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"babel-plugin-macros": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/deep-equal": {
|
|
"version": "2.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-buffer-byte-length": "^1.0.0",
|
|
"call-bind": "^1.0.5",
|
|
"es-get-iterator": "^1.1.3",
|
|
"get-intrinsic": "^1.2.2",
|
|
"is-arguments": "^1.1.1",
|
|
"is-array-buffer": "^3.0.2",
|
|
"is-date-object": "^1.0.5",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.2",
|
|
"isarray": "^2.0.5",
|
|
"object-is": "^1.1.5",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.4",
|
|
"regexp.prototype.flags": "^1.5.1",
|
|
"side-channel": "^1.0.4",
|
|
"which-boxed-primitive": "^1.0.2",
|
|
"which-collection": "^1.0.1",
|
|
"which-typed-array": "^1.1.13"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/deep-is": {
|
|
"version": "0.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/deepmerge": {
|
|
"version": "4.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/default-browser": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bundle-name": "^4.1.0",
|
|
"default-browser-id": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/default-browser-id": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/define-data-property": {
|
|
"version": "1.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-define-property": "^1.0.0",
|
|
"es-errors": "^1.3.0",
|
|
"gopd": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/define-lazy-prop": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/define-properties": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/delayed-stream": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/denque": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/depd": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/dequal": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/des.js": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"minimalistic-assert": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/destroy": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/detect-indent": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/detect-libc": {
|
|
"version": "2.0.4",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/detect-newline": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/detect-node-es": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/devlop": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dequal": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/dezalgo": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"asap": "^2.0.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/didyoumean": {
|
|
"version": "1.2.2",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/diff": {
|
|
"version": "7.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/diff-sequences": {
|
|
"version": "29.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/diffie-hellman": {
|
|
"version": "5.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.1.0",
|
|
"miller-rabin": "^4.0.0",
|
|
"randombytes": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/dir-glob": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dlv": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/dnd-core": {
|
|
"version": "16.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-dnd/asap": "^5.0.1",
|
|
"@react-dnd/invariant": "^4.0.1",
|
|
"redux": "^4.2.0"
|
|
}
|
|
},
|
|
"node_modules/doctrine": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/dom-accessibility-api": {
|
|
"version": "0.5.16",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/dom-helpers": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.7",
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/dom-serializer": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.2",
|
|
"entities": "^4.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domain-browser": {
|
|
"version": "4.22.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://bevry.me/fund"
|
|
}
|
|
},
|
|
"node_modules/domelementtype": {
|
|
"version": "2.3.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/domexception": {
|
|
"version": "4.0.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/domhandler": {
|
|
"version": "5.0.3",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domutils": {
|
|
"version": "3.2.2",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dom-serializer": "^2.0.0",
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/dotenv": {
|
|
"version": "16.6.1",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://dotenvx.com"
|
|
}
|
|
},
|
|
"node_modules/downloadjs": {
|
|
"version": "1.4.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/dunder-proto": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.1",
|
|
"es-errors": "^1.3.0",
|
|
"gopd": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/eastasianwidth": {
|
|
"version": "0.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ecdsa-sig-formatter": {
|
|
"version": "1.0.11",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/ee-first": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ejs": {
|
|
"version": "3.1.10",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"jake": "^10.8.5"
|
|
},
|
|
"bin": {
|
|
"ejs": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/electron-to-chromium": {
|
|
"version": "1.5.190",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/elliptic": {
|
|
"version": "6.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.11.9",
|
|
"brorand": "^1.1.0",
|
|
"hash.js": "^1.0.0",
|
|
"hmac-drbg": "^1.0.1",
|
|
"inherits": "^2.0.4",
|
|
"minimalistic-assert": "^1.0.1",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/emittery": {
|
|
"version": "0.13.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/emittery?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/emoji-regex": {
|
|
"version": "9.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/enabled": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/encodeurl": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/encoding-sniffer": {
|
|
"version": "0.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "^0.6.3",
|
|
"whatwg-encoding": "^3.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/enhanced-resolve": {
|
|
"version": "5.18.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.4",
|
|
"tapable": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "4.5.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/environment": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/error-ex": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"node_modules/es-abstract": {
|
|
"version": "1.24.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-buffer-byte-length": "^1.0.2",
|
|
"arraybuffer.prototype.slice": "^1.0.4",
|
|
"available-typed-arrays": "^1.0.7",
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.4",
|
|
"data-view-buffer": "^1.0.2",
|
|
"data-view-byte-length": "^1.0.2",
|
|
"data-view-byte-offset": "^1.0.1",
|
|
"es-define-property": "^1.0.1",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.1.1",
|
|
"es-set-tostringtag": "^2.1.0",
|
|
"es-to-primitive": "^1.3.0",
|
|
"function.prototype.name": "^1.1.8",
|
|
"get-intrinsic": "^1.3.0",
|
|
"get-proto": "^1.0.1",
|
|
"get-symbol-description": "^1.1.0",
|
|
"globalthis": "^1.0.4",
|
|
"gopd": "^1.2.0",
|
|
"has-property-descriptors": "^1.0.2",
|
|
"has-proto": "^1.2.0",
|
|
"has-symbols": "^1.1.0",
|
|
"hasown": "^2.0.2",
|
|
"internal-slot": "^1.1.0",
|
|
"is-array-buffer": "^3.0.5",
|
|
"is-callable": "^1.2.7",
|
|
"is-data-view": "^1.0.2",
|
|
"is-negative-zero": "^2.0.3",
|
|
"is-regex": "^1.2.1",
|
|
"is-set": "^2.0.3",
|
|
"is-shared-array-buffer": "^1.0.4",
|
|
"is-string": "^1.1.1",
|
|
"is-typed-array": "^1.1.15",
|
|
"is-weakref": "^1.1.1",
|
|
"math-intrinsics": "^1.1.0",
|
|
"object-inspect": "^1.13.4",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.7",
|
|
"own-keys": "^1.0.1",
|
|
"regexp.prototype.flags": "^1.5.4",
|
|
"safe-array-concat": "^1.1.3",
|
|
"safe-push-apply": "^1.0.0",
|
|
"safe-regex-test": "^1.1.0",
|
|
"set-proto": "^1.0.0",
|
|
"stop-iteration-iterator": "^1.1.0",
|
|
"string.prototype.trim": "^1.2.10",
|
|
"string.prototype.trimend": "^1.0.9",
|
|
"string.prototype.trimstart": "^1.0.8",
|
|
"typed-array-buffer": "^1.0.3",
|
|
"typed-array-byte-length": "^1.0.3",
|
|
"typed-array-byte-offset": "^1.0.4",
|
|
"typed-array-length": "^1.0.7",
|
|
"unbox-primitive": "^1.1.0",
|
|
"which-typed-array": "^1.1.19"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-define-property": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-errors": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-get-iterator": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.3",
|
|
"has-symbols": "^1.0.3",
|
|
"is-arguments": "^1.1.1",
|
|
"is-map": "^2.0.2",
|
|
"is-set": "^2.0.2",
|
|
"is-string": "^1.0.7",
|
|
"isarray": "^2.0.5",
|
|
"stop-iteration-iterator": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-iterator-helpers": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.3",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.6",
|
|
"es-errors": "^1.3.0",
|
|
"es-set-tostringtag": "^2.0.3",
|
|
"function-bind": "^1.1.2",
|
|
"get-intrinsic": "^1.2.6",
|
|
"globalthis": "^1.0.4",
|
|
"gopd": "^1.2.0",
|
|
"has-property-descriptors": "^1.0.2",
|
|
"has-proto": "^1.2.0",
|
|
"has-symbols": "^1.1.0",
|
|
"internal-slot": "^1.1.0",
|
|
"iterator.prototype": "^1.1.4",
|
|
"safe-array-concat": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-module-lexer": {
|
|
"version": "1.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/es-object-atoms": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-set-tostringtag": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.6",
|
|
"has-tostringtag": "^1.0.2",
|
|
"hasown": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-shim-unscopables": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hasown": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-to-primitive": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-callable": "^1.2.7",
|
|
"is-date-object": "^1.0.5",
|
|
"is-symbol": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es5-ext": {
|
|
"version": "0.10.64",
|
|
"hasInstallScript": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"es6-iterator": "^2.0.3",
|
|
"es6-symbol": "^3.1.3",
|
|
"esniff": "^2.0.1",
|
|
"next-tick": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/es6-iterator": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"d": "1",
|
|
"es5-ext": "^0.10.35",
|
|
"es6-symbol": "^3.1.1"
|
|
}
|
|
},
|
|
"node_modules/es6-symbol": {
|
|
"version": "3.1.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"d": "^1.0.2",
|
|
"ext": "^1.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/esbuild": {
|
|
"version": "0.25.8",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/aix-ppc64": "0.25.8",
|
|
"@esbuild/android-arm": "0.25.8",
|
|
"@esbuild/android-arm64": "0.25.8",
|
|
"@esbuild/android-x64": "0.25.8",
|
|
"@esbuild/darwin-arm64": "0.25.8",
|
|
"@esbuild/darwin-x64": "0.25.8",
|
|
"@esbuild/freebsd-arm64": "0.25.8",
|
|
"@esbuild/freebsd-x64": "0.25.8",
|
|
"@esbuild/linux-arm": "0.25.8",
|
|
"@esbuild/linux-arm64": "0.25.8",
|
|
"@esbuild/linux-ia32": "0.25.8",
|
|
"@esbuild/linux-loong64": "0.25.8",
|
|
"@esbuild/linux-mips64el": "0.25.8",
|
|
"@esbuild/linux-ppc64": "0.25.8",
|
|
"@esbuild/linux-riscv64": "0.25.8",
|
|
"@esbuild/linux-s390x": "0.25.8",
|
|
"@esbuild/linux-x64": "0.25.8",
|
|
"@esbuild/netbsd-arm64": "0.25.8",
|
|
"@esbuild/netbsd-x64": "0.25.8",
|
|
"@esbuild/openbsd-arm64": "0.25.8",
|
|
"@esbuild/openbsd-x64": "0.25.8",
|
|
"@esbuild/openharmony-arm64": "0.25.8",
|
|
"@esbuild/sunos-x64": "0.25.8",
|
|
"@esbuild/win32-arm64": "0.25.8",
|
|
"@esbuild/win32-ia32": "0.25.8",
|
|
"@esbuild/win32-x64": "0.25.8"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/escape-carriage": {
|
|
"version": "1.3.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/escape-html": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/escodegen": {
|
|
"version": "2.1.0",
|
|
"devOptional": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^5.2.0",
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"escodegen": "bin/escodegen.js",
|
|
"esgenerate": "bin/esgenerate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"node_modules/eslint": {
|
|
"version": "9.31.0",
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.31.0.tgz",
|
|
"integrity": "sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.12.1",
|
|
"@eslint/config-array": "^0.21.0",
|
|
"@eslint/config-helpers": "^0.3.0",
|
|
"@eslint/core": "^0.15.0",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "9.31.0",
|
|
"@eslint/plugin-kit": "^0.3.1",
|
|
"@humanfs/node": "^0.16.6",
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
"@humanwhocodes/retry": "^0.4.2",
|
|
"@types/estree": "^1.0.6",
|
|
"@types/json-schema": "^7.0.15",
|
|
"ajv": "^6.12.4",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.6",
|
|
"debug": "^4.3.2",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"eslint-scope": "^8.4.0",
|
|
"eslint-visitor-keys": "^4.2.1",
|
|
"espree": "^10.4.0",
|
|
"esquery": "^1.5.0",
|
|
"esutils": "^2.0.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-entry-cache": "^8.0.0",
|
|
"find-up": "^5.0.0",
|
|
"glob-parent": "^6.0.2",
|
|
"ignore": "^5.2.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"minimatch": "^3.1.2",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.3"
|
|
},
|
|
"bin": {
|
|
"eslint": "bin/eslint.js"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://eslint.org/donate"
|
|
},
|
|
"peerDependencies": {
|
|
"jiti": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"jiti": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-config-prettier": {
|
|
"version": "10.1.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"eslint-config-prettier": "bin/cli.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint-config-prettier"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-node": {
|
|
"version": "0.3.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.7",
|
|
"is-core-module": "^2.13.0",
|
|
"resolve": "^1.22.4"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-node/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-typescript": {
|
|
"version": "3.10.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@nolyfill/is-core-module": "1.0.39",
|
|
"debug": "^4.4.0",
|
|
"get-tsconfig": "^4.10.0",
|
|
"is-bun-module": "^2.0.0",
|
|
"stable-hash": "^0.0.5",
|
|
"tinyglobby": "^0.2.13",
|
|
"unrs-resolver": "^1.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint-import-resolver-typescript"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "*",
|
|
"eslint-plugin-import": "*",
|
|
"eslint-plugin-import-x": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint-plugin-import": {
|
|
"optional": true
|
|
},
|
|
"eslint-plugin-import-x": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-module-utils": {
|
|
"version": "2.12.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-module-utils/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-i18next": {
|
|
"version": "6.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"requireindex": "~1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.10.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import": {
|
|
"version": "2.32.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rtsao/scc": "^1.1.0",
|
|
"array-includes": "^3.1.9",
|
|
"array.prototype.findlastindex": "^1.2.6",
|
|
"array.prototype.flat": "^1.3.3",
|
|
"array.prototype.flatmap": "^1.3.3",
|
|
"debug": "^3.2.7",
|
|
"doctrine": "^2.1.0",
|
|
"eslint-import-resolver-node": "^0.3.9",
|
|
"eslint-module-utils": "^2.12.1",
|
|
"hasown": "^2.0.2",
|
|
"is-core-module": "^2.16.1",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^3.1.2",
|
|
"object.fromentries": "^2.0.8",
|
|
"object.groupby": "^1.0.3",
|
|
"object.values": "^1.2.1",
|
|
"semver": "^6.3.1",
|
|
"string.prototype.trimend": "^1.0.9",
|
|
"tsconfig-paths": "^3.15.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jest": {
|
|
"version": "28.14.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0",
|
|
"jest": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"optional": true
|
|
},
|
|
"jest": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsx-a11y": {
|
|
"version": "6.10.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aria-query": "^5.3.2",
|
|
"array-includes": "^3.1.8",
|
|
"array.prototype.flatmap": "^1.3.2",
|
|
"ast-types-flow": "^0.0.8",
|
|
"axe-core": "^4.10.0",
|
|
"axobject-query": "^4.1.0",
|
|
"damerau-levenshtein": "^1.0.8",
|
|
"emoji-regex": "^9.2.2",
|
|
"hasown": "^2.0.2",
|
|
"jsx-ast-utils": "^3.3.5",
|
|
"language-tags": "^1.0.9",
|
|
"minimatch": "^3.1.2",
|
|
"object.fromentries": "^2.0.8",
|
|
"safe-regex-test": "^1.0.3",
|
|
"string.prototype.includes": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsx-a11y/node_modules/aria-query": {
|
|
"version": "5.3.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-perfectionist": {
|
|
"version": "4.15.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "^8.34.1",
|
|
"@typescript-eslint/utils": "^8.34.1",
|
|
"natural-orderby": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=8.45.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-prettier": {
|
|
"version": "5.5.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prettier-linter-helpers": "^1.0.0",
|
|
"synckit": "^0.11.7"
|
|
},
|
|
"engines": {
|
|
"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": ">= 7.0.0 <10.0.0 || >=10.1.0",
|
|
"prettier": ">=3.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/eslint": {
|
|
"optional": true
|
|
},
|
|
"eslint-config-prettier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react": {
|
|
"version": "7.37.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.8",
|
|
"array.prototype.findlast": "^1.2.5",
|
|
"array.prototype.flatmap": "^1.3.3",
|
|
"array.prototype.tosorted": "^1.1.4",
|
|
"doctrine": "^2.1.0",
|
|
"es-iterator-helpers": "^1.2.1",
|
|
"estraverse": "^5.3.0",
|
|
"hasown": "^2.0.2",
|
|
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
|
|
"minimatch": "^3.1.2",
|
|
"object.entries": "^1.1.9",
|
|
"object.fromentries": "^2.0.8",
|
|
"object.values": "^1.2.1",
|
|
"prop-types": "^15.8.1",
|
|
"resolve": "^2.0.0-next.5",
|
|
"semver": "^6.3.1",
|
|
"string.prototype.matchall": "^4.0.12",
|
|
"string.prototype.repeat": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react-hooks": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react/node_modules/resolve": {
|
|
"version": "2.0.0-next.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.13.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-simple-import-sort": {
|
|
"version": "12.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"eslint": ">=5.0.0"
|
|
}
|
|
},
|
|
"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,
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-scope/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,
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/eslint-scope": {
|
|
"version": "8.4.0",
|
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
"version": "4.2.1",
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/esniff": {
|
|
"version": "2.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"d": "^1.0.1",
|
|
"es5-ext": "^0.10.62",
|
|
"event-emitter": "^0.3.5",
|
|
"type": "^2.7.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/espree": {
|
|
"version": "10.4.0",
|
|
"resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
|
|
"integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"acorn": "^8.15.0",
|
|
"acorn-jsx": "^5.3.2",
|
|
"eslint-visitor-keys": "^4.2.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/espree/node_modules/eslint-visitor-keys": {
|
|
"version": "4.2.1",
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/esprima": {
|
|
"version": "4.0.1",
|
|
"devOptional": true,
|
|
"license": "BSD-2-Clause",
|
|
"bin": {
|
|
"esparse": "bin/esparse.js",
|
|
"esvalidate": "bin/esvalidate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/esquery": {
|
|
"version": "1.6.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/esrecurse": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"devOptional": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estree-util-is-identifier-name": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/estree-walker": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/esutils": {
|
|
"version": "2.0.3",
|
|
"devOptional": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/etag": {
|
|
"version": "1.8.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/event-emitter": {
|
|
"version": "0.3.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"d": "1",
|
|
"es5-ext": "~0.10.14"
|
|
}
|
|
},
|
|
"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==",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/eventemitter3": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/events": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.x"
|
|
}
|
|
},
|
|
"node_modules/eventsource": {
|
|
"version": "3.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eventsource-parser": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/eventsource-parser": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/evp_bytestokey": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"md5.js": "^1.3.4",
|
|
"safe-buffer": "^5.1.1"
|
|
}
|
|
},
|
|
"node_modules/execa": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/exit": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/expect": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/export-from-json": {
|
|
"version": "1.7.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/expr-eval": {
|
|
"version": "2.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/express": {
|
|
"version": "4.21.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.8",
|
|
"array-flatten": "1.1.1",
|
|
"body-parser": "1.20.3",
|
|
"content-disposition": "0.5.4",
|
|
"content-type": "~1.0.4",
|
|
"cookie": "0.7.1",
|
|
"cookie-signature": "1.0.6",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"encodeurl": "~2.0.0",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"finalhandler": "1.3.1",
|
|
"fresh": "0.5.2",
|
|
"http-errors": "2.0.0",
|
|
"merge-descriptors": "1.0.3",
|
|
"methods": "~1.1.2",
|
|
"on-finished": "2.4.1",
|
|
"parseurl": "~1.3.3",
|
|
"path-to-regexp": "0.1.12",
|
|
"proxy-addr": "~2.0.7",
|
|
"qs": "6.13.0",
|
|
"range-parser": "~1.2.1",
|
|
"safe-buffer": "5.2.1",
|
|
"send": "0.19.0",
|
|
"serve-static": "1.16.2",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"type-is": "~1.6.18",
|
|
"utils-merge": "1.0.1",
|
|
"vary": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/express-mongo-sanitize": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/express-rate-limit": {
|
|
"version": "7.5.0",
|
|
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.0.tgz",
|
|
"integrity": "sha512-eB5zbQh5h+VenMPM3fh+nw1YExi5nMr6HUCR62ELSP11huvxm/Uir1H1QEyTkk5QX6A58pX6NmaTMceKZ0Eodg==",
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/express-rate-limit"
|
|
},
|
|
"peerDependencies": {
|
|
"express": ">= 4.11"
|
|
}
|
|
},
|
|
"node_modules/express-static-gzip": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parseurl": "^1.3.3",
|
|
"serve-static": "^1.16.2"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ext": {
|
|
"version": "1.7.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"type": "^2.7.2"
|
|
}
|
|
},
|
|
"node_modules/extend": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/extsprintf": {
|
|
"version": "1.4.1",
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-diff": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/fast-fifo": {
|
|
"version": "1.3.2",
|
|
"resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
|
|
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-glob": {
|
|
"version": "3.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "^2.0.2",
|
|
"@nodelib/fs.walk": "^1.2.3",
|
|
"glob-parent": "^5.1.2",
|
|
"merge2": "^1.3.0",
|
|
"micromatch": "^4.0.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/fast-glob/node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/fast-json-stable-stringify": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-levenshtein": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-safe-stringify": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-uri": {
|
|
"version": "3.0.6",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fastify"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fastify"
|
|
}
|
|
],
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/fast-xml-parser": {
|
|
"version": "4.5.3",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strnum": "^1.1.1"
|
|
},
|
|
"bin": {
|
|
"fxparser": "src/cli/cli.js"
|
|
}
|
|
},
|
|
"node_modules/fastq": {
|
|
"version": "1.19.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/fault": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"format": "^0.2.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/faye-websocket": {
|
|
"version": "0.11.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"websocket-driver": ">=0.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/fb-watchman": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"bser": "2.1.1"
|
|
}
|
|
},
|
|
"node_modules/fdir": {
|
|
"version": "6.4.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"picomatch": "^3 || ^4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"picomatch": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/fecha": {
|
|
"version": "4.2.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fetch-blob": {
|
|
"version": "3.2.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jimmywarting"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/jimmywarting"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-domexception": "^1.0.0",
|
|
"web-streams-polyfill": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20 || >= 14.13"
|
|
}
|
|
},
|
|
"node_modules/fetch-blob/node_modules/web-streams-polyfill": {
|
|
"version": "3.3.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flat-cache": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/file-type": {
|
|
"version": "18.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-web-to-node-stream": "^3.0.2",
|
|
"strtok3": "^7.0.0",
|
|
"token-types": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/filelist": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"minimatch": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/filelist/node_modules/brace-expansion": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/filelist/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/filename-reserved-regex": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/filenamify": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"filename-reserved-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/finalhandler": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"encodeurl": "~2.0.0",
|
|
"escape-html": "~1.0.3",
|
|
"on-finished": "2.4.1",
|
|
"parseurl": "~1.3.3",
|
|
"statuses": "2.0.1",
|
|
"unpipe": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/find-cache-dir": {
|
|
"version": "3.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commondir": "^1.0.1",
|
|
"make-dir": "^3.0.2",
|
|
"pkg-dir": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/avajs/find-cache-dir?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/make-dir": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/find-up": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/firebase": {
|
|
"version": "11.10.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/ai": "1.4.1",
|
|
"@firebase/analytics": "0.10.17",
|
|
"@firebase/analytics-compat": "0.2.23",
|
|
"@firebase/app": "0.13.2",
|
|
"@firebase/app-check": "0.10.1",
|
|
"@firebase/app-check-compat": "0.3.26",
|
|
"@firebase/app-compat": "0.4.2",
|
|
"@firebase/app-types": "0.9.3",
|
|
"@firebase/auth": "1.10.8",
|
|
"@firebase/auth-compat": "0.5.28",
|
|
"@firebase/data-connect": "0.3.10",
|
|
"@firebase/database": "1.0.20",
|
|
"@firebase/database-compat": "2.0.11",
|
|
"@firebase/firestore": "4.8.0",
|
|
"@firebase/firestore-compat": "0.3.53",
|
|
"@firebase/functions": "0.12.9",
|
|
"@firebase/functions-compat": "0.3.26",
|
|
"@firebase/installations": "0.6.18",
|
|
"@firebase/installations-compat": "0.2.18",
|
|
"@firebase/messaging": "0.12.22",
|
|
"@firebase/messaging-compat": "0.2.22",
|
|
"@firebase/performance": "0.7.7",
|
|
"@firebase/performance-compat": "0.2.20",
|
|
"@firebase/remote-config": "0.6.5",
|
|
"@firebase/remote-config-compat": "0.2.18",
|
|
"@firebase/storage": "0.13.14",
|
|
"@firebase/storage-compat": "0.3.24",
|
|
"@firebase/util": "1.12.1"
|
|
}
|
|
},
|
|
"node_modules/firebase/node_modules/@firebase/auth": {
|
|
"version": "1.10.8",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@firebase/component": "0.6.18",
|
|
"@firebase/logger": "0.4.4",
|
|
"@firebase/util": "1.12.1",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x",
|
|
"@react-native-async-storage/async-storage": "^1.18.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@react-native-async-storage/async-storage": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/flat": {
|
|
"version": "5.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"bin": {
|
|
"flat": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/flat-cache": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^3.2.9",
|
|
"keyv": "^4.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/flat-cache/node_modules/keyv": {
|
|
"version": "4.5.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-buffer": "3.0.1"
|
|
}
|
|
},
|
|
"node_modules/flatted": {
|
|
"version": "3.3.3",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/flip-toolkit": {
|
|
"version": "7.2.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rematrix": "0.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
}
|
|
},
|
|
"node_modules/fn.name": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.15.9",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"debug": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/for-each": {
|
|
"version": "0.3.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-callable": "^1.2.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/foreground-child": {
|
|
"version": "3.3.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.6",
|
|
"signal-exit": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/form-data": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
|
|
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.8",
|
|
"es-set-tostringtag": "^2.1.0",
|
|
"hasown": "^2.0.2",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/form-data-encoder": {
|
|
"version": "1.7.2",
|
|
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.2.tgz",
|
|
"integrity": "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==",
|
|
"peer": true
|
|
},
|
|
"node_modules/format": {
|
|
"version": "0.2.2",
|
|
"engines": {
|
|
"node": ">=0.4.x"
|
|
}
|
|
},
|
|
"node_modules/formdata-node": {
|
|
"version": "4.4.1",
|
|
"resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.4.1.tgz",
|
|
"integrity": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"node-domexception": "1.0.0",
|
|
"web-streams-polyfill": "4.0.0-beta.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.20"
|
|
}
|
|
},
|
|
"node_modules/formdata-node/node_modules/web-streams-polyfill": {
|
|
"version": "4.0.0-beta.3",
|
|
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz",
|
|
"integrity": "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/formdata-polyfill": {
|
|
"version": "4.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fetch-blob": "^3.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/formidable": {
|
|
"version": "3.5.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"dezalgo": "^1.0.4",
|
|
"once": "^1.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://ko-fi.com/tunnckoCore/commissions"
|
|
}
|
|
},
|
|
"node_modules/forwarded": {
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/fraction.js": {
|
|
"version": "4.3.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://github.com/sponsors/rawify"
|
|
}
|
|
},
|
|
"node_modules/framer-motion": {
|
|
"version": "11.18.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"motion-dom": "^11.18.1",
|
|
"motion-utils": "^11.18.1",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/is-prop-valid": "*",
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@emotion/is-prop-valid": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/fresh": {
|
|
"version": "0.5.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/function.prototype.name": {
|
|
"version": "1.1.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.3",
|
|
"define-properties": "^1.2.1",
|
|
"functions-have-names": "^1.2.3",
|
|
"hasown": "^2.0.2",
|
|
"is-callable": "^1.2.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/functions-have-names": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/gaxios": {
|
|
"version": "7.1.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"extend": "^3.0.2",
|
|
"https-proxy-agent": "^7.0.1",
|
|
"node-fetch": "^3.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/gaxios/node_modules/node-fetch": {
|
|
"version": "3.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"data-uri-to-buffer": "^4.0.0",
|
|
"fetch-blob": "^3.1.4",
|
|
"formdata-polyfill": "^4.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/node-fetch"
|
|
}
|
|
},
|
|
"node_modules/gcp-metadata": {
|
|
"version": "5.3.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"gaxios": "^5.0.0",
|
|
"json-bigint": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/gcp-metadata/node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/gcp-metadata/node_modules/gaxios": {
|
|
"version": "5.1.3",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"extend": "^3.0.2",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-stream": "^2.0.0",
|
|
"node-fetch": "^2.6.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/gcp-metadata/node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/generic-names": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loader-utils": "^3.2.0"
|
|
}
|
|
},
|
|
"node_modules/generic-pool": {
|
|
"version": "3.9.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/gensync": {
|
|
"version": "1.0.0-beta.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/get-caller-file": {
|
|
"version": "2.0.5",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
}
|
|
},
|
|
"node_modules/get-east-asian-width": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.2",
|
|
"es-define-property": "^1.0.1",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.1.1",
|
|
"function-bind": "^1.1.2",
|
|
"get-proto": "^1.0.1",
|
|
"gopd": "^1.2.0",
|
|
"has-symbols": "^1.1.0",
|
|
"hasown": "^2.0.2",
|
|
"math-intrinsics": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-nonce": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/get-own-enumerable-property-symbols": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/get-package-type": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/get-proto": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dunder-proto": "^1.0.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/get-stream": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/get-symbol-description": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-tsconfig": {
|
|
"version": "4.10.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve-pkg-maps": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/glob-parent": {
|
|
"version": "6.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/glob-to-regexp": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/glob/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/globals": {
|
|
"version": "15.15.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/globalthis": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.2.1",
|
|
"gopd": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.9",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/google-auth-library": {
|
|
"version": "10.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.0",
|
|
"ecdsa-sig-formatter": "^1.0.11",
|
|
"gaxios": "^7.0.0",
|
|
"gcp-metadata": "^7.0.0",
|
|
"google-logging-utils": "^1.0.0",
|
|
"gtoken": "^8.0.0",
|
|
"jws": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/google-auth-library/node_modules/gcp-metadata": {
|
|
"version": "7.0.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"gaxios": "^7.0.0",
|
|
"google-logging-utils": "^1.0.0",
|
|
"json-bigint": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/google-logging-utils": {
|
|
"version": "1.1.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/googleapis": {
|
|
"version": "126.0.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"google-auth-library": "^9.0.0",
|
|
"googleapis-common": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/googleapis-common": {
|
|
"version": "7.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"extend": "^3.0.2",
|
|
"gaxios": "^6.0.3",
|
|
"google-auth-library": "^9.7.0",
|
|
"qs": "^6.7.0",
|
|
"url-template": "^2.0.8",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/googleapis-common/node_modules/gaxios": {
|
|
"version": "6.7.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"extend": "^3.0.2",
|
|
"https-proxy-agent": "^7.0.1",
|
|
"is-stream": "^2.0.0",
|
|
"node-fetch": "^2.6.9",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/googleapis-common/node_modules/gcp-metadata": {
|
|
"version": "6.1.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"gaxios": "^6.1.1",
|
|
"google-logging-utils": "^0.0.2",
|
|
"json-bigint": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/googleapis-common/node_modules/google-auth-library": {
|
|
"version": "9.15.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.0",
|
|
"ecdsa-sig-formatter": "^1.0.11",
|
|
"gaxios": "^6.1.1",
|
|
"gcp-metadata": "^6.1.0",
|
|
"gtoken": "^7.0.0",
|
|
"jws": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/googleapis-common/node_modules/google-logging-utils": {
|
|
"version": "0.0.2",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/googleapis-common/node_modules/gtoken": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gaxios": "^6.0.0",
|
|
"jws": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/googleapis-common/node_modules/uuid": {
|
|
"version": "9.0.1",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/googleapis/node_modules/gaxios": {
|
|
"version": "6.7.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"extend": "^3.0.2",
|
|
"https-proxy-agent": "^7.0.1",
|
|
"is-stream": "^2.0.0",
|
|
"node-fetch": "^2.6.9",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/googleapis/node_modules/gcp-metadata": {
|
|
"version": "6.1.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"gaxios": "^6.1.1",
|
|
"google-logging-utils": "^0.0.2",
|
|
"json-bigint": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/googleapis/node_modules/google-auth-library": {
|
|
"version": "9.15.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.0",
|
|
"ecdsa-sig-formatter": "^1.0.11",
|
|
"gaxios": "^6.1.1",
|
|
"gcp-metadata": "^6.1.0",
|
|
"gtoken": "^7.0.0",
|
|
"jws": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/googleapis/node_modules/google-logging-utils": {
|
|
"version": "0.0.2",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/googleapis/node_modules/gtoken": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gaxios": "^6.0.0",
|
|
"jws": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/googleapis/node_modules/uuid": {
|
|
"version": "9.0.1",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/gopd": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/graceful-fs": {
|
|
"version": "4.2.11",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/graphemer": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/graphql": {
|
|
"version": "16.11.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
|
}
|
|
},
|
|
"node_modules/graphql-request": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
"cross-fetch": "^3.1.5"
|
|
},
|
|
"peerDependencies": {
|
|
"graphql": "14 - 16"
|
|
}
|
|
},
|
|
"node_modules/gtoken": {
|
|
"version": "8.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gaxios": "^7.0.0",
|
|
"jws": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/hamt_plus": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/handlebars": {
|
|
"version": "4.7.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.5",
|
|
"neo-async": "^2.6.2",
|
|
"source-map": "^0.6.1",
|
|
"wordwrap": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"handlebars": "bin/handlebars"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.7"
|
|
},
|
|
"optionalDependencies": {
|
|
"uglify-js": "^3.1.4"
|
|
}
|
|
},
|
|
"node_modules/harmony-reflect": {
|
|
"version": "1.6.2",
|
|
"dev": true,
|
|
"license": "(Apache-2.0 OR MPL-1.1)"
|
|
},
|
|
"node_modules/has-ansi": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-ansi/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-bigints": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/has-property-descriptors": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-define-property": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-proto": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dunder-proto": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-symbols": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-tostringtag": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/hash-base": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.4",
|
|
"safe-buffer": "^5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/hash.js": {
|
|
"version": "1.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"minimalistic-assert": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/hasown": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-dom": {
|
|
"version": "4.2.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hastscript": "^7.0.0",
|
|
"web-namespaces": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-html": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^2.0.0",
|
|
"hast-util-from-parse5": "^7.0.0",
|
|
"parse5": "^7.0.0",
|
|
"vfile": "^5.0.0",
|
|
"vfile-message": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-html-isomorphic": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^2.0.0",
|
|
"hast-util-from-dom": "^4.0.0",
|
|
"hast-util-from-html": "^1.0.0",
|
|
"unist-util-remove-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-html-isomorphic/node_modules/@types/hast": {
|
|
"version": "2.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-html-isomorphic/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hast-util-from-html/node_modules/@types/hast": {
|
|
"version": "2.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-html/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hast-util-from-html/node_modules/unist-util-stringify-position": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-html/node_modules/vfile": {
|
|
"version": "5.3.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"is-buffer": "^2.0.0",
|
|
"unist-util-stringify-position": "^3.0.0",
|
|
"vfile-message": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-html/node_modules/vfile-message": {
|
|
"version": "3.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-stringify-position": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-parse5": {
|
|
"version": "7.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^2.0.0",
|
|
"@types/unist": "^2.0.0",
|
|
"hastscript": "^7.0.0",
|
|
"property-information": "^6.0.0",
|
|
"vfile": "^5.0.0",
|
|
"vfile-location": "^4.0.0",
|
|
"web-namespaces": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-parse5/node_modules/@types/hast": {
|
|
"version": "2.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-parse5/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hast-util-from-parse5/node_modules/property-information": {
|
|
"version": "6.5.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-parse5/node_modules/unist-util-stringify-position": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-parse5/node_modules/vfile": {
|
|
"version": "5.3.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"is-buffer": "^2.0.0",
|
|
"unist-util-stringify-position": "^3.0.0",
|
|
"vfile-message": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-parse5/node_modules/vfile-message": {
|
|
"version": "3.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-stringify-position": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-is-element": {
|
|
"version": "2.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^2.0.0",
|
|
"@types/unist": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-is-element/node_modules/@types/hast": {
|
|
"version": "2.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2"
|
|
}
|
|
},
|
|
"node_modules/hast-util-is-element/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hast-util-parse-selector": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-parse-selector/node_modules/@types/hast": {
|
|
"version": "2.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2"
|
|
}
|
|
},
|
|
"node_modules/hast-util-parse-selector/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hast-util-to-jsx-runtime": {
|
|
"version": "2.3.6",
|
|
"license": "MIT",
|
|
"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": "^7.0.0",
|
|
"space-separated-tokens": "^2.0.0",
|
|
"style-to-js": "^1.0.0",
|
|
"unist-util-position": "^5.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-to-text": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^2.0.0",
|
|
"@types/unist": "^2.0.0",
|
|
"hast-util-is-element": "^2.0.0",
|
|
"unist-util-find-after": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-to-text/node_modules/@types/hast": {
|
|
"version": "2.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2"
|
|
}
|
|
},
|
|
"node_modules/hast-util-to-text/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hast-util-whitespace": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hastscript": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^2.0.0",
|
|
"comma-separated-tokens": "^2.0.0",
|
|
"hast-util-parse-selector": "^3.0.0",
|
|
"property-information": "^6.0.0",
|
|
"space-separated-tokens": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hastscript/node_modules/@types/hast": {
|
|
"version": "2.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2"
|
|
}
|
|
},
|
|
"node_modules/hastscript/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hastscript/node_modules/property-information": {
|
|
"version": "6.5.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/heic-to": {
|
|
"version": "1.2.1",
|
|
"license": "LGPL-3.0"
|
|
},
|
|
"node_modules/highlight.js": {
|
|
"version": "11.8.0",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/hmac-drbg": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hash.js": "^1.0.3",
|
|
"minimalistic-assert": "^1.0.0",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/hoist-non-react-statics": {
|
|
"version": "3.3.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"react-is": "^16.7.0"
|
|
}
|
|
},
|
|
"node_modules/hoist-non-react-statics/node_modules/react-is": {
|
|
"version": "16.13.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hookified": {
|
|
"version": "1.10.0",
|
|
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.10.0.tgz",
|
|
"integrity": "sha512-dJw0492Iddsj56U1JsSTm9E/0B/29a1AuoSLRAte8vQg/kaTGF3IgjEWT8c8yG4cC10+HisE1x5QAwR0Xwc+DA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/html-encoding-sniffer": {
|
|
"version": "3.0.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-encoding": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/html-encoding-sniffer/node_modules/whatwg-encoding": {
|
|
"version": "2.0.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/html-escaper": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/html-parse-stringify": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"void-elements": "3.1.0"
|
|
}
|
|
},
|
|
"node_modules/html-to-image": {
|
|
"version": "1.11.13",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/html-url-attributes": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/htmlparser2": {
|
|
"version": "10.0.0",
|
|
"funding": [
|
|
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.2.1",
|
|
"entities": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/htmlparser2/node_modules/entities": {
|
|
"version": "6.0.1",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/http-errors": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "2.0.0",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"toidentifier": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/http-parser-js": {
|
|
"version": "0.5.10",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/http-proxy-agent": {
|
|
"version": "7.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/https-browserify": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/https-proxy-agent": {
|
|
"version": "7.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/human-signals": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.17.0"
|
|
}
|
|
},
|
|
"node_modules/humanize-ms": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
|
|
"integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"ms": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/husky": {
|
|
"version": "9.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"husky": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/typicode"
|
|
}
|
|
},
|
|
"node_modules/i18next": {
|
|
"version": "24.2.3",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://locize.com"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://locize.com/i18next.html"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.26.10"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/i18next-browser-languagedetector": {
|
|
"version": "8.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.23.2"
|
|
}
|
|
},
|
|
"node_modules/ibm-cloud-sdk-core": {
|
|
"version": "5.4.0",
|
|
"resolved": "https://registry.npmjs.org/ibm-cloud-sdk-core/-/ibm-cloud-sdk-core-5.4.0.tgz",
|
|
"integrity": "sha512-c4cwOuUDbMiFROYM/Ti1aC+Umi1v3TdvC2DO5zR7w44FYY/3xrs79+3DVPXt/nRhJeaMHN2L9XwlXsPSoVDHJA==",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/debug": "^4.1.12",
|
|
"@types/node": "^18.19.80",
|
|
"@types/tough-cookie": "^4.0.0",
|
|
"axios": "^1.8.2",
|
|
"camelcase": "^6.3.0",
|
|
"debug": "^4.3.4",
|
|
"dotenv": "^16.4.5",
|
|
"extend": "3.0.2",
|
|
"file-type": "16.5.4",
|
|
"form-data": "^4.0.4",
|
|
"isstream": "0.1.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mime-types": "2.1.35",
|
|
"retry-axios": "^2.6.0",
|
|
"tough-cookie": "^4.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/ibm-cloud-sdk-core/node_modules/@types/node": {
|
|
"version": "18.19.120",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.120.tgz",
|
|
"integrity": "sha512-WtCGHFXnVI8WHLxDAt5TbnCM4eSE+nI0QN2NJtwzcgMhht2eNz6V9evJrk+lwC8bCY8OWV5Ym8Jz7ZEyGnKnMA==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"node_modules/ibm-cloud-sdk-core/node_modules/file-type": {
|
|
"version": "16.5.4",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"readable-web-to-node-stream": "^3.0.0",
|
|
"strtok3": "^6.2.4",
|
|
"token-types": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/ibm-cloud-sdk-core/node_modules/peek-readable": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/ibm-cloud-sdk-core/node_modules/strtok3": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"peek-readable": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/ibm-cloud-sdk-core/node_modules/token-types": {
|
|
"version": "4.2.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"ieee754": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/icss-replace-symbols": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/icss-utils": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/idb": {
|
|
"version": "7.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/identity-obj-proxy": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"harmony-reflect": "^1.4.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/ieee754": {
|
|
"version": "1.2.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/ignore": {
|
|
"version": "5.3.2",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/ignore-by-default": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/import-cwd": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"import-from": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/import-fresh": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parent-module": "^1.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/import-from": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/import-from/node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/import-local": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pkg-dir": "^4.2.0",
|
|
"resolve-cwd": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"import-local-fixture": "fixtures/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/imurmurhash": {
|
|
"version": "0.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.19"
|
|
}
|
|
},
|
|
"node_modules/indent-string": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/inline-style-parser": {
|
|
"version": "0.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/input-otp": {
|
|
"version": "1.4.2",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
|
|
}
|
|
},
|
|
"node_modules/internal-slot": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"hasown": "^2.0.2",
|
|
"side-channel": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/intersection-observer": {
|
|
"version": "0.10.0",
|
|
"license": "W3C-20150513"
|
|
},
|
|
"node_modules/ioredis": {
|
|
"version": "5.6.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ioredis/commands": "^1.1.1",
|
|
"cluster-key-slot": "^1.1.0",
|
|
"debug": "^4.3.4",
|
|
"denque": "^2.1.0",
|
|
"lodash.defaults": "^4.2.0",
|
|
"lodash.isarguments": "^3.1.0",
|
|
"redis-errors": "^1.2.0",
|
|
"redis-parser": "^3.0.0",
|
|
"standard-as-callback": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.22.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/ioredis"
|
|
}
|
|
},
|
|
"node_modules/ipaddr.js": {
|
|
"version": "1.9.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/is-alphabetical": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/is-alphanumerical": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-alphabetical": "^2.0.0",
|
|
"is-decimal": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/is-arguments": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"has-tostringtag": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-array-buffer": {
|
|
"version": "3.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.3",
|
|
"get-intrinsic": "^1.2.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-arrayish": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-async-function": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async-function": "^1.0.0",
|
|
"call-bound": "^1.0.3",
|
|
"get-proto": "^1.0.1",
|
|
"has-tostringtag": "^1.0.2",
|
|
"safe-regex-test": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-bigint": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-bigints": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-binary-path": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"binary-extensions": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-boolean-object": {
|
|
"version": "1.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3",
|
|
"has-tostringtag": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-buffer": {
|
|
"version": "2.0.5",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/is-bun-module": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.7.1"
|
|
}
|
|
},
|
|
"node_modules/is-bun-module/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/is-callable": {
|
|
"version": "1.2.7",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-core-module": {
|
|
"version": "2.16.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hasown": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-data-view": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"get-intrinsic": "^1.2.6",
|
|
"is-typed-array": "^1.1.13"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-date-object": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"has-tostringtag": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-decimal": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/is-docker": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-docker": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-finalizationregistry": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-fullwidth-code-point": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-generator-fn": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/is-generator-function": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3",
|
|
"get-proto": "^1.0.0",
|
|
"has-tostringtag": "^1.0.2",
|
|
"safe-regex-test": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-hexadecimal": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/is-inside-container": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"is-inside-container": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-map": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-module": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-nan": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.0",
|
|
"define-properties": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-negative-zero": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/is-number-object": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3",
|
|
"has-tostringtag": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-obj": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-path-inside": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-plain-obj": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-potential-custom-element-name": {
|
|
"version": "1.0.1",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-promise": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
|
|
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-reference": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"node_modules/is-regex": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"gopd": "^1.2.0",
|
|
"has-tostringtag": "^1.0.2",
|
|
"hasown": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-regexp": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-set": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-shared-array-buffer": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-string": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3",
|
|
"has-tostringtag": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-symbol": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"has-symbols": "^1.1.0",
|
|
"safe-regex-test": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-typed-array": {
|
|
"version": "1.1.15",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"which-typed-array": "^1.1.16"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-weakmap": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-weakref": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-weakset": {
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3",
|
|
"get-intrinsic": "^1.2.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-what": {
|
|
"version": "4.1.16",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.13"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mesqueeb"
|
|
}
|
|
},
|
|
"node_modules/is-wsl": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-inside-container": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/isarray": {
|
|
"version": "2.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/isomorphic-timers-promises": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/isstream": {
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/istanbul-lib-coverage": {
|
|
"version": "3.2.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-instrument": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/core": "^7.23.9",
|
|
"@babel/parser": "^7.23.9",
|
|
"@istanbuljs/schema": "^0.1.3",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-instrument/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-report": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"make-dir": "^4.0.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-source-maps": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/istanbul-reports": {
|
|
"version": "3.1.7",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"html-escaper": "^2.0.0",
|
|
"istanbul-lib-report": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/iterator.prototype": {
|
|
"version": "1.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.1.4",
|
|
"es-object-atoms": "^1.0.0",
|
|
"get-intrinsic": "^1.2.6",
|
|
"get-proto": "^1.0.0",
|
|
"has-symbols": "^1.1.0",
|
|
"set-function-name": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/jackspeak": {
|
|
"version": "3.4.3",
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"@isaacs/cliui": "^8.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
},
|
|
"optionalDependencies": {
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
}
|
|
},
|
|
"node_modules/jake": {
|
|
"version": "10.9.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"async": "^3.2.3",
|
|
"chalk": "^4.0.2",
|
|
"filelist": "^1.0.4",
|
|
"minimatch": "^3.1.2"
|
|
},
|
|
"bin": {
|
|
"jake": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/jest": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/core": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"import-local": "^3.0.2",
|
|
"jest-cli": "^29.7.0"
|
|
},
|
|
"bin": {
|
|
"jest": "bin/jest.js"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-canvas-mock": {
|
|
"version": "2.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssfontparser": "^1.2.1",
|
|
"moo-color": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/jest-changed-files": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^5.0.0",
|
|
"jest-util": "^29.7.0",
|
|
"p-limit": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-circus": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^29.7.0",
|
|
"@jest/expect": "^29.7.0",
|
|
"@jest/test-result": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"co": "^4.6.0",
|
|
"dedent": "^1.0.0",
|
|
"is-generator-fn": "^2.0.0",
|
|
"jest-each": "^29.7.0",
|
|
"jest-matcher-utils": "^29.7.0",
|
|
"jest-message-util": "^29.7.0",
|
|
"jest-runtime": "^29.7.0",
|
|
"jest-snapshot": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"p-limit": "^3.1.0",
|
|
"pretty-format": "^29.7.0",
|
|
"pure-rand": "^6.0.0",
|
|
"slash": "^3.0.0",
|
|
"stack-utils": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-circus/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-circus/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-cli": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/core": "^29.7.0",
|
|
"@jest/test-result": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"chalk": "^4.0.0",
|
|
"create-jest": "^29.7.0",
|
|
"exit": "^0.1.2",
|
|
"import-local": "^3.0.2",
|
|
"jest-config": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"jest-validate": "^29.7.0",
|
|
"yargs": "^17.3.1"
|
|
},
|
|
"bin": {
|
|
"jest": "bin/jest.js"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-config": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"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
|
|
},
|
|
"ts-node": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-config/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/jest-config/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-config/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-diff": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"diff-sequences": "^29.6.3",
|
|
"jest-get-type": "^29.6.3",
|
|
"pretty-format": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-docblock": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"detect-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-each": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-each/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-each/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-environment-jsdom": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^29.7.0",
|
|
"@jest/fake-timers": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"@types/jsdom": "^20.0.0",
|
|
"@types/node": "*",
|
|
"jest-mock": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"jsdom": "^20.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"canvas": "^2.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"canvas": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-environment-node": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-file-loader": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"slash": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-get-type": {
|
|
"version": "29.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-haste-map": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.3.2"
|
|
}
|
|
},
|
|
"node_modules/jest-junit": {
|
|
"version": "16.0.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"mkdirp": "^1.0.4",
|
|
"strip-ansi": "^6.0.1",
|
|
"uuid": "^8.3.2",
|
|
"xml": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
}
|
|
},
|
|
"node_modules/jest-junit/node_modules/uuid": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/jest-leak-detector": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jest-get-type": "^29.6.3",
|
|
"pretty-format": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-leak-detector/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-leak-detector/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-matcher-utils": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"jest-diff": "^29.7.0",
|
|
"jest-get-type": "^29.6.3",
|
|
"pretty-format": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-matcher-utils/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-matcher-utils/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-message-util": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/jest-message-util/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-message-util/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-mock": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"jest-util": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-pnp-resolver": {
|
|
"version": "1.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"peerDependencies": {
|
|
"jest-resolve": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"jest-resolve": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-regex-util": {
|
|
"version": "29.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-resolve": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-resolve-dependencies": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jest-regex-util": "^29.6.3",
|
|
"jest-snapshot": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-runner": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
},
|
|
"node_modules/jest-runtime": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/jest-runtime/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/jest-util": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-util/node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/jest-validate": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-watcher": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-worker": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"jest-util": "^29.7.0",
|
|
"merge-stream": "^2.0.0",
|
|
"supports-color": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-worker/node_modules/supports-color": {
|
|
"version": "8.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jiti": {
|
|
"version": "1.21.7",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jiti": "bin/jiti.js"
|
|
}
|
|
},
|
|
"node_modules/jose": {
|
|
"version": "4.15.9",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/panva"
|
|
}
|
|
},
|
|
"node_modules/jotai": {
|
|
"version": "2.12.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": ">=17.0.0",
|
|
"react": ">=17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/js-cookie": {
|
|
"version": "3.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/js-tiktoken": {
|
|
"version": "1.0.20",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.5.1"
|
|
}
|
|
},
|
|
"node_modules/js-tokens": {
|
|
"version": "4.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/js-yaml": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/jschardet": {
|
|
"version": "3.1.4",
|
|
"resolved": "https://registry.npmjs.org/jschardet/-/jschardet-3.1.4.tgz",
|
|
"integrity": "sha512-/kmVISmrwVwtyYU40iQUOp3SUPk2dhNCMsZBQX0R1/jZ8maaXJ/oZIzUOiyOqcgtLnETFKYChbJ5iDC/eWmFHg==",
|
|
"dev": true,
|
|
"license": "LGPL-2.1+",
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/jsdom": {
|
|
"version": "20.0.3",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abab": "^2.0.6",
|
|
"acorn": "^8.8.1",
|
|
"acorn-globals": "^7.0.0",
|
|
"cssom": "^0.5.0",
|
|
"cssstyle": "^2.3.0",
|
|
"data-urls": "^3.0.2",
|
|
"decimal.js": "^10.4.2",
|
|
"domexception": "^4.0.0",
|
|
"escodegen": "^2.0.0",
|
|
"form-data": "^4.0.0",
|
|
"html-encoding-sniffer": "^3.0.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.1",
|
|
"is-potential-custom-element-name": "^1.0.1",
|
|
"nwsapi": "^2.2.2",
|
|
"parse5": "^7.1.1",
|
|
"saxes": "^6.0.0",
|
|
"symbol-tree": "^3.2.4",
|
|
"tough-cookie": "^4.1.2",
|
|
"w3c-xmlserializer": "^4.0.0",
|
|
"webidl-conversions": "^7.0.0",
|
|
"whatwg-encoding": "^2.0.0",
|
|
"whatwg-mimetype": "^3.0.0",
|
|
"whatwg-url": "^11.0.0",
|
|
"ws": "^8.11.0",
|
|
"xml-name-validator": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"canvas": "^2.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"canvas": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/http-proxy-agent": {
|
|
"version": "5.0.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tootallnate/once": "2",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/whatwg-encoding": {
|
|
"version": "2.0.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/whatwg-mimetype": {
|
|
"version": "3.0.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/jsesc": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/json-bigint": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bignumber.js": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/json-buffer": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-schema": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "(AFL-2.1 OR BSD-3-Clause)"
|
|
},
|
|
"node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json5": {
|
|
"version": "2.2.3",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/jsonpointer": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/jsonwebtoken": {
|
|
"version": "9.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jws": "^3.2.2",
|
|
"lodash.includes": "^4.3.0",
|
|
"lodash.isboolean": "^3.0.3",
|
|
"lodash.isinteger": "^4.0.4",
|
|
"lodash.isnumber": "^3.0.3",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.isstring": "^4.0.1",
|
|
"lodash.once": "^4.0.0",
|
|
"ms": "^2.1.1",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12",
|
|
"npm": ">=6"
|
|
}
|
|
},
|
|
"node_modules/jsonwebtoken/node_modules/jwa": {
|
|
"version": "1.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-equal-constant-time": "^1.0.1",
|
|
"ecdsa-sig-formatter": "1.0.11",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/jsonwebtoken/node_modules/jws": {
|
|
"version": "3.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jwa": "^1.4.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/jsonwebtoken/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/jsx-ast-utils": {
|
|
"version": "3.3.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.flat": "^1.3.1",
|
|
"object.assign": "^4.1.4",
|
|
"object.values": "^1.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/jwa": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-equal-constant-time": "^1.0.1",
|
|
"ecdsa-sig-formatter": "1.0.11",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/jwks-rsa": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "^4.17.20",
|
|
"@types/jsonwebtoken": "^9.0.4",
|
|
"debug": "^4.3.4",
|
|
"jose": "^4.15.4",
|
|
"limiter": "^1.1.5",
|
|
"lru-memoizer": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/jwks-rsa/node_modules/@types/express": {
|
|
"version": "4.17.23",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/body-parser": "*",
|
|
"@types/express-serve-static-core": "^4.17.33",
|
|
"@types/qs": "*",
|
|
"@types/serve-static": "*"
|
|
}
|
|
},
|
|
"node_modules/jwks-rsa/node_modules/@types/express-serve-static-core": {
|
|
"version": "4.19.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/qs": "*",
|
|
"@types/range-parser": "*",
|
|
"@types/send": "*"
|
|
}
|
|
},
|
|
"node_modules/jws": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jwa": "^2.0.0",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/kareem": {
|
|
"version": "2.6.3",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/katex": {
|
|
"version": "0.16.22",
|
|
"funding": [
|
|
"https://opencollective.com/katex",
|
|
"https://github.com/sponsors/katex"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^8.3.0"
|
|
},
|
|
"bin": {
|
|
"katex": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/katex/node_modules/commander": {
|
|
"version": "8.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/keyv": {
|
|
"version": "5.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@keyv/serialize": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/keyv-file": {
|
|
"version": "5.1.3",
|
|
"resolved": "https://registry.npmjs.org/keyv-file/-/keyv-file-5.1.3.tgz",
|
|
"integrity": "sha512-RmoLDAtY0j9kuMtpVcoslCRKzT3nwT32adyafJdjAC7Wg9sS5DpdeDN8A1gHFXmm4F9xr7AO5+MhyoPeKihZIA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@keyv/serialize": "^1.0.1",
|
|
"fs-extra": "^4.0.1",
|
|
"tslib": "^1.14.1"
|
|
}
|
|
},
|
|
"node_modules/keyv-file/node_modules/fs-extra": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz",
|
|
"integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"jsonfile": "^4.0.0",
|
|
"universalify": "^0.1.0"
|
|
}
|
|
},
|
|
"node_modules/keyv-file/node_modules/jsonfile": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/keyv-file/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/keyv-file/node_modules/universalify": {
|
|
"version": "0.1.2",
|
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/kleur": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/klona": {
|
|
"version": "2.0.6",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/kuler": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/langchain": {
|
|
"version": "0.3.30",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/openai": ">=0.1.0 <0.7.0",
|
|
"@langchain/textsplitters": ">=0.0.0 <0.2.0",
|
|
"js-tiktoken": "^1.0.12",
|
|
"js-yaml": "^4.1.0",
|
|
"jsonpointer": "^5.0.1",
|
|
"langsmith": "^0.3.33",
|
|
"openapi-types": "^12.1.3",
|
|
"p-retry": "4",
|
|
"uuid": "^10.0.0",
|
|
"yaml": "^2.2.1",
|
|
"zod": "^3.25.32"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/anthropic": "*",
|
|
"@langchain/aws": "*",
|
|
"@langchain/cerebras": "*",
|
|
"@langchain/cohere": "*",
|
|
"@langchain/core": ">=0.3.58 <0.4.0",
|
|
"@langchain/deepseek": "*",
|
|
"@langchain/google-genai": "*",
|
|
"@langchain/google-vertexai": "*",
|
|
"@langchain/google-vertexai-web": "*",
|
|
"@langchain/groq": "*",
|
|
"@langchain/mistralai": "*",
|
|
"@langchain/ollama": "*",
|
|
"@langchain/xai": "*",
|
|
"axios": "*",
|
|
"cheerio": "*",
|
|
"handlebars": "^4.7.8",
|
|
"peggy": "^3.0.2",
|
|
"typeorm": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@langchain/anthropic": {
|
|
"optional": true
|
|
},
|
|
"@langchain/aws": {
|
|
"optional": true
|
|
},
|
|
"@langchain/cerebras": {
|
|
"optional": true
|
|
},
|
|
"@langchain/cohere": {
|
|
"optional": true
|
|
},
|
|
"@langchain/deepseek": {
|
|
"optional": true
|
|
},
|
|
"@langchain/google-genai": {
|
|
"optional": true
|
|
},
|
|
"@langchain/google-vertexai": {
|
|
"optional": true
|
|
},
|
|
"@langchain/google-vertexai-web": {
|
|
"optional": true
|
|
},
|
|
"@langchain/groq": {
|
|
"optional": true
|
|
},
|
|
"@langchain/mistralai": {
|
|
"optional": true
|
|
},
|
|
"@langchain/ollama": {
|
|
"optional": true
|
|
},
|
|
"@langchain/xai": {
|
|
"optional": true
|
|
},
|
|
"axios": {
|
|
"optional": true
|
|
},
|
|
"cheerio": {
|
|
"optional": true
|
|
},
|
|
"handlebars": {
|
|
"optional": true
|
|
},
|
|
"peggy": {
|
|
"optional": true
|
|
},
|
|
"typeorm": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/langsmith": {
|
|
"version": "0.3.47",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/uuid": "^10.0.0",
|
|
"chalk": "^4.1.2",
|
|
"console-table-printer": "^2.12.1",
|
|
"p-queue": "^6.6.2",
|
|
"p-retry": "4",
|
|
"semver": "^7.6.3",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "*",
|
|
"@opentelemetry/exporter-trace-otlp-proto": "*",
|
|
"@opentelemetry/sdk-trace-base": "*",
|
|
"openai": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@opentelemetry/api": {
|
|
"optional": true
|
|
},
|
|
"@opentelemetry/exporter-trace-otlp-proto": {
|
|
"optional": true
|
|
},
|
|
"@opentelemetry/sdk-trace-base": {
|
|
"optional": true
|
|
},
|
|
"openai": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/langsmith/node_modules/@types/uuid": {
|
|
"version": "10.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/langsmith/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/language-subtag-registry": {
|
|
"version": "0.3.23",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/language-tags": {
|
|
"version": "1.0.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"language-subtag-registry": "^0.3.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/ldap-filter": {
|
|
"version": "0.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/ldapauth-fork": {
|
|
"version": "5.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/ldapjs": "^2.2.2",
|
|
"bcryptjs": "^2.4.0",
|
|
"ldapjs": "^2.2.1",
|
|
"lru-cache": "^7.10.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/ldapauth-fork/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/ldapjs": {
|
|
"version": "2.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-logging": "^2.0.0",
|
|
"asn1": "^0.2.4",
|
|
"assert-plus": "^1.0.0",
|
|
"backoff": "^2.5.0",
|
|
"ldap-filter": "^0.3.3",
|
|
"once": "^1.4.0",
|
|
"vasync": "^2.2.0",
|
|
"verror": "^1.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/leven": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/levn": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "~0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/librechat-data-provider": {
|
|
"resolved": "packages/data-provider",
|
|
"link": true
|
|
},
|
|
"node_modules/lilconfig": {
|
|
"version": "3.1.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/antonk52"
|
|
}
|
|
},
|
|
"node_modules/limiter": {
|
|
"version": "1.1.5"
|
|
},
|
|
"node_modules/lines-and-columns": {
|
|
"version": "1.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lint-staged": {
|
|
"version": "15.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.4.1",
|
|
"commander": "^13.1.0",
|
|
"debug": "^4.4.0",
|
|
"execa": "^8.0.1",
|
|
"lilconfig": "^3.1.3",
|
|
"listr2": "^8.2.5",
|
|
"micromatch": "^4.0.8",
|
|
"pidtree": "^0.6.0",
|
|
"string-argv": "^0.3.2",
|
|
"yaml": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"lint-staged": "bin/lint-staged.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.12.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/lint-staged"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/chalk": {
|
|
"version": "5.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/execa": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/get-stream": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/human-signals": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.17.0"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/mimic-fn": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/npm-run-path": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/onetime": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/path-key": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/strip-final-newline": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/listr2": {
|
|
"version": "8.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cli-truncate": "^4.0.0",
|
|
"colorette": "^2.0.20",
|
|
"eventemitter3": "^5.0.1",
|
|
"log-update": "^6.1.0",
|
|
"rfdc": "^1.4.1",
|
|
"wrap-ansi": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/loader-runner": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=6.11.5"
|
|
}
|
|
},
|
|
"node_modules/loader-utils": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
}
|
|
},
|
|
"node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lodash": {
|
|
"version": "4.17.21",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.camelcase": {
|
|
"version": "4.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.castarray": {
|
|
"version": "4.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.clonedeep": {
|
|
"version": "4.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.debounce": {
|
|
"version": "4.0.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.defaults": {
|
|
"version": "4.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.includes": {
|
|
"version": "4.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isarguments": {
|
|
"version": "3.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isboolean": {
|
|
"version": "3.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isinteger": {
|
|
"version": "4.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isnumber": {
|
|
"version": "3.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isplainobject": {
|
|
"version": "4.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isstring": {
|
|
"version": "4.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.memoize": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.merge": {
|
|
"version": "4.6.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.once": {
|
|
"version": "4.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.sortby": {
|
|
"version": "4.7.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.throttle": {
|
|
"version": "4.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.uniq": {
|
|
"version": "4.5.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/log-update": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^7.0.0",
|
|
"cli-cursor": "^5.0.0",
|
|
"slice-ansi": "^7.1.0",
|
|
"strip-ansi": "^7.1.0",
|
|
"wrap-ansi": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/ansi-escapes": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"environment": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/ansi-regex": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/is-fullwidth-code-point": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-east-asian-width": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/slice-ansi": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.2.1",
|
|
"is-fullwidth-code-point": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/strip-ansi": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/logform": {
|
|
"version": "2.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@colors/colors": "1.6.0",
|
|
"@types/triple-beam": "^1.3.2",
|
|
"fecha": "^4.2.0",
|
|
"ms": "^2.1.1",
|
|
"safe-stable-stringify": "^2.3.1",
|
|
"triple-beam": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
}
|
|
},
|
|
"node_modules/loglevel": {
|
|
"version": "1.9.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
},
|
|
"funding": {
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/loglevel"
|
|
}
|
|
},
|
|
"node_modules/loglevel-colored-level-prefix": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"loglevel": "^1.4.1"
|
|
}
|
|
},
|
|
"node_modules/loglevel-colored-level-prefix/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/loglevel-colored-level-prefix/node_modules/ansi-styles": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/loglevel-colored-level-prefix/node_modules/chalk": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^2.2.1",
|
|
"escape-string-regexp": "^1.0.2",
|
|
"has-ansi": "^2.0.0",
|
|
"strip-ansi": "^3.0.0",
|
|
"supports-color": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/loglevel-colored-level-prefix/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/loglevel-colored-level-prefix/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/loglevel-colored-level-prefix/node_modules/supports-color": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/long": {
|
|
"version": "5.3.2",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/longest-streak": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/loose-envify": {
|
|
"version": "1.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"bin": {
|
|
"loose-envify": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/lowlight": {
|
|
"version": "2.9.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^2.0.0",
|
|
"fault": "^2.0.0",
|
|
"highlight.js": "~11.8.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/lowlight/node_modules/@types/hast": {
|
|
"version": "2.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2"
|
|
}
|
|
},
|
|
"node_modules/lowlight/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "5.1.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/lru-memoizer": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lru-cache": "6.0.0"
|
|
}
|
|
},
|
|
"node_modules/lru-memoizer/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lru-memoizer/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/lucide-react": {
|
|
"version": "0.394.0",
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/lz-string": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"lz-string": "bin/bin.js"
|
|
}
|
|
},
|
|
"node_modules/magic-string": {
|
|
"version": "0.30.17",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.5.0"
|
|
}
|
|
},
|
|
"node_modules/make-dir": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/make-dir/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/make-error": {
|
|
"version": "1.3.6",
|
|
"devOptional": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/makeerror": {
|
|
"version": "1.0.12",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"tmpl": "1.0.5"
|
|
}
|
|
},
|
|
"node_modules/markdown-table": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/match-sorter": {
|
|
"version": "6.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.23.8",
|
|
"remove-accents": "0.5.0"
|
|
}
|
|
},
|
|
"node_modules/math-intrinsics": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/md5.js": {
|
|
"version": "1.3.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hash-base": "^3.0.0",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-directive": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"ccount": "^2.0.0",
|
|
"devlop": "^1.0.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-visit-parents": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-find-and-replace": {
|
|
"version": "3.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
"mdast-util-gfm-footnote": "^2.0.0",
|
|
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
"mdast-util-gfm-table": "^2.0.0",
|
|
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"ccount": "^2.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-find-and-replace": "^3.0.0",
|
|
"micromark-util-character": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-footnote": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.1.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-strikethrough": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-table": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"markdown-table": "^3.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-task-list-item": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-math": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"longest-streak": "^3.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.1.0",
|
|
"unist-util-remove-position": "^5.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-math/node_modules/unist-util-remove-position": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-visit": "^5.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-expression": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree-jsx": "^1.0.0",
|
|
"@types/hast": "^3.0.0",
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"ccount": "^2.0.0",
|
|
"devlop": "^1.1.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
"parse-entities": "^4.0.0",
|
|
"stringify-entities": "^4.0.0",
|
|
"unist-util-stringify-position": "^4.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdxjs-esm": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-phrasing": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"unist-util-is": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-hast": {
|
|
"version": "13.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-markdown": {
|
|
"version": "2.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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-classify-character": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
"zwitch": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdn-data": {
|
|
"version": "2.0.14",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/media-typer": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/meilisearch": {
|
|
"version": "0.38.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-fetch": "^3.1.6"
|
|
}
|
|
},
|
|
"node_modules/memory-pager": {
|
|
"version": "1.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/memorystore": {
|
|
"version": "1.6.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.0",
|
|
"lru-cache": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/memorystore/node_modules/lru-cache": {
|
|
"version": "4.1.5",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"pseudomap": "^1.0.2",
|
|
"yallist": "^2.1.2"
|
|
}
|
|
},
|
|
"node_modules/memorystore/node_modules/yallist": {
|
|
"version": "2.1.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/merge-descriptors": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/merge-stream": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/merge2": {
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/methods": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/micromark": {
|
|
"version": "4.0.2",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-core-commonmark": {
|
|
"version": "2.0.3",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-destination": "^2.0.0",
|
|
"micromark-factory-label": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-factory-title": "^2.0.0",
|
|
"micromark-factory-whitespace": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
"micromark-util-html-tag-name": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-directive": {
|
|
"version": "3.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-factory-whitespace": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"parse-entities": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
"micromark-extension-gfm-table": "^2.0.0",
|
|
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-footnote": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-table": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-llm-math": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/katex": "^0.16.0",
|
|
"devlop": "^1.0.0",
|
|
"katex": "^0.16.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-math": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/katex": "^0.16.0",
|
|
"devlop": "^1.0.0",
|
|
"katex": "^0.16.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-destination": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-label": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-space": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-title": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-whitespace": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-character": {
|
|
"version": "2.1.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-chunked": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-classify-character": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-combine-extensions": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
"version": "2.0.2",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-decode-string": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-encode": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromark-util-html-tag-name": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromark-util-normalize-identifier": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-resolve-all": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-sanitize-uri": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-subtokenize": {
|
|
"version": "2.1.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-symbol": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromark-util-types": {
|
|
"version": "2.0.2",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromatch": {
|
|
"version": "4.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"braces": "^3.0.3",
|
|
"picomatch": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/micromatch/node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/miller-rabin": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.0.0",
|
|
"brorand": "^1.0.1"
|
|
},
|
|
"bin": {
|
|
"miller-rabin": "bin/miller-rabin"
|
|
}
|
|
},
|
|
"node_modules/mime": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/mime-db": {
|
|
"version": "1.54.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mime-types": {
|
|
"version": "2.1.35",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "1.52.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mime-types/node_modules/mime-db": {
|
|
"version": "1.52.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mimic-function": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/min-indent": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/minimalistic-assert": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/minimalistic-crypto-utils": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/minimist": {
|
|
"version": "1.2.8",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/minipass": {
|
|
"version": "7.1.2",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/module-alias": {
|
|
"version": "2.2.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/moment": {
|
|
"version": "2.30.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/mongodb": {
|
|
"version": "6.18.0",
|
|
"devOptional": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@mongodb-js/saslprep": "^1.1.9",
|
|
"bson": "^6.10.4",
|
|
"mongodb-connection-string-url": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.20.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@aws-sdk/credential-providers": "^3.188.0",
|
|
"@mongodb-js/zstd": "^1.1.0 || ^2.0.0",
|
|
"gcp-metadata": "^5.2.0",
|
|
"kerberos": "^2.0.1",
|
|
"mongodb-client-encryption": ">=6.0.0 <7",
|
|
"snappy": "^7.2.2",
|
|
"socks": "^2.7.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@aws-sdk/credential-providers": {
|
|
"optional": true
|
|
},
|
|
"@mongodb-js/zstd": {
|
|
"optional": true
|
|
},
|
|
"gcp-metadata": {
|
|
"optional": true
|
|
},
|
|
"kerberos": {
|
|
"optional": true
|
|
},
|
|
"mongodb-client-encryption": {
|
|
"optional": true
|
|
},
|
|
"snappy": {
|
|
"optional": true
|
|
},
|
|
"socks": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/mongodb-connection-string-url": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/whatwg-url": "^11.0.2",
|
|
"whatwg-url": "^14.1.0 || ^13.0.0"
|
|
}
|
|
},
|
|
"node_modules/mongodb-connection-string-url/node_modules/tr46": {
|
|
"version": "5.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/mongodb-connection-string-url/node_modules/whatwg-url": {
|
|
"version": "14.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "^5.1.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/mongodb-memory-server": {
|
|
"version": "10.1.4",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mongodb-memory-server-core": "10.1.4",
|
|
"tslib": "^2.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.20.1"
|
|
}
|
|
},
|
|
"node_modules/mongodb-memory-server-core": {
|
|
"version": "10.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async-mutex": "^0.5.0",
|
|
"camelcase": "^6.3.0",
|
|
"debug": "^4.3.7",
|
|
"find-cache-dir": "^3.3.2",
|
|
"follow-redirects": "^1.15.9",
|
|
"https-proxy-agent": "^7.0.5",
|
|
"mongodb": "^6.9.0",
|
|
"new-find-package-json": "^2.0.0",
|
|
"semver": "^7.6.3",
|
|
"tar-stream": "^3.1.7",
|
|
"tslib": "^2.7.0",
|
|
"yauzl": "^3.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.20.1"
|
|
}
|
|
},
|
|
"node_modules/mongodb-memory-server-core/node_modules/agent-base": {
|
|
"version": "7.1.4",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/mongoose": {
|
|
"version": "8.16.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bson": "^6.10.4",
|
|
"kareem": "2.6.3",
|
|
"mongodb": "~6.17.0",
|
|
"mpath": "0.9.0",
|
|
"mquery": "5.0.0",
|
|
"ms": "2.1.3",
|
|
"sift": "17.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.20.1"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mongoose"
|
|
}
|
|
},
|
|
"node_modules/mongoose/node_modules/mongodb": {
|
|
"version": "6.17.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@mongodb-js/saslprep": "^1.1.9",
|
|
"bson": "^6.10.4",
|
|
"mongodb-connection-string-url": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.20.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@aws-sdk/credential-providers": "^3.188.0",
|
|
"@mongodb-js/zstd": "^1.1.0 || ^2.0.0",
|
|
"gcp-metadata": "^5.2.0",
|
|
"kerberos": "^2.0.1",
|
|
"mongodb-client-encryption": ">=6.0.0 <7",
|
|
"snappy": "^7.2.2",
|
|
"socks": "^2.7.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@aws-sdk/credential-providers": {
|
|
"optional": true
|
|
},
|
|
"@mongodb-js/zstd": {
|
|
"optional": true
|
|
},
|
|
"gcp-metadata": {
|
|
"optional": true
|
|
},
|
|
"kerberos": {
|
|
"optional": true
|
|
},
|
|
"mongodb-client-encryption": {
|
|
"optional": true
|
|
},
|
|
"snappy": {
|
|
"optional": true
|
|
},
|
|
"socks": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/moo-color": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "^1.1.4"
|
|
}
|
|
},
|
|
"node_modules/motion-dom": {
|
|
"version": "11.18.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"motion-utils": "^11.18.1"
|
|
}
|
|
},
|
|
"node_modules/motion-utils": {
|
|
"version": "11.18.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mpath": {
|
|
"version": "0.9.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/mquery": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "4.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mustache": {
|
|
"version": "4.2.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mustache": "bin/mustache"
|
|
}
|
|
},
|
|
"node_modules/mz": {
|
|
"version": "2.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-promise": "^1.0.0",
|
|
"object-assign": "^4.0.1",
|
|
"thenify-all": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/nanoid": {
|
|
"version": "3.3.11",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/napi-postinstall": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"napi-postinstall": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/napi-postinstall"
|
|
}
|
|
},
|
|
"node_modules/natural-compare": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/natural-orderby": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/negotiator": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/neo-async": {
|
|
"version": "2.6.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/new-find-package-json": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.22.0"
|
|
}
|
|
},
|
|
"node_modules/next-tick": {
|
|
"version": "1.1.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/nice-grpc": {
|
|
"version": "2.1.12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.13.1",
|
|
"abort-controller-x": "^0.4.0",
|
|
"nice-grpc-common": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/nice-grpc-client-middleware-retry": {
|
|
"version": "3.1.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller-x": "^0.4.0",
|
|
"nice-grpc-common": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/nice-grpc-common": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ts-error": "^1.0.6"
|
|
}
|
|
},
|
|
"node_modules/nice-grpc/node_modules/@grpc/grpc-js": {
|
|
"version": "1.13.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@grpc/proto-loader": "^0.7.13",
|
|
"@js-sdsl/ordered-map": "^4.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.10.0"
|
|
}
|
|
},
|
|
"node_modules/node-domexception": {
|
|
"version": "1.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jimmywarting"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://paypal.me/jimmywarting"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.5.0"
|
|
}
|
|
},
|
|
"node_modules/node-fetch": {
|
|
"version": "2.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/node-fetch/node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-fetch/node_modules/webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/node-fetch/node_modules/whatwg-url": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/node-int64": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-releases": {
|
|
"version": "2.0.19",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-stdlib-browser": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert": "^2.0.0",
|
|
"browser-resolve": "^2.0.0",
|
|
"browserify-zlib": "^0.2.0",
|
|
"buffer": "^5.7.1",
|
|
"console-browserify": "^1.1.0",
|
|
"constants-browserify": "^1.0.0",
|
|
"create-require": "^1.1.1",
|
|
"crypto-browserify": "^3.12.1",
|
|
"domain-browser": "4.22.0",
|
|
"events": "^3.0.0",
|
|
"https-browserify": "^1.0.0",
|
|
"isomorphic-timers-promises": "^1.0.1",
|
|
"os-browserify": "^0.3.0",
|
|
"path-browserify": "^1.0.1",
|
|
"pkg-dir": "^5.0.0",
|
|
"process": "^0.11.10",
|
|
"punycode": "^1.4.1",
|
|
"querystring-es3": "^0.2.1",
|
|
"readable-stream": "^3.6.0",
|
|
"stream-browserify": "^3.0.0",
|
|
"stream-http": "^3.2.0",
|
|
"string_decoder": "^1.0.0",
|
|
"timers-browserify": "^2.0.4",
|
|
"tty-browserify": "0.0.1",
|
|
"url": "^0.11.4",
|
|
"util": "^0.12.4",
|
|
"vm-browserify": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/node-stdlib-browser/node_modules/buffer": {
|
|
"version": "5.7.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"node_modules/node-stdlib-browser/node_modules/pkg-dir": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/node-stdlib-browser/node_modules/punycode": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nodemailer": {
|
|
"version": "6.10.1",
|
|
"license": "MIT-0",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/nodemon": {
|
|
"version": "3.1.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chokidar": "^3.5.2",
|
|
"debug": "^4",
|
|
"ignore-by-default": "^1.0.1",
|
|
"minimatch": "^3.1.2",
|
|
"pstree.remy": "^1.1.8",
|
|
"semver": "^7.5.3",
|
|
"simple-update-notifier": "^2.0.0",
|
|
"supports-color": "^5.5.0",
|
|
"touch": "^3.1.0",
|
|
"undefsafe": "^2.0.5"
|
|
},
|
|
"bin": {
|
|
"nodemon": "bin/nodemon.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nodemon"
|
|
}
|
|
},
|
|
"node_modules/nodemon/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/nodemon/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/nodemon/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^2.1.4",
|
|
"resolve": "^1.10.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
},
|
|
"node_modules/normalize-package-data/node_modules/semver": {
|
|
"version": "5.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/normalize-path": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/normalize-range": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/normalize-url": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nth-check": {
|
|
"version": "2.1.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/nwsapi": {
|
|
"version": "2.2.20",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/oauth": {
|
|
"version": "0.10.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/oauth4webapi": {
|
|
"version": "3.6.0",
|
|
"resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.6.0.tgz",
|
|
"integrity": "sha512-OwXPTXjKPOldTpAa19oksrX9TYHA0rt+VcUFTkJ7QKwgmevPpNm9Cn5vFZUtIo96FiU6AfPuUUGzoXqgOzibWg==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/panva"
|
|
}
|
|
},
|
|
"node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-hash": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/object-inspect": {
|
|
"version": "1.13.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object-is": {
|
|
"version": "1.1.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object-keys": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.assign": {
|
|
"version": "4.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.3",
|
|
"define-properties": "^1.2.1",
|
|
"es-object-atoms": "^1.0.0",
|
|
"has-symbols": "^1.1.0",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.entries": {
|
|
"version": "1.1.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.4",
|
|
"define-properties": "^1.2.1",
|
|
"es-object-atoms": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.fromentries": {
|
|
"version": "2.0.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.2",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.groupby": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.values": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.3",
|
|
"define-properties": "^1.2.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/ollama": {
|
|
"version": "0.5.16",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-fetch": "^3.6.20"
|
|
}
|
|
},
|
|
"node_modules/on-finished": {
|
|
"version": "2.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ee-first": "1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/once": {
|
|
"version": "1.4.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/one-time": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fn.name": "1.x.x"
|
|
}
|
|
},
|
|
"node_modules/onetime": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/open": {
|
|
"version": "10.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"default-browser": "^5.2.1",
|
|
"define-lazy-prop": "^3.0.0",
|
|
"is-inside-container": "^1.0.0",
|
|
"wsl-utils": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/openai": {
|
|
"version": "4.104.0",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@types/node-fetch": "^2.6.4",
|
|
"abort-controller": "^3.0.0",
|
|
"agentkeepalive": "^4.2.1",
|
|
"form-data-encoder": "1.7.2",
|
|
"formdata-node": "^4.3.2",
|
|
"node-fetch": "^2.6.7"
|
|
},
|
|
"bin": {
|
|
"openai": "bin/cli"
|
|
},
|
|
"peerDependencies": {
|
|
"ws": "^8.18.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ws": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/openai-chat-tokens": {
|
|
"version": "0.2.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-tiktoken": "^1.0.7"
|
|
}
|
|
},
|
|
"node_modules/openai/node_modules/@types/node": {
|
|
"version": "18.19.14",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.14.tgz",
|
|
"integrity": "sha512-EnQ4Us2rmOS64nHDWr0XqAD8DsO6f3XR6lf9UIIrZQpUzPVdN/oPuEzfDWNHSyXLvoGgjuEm/sPwFGSSs35Wtg==",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"node_modules/openai/node_modules/undici-types": {
|
|
"version": "5.26.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/openapi-types": {
|
|
"version": "12.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/openid-client": {
|
|
"version": "6.6.2",
|
|
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.6.2.tgz",
|
|
"integrity": "sha512-Xya5TNMnnZuTM6DbHdB4q0S3ig2NTAELnii/ASie1xDEr8iiB8zZbO871OWBdrw++sd3hW6bqWjgcmSy1RTWHA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jose": "^6.0.11",
|
|
"oauth4webapi": "^3.5.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/panva"
|
|
}
|
|
},
|
|
"node_modules/openid-client/node_modules/jose": {
|
|
"version": "6.0.12",
|
|
"resolved": "https://registry.npmjs.org/jose/-/jose-6.0.12.tgz",
|
|
"integrity": "sha512-T8xypXs8CpmiIi78k0E+Lk7T2zlK4zDyg+o1CZ4AkOHgDg98ogdP2BeZ61lTFKFyoEwJ9RgAgN+SdM3iPgNonQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/panva"
|
|
}
|
|
},
|
|
"node_modules/optionator": {
|
|
"version": "0.9.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deep-is": "^0.1.3",
|
|
"fast-levenshtein": "^2.0.6",
|
|
"levn": "^0.4.1",
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "^0.4.0",
|
|
"word-wrap": "^1.2.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/os-browserify": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/outvariant": {
|
|
"version": "1.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/own-keys": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.2.6",
|
|
"object-keys": "^1.1.1",
|
|
"safe-push-apply": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/p-finally": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-limit": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-locate": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-queue": {
|
|
"version": "6.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eventemitter3": "^4.0.4",
|
|
"p-timeout": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-queue/node_modules/eventemitter3": {
|
|
"version": "4.0.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/p-retry": {
|
|
"version": "4.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/retry": "0.12.0",
|
|
"retry": "^0.13.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-timeout": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-finally": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-try": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/package-json-from-dist": {
|
|
"version": "1.0.1",
|
|
"license": "BlueOak-1.0.0"
|
|
},
|
|
"node_modules/pako": {
|
|
"version": "1.0.11",
|
|
"dev": true,
|
|
"license": "(MIT AND Zlib)"
|
|
},
|
|
"node_modules/parent-module": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/parse-asn1": {
|
|
"version": "5.1.7",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"asn1.js": "^4.10.1",
|
|
"browserify-aes": "^1.2.0",
|
|
"evp_bytestokey": "^1.0.3",
|
|
"hash-base": "~3.0",
|
|
"pbkdf2": "^3.1.2",
|
|
"safe-buffer": "^5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/parse-entities": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"character-entities-legacy": "^3.0.0",
|
|
"character-reference-invalid": "^2.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"is-alphanumerical": "^2.0.0",
|
|
"is-decimal": "^2.0.0",
|
|
"is-hexadecimal": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/parse-entities/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/parse-json": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
},
|
|
"node_modules/parse5": {
|
|
"version": "7.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"entities": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parse5-htmlparser2-tree-adapter": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domhandler": "^5.0.3",
|
|
"parse5": "^7.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parse5-parser-stream": {
|
|
"version": "7.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parse5": "^7.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parse5/node_modules/entities": {
|
|
"version": "6.0.1",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parseurl": {
|
|
"version": "1.3.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/passport": {
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"passport-strategy": "1.x.x",
|
|
"pause": "0.0.1",
|
|
"utils-merge": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jaredhanson"
|
|
}
|
|
},
|
|
"node_modules/passport-apple": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonwebtoken": "^9.0.0",
|
|
"passport-oauth2": "^1.6.1"
|
|
}
|
|
},
|
|
"node_modules/passport-discord": {
|
|
"version": "0.1.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"passport-oauth2": "^1.5.0"
|
|
}
|
|
},
|
|
"node_modules/passport-facebook": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"passport-oauth2": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/passport-github2": {
|
|
"version": "0.1.12",
|
|
"dependencies": {
|
|
"passport-oauth2": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/passport-google-oauth20": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"passport-oauth2": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/passport-jwt": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonwebtoken": "^9.0.0",
|
|
"passport-strategy": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/passport-ldapauth": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ldapauth-fork": "^5.0.1",
|
|
"passport-strategy": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/passport-local": {
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"passport-strategy": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/passport-oauth2": {
|
|
"version": "1.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64url": "3.x.x",
|
|
"oauth": "0.10.x",
|
|
"passport-strategy": "1.x.x",
|
|
"uid2": "0.0.x",
|
|
"utils-merge": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jaredhanson"
|
|
}
|
|
},
|
|
"node_modules/passport-strategy": {
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/path-browserify": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/path-key": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/path-parse": {
|
|
"version": "1.0.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-scurry": {
|
|
"version": "1.11.1",
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"lru-cache": "^10.2.0",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
"version": "10.4.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/path-to-regexp": {
|
|
"version": "8.2.0",
|
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
|
|
"integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/path-type": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pause": {
|
|
"version": "0.0.1"
|
|
},
|
|
"node_modules/pbkdf2": {
|
|
"version": "3.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"create-hash": "~1.1.3",
|
|
"create-hmac": "^1.1.7",
|
|
"ripemd160": "=2.0.1",
|
|
"safe-buffer": "^5.2.1",
|
|
"sha.js": "^2.4.11",
|
|
"to-buffer": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/pbkdf2/node_modules/create-hash": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cipher-base": "^1.0.1",
|
|
"inherits": "^2.0.1",
|
|
"ripemd160": "^2.0.0",
|
|
"sha.js": "^2.4.0"
|
|
}
|
|
},
|
|
"node_modules/pbkdf2/node_modules/hash-base": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/pbkdf2/node_modules/ripemd160": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hash-base": "^2.0.0",
|
|
"inherits": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/peek-readable": {
|
|
"version": "5.4.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/pend": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
|
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/pidtree": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"pidtree": "bin/pidtree.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/pify": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/pirates": {
|
|
"version": "4.0.7",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/pkce-challenge": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.20.0"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir/node_modules/find-up": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/playwright": {
|
|
"version": "1.54.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"playwright-core": "1.54.1"
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "2.3.2"
|
|
}
|
|
},
|
|
"node_modules/playwright-core": {
|
|
"version": "1.54.1",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"playwright-core": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/possible-typed-array-names": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/postcss": {
|
|
"version": "8.5.6",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nanoid": "^3.3.11",
|
|
"picocolors": "^1.1.1",
|
|
"source-map-js": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/postcss-attribute-case-insensitive": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.13"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-attribute-case-insensitive/node_modules/postcss-selector-parser": {
|
|
"version": "6.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-calc": {
|
|
"version": "8.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.9",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.2"
|
|
}
|
|
},
|
|
"node_modules/postcss-clamp": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4.6"
|
|
}
|
|
},
|
|
"node_modules/postcss-color-functional-notation": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-color-hex-alpha": {
|
|
"version": "9.0.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/utilities": "^1.0.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-color-rebeccapurple": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-colormin": {
|
|
"version": "5.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.21.4",
|
|
"caniuse-api": "^3.0.0",
|
|
"colord": "^2.9.1",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-convert-values": {
|
|
"version": "5.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.21.4",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-custom-media": {
|
|
"version": "9.1.5",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/cascade-layer-name-parser": "^1.0.2",
|
|
"@csstools/css-parser-algorithms": "^2.2.0",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/media-query-list-parser": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-custom-properties": {
|
|
"version": "13.3.12",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/cascade-layer-name-parser": "^1.0.13",
|
|
"@csstools/css-parser-algorithms": "^2.7.1",
|
|
"@csstools/css-tokenizer": "^2.4.1",
|
|
"@csstools/utilities": "^1.0.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-custom-selectors": {
|
|
"version": "7.1.12",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/cascade-layer-name-parser": "^1.0.13",
|
|
"@csstools/css-parser-algorithms": "^2.7.1",
|
|
"@csstools/css-tokenizer": "^2.4.1",
|
|
"postcss-selector-parser": "^6.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-custom-selectors/node_modules/postcss-selector-parser": {
|
|
"version": "6.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-dir-pseudo-class": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-comments": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-duplicates": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-empty": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-overridden": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-double-position-gradients": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-focus-visible": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-focus-within": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-font-variant": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-gap-properties": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-image-set-function": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-import": {
|
|
"version": "15.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.0.0",
|
|
"read-cache": "^1.0.0",
|
|
"resolve": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-initial": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-js": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camelcase-css": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12 || ^14 || >= 16"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4.21"
|
|
}
|
|
},
|
|
"node_modules/postcss-lab-function": {
|
|
"version": "5.2.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-load-config": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lilconfig": "^2.0.5",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": ">=8.0.9",
|
|
"ts-node": ">=9.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"postcss": {
|
|
"optional": true
|
|
},
|
|
"ts-node": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/postcss-load-config/node_modules/lilconfig": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/postcss-load-config/node_modules/yaml": {
|
|
"version": "1.10.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/postcss-loader": {
|
|
"version": "7.3.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cosmiconfig": "^8.3.5",
|
|
"jiti": "^1.20.0",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.15.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^7.0.0 || ^8.0.1",
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-loader/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/postcss-logical": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-merge-longhand": {
|
|
"version": "5.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0",
|
|
"stylehacks": "^5.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-merge-rules": {
|
|
"version": "5.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.21.4",
|
|
"caniuse-api": "^3.0.0",
|
|
"cssnano-utils": "^3.1.0",
|
|
"postcss-selector-parser": "^6.0.5"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-font-values": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-gradients": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"colord": "^2.9.1",
|
|
"cssnano-utils": "^3.1.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-params": {
|
|
"version": "5.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.21.4",
|
|
"cssnano-utils": "^3.1.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-selectors": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.5"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules": {
|
|
"version": "4.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"generic-names": "^4.0.0",
|
|
"icss-replace-symbols": "^1.1.0",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
"postcss-modules-local-by-default": "^4.0.0",
|
|
"postcss-modules-scope": "^3.0.0",
|
|
"postcss-modules-values": "^4.0.0",
|
|
"string-hash": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-extract-imports": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-local-by-default": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"icss-utils": "^5.0.0",
|
|
"postcss-selector-parser": "^7.0.0",
|
|
"postcss-value-parser": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-scope": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-values": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"icss-utils": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-nested": {
|
|
"version": "6.2.0",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.14"
|
|
}
|
|
},
|
|
"node_modules/postcss-nested/node_modules/postcss-selector-parser": {
|
|
"version": "6.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-nesting": {
|
|
"version": "11.3.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/selector-specificity": "^2.0.0",
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-charset": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-display-values": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-positions": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-repeat-style": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-string": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-timing-functions": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-unicode": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.21.4",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-url": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"normalize-url": "^6.0.1",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-whitespace": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-opacity-percentage": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "kofi",
|
|
"url": "https://ko-fi.com/mrcgrtz"
|
|
},
|
|
{
|
|
"type": "liberapay",
|
|
"url": "https://liberapay.com/mrcgrtz"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2"
|
|
}
|
|
},
|
|
"node_modules/postcss-ordered-values": {
|
|
"version": "5.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssnano-utils": "^3.1.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-overflow-shorthand": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-page-break": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"postcss": "^8"
|
|
}
|
|
},
|
|
"node_modules/postcss-place": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-preset-env": {
|
|
"version": "8.5.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/postcss-cascade-layers": "^3.0.1",
|
|
"@csstools/postcss-color-function": "^2.2.3",
|
|
"@csstools/postcss-color-mix-function": "^1.0.3",
|
|
"@csstools/postcss-font-format-keywords": "^2.0.2",
|
|
"@csstools/postcss-gradients-interpolation-method": "^3.0.6",
|
|
"@csstools/postcss-hwb-function": "^2.2.2",
|
|
"@csstools/postcss-ic-unit": "^2.0.4",
|
|
"@csstools/postcss-is-pseudo-class": "^3.2.1",
|
|
"@csstools/postcss-logical-float-and-clear": "^1.0.1",
|
|
"@csstools/postcss-logical-resize": "^1.0.1",
|
|
"@csstools/postcss-logical-viewport-units": "^1.0.3",
|
|
"@csstools/postcss-media-minmax": "^1.0.4",
|
|
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^1.0.4",
|
|
"@csstools/postcss-nested-calc": "^2.0.2",
|
|
"@csstools/postcss-normalize-display-values": "^2.0.1",
|
|
"@csstools/postcss-oklab-function": "^2.2.3",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0",
|
|
"@csstools/postcss-relative-color-syntax": "^1.0.2",
|
|
"@csstools/postcss-scope-pseudo-class": "^2.0.2",
|
|
"@csstools/postcss-stepped-value-functions": "^2.1.1",
|
|
"@csstools/postcss-text-decoration-shorthand": "^2.2.4",
|
|
"@csstools/postcss-trigonometric-functions": "^2.1.1",
|
|
"@csstools/postcss-unset-value": "^2.0.1",
|
|
"autoprefixer": "^10.4.14",
|
|
"browserslist": "^4.21.9",
|
|
"css-blank-pseudo": "^5.0.2",
|
|
"css-has-pseudo": "^5.0.2",
|
|
"css-prefers-color-scheme": "^8.0.2",
|
|
"cssdb": "^7.6.0",
|
|
"postcss-attribute-case-insensitive": "^6.0.2",
|
|
"postcss-clamp": "^4.1.0",
|
|
"postcss-color-functional-notation": "^5.1.0",
|
|
"postcss-color-hex-alpha": "^9.0.2",
|
|
"postcss-color-rebeccapurple": "^8.0.2",
|
|
"postcss-custom-media": "^9.1.5",
|
|
"postcss-custom-properties": "^13.2.0",
|
|
"postcss-custom-selectors": "^7.1.3",
|
|
"postcss-dir-pseudo-class": "^7.0.2",
|
|
"postcss-double-position-gradients": "^4.0.4",
|
|
"postcss-focus-visible": "^8.0.2",
|
|
"postcss-focus-within": "^7.0.2",
|
|
"postcss-font-variant": "^5.0.0",
|
|
"postcss-gap-properties": "^4.0.1",
|
|
"postcss-image-set-function": "^5.0.2",
|
|
"postcss-initial": "^4.0.1",
|
|
"postcss-lab-function": "^5.2.3",
|
|
"postcss-logical": "^6.2.0",
|
|
"postcss-nesting": "^11.3.0",
|
|
"postcss-opacity-percentage": "^2.0.0",
|
|
"postcss-overflow-shorthand": "^4.0.1",
|
|
"postcss-page-break": "^3.0.4",
|
|
"postcss-place": "^8.0.1",
|
|
"postcss-pseudo-class-any-link": "^8.0.2",
|
|
"postcss-replace-overflow-wrap": "^4.0.0",
|
|
"postcss-selector-not": "^7.0.1",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-pseudo-class-any-link": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-reduce-initial": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.21.4",
|
|
"caniuse-api": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-reduce-transforms": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-replace-overflow-wrap": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.3"
|
|
}
|
|
},
|
|
"node_modules/postcss-selector-not": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.13"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-selector-not/node_modules/postcss-selector-parser": {
|
|
"version": "6.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-selector-parser": {
|
|
"version": "6.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-svgo": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0",
|
|
"svgo": "^2.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-unique-selectors": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.5"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/postcss-value-parser": {
|
|
"version": "4.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/precond": {
|
|
"version": "0.2.3",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/prelude-ls": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "3.6.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"prettier": "bin/prettier.cjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint": {
|
|
"version": "16.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"common-tags": "^1.8.2",
|
|
"dlv": "^1.1.3",
|
|
"eslint": "^8.57.1",
|
|
"indent-string": "^4.0.0",
|
|
"lodash.merge": "^4.6.2",
|
|
"loglevel-colored-level-prefix": "^1.0.0",
|
|
"prettier": "^3.5.3",
|
|
"pretty-format": "^29.7.0",
|
|
"require-relative": "^0.8.7",
|
|
"tslib": "^2.8.1",
|
|
"vue-eslint-parser": "^9.4.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.10.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/prettier-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"prettier-plugin-svelte": "^3.0.0",
|
|
"svelte-eslint-parser": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"prettier-plugin-svelte": {
|
|
"optional": true
|
|
},
|
|
"svelte-eslint-parser": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/@eslint/eslintrc": {
|
|
"version": "2.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.3.2",
|
|
"espree": "^9.6.0",
|
|
"globals": "^13.19.0",
|
|
"ignore": "^5.2.0",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"minimatch": "^3.1.2",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/@eslint/js": {
|
|
"version": "8.57.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/@typescript-eslint/parser": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "6.21.0",
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.0.0 || ^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/@typescript-eslint/types": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.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"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/brace-expansion": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/doctrine": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/eslint": {
|
|
"version": "8.57.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.6.1",
|
|
"@eslint/eslintrc": "^2.1.4",
|
|
"@eslint/js": "8.57.1",
|
|
"@humanwhocodes/config-array": "^0.13.0",
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
"@ungap/structured-clone": "^1.2.0",
|
|
"ajv": "^6.12.4",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.2",
|
|
"debug": "^4.3.2",
|
|
"doctrine": "^3.0.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"eslint-scope": "^7.2.2",
|
|
"eslint-visitor-keys": "^3.4.3",
|
|
"espree": "^9.6.1",
|
|
"esquery": "^1.4.2",
|
|
"esutils": "^2.0.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-entry-cache": "^6.0.1",
|
|
"find-up": "^5.0.0",
|
|
"glob-parent": "^6.0.2",
|
|
"globals": "^13.19.0",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"is-path-inside": "^3.0.3",
|
|
"js-yaml": "^4.1.0",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"levn": "^0.4.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"minimatch": "^3.1.2",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"text-table": "^0.2.0"
|
|
},
|
|
"bin": {
|
|
"eslint": "bin/eslint.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/eslint-scope": {
|
|
"version": "7.2.2",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/espree": {
|
|
"version": "9.6.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"acorn": "^8.9.0",
|
|
"acorn-jsx": "^5.3.2",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flat-cache": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/flat-cache": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^3.2.9",
|
|
"keyv": "^4.5.3",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/globals": {
|
|
"version": "13.24.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/keyv": {
|
|
"version": "4.5.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-buffer": "3.0.1"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/ts-api-utils": {
|
|
"version": "1.4.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.2.0"
|
|
}
|
|
},
|
|
"node_modules/prettier-eslint/node_modules/type-fest": {
|
|
"version": "0.20.2",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/prettier-linter-helpers": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-diff": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/prettier-plugin-tailwindcss": {
|
|
"version": "0.6.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "*",
|
|
"@prettier/plugin-hermes": "*",
|
|
"@prettier/plugin-oxc": "*",
|
|
"@prettier/plugin-pug": "*",
|
|
"@shopify/prettier-plugin-liquid": "*",
|
|
"@trivago/prettier-plugin-sort-imports": "*",
|
|
"@zackad/prettier-plugin-twig": "*",
|
|
"prettier": "^3.0",
|
|
"prettier-plugin-astro": "*",
|
|
"prettier-plugin-css-order": "*",
|
|
"prettier-plugin-import-sort": "*",
|
|
"prettier-plugin-jsdoc": "*",
|
|
"prettier-plugin-marko": "*",
|
|
"prettier-plugin-multiline-arrays": "*",
|
|
"prettier-plugin-organize-attributes": "*",
|
|
"prettier-plugin-organize-imports": "*",
|
|
"prettier-plugin-sort-imports": "*",
|
|
"prettier-plugin-style-order": "*",
|
|
"prettier-plugin-svelte": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@ianvs/prettier-plugin-sort-imports": {
|
|
"optional": true
|
|
},
|
|
"@prettier/plugin-hermes": {
|
|
"optional": true
|
|
},
|
|
"@prettier/plugin-oxc": {
|
|
"optional": true
|
|
},
|
|
"@prettier/plugin-pug": {
|
|
"optional": true
|
|
},
|
|
"@shopify/prettier-plugin-liquid": {
|
|
"optional": true
|
|
},
|
|
"@trivago/prettier-plugin-sort-imports": {
|
|
"optional": true
|
|
},
|
|
"@zackad/prettier-plugin-twig": {
|
|
"optional": true
|
|
},
|
|
"prettier-plugin-astro": {
|
|
"optional": true
|
|
},
|
|
"prettier-plugin-css-order": {
|
|
"optional": true
|
|
},
|
|
"prettier-plugin-import-sort": {
|
|
"optional": true
|
|
},
|
|
"prettier-plugin-jsdoc": {
|
|
"optional": true
|
|
},
|
|
"prettier-plugin-marko": {
|
|
"optional": true
|
|
},
|
|
"prettier-plugin-multiline-arrays": {
|
|
"optional": true
|
|
},
|
|
"prettier-plugin-organize-attributes": {
|
|
"optional": true
|
|
},
|
|
"prettier-plugin-organize-imports": {
|
|
"optional": true
|
|
},
|
|
"prettier-plugin-sort-imports": {
|
|
"optional": true
|
|
},
|
|
"prettier-plugin-style-order": {
|
|
"optional": true
|
|
},
|
|
"prettier-plugin-svelte": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/pretty-bytes": {
|
|
"version": "6.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/pretty-format": {
|
|
"version": "27.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^17.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"devOptional": true,
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/process-nextick-args": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/promise.series": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/prompts": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kleur": "^3.0.3",
|
|
"sisteransi": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/prop-types": {
|
|
"version": "15.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.4.0",
|
|
"object-assign": "^4.1.1",
|
|
"react-is": "^16.13.1"
|
|
}
|
|
},
|
|
"node_modules/prop-types/node_modules/react-is": {
|
|
"version": "16.13.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/property-information": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/protobufjs": {
|
|
"version": "7.5.3",
|
|
"hasInstallScript": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@protobufjs/aspromise": "^1.1.2",
|
|
"@protobufjs/base64": "^1.1.2",
|
|
"@protobufjs/codegen": "^2.0.4",
|
|
"@protobufjs/eventemitter": "^1.1.0",
|
|
"@protobufjs/fetch": "^1.1.0",
|
|
"@protobufjs/float": "^1.0.2",
|
|
"@protobufjs/inquire": "^1.1.0",
|
|
"@protobufjs/path": "^1.1.2",
|
|
"@protobufjs/pool": "^1.1.0",
|
|
"@protobufjs/utf8": "^1.1.0",
|
|
"@types/node": ">=13.7.0",
|
|
"long": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/proxy-addr": {
|
|
"version": "2.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"forwarded": "0.2.0",
|
|
"ipaddr.js": "1.9.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/proxy-from-env": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pseudomap": {
|
|
"version": "1.0.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/psl": {
|
|
"version": "1.15.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^2.3.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/lupomontero"
|
|
}
|
|
},
|
|
"node_modules/pstree.remy": {
|
|
"version": "1.1.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/public-encrypt": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.1.0",
|
|
"browserify-rsa": "^4.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"parse-asn1": "^5.0.0",
|
|
"randombytes": "^2.0.1",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pure-rand": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/dubzzz"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fast-check"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/qrcode.react": {
|
|
"version": "4.2.0",
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/qs": {
|
|
"version": "6.13.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/querystring-es3": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=0.4.x"
|
|
}
|
|
},
|
|
"node_modules/querystringify": {
|
|
"version": "2.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/queue-microtask": {
|
|
"version": "1.2.3",
|
|
"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/random-bytes": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/randombytes": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/randomfill": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"randombytes": "^2.0.5",
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/range-parser": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/rate-limit-redis": {
|
|
"version": "4.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"peerDependencies": {
|
|
"express-rate-limit": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/raw-body": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.6.3",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/rc-input-number": {
|
|
"version": "7.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.10.1",
|
|
"@rc-component/mini-decimal": "^1.0.1",
|
|
"classnames": "^2.2.5",
|
|
"rc-util": "^5.28.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.9.0",
|
|
"react-dom": ">=16.9.0"
|
|
}
|
|
},
|
|
"node_modules/rc-util": {
|
|
"version": "5.44.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.3",
|
|
"react-is": "^18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.9.0",
|
|
"react-dom": ">=16.9.0"
|
|
}
|
|
},
|
|
"node_modules/rc-util/node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react": {
|
|
"version": "18.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-avatar-editor": {
|
|
"version": "13.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
"@babel/runtime": "^7.12.5",
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^0.14.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^0.14.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/react-devtools-inline": {
|
|
"version": "4.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-symbol": "^3"
|
|
}
|
|
},
|
|
"node_modules/react-dnd": {
|
|
"version": "16.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-dnd/invariant": "^4.0.1",
|
|
"@react-dnd/shallowequal": "^4.0.1",
|
|
"dnd-core": "^16.0.1",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"hoist-non-react-statics": "^3.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/hoist-non-react-statics": ">= 3.3.1",
|
|
"@types/node": ">= 12",
|
|
"@types/react": ">= 16",
|
|
"react": ">= 16.14"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/hoist-non-react-statics": {
|
|
"optional": true
|
|
},
|
|
"@types/node": {
|
|
"optional": true
|
|
},
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/react-dnd-html5-backend": {
|
|
"version": "16.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dnd-core": "^16.0.1"
|
|
}
|
|
},
|
|
"node_modules/react-dom": {
|
|
"version": "18.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0",
|
|
"scheduler": "^0.23.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.3.1"
|
|
}
|
|
},
|
|
"node_modules/react-flip-toolkit": {
|
|
"version": "7.2.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flip-toolkit": "7.2.4",
|
|
"prop-types": "^15.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">= 16.x",
|
|
"react-dom": ">= 16.x"
|
|
}
|
|
},
|
|
"node_modules/react-gtm-module": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-hook-form": {
|
|
"version": "7.60.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/react-hook-form"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17 || ^18 || ^19"
|
|
}
|
|
},
|
|
"node_modules/react-i18next": {
|
|
"version": "15.6.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.27.6",
|
|
"html-parse-stringify": "^3.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"i18next": ">= 23.2.3",
|
|
"react": ">= 16.8.0",
|
|
"typescript": "^5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-dom": {
|
|
"optional": true
|
|
},
|
|
"react-native": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/react-is": {
|
|
"version": "17.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-lazy-load-image-component": {
|
|
"version": "1.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.throttle": "^4.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^15.x.x || ^16.x.x || ^17.x.x || ^18.x.x || ^19.x.x"
|
|
}
|
|
},
|
|
"node_modules/react-lifecycles-compat": {
|
|
"version": "3.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-markdown": {
|
|
"version": "9.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"hast-util-to-jsx-runtime": "^2.0.0",
|
|
"html-url-attributes": "^3.0.0",
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.0.0",
|
|
"unified": "^11.0.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
"vfile": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": ">=18",
|
|
"react": ">=18"
|
|
}
|
|
},
|
|
"node_modules/react-refresh": {
|
|
"version": "0.17.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-remove-scroll": {
|
|
"version": "2.7.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"react-remove-scroll-bar": "^2.3.7",
|
|
"react-style-singleton": "^2.2.3",
|
|
"tslib": "^2.1.0",
|
|
"use-callback-ref": "^1.3.3",
|
|
"use-sidecar": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/react-remove-scroll-bar": {
|
|
"version": "2.3.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"react-style-singleton": "^2.2.2",
|
|
"tslib": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/react-resizable-panels": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
}
|
|
},
|
|
"node_modules/react-router": {
|
|
"version": "6.30.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@remix-run/router": "1.23.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8"
|
|
}
|
|
},
|
|
"node_modules/react-router-dom": {
|
|
"version": "6.30.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@remix-run/router": "1.23.0",
|
|
"react-router": "6.30.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8",
|
|
"react-dom": ">=16.8"
|
|
}
|
|
},
|
|
"node_modules/react-speech-recognition": {
|
|
"version": "3.10.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0"
|
|
}
|
|
},
|
|
"node_modules/react-style-singleton": {
|
|
"version": "2.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-nonce": "^1.0.0",
|
|
"tslib": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/react-textarea-autosize": {
|
|
"version": "8.5.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.13",
|
|
"use-composed-ref": "^1.3.0",
|
|
"use-latest": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/react-transition-group": {
|
|
"version": "4.4.5",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"dom-helpers": "^5.0.1",
|
|
"loose-envify": "^1.4.0",
|
|
"prop-types": "^15.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.6.0",
|
|
"react-dom": ">=16.6.0"
|
|
}
|
|
},
|
|
"node_modules/react-virtualized": {
|
|
"version": "9.22.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.7.2",
|
|
"clsx": "^1.0.4",
|
|
"dom-helpers": "^5.1.3",
|
|
"loose-envify": "^1.4.0",
|
|
"prop-types": "^15.7.2",
|
|
"react-lifecycles-compat": "^3.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-cache": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^2.3.0"
|
|
}
|
|
},
|
|
"node_modules/read-pkg": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/type-fest": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/readable-web-to-node-stream": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^4.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/readable-web-to-node-stream/node_modules/readable-stream": {
|
|
"version": "4.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10",
|
|
"string_decoder": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/readdirp": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picomatch": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
}
|
|
},
|
|
"node_modules/readdirp/node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/recoil": {
|
|
"version": "0.7.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hamt_plus": "1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.13.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-dom": {
|
|
"optional": true
|
|
},
|
|
"react-native": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/redent": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"indent-string": "^4.0.0",
|
|
"strip-indent": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/redis": {
|
|
"version": "5.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@redis/bloom": "5.6.0",
|
|
"@redis/client": "5.6.0",
|
|
"@redis/json": "5.6.0",
|
|
"@redis/search": "5.6.0",
|
|
"@redis/time-series": "5.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/redis-errors": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/redis-parser": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"redis-errors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/redis/node_modules/@redis/bloom": {
|
|
"version": "5.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@redis/client": "^5.6.0"
|
|
}
|
|
},
|
|
"node_modules/redis/node_modules/@redis/client": {
|
|
"version": "5.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"cluster-key-slot": "1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/redis/node_modules/@redis/json": {
|
|
"version": "5.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@redis/client": "^5.6.0"
|
|
}
|
|
},
|
|
"node_modules/redis/node_modules/@redis/search": {
|
|
"version": "5.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@redis/client": "^5.6.0"
|
|
}
|
|
},
|
|
"node_modules/redis/node_modules/@redis/time-series": {
|
|
"version": "5.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@redis/client": "^5.6.0"
|
|
}
|
|
},
|
|
"node_modules/redux": {
|
|
"version": "4.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.9.2"
|
|
}
|
|
},
|
|
"node_modules/reflect.getprototypeof": {
|
|
"version": "1.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.9",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.0.0",
|
|
"get-intrinsic": "^1.2.7",
|
|
"get-proto": "^1.0.1",
|
|
"which-builtin-type": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/regenerate": {
|
|
"version": "1.4.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regenerate-unicode-properties": {
|
|
"version": "10.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerate": "^1.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/regenerator-runtime": {
|
|
"version": "0.14.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regexp.prototype.flags": {
|
|
"version": "1.5.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"define-properties": "^1.2.1",
|
|
"es-errors": "^1.3.0",
|
|
"get-proto": "^1.0.1",
|
|
"gopd": "^1.2.0",
|
|
"set-function-name": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/regexpu-core": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerate": "^1.4.2",
|
|
"regenerate-unicode-properties": "^10.2.0",
|
|
"regjsgen": "^0.8.0",
|
|
"regjsparser": "^0.12.0",
|
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|
"unicode-match-property-value-ecmascript": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/regjsgen": {
|
|
"version": "0.8.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regjsparser": {
|
|
"version": "0.12.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"jsesc": "~3.0.2"
|
|
},
|
|
"bin": {
|
|
"regjsparser": "bin/parser"
|
|
}
|
|
},
|
|
"node_modules/regjsparser/node_modules/jsesc": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/rehype-highlight": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^2.0.0",
|
|
"hast-util-to-text": "^3.0.0",
|
|
"lowlight": "^2.0.0",
|
|
"unified": "^10.0.0",
|
|
"unist-util-visit": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-highlight/node_modules/@types/hast": {
|
|
"version": "2.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2"
|
|
}
|
|
},
|
|
"node_modules/rehype-highlight/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rehype-highlight/node_modules/unified": {
|
|
"version": "10.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"bail": "^2.0.0",
|
|
"extend": "^3.0.0",
|
|
"is-buffer": "^2.0.0",
|
|
"is-plain-obj": "^4.0.0",
|
|
"trough": "^2.0.0",
|
|
"vfile": "^5.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-highlight/node_modules/unist-util-is": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-highlight/node_modules/unist-util-stringify-position": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-highlight/node_modules/unist-util-visit": {
|
|
"version": "4.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-is": "^5.0.0",
|
|
"unist-util-visit-parents": "^5.1.1"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-highlight/node_modules/unist-util-visit-parents": {
|
|
"version": "5.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-is": "^5.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-highlight/node_modules/vfile": {
|
|
"version": "5.3.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"is-buffer": "^2.0.0",
|
|
"unist-util-stringify-position": "^3.0.0",
|
|
"vfile-message": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-highlight/node_modules/vfile-message": {
|
|
"version": "3.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-stringify-position": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-katex": {
|
|
"version": "6.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^2.0.0",
|
|
"@types/katex": "^0.14.0",
|
|
"hast-util-from-html-isomorphic": "^1.0.0",
|
|
"hast-util-to-text": "^3.1.0",
|
|
"katex": "^0.16.0",
|
|
"unist-util-visit": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-katex/node_modules/@types/hast": {
|
|
"version": "2.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2"
|
|
}
|
|
},
|
|
"node_modules/rehype-katex/node_modules/@types/katex": {
|
|
"version": "0.14.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rehype-katex/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rehype-katex/node_modules/unist-util-is": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-katex/node_modules/unist-util-visit": {
|
|
"version": "4.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-is": "^5.0.0",
|
|
"unist-util-visit-parents": "^5.1.1"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-katex/node_modules/unist-util-visit-parents": {
|
|
"version": "5.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-is": "^5.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-directive": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-directive": "^3.0.0",
|
|
"micromark-extension-directive": "^3.0.0",
|
|
"unified": "^11.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-gfm": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-gfm": "^3.0.0",
|
|
"micromark-extension-gfm": "^3.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-stringify": "^11.0.0",
|
|
"unified": "^11.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-math": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-math": "^3.0.0",
|
|
"micromark-extension-math": "^3.0.0",
|
|
"unified": "^11.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-parse": {
|
|
"version": "11.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
},
|
|
"node_modules/remark-rehype": {
|
|
"version": "11.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-stringify": {
|
|
"version": "11.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
"unified": "^11.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-supersub": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"unist-util-visit": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/remark-supersub/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/remark-supersub/node_modules/unist-util-is": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-supersub/node_modules/unist-util-visit": {
|
|
"version": "4.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-is": "^5.0.0",
|
|
"unist-util-visit-parents": "^5.1.1"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-supersub/node_modules/unist-util-visit-parents": {
|
|
"version": "5.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-is": "^5.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rematrix": {
|
|
"version": "0.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/remove-accents": {
|
|
"version": "0.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-from-string": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-relative": {
|
|
"version": "0.8.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/requireindex": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.5"
|
|
}
|
|
},
|
|
"node_modules/requires-port": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/resolve": {
|
|
"version": "1.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.16.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/resolve-cwd": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/resolve-cwd/node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/resolve-from": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/resolve-pkg-maps": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/resolve.exports": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/restore-cursor": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^7.0.0",
|
|
"signal-exit": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/restore-cursor/node_modules/onetime": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-function": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/restore-cursor/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/retry": {
|
|
"version": "0.13.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/retry-axios": {
|
|
"version": "2.6.0",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10.7.0"
|
|
},
|
|
"peerDependencies": {
|
|
"axios": "*"
|
|
}
|
|
},
|
|
"node_modules/reusify": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">=1.0.0",
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/rfdc": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rimraf": {
|
|
"version": "5.0.10",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^10.3.7"
|
|
},
|
|
"bin": {
|
|
"rimraf": "dist/esm/bin.mjs"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/rimraf/node_modules/glob": {
|
|
"version": "10.4.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^3.1.2",
|
|
"minimatch": "^9.0.4",
|
|
"minipass": "^7.1.2",
|
|
"package-json-from-dist": "^1.0.0",
|
|
"path-scurry": "^1.11.1"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/esm/bin.mjs"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/rimraf/node_modules/minimatch": {
|
|
"version": "9.0.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/ripemd160": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hash-base": "^3.0.0",
|
|
"inherits": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/rollup": {
|
|
"version": "4.45.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "1.0.8"
|
|
},
|
|
"bin": {
|
|
"rollup": "dist/bin/rollup"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-android-arm-eabi": "4.45.1",
|
|
"@rollup/rollup-android-arm64": "4.45.1",
|
|
"@rollup/rollup-darwin-arm64": "4.45.1",
|
|
"@rollup/rollup-darwin-x64": "4.45.1",
|
|
"@rollup/rollup-freebsd-arm64": "4.45.1",
|
|
"@rollup/rollup-freebsd-x64": "4.45.1",
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.45.1",
|
|
"@rollup/rollup-linux-arm-musleabihf": "4.45.1",
|
|
"@rollup/rollup-linux-arm64-gnu": "4.45.1",
|
|
"@rollup/rollup-linux-arm64-musl": "4.45.1",
|
|
"@rollup/rollup-linux-loongarch64-gnu": "4.45.1",
|
|
"@rollup/rollup-linux-powerpc64le-gnu": "4.45.1",
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.45.1",
|
|
"@rollup/rollup-linux-riscv64-musl": "4.45.1",
|
|
"@rollup/rollup-linux-s390x-gnu": "4.45.1",
|
|
"@rollup/rollup-linux-x64-gnu": "4.45.1",
|
|
"@rollup/rollup-linux-x64-musl": "4.45.1",
|
|
"@rollup/rollup-win32-arm64-msvc": "4.45.1",
|
|
"@rollup/rollup-win32-ia32-msvc": "4.45.1",
|
|
"@rollup/rollup-win32-x64-msvc": "4.45.1",
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/rollup-plugin-generate-package-json": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"read-pkg": "^5.2.0",
|
|
"write-pkg": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": ">=1.0.0"
|
|
}
|
|
},
|
|
"node_modules/rollup-plugin-peer-deps-external": {
|
|
"version": "2.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"rollup": "*"
|
|
}
|
|
},
|
|
"node_modules/rollup-plugin-postcss": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"concat-with-sourcemaps": "^1.1.0",
|
|
"cssnano": "^5.0.1",
|
|
"import-cwd": "^3.0.0",
|
|
"p-queue": "^6.6.2",
|
|
"pify": "^5.0.0",
|
|
"postcss-load-config": "^3.0.0",
|
|
"postcss-modules": "^4.0.0",
|
|
"promise.series": "^0.2.0",
|
|
"resolve": "^1.19.0",
|
|
"rollup-pluginutils": "^2.8.2",
|
|
"safe-identifier": "^0.4.2",
|
|
"style-inject": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "8.x"
|
|
}
|
|
},
|
|
"node_modules/rollup-plugin-postcss/node_modules/pify": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/rollup-plugin-typescript2": {
|
|
"version": "0.35.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^4.1.2",
|
|
"find-cache-dir": "^3.3.2",
|
|
"fs-extra": "^10.0.0",
|
|
"semver": "^7.3.7",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": ">=1.26.3",
|
|
"typescript": ">=2.4.0"
|
|
}
|
|
},
|
|
"node_modules/rollup-plugin-typescript2/node_modules/@rollup/pluginutils": {
|
|
"version": "4.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"estree-walker": "^2.0.1",
|
|
"picomatch": "^2.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/rollup-plugin-typescript2/node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/rollup-plugin-typescript2/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/rollup-pluginutils": {
|
|
"version": "2.8.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"estree-walker": "^0.6.1"
|
|
}
|
|
},
|
|
"node_modules/rollup-pluginutils/node_modules/estree-walker": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/router": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.4.0",
|
|
"depd": "^2.0.0",
|
|
"is-promise": "^4.0.0",
|
|
"parseurl": "^1.3.3",
|
|
"path-to-regexp": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/router/node_modules/path-to-regexp": {
|
|
"version": "8.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/run-applescript": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/run-parallel": {
|
|
"version": "1.2.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/safe-array-concat": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.2",
|
|
"get-intrinsic": "^1.2.6",
|
|
"has-symbols": "^1.1.0",
|
|
"isarray": "^2.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/safe-identifier": {
|
|
"version": "0.4.2",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/safe-push-apply": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"isarray": "^2.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/safe-regex-test": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"es-errors": "^1.3.0",
|
|
"is-regex": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/safe-stable-stringify": {
|
|
"version": "2.5.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/sax": {
|
|
"version": "1.4.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/saxes": {
|
|
"version": "6.0.0",
|
|
"devOptional": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"xmlchars": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v12.22.7"
|
|
}
|
|
},
|
|
"node_modules/scheduler": {
|
|
"version": "0.23.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/schema-utils": {
|
|
"version": "4.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.9",
|
|
"ajv": "^8.9.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"ajv-keywords": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
}
|
|
},
|
|
"node_modules/schema-utils/node_modules/ajv": {
|
|
"version": "8.17.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-uri": "^3.0.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/schema-utils/node_modules/ajv-keywords": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "^8.8.2"
|
|
}
|
|
},
|
|
"node_modules/schema-utils/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/send": {
|
|
"version": "0.19.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"fresh": "0.5.2",
|
|
"http-errors": "2.0.0",
|
|
"mime": "1.6.0",
|
|
"ms": "2.1.3",
|
|
"on-finished": "2.4.1",
|
|
"range-parser": "~1.2.1",
|
|
"statuses": "2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/debug/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/send/node_modules/encodeurl": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/mime": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/serialize-javascript": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/serve-static": {
|
|
"version": "1.16.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encodeurl": "~2.0.0",
|
|
"escape-html": "~1.0.3",
|
|
"parseurl": "~1.3.3",
|
|
"send": "0.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/set-function-length": {
|
|
"version": "1.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.1.4",
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2",
|
|
"get-intrinsic": "^1.2.4",
|
|
"gopd": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/set-function-name": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.1.4",
|
|
"es-errors": "^1.3.0",
|
|
"functions-have-names": "^1.2.3",
|
|
"has-property-descriptors": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/set-proto": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dunder-proto": "^1.0.1",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/setimmediate": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/setprototypeof": {
|
|
"version": "1.2.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/sha.js": {
|
|
"version": "2.4.12",
|
|
"dev": true,
|
|
"license": "(MIT AND BSD-3-Clause)",
|
|
"dependencies": {
|
|
"inherits": "^2.0.4",
|
|
"safe-buffer": "^5.2.1",
|
|
"to-buffer": "^1.2.0"
|
|
},
|
|
"bin": {
|
|
"sha.js": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/side-channel": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"object-inspect": "^1.13.3",
|
|
"side-channel-list": "^1.0.0",
|
|
"side-channel-map": "^1.0.1",
|
|
"side-channel-weakmap": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/side-channel-list": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"object-inspect": "^1.13.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/side-channel-map": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.5",
|
|
"object-inspect": "^1.13.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/side-channel-weakmap": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.5",
|
|
"object-inspect": "^1.13.3",
|
|
"side-channel-map": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/sift": {
|
|
"version": "17.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/signal-exit": {
|
|
"version": "3.0.7",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/simple-swizzle": {
|
|
"version": "0.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.3.1"
|
|
}
|
|
},
|
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
"version": "0.3.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/simple-update-notifier": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/simple-update-notifier/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/simple-wcswidth": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/sisteransi": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/slash": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/slice-ansi": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.0.0",
|
|
"is-fullwidth-code-point": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/slice-ansi/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/smob": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/sort-keys": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-obj": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/sort-keys/node_modules/is-plain-obj": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.2.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-support": {
|
|
"version": "0.5.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/sourcemap-codec": {
|
|
"version": "1.4.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/space-separated-tokens": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/sparse-bitfield": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"memory-pager": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/spdx-correct": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-expression-parse": "^3.0.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/spdx-exceptions": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"license": "CC-BY-3.0"
|
|
},
|
|
"node_modules/spdx-expression-parse": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/spdx-license-ids": {
|
|
"version": "3.0.21",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/sse.js": {
|
|
"version": "2.6.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/stable": {
|
|
"version": "0.1.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stable-hash": {
|
|
"version": "0.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stack-trace": {
|
|
"version": "0.0.10",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/stack-utils": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/stack-utils/node_modules/escape-string-regexp": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/standard-as-callback": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/static-browser-server": {
|
|
"version": "1.0.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@open-draft/deferred-promise": "^2.1.0",
|
|
"dotenv": "^16.0.3",
|
|
"mime-db": "^1.52.0",
|
|
"outvariant": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/stop-iteration-iterator": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"internal-slot": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/stream-browserify": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "~2.0.4",
|
|
"readable-stream": "^3.5.0"
|
|
}
|
|
},
|
|
"node_modules/stream-http": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"builtin-status-codes": "^3.0.0",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.6.0",
|
|
"xtend": "^4.0.2"
|
|
}
|
|
},
|
|
"node_modules/streamsearch": {
|
|
"version": "1.1.0",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/streamx": {
|
|
"version": "2.22.1",
|
|
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.22.1.tgz",
|
|
"integrity": "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-fifo": "^1.3.2",
|
|
"text-decoder": "^1.1.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"bare-events": "^2.2.0"
|
|
}
|
|
},
|
|
"node_modules/strict-event-emitter": {
|
|
"version": "0.4.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/string-argv": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.19"
|
|
}
|
|
},
|
|
"node_modules/string-hash": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/string-length": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"char-regex": "^1.0.2",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/string-width": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^10.3.0",
|
|
"get-east-asian-width": "^1.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/string-width-cjs": {
|
|
"name": "string-width",
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string-width/node_modules/ansi-regex": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/string-width/node_modules/emoji-regex": {
|
|
"version": "10.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string-width/node_modules/strip-ansi": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.includes": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.matchall": {
|
|
"version": "4.0.12",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.3",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.6",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.0.0",
|
|
"get-intrinsic": "^1.2.6",
|
|
"gopd": "^1.2.0",
|
|
"has-symbols": "^1.1.0",
|
|
"internal-slot": "^1.1.0",
|
|
"regexp.prototype.flags": "^1.5.3",
|
|
"set-function-name": "^2.0.2",
|
|
"side-channel": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.repeat": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.17.5"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trim": {
|
|
"version": "1.2.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.2",
|
|
"define-data-property": "^1.1.4",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.5",
|
|
"es-object-atoms": "^1.0.0",
|
|
"has-property-descriptors": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimend": {
|
|
"version": "1.0.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.2",
|
|
"define-properties": "^1.2.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimstart": {
|
|
"version": "1.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/stringify-entities": {
|
|
"version": "4.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"character-entities-html4": "^2.0.0",
|
|
"character-entities-legacy": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/stringify-object": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"get-own-enumerable-property-symbols": "^3.0.0",
|
|
"is-obj": "^1.0.1",
|
|
"is-regexp": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi-cjs": {
|
|
"name": "strip-ansi",
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-bom": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-comments": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/strip-indent": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"min-indent": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-json-comments": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/strnum": {
|
|
"version": "1.1.2",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/strtok3": {
|
|
"version": "7.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"peek-readable": "^5.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/style-inject": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/style-mod": {
|
|
"version": "4.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/style-to-js": {
|
|
"version": "1.1.17",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"style-to-object": "1.0.9"
|
|
}
|
|
},
|
|
"node_modules/style-to-object": {
|
|
"version": "1.0.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inline-style-parser": "0.2.4"
|
|
}
|
|
},
|
|
"node_modules/stylehacks": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.21.4",
|
|
"postcss-selector-parser": "^6.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
},
|
|
"node_modules/sucrase": {
|
|
"version": "3.35.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
"commander": "^4.0.0",
|
|
"glob": "^10.3.10",
|
|
"lines-and-columns": "^1.1.6",
|
|
"mz": "^2.7.0",
|
|
"pirates": "^4.0.1",
|
|
"ts-interface-checker": "^0.1.9"
|
|
},
|
|
"bin": {
|
|
"sucrase": "bin/sucrase",
|
|
"sucrase-node": "bin/sucrase-node"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/sucrase/node_modules/brace-expansion": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/sucrase/node_modules/commander": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/sucrase/node_modules/glob": {
|
|
"version": "10.4.5",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^3.1.2",
|
|
"minimatch": "^9.0.4",
|
|
"minipass": "^7.1.2",
|
|
"package-json-from-dist": "^1.0.0",
|
|
"path-scurry": "^1.11.1"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/esm/bin.mjs"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/sucrase/node_modules/minimatch": {
|
|
"version": "9.0.5",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/superagent": {
|
|
"version": "10.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"component-emitter": "^1.3.1",
|
|
"cookiejar": "^2.1.4",
|
|
"debug": "^4.3.7",
|
|
"fast-safe-stringify": "^2.1.1",
|
|
"form-data": "^4.0.4",
|
|
"formidable": "^3.5.4",
|
|
"methods": "^1.1.2",
|
|
"mime": "2.6.0",
|
|
"qs": "^6.11.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
}
|
|
},
|
|
"node_modules/superagent/node_modules/mime": {
|
|
"version": "2.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/superjson": {
|
|
"version": "1.13.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"copy-anything": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/supertest": {
|
|
"version": "7.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"methods": "^1.1.2",
|
|
"superagent": "^10.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
}
|
|
},
|
|
"node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/supports-preserve-symlinks-flag": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/svgo": {
|
|
"version": "2.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@trysound/sax": "0.2.0",
|
|
"commander": "^7.2.0",
|
|
"css-select": "^4.1.3",
|
|
"css-tree": "^1.1.3",
|
|
"csso": "^4.2.0",
|
|
"picocolors": "^1.0.0",
|
|
"stable": "^0.1.8"
|
|
},
|
|
"bin": {
|
|
"svgo": "bin/svgo"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/commander": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/css-select": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-what": "^6.0.1",
|
|
"domhandler": "^4.3.1",
|
|
"domutils": "^2.8.0",
|
|
"nth-check": "^2.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/dom-serializer": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.0.1",
|
|
"domhandler": "^4.2.0",
|
|
"entities": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/domhandler": {
|
|
"version": "4.3.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"domelementtype": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/domutils": {
|
|
"version": "2.8.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dom-serializer": "^1.0.1",
|
|
"domelementtype": "^2.2.0",
|
|
"domhandler": "^4.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/entities": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/symbol-tree": {
|
|
"version": "3.2.4",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/synckit": {
|
|
"version": "0.11.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@pkgr/core": "^0.2.9"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/synckit"
|
|
}
|
|
},
|
|
"node_modules/tabbable": {
|
|
"version": "6.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tailwind-merge": {
|
|
"version": "1.14.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/dcastil"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss": {
|
|
"version": "3.4.17",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@alloc/quick-lru": "^5.2.0",
|
|
"arg": "^5.0.2",
|
|
"chokidar": "^3.6.0",
|
|
"didyoumean": "^1.2.2",
|
|
"dlv": "^1.1.3",
|
|
"fast-glob": "^3.3.2",
|
|
"glob-parent": "^6.0.2",
|
|
"is-glob": "^4.0.3",
|
|
"jiti": "^1.21.6",
|
|
"lilconfig": "^3.1.3",
|
|
"micromatch": "^4.0.8",
|
|
"normalize-path": "^3.0.0",
|
|
"object-hash": "^3.0.0",
|
|
"picocolors": "^1.1.1",
|
|
"postcss": "^8.4.47",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-js": "^4.0.1",
|
|
"postcss-load-config": "^4.0.2",
|
|
"postcss-nested": "^6.2.0",
|
|
"postcss-selector-parser": "^6.1.2",
|
|
"resolve": "^1.22.8",
|
|
"sucrase": "^3.35.0"
|
|
},
|
|
"bin": {
|
|
"tailwind": "lib/cli.js",
|
|
"tailwindcss": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss-animate": {
|
|
"version": "1.0.7",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"tailwindcss": ">=3.0.0 || insiders"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss-radix": {
|
|
"version": "2.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tailwindcss/node_modules/postcss-load-config": {
|
|
"version": "4.0.2",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lilconfig": "^3.0.0",
|
|
"yaml": "^2.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": ">=8.0.9",
|
|
"ts-node": ">=9.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"postcss": {
|
|
"optional": true
|
|
},
|
|
"ts-node": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/tailwindcss/node_modules/postcss-selector-parser": {
|
|
"version": "6.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/tapable": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tar-mini": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tar-stream": {
|
|
"version": "3.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"b4a": "^1.6.4",
|
|
"fast-fifo": "^1.2.0",
|
|
"streamx": "^2.15.0"
|
|
}
|
|
},
|
|
"node_modules/temp-dir": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/tempy": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-stream": "^2.0.0",
|
|
"temp-dir": "^2.0.0",
|
|
"type-fest": "^0.16.0",
|
|
"unique-string": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/tempy/node_modules/type-fest": {
|
|
"version": "0.16.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/terser": {
|
|
"version": "5.43.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@jridgewell/source-map": "^0.3.3",
|
|
"acorn": "^8.14.0",
|
|
"commander": "^2.20.0",
|
|
"source-map-support": "~0.5.20"
|
|
},
|
|
"bin": {
|
|
"terser": "bin/terser"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/terser-webpack-plugin": {
|
|
"version": "5.3.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
"jest-worker": "^27.4.5",
|
|
"schema-utils": "^4.3.0",
|
|
"serialize-javascript": "^6.0.2",
|
|
"terser": "^5.31.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@swc/core": {
|
|
"optional": true
|
|
},
|
|
"esbuild": {
|
|
"optional": true
|
|
},
|
|
"uglify-js": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/terser-webpack-plugin/node_modules/jest-worker": {
|
|
"version": "27.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"merge-stream": "^2.0.0",
|
|
"supports-color": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
}
|
|
},
|
|
"node_modules/terser-webpack-plugin/node_modules/supports-color": {
|
|
"version": "8.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/terser/node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/terser/node_modules/source-map-support": {
|
|
"version": "0.5.21",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/test-exclude": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"glob": "^7.1.4",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/test-exclude/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/text-decoder": {
|
|
"version": "1.2.3",
|
|
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
|
|
"integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"b4a": "^1.6.4"
|
|
}
|
|
},
|
|
"node_modules/text-hex": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/text-table": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/thenify": {
|
|
"version": "3.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-promise": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/thenify-all": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"thenify": ">= 3.1.0 < 4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/tiktoken": {
|
|
"version": "1.0.21",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/timers-browserify": {
|
|
"version": "2.0.12",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"setimmediate": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/tinyglobby": {
|
|
"version": "0.2.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fdir": "^6.4.4",
|
|
"picomatch": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
}
|
|
},
|
|
"node_modules/tmpl": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/to-buffer": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isarray": "^2.0.5",
|
|
"safe-buffer": "^5.2.1",
|
|
"typed-array-buffer": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/toggle-selection": {
|
|
"version": "1.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/toidentifier": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/token-types": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"ieee754": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/touch": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"nodetouch": "bin/nodetouch.js"
|
|
}
|
|
},
|
|
"node_modules/tough-cookie": {
|
|
"version": "4.1.4",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"psl": "^1.1.33",
|
|
"punycode": "^2.1.1",
|
|
"universalify": "^0.2.0",
|
|
"url-parse": "^1.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tough-cookie/node_modules/universalify": {
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/tr46": {
|
|
"version": "3.0.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/traverse": {
|
|
"version": "0.6.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gopd": "^1.2.0",
|
|
"typedarray.prototype.slice": "^1.0.5",
|
|
"which-typed-array": "^1.1.18"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/trim-lines": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/triple-beam": {
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14.0.0"
|
|
}
|
|
},
|
|
"node_modules/trough": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/ts-api-utils": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.12"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.8.4"
|
|
}
|
|
},
|
|
"node_modules/ts-error": {
|
|
"version": "1.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ts-interface-checker": {
|
|
"version": "0.1.13",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/ts-jest": {
|
|
"version": "29.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bs-logger": "^0.2.6",
|
|
"ejs": "^3.1.10",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"json5": "^2.2.3",
|
|
"lodash.memoize": "^4.1.2",
|
|
"make-error": "^1.3.6",
|
|
"semver": "^7.7.2",
|
|
"type-fest": "^4.41.0",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"bin": {
|
|
"ts-jest": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": ">=7.0.0-beta.0 <8",
|
|
"@jest/transform": "^29.0.0 || ^30.0.0",
|
|
"@jest/types": "^29.0.0 || ^30.0.0",
|
|
"babel-jest": "^29.0.0 || ^30.0.0",
|
|
"jest": "^29.0.0 || ^30.0.0",
|
|
"jest-util": "^29.0.0 || ^30.0.0",
|
|
"typescript": ">=4.3 <6"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@babel/core": {
|
|
"optional": true
|
|
},
|
|
"@jest/transform": {
|
|
"optional": true
|
|
},
|
|
"@jest/types": {
|
|
"optional": true
|
|
},
|
|
"babel-jest": {
|
|
"optional": true
|
|
},
|
|
"esbuild": {
|
|
"optional": true
|
|
},
|
|
"jest-util": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ts-jest/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/ts-jest/node_modules/type-fest": {
|
|
"version": "4.41.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ts-node": {
|
|
"version": "10.9.2",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
"@tsconfig/node10": "^1.0.7",
|
|
"@tsconfig/node12": "^1.0.7",
|
|
"@tsconfig/node14": "^1.0.0",
|
|
"@tsconfig/node16": "^1.0.2",
|
|
"acorn": "^8.4.1",
|
|
"acorn-walk": "^8.1.1",
|
|
"arg": "^4.1.0",
|
|
"create-require": "^1.1.0",
|
|
"diff": "^4.0.1",
|
|
"make-error": "^1.1.1",
|
|
"v8-compile-cache-lib": "^3.0.1",
|
|
"yn": "3.1.1"
|
|
},
|
|
"bin": {
|
|
"ts-node": "dist/bin.js",
|
|
"ts-node-cwd": "dist/bin-cwd.js",
|
|
"ts-node-esm": "dist/bin-esm.js",
|
|
"ts-node-script": "dist/bin-script.js",
|
|
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
"ts-script": "dist/bin-script-deprecated.js"
|
|
},
|
|
"peerDependencies": {
|
|
"@swc/core": ">=1.2.50",
|
|
"@swc/wasm": ">=1.2.50",
|
|
"@types/node": "*",
|
|
"typescript": ">=2.7"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@swc/core": {
|
|
"optional": true
|
|
},
|
|
"@swc/wasm": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ts-node/node_modules/arg": {
|
|
"version": "4.1.3",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ts-node/node_modules/diff": {
|
|
"version": "4.0.2",
|
|
"devOptional": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/tsconfig-paths": {
|
|
"version": "3.15.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json5": "^0.0.29",
|
|
"json5": "^1.0.2",
|
|
"minimist": "^1.2.6",
|
|
"strip-bom": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/tsconfig-paths/node_modules/json5": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
}
|
|
},
|
|
"node_modules/tsconfig-paths/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.8.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/tty-browserify": {
|
|
"version": "0.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/type": {
|
|
"version": "2.7.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/type-check": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/type-detect": {
|
|
"version": "4.0.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/type-fest": {
|
|
"version": "0.21.3",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/type-is": {
|
|
"version": "1.6.18",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"media-typer": "0.3.0",
|
|
"mime-types": "~2.1.24"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/typed-array-buffer": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3",
|
|
"es-errors": "^1.3.0",
|
|
"is-typed-array": "^1.1.14"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/typed-array-byte-length": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.2.0",
|
|
"has-proto": "^1.2.0",
|
|
"is-typed-array": "^1.1.14"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typed-array-byte-offset": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.7",
|
|
"call-bind": "^1.0.8",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.2.0",
|
|
"has-proto": "^1.2.0",
|
|
"is-typed-array": "^1.1.15",
|
|
"reflect.getprototypeof": "^1.0.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typed-array-length": {
|
|
"version": "1.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.0.1",
|
|
"is-typed-array": "^1.1.13",
|
|
"possible-typed-array-names": "^1.0.0",
|
|
"reflect.getprototypeof": "^1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typedarray": {
|
|
"version": "0.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typedarray.prototype.slice": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.8",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.9",
|
|
"es-errors": "^1.3.0",
|
|
"get-proto": "^1.0.1",
|
|
"math-intrinsics": "^1.1.0",
|
|
"typed-array-buffer": "^1.0.3",
|
|
"typed-array-byte-offset": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.8.3",
|
|
"devOptional": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/typescript-eslint": {
|
|
"version": "8.38.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "8.38.0",
|
|
"@typescript-eslint/parser": "8.38.0",
|
|
"@typescript-eslint/typescript-estree": "8.38.0",
|
|
"@typescript-eslint/utils": "8.38.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/ua-parser-js": {
|
|
"version": "1.0.40",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/ua-parser-js"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/faisalman"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/faisalman"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"ua-parser-js": "script/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/uglify-js": {
|
|
"version": "3.19.3",
|
|
"license": "BSD-2-Clause",
|
|
"optional": true,
|
|
"bin": {
|
|
"uglifyjs": "bin/uglifyjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/uid-safe": {
|
|
"version": "2.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"random-bytes": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/uid2": {
|
|
"version": "0.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unbox-primitive": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.3",
|
|
"has-bigints": "^1.0.2",
|
|
"has-symbols": "^1.1.0",
|
|
"which-boxed-primitive": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/undefsafe": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/undici": {
|
|
"version": "7.12.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.1"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "6.21.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-match-property-ecmascript": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"unicode-canonical-property-names-ecmascript": "^2.0.0",
|
|
"unicode-property-aliases-ecmascript": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-match-property-value-ecmascript": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-property-aliases-ecmascript": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unified": {
|
|
"version": "11.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"bail": "^2.0.0",
|
|
"devlop": "^1.0.0",
|
|
"extend": "^3.0.0",
|
|
"is-plain-obj": "^4.0.0",
|
|
"trough": "^2.0.0",
|
|
"vfile": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unique-string": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crypto-random-string": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/unist-util-find-after": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-is": "^5.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-find-after/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unist-util-find-after/node_modules/unist-util-is": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-is": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-position": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-remove-position": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-visit": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-remove-position/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unist-util-remove-position/node_modules/unist-util-is": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-remove-position/node_modules/unist-util-visit": {
|
|
"version": "4.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-is": "^5.0.0",
|
|
"unist-util-visit-parents": "^5.1.1"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-remove-position/node_modules/unist-util-visit-parents": {
|
|
"version": "5.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-is": "^5.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-visit": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-visit-parents": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/unpipe": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/unrs-resolver": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"napi-postinstall": "^0.3.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unrs-resolver"
|
|
},
|
|
"optionalDependencies": {
|
|
"@unrs/resolver-binding-android-arm-eabi": "1.11.1",
|
|
"@unrs/resolver-binding-android-arm64": "1.11.1",
|
|
"@unrs/resolver-binding-darwin-arm64": "1.11.1",
|
|
"@unrs/resolver-binding-darwin-x64": "1.11.1",
|
|
"@unrs/resolver-binding-freebsd-x64": "1.11.1",
|
|
"@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1",
|
|
"@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1",
|
|
"@unrs/resolver-binding-linux-arm64-gnu": "1.11.1",
|
|
"@unrs/resolver-binding-linux-arm64-musl": "1.11.1",
|
|
"@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1",
|
|
"@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1",
|
|
"@unrs/resolver-binding-linux-riscv64-musl": "1.11.1",
|
|
"@unrs/resolver-binding-linux-s390x-gnu": "1.11.1",
|
|
"@unrs/resolver-binding-linux-x64-gnu": "1.11.1",
|
|
"@unrs/resolver-binding-linux-x64-musl": "1.11.1",
|
|
"@unrs/resolver-binding-wasm32-wasi": "1.11.1",
|
|
"@unrs/resolver-binding-win32-arm64-msvc": "1.11.1",
|
|
"@unrs/resolver-binding-win32-ia32-msvc": "1.11.1",
|
|
"@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/upath": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4",
|
|
"yarn": "*"
|
|
}
|
|
},
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.1.3",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escalade": "^3.2.0",
|
|
"picocolors": "^1.1.1"
|
|
},
|
|
"bin": {
|
|
"update-browserslist-db": "cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"browserslist": ">= 4.21.0"
|
|
}
|
|
},
|
|
"node_modules/uri-js": {
|
|
"version": "4.4.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/url": {
|
|
"version": "0.11.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^1.4.1",
|
|
"qs": "^6.12.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/url-parse": {
|
|
"version": "1.5.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"querystringify": "^2.1.1",
|
|
"requires-port": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/url-template": {
|
|
"version": "2.0.8",
|
|
"license": "BSD"
|
|
},
|
|
"node_modules/url/node_modules/punycode": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/use-callback-ref": {
|
|
"version": "1.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/use-composed-ref": {
|
|
"version": "1.4.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/use-isomorphic-layout-effect": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/use-latest": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"use-isomorphic-layout-effect": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/use-sidecar": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"detect-node-es": "^1.1.0",
|
|
"tslib": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/use-sync-external-store": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/utf8": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/util": {
|
|
"version": "0.12.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"is-arguments": "^1.0.4",
|
|
"is-generator-function": "^1.0.7",
|
|
"is-typed-array": "^1.1.3",
|
|
"which-typed-array": "^1.1.2"
|
|
}
|
|
},
|
|
"node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utils-merge": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/uuid": {
|
|
"version": "10.0.0",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/v8-compile-cache-lib": {
|
|
"version": "3.0.1",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/v8-to-istanbul": {
|
|
"version": "9.3.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.12",
|
|
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
"convert-source-map": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
}
|
|
},
|
|
"node_modules/validate-npm-package-license": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-correct": "^3.0.0",
|
|
"spdx-expression-parse": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/vary": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/vasync": {
|
|
"version": "2.2.1",
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"verror": "1.10.0"
|
|
}
|
|
},
|
|
"node_modules/vasync/node_modules/verror": {
|
|
"version": "1.10.0",
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"core-util-is": "1.0.2",
|
|
"extsprintf": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/verror": {
|
|
"version": "1.10.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"core-util-is": "1.0.2",
|
|
"extsprintf": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/vfile": {
|
|
"version": "6.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-location": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"vfile": "^5.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-location/node_modules/@types/unist": {
|
|
"version": "2.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vfile-location/node_modules/unist-util-stringify-position": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-location/node_modules/vfile": {
|
|
"version": "5.3.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"is-buffer": "^2.0.0",
|
|
"unist-util-stringify-position": "^3.0.0",
|
|
"vfile-message": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-location/node_modules/vfile-message": {
|
|
"version": "3.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"unist-util-stringify-position": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-message": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vite": {
|
|
"version": "6.3.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "^0.25.0",
|
|
"fdir": "^6.4.4",
|
|
"picomatch": "^4.0.2",
|
|
"postcss": "^8.5.3",
|
|
"rollup": "^4.34.9",
|
|
"tinyglobby": "^0.2.13"
|
|
},
|
|
"bin": {
|
|
"vite": "bin/vite.js"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|
"jiti": ">=1.21.0",
|
|
"less": "*",
|
|
"lightningcss": "^1.21.0",
|
|
"sass": "*",
|
|
"sass-embedded": "*",
|
|
"stylus": "*",
|
|
"sugarss": "*",
|
|
"terser": "^5.16.0",
|
|
"tsx": "^4.8.1",
|
|
"yaml": "^2.4.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/node": {
|
|
"optional": true
|
|
},
|
|
"jiti": {
|
|
"optional": true
|
|
},
|
|
"less": {
|
|
"optional": true
|
|
},
|
|
"lightningcss": {
|
|
"optional": true
|
|
},
|
|
"sass": {
|
|
"optional": true
|
|
},
|
|
"sass-embedded": {
|
|
"optional": true
|
|
},
|
|
"stylus": {
|
|
"optional": true
|
|
},
|
|
"sugarss": {
|
|
"optional": true
|
|
},
|
|
"terser": {
|
|
"optional": true
|
|
},
|
|
"tsx": {
|
|
"optional": true
|
|
},
|
|
"yaml": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/vite-plugin-compression2": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.1.0",
|
|
"tar-mini": "^0.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "^2.0.0||^3.0.0||^4.0.0||^5.0.0 ||^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/vite-plugin-node-polyfills": {
|
|
"version": "0.23.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/plugin-inject": "^5.0.5",
|
|
"node-stdlib-browser": "^1.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/davidmyersdev"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/vite-plugin-pwa": {
|
|
"version": "0.21.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.6",
|
|
"pretty-bytes": "^6.1.1",
|
|
"tinyglobby": "^0.2.10",
|
|
"workbox-build": "^7.3.0",
|
|
"workbox-window": "^7.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/antfu"
|
|
},
|
|
"peerDependencies": {
|
|
"@vite-pwa/assets-generator": "^0.2.6",
|
|
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
|
|
"workbox-build": "^7.3.0",
|
|
"workbox-window": "^7.3.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@vite-pwa/assets-generator": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/vm-browserify": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/void-elements": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/vue-eslint-parser": {
|
|
"version": "9.4.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"eslint-scope": "^7.1.1",
|
|
"eslint-visitor-keys": "^3.3.0",
|
|
"espree": "^9.3.1",
|
|
"esquery": "^1.4.0",
|
|
"lodash": "^4.17.21",
|
|
"semver": "^7.3.6"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mysticatea"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/vue-eslint-parser/node_modules/eslint-scope": {
|
|
"version": "7.2.2",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/vue-eslint-parser/node_modules/espree": {
|
|
"version": "9.6.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"acorn": "^8.9.0",
|
|
"acorn-jsx": "^5.3.2",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/vue-eslint-parser/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/w3c-keyname": {
|
|
"version": "2.2.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/w3c-xmlserializer": {
|
|
"version": "4.0.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xml-name-validator": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/walker": {
|
|
"version": "1.0.8",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"makeerror": "1.0.12"
|
|
}
|
|
},
|
|
"node_modules/watchpack": {
|
|
"version": "2.4.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"glob-to-regexp": "^0.4.1",
|
|
"graceful-fs": "^4.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/weaviate-client": {
|
|
"version": "3.8.0",
|
|
"license": "BSD 3-Clause",
|
|
"dependencies": {
|
|
"abort-controller-x": "^0.4.3",
|
|
"graphql": "^16.11.0",
|
|
"graphql-request": "^6.1.0",
|
|
"long": "^5.3.2",
|
|
"nice-grpc": "^2.1.12",
|
|
"nice-grpc-client-middleware-retry": "^3.1.11",
|
|
"nice-grpc-common": "^2.0.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/weaviate-client/node_modules/uuid": {
|
|
"version": "9.0.1",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/web-namespaces": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/web-streams-polyfill": {
|
|
"version": "4.0.0-beta.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/web-vitals": {
|
|
"version": "4.2.4",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/webidl-conversions": {
|
|
"version": "7.0.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/webpack": {
|
|
"version": "5.100.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/eslint-scope": "^3.7.7",
|
|
"@types/estree": "^1.0.8",
|
|
"@types/json-schema": "^7.0.15",
|
|
"@webassemblyjs/ast": "^1.14.1",
|
|
"@webassemblyjs/wasm-edit": "^1.14.1",
|
|
"@webassemblyjs/wasm-parser": "^1.14.1",
|
|
"acorn": "^8.15.0",
|
|
"acorn-import-phases": "^1.0.3",
|
|
"browserslist": "^4.24.0",
|
|
"chrome-trace-event": "^1.0.2",
|
|
"enhanced-resolve": "^5.17.2",
|
|
"es-module-lexer": "^1.2.1",
|
|
"eslint-scope": "5.1.1",
|
|
"events": "^3.2.0",
|
|
"glob-to-regexp": "^0.4.1",
|
|
"graceful-fs": "^4.2.11",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"loader-runner": "^4.2.0",
|
|
"mime-types": "^2.1.27",
|
|
"neo-async": "^2.6.2",
|
|
"schema-utils": "^4.3.2",
|
|
"tapable": "^2.1.1",
|
|
"terser-webpack-plugin": "^5.3.11",
|
|
"watchpack": "^2.4.1",
|
|
"webpack-sources": "^3.3.3"
|
|
},
|
|
"bin": {
|
|
"webpack": "bin/webpack.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"webpack-cli": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/webpack-sources": {
|
|
"version": "3.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/webpack/node_modules/eslint-scope": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/webpack/node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/websocket-driver": {
|
|
"version": "0.7.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"http-parser-js": ">=0.5.1",
|
|
"safe-buffer": ">=5.1.0",
|
|
"websocket-extensions": ">=0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/websocket-extensions": {
|
|
"version": "0.1.4",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/whatwg-encoding": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/whatwg-fetch": {
|
|
"version": "3.6.20",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/whatwg-mimetype": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/whatwg-url": {
|
|
"version": "11.0.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "^3.0.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/which": {
|
|
"version": "2.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/which-boxed-primitive": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-bigint": "^1.1.0",
|
|
"is-boolean-object": "^1.2.1",
|
|
"is-number-object": "^1.1.1",
|
|
"is-string": "^1.1.1",
|
|
"is-symbol": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-builtin-type": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"function.prototype.name": "^1.1.6",
|
|
"has-tostringtag": "^1.0.2",
|
|
"is-async-function": "^2.0.0",
|
|
"is-date-object": "^1.1.0",
|
|
"is-finalizationregistry": "^1.1.0",
|
|
"is-generator-function": "^1.0.10",
|
|
"is-regex": "^1.2.1",
|
|
"is-weakref": "^1.0.2",
|
|
"isarray": "^2.0.5",
|
|
"which-boxed-primitive": "^1.1.0",
|
|
"which-collection": "^1.0.2",
|
|
"which-typed-array": "^1.1.16"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-collection": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-map": "^2.0.3",
|
|
"is-set": "^2.0.3",
|
|
"is-weakmap": "^2.0.2",
|
|
"is-weakset": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-typed-array": {
|
|
"version": "1.1.19",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.7",
|
|
"call-bind": "^1.0.8",
|
|
"call-bound": "^1.0.4",
|
|
"for-each": "^0.3.5",
|
|
"get-proto": "^1.0.1",
|
|
"gopd": "^1.2.0",
|
|
"has-tostringtag": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/winston": {
|
|
"version": "3.17.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@colors/colors": "^1.6.0",
|
|
"@dabh/diagnostics": "^2.0.2",
|
|
"async": "^3.2.3",
|
|
"is-stream": "^2.0.0",
|
|
"logform": "^2.7.0",
|
|
"one-time": "^1.0.0",
|
|
"readable-stream": "^3.4.0",
|
|
"safe-stable-stringify": "^2.3.1",
|
|
"stack-trace": "0.0.x",
|
|
"triple-beam": "^1.3.0",
|
|
"winston-transport": "^4.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
}
|
|
},
|
|
"node_modules/winston-daily-rotate-file": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-5.0.0.tgz",
|
|
"integrity": "sha512-JDjiXXkM5qvwY06733vf09I2wnMXpZEhxEVOSPenZMii+g7pcDcTBt2MRugnoi8BwVSuCT2jfRXBUy+n1Zz/Yw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"file-stream-rotator": "^0.6.1",
|
|
"object-hash": "^3.0.0",
|
|
"triple-beam": "^1.4.1",
|
|
"winston-transport": "^4.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"peerDependencies": {
|
|
"winston": "^3"
|
|
}
|
|
},
|
|
"node_modules/winston-daily-rotate-file/node_modules/file-stream-rotator": {
|
|
"version": "0.6.1",
|
|
"resolved": "https://registry.npmjs.org/file-stream-rotator/-/file-stream-rotator-0.6.1.tgz",
|
|
"integrity": "sha512-u+dBid4PvZw17PmDeRcNOtCP9CCK/9lRN2w+r1xIS7yOL9JFrIBKTvrYsxT4P0pGtThYTn++QS5ChHaUov3+zQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"moment": "^2.29.1"
|
|
}
|
|
},
|
|
"node_modules/winston-transport": {
|
|
"version": "4.9.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"logform": "^2.7.0",
|
|
"readable-stream": "^3.6.2",
|
|
"triple-beam": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
}
|
|
},
|
|
"node_modules/word-wrap": {
|
|
"version": "1.2.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/wordwrap": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/workbox-background-sync": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"idb": "^7.0.1",
|
|
"workbox-core": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-broadcast-update": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"workbox-core": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-build": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@apideck/better-ajv-errors": "^0.3.1",
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"@babel/runtime": "^7.11.2",
|
|
"@rollup/plugin-babel": "^5.2.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-replace": "^2.4.1",
|
|
"@rollup/plugin-terser": "^0.4.3",
|
|
"@surma/rollup-plugin-off-main-thread": "^2.2.3",
|
|
"ajv": "^8.6.0",
|
|
"common-tags": "^1.8.0",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"fs-extra": "^9.0.1",
|
|
"glob": "^7.1.6",
|
|
"lodash": "^4.17.20",
|
|
"pretty-bytes": "^5.3.0",
|
|
"rollup": "^2.43.1",
|
|
"source-map": "^0.8.0-beta.0",
|
|
"stringify-object": "^3.3.0",
|
|
"strip-comments": "^2.0.1",
|
|
"tempy": "^0.6.0",
|
|
"upath": "^1.2.0",
|
|
"workbox-background-sync": "7.3.0",
|
|
"workbox-broadcast-update": "7.3.0",
|
|
"workbox-cacheable-response": "7.3.0",
|
|
"workbox-core": "7.3.0",
|
|
"workbox-expiration": "7.3.0",
|
|
"workbox-google-analytics": "7.3.0",
|
|
"workbox-navigation-preload": "7.3.0",
|
|
"workbox-precaching": "7.3.0",
|
|
"workbox-range-requests": "7.3.0",
|
|
"workbox-recipes": "7.3.0",
|
|
"workbox-routing": "7.3.0",
|
|
"workbox-strategies": "7.3.0",
|
|
"workbox-streams": "7.3.0",
|
|
"workbox-sw": "7.3.0",
|
|
"workbox-window": "7.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
|
|
"version": "0.3.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-schema": "^0.4.0",
|
|
"jsonpointer": "^5.0.0",
|
|
"leven": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": ">=8"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/@rollup/plugin-babel": {
|
|
"version": "5.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.10.4",
|
|
"@rollup/pluginutils": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@types/babel__core": "^7.1.9",
|
|
"rollup": "^1.20.0||^2.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/babel__core": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/@rollup/plugin-replace": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^3.1.0",
|
|
"magic-string": "^0.25.7"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0 || ^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/@rollup/pluginutils": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "0.0.39",
|
|
"estree-walker": "^1.0.1",
|
|
"picomatch": "^2.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0||^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/@types/estree": {
|
|
"version": "0.0.39",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/workbox-build/node_modules/ajv": {
|
|
"version": "8.17.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-uri": "^3.0.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/estree-walker": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/workbox-build/node_modules/fs-extra": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"at-least-node": "^1.0.0",
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/workbox-build/node_modules/magic-string": {
|
|
"version": "0.25.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sourcemap-codec": "^1.4.8"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/pretty-bytes": {
|
|
"version": "5.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/rollup": {
|
|
"version": "2.79.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"rollup": "dist/bin/rollup"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/source-map": {
|
|
"version": "0.8.0-beta.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"whatwg-url": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/tr46": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-build/node_modules/webidl-conversions": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/workbox-build/node_modules/whatwg-url": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.sortby": "^4.7.0",
|
|
"tr46": "^1.0.1",
|
|
"webidl-conversions": "^4.0.2"
|
|
}
|
|
},
|
|
"node_modules/workbox-cacheable-response": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"workbox-core": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-core": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/workbox-expiration": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"idb": "^7.0.1",
|
|
"workbox-core": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-google-analytics": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"workbox-background-sync": "7.3.0",
|
|
"workbox-core": "7.3.0",
|
|
"workbox-routing": "7.3.0",
|
|
"workbox-strategies": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-navigation-preload": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"workbox-core": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-precaching": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"workbox-core": "7.3.0",
|
|
"workbox-routing": "7.3.0",
|
|
"workbox-strategies": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-range-requests": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"workbox-core": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-recipes": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"workbox-cacheable-response": "7.3.0",
|
|
"workbox-core": "7.3.0",
|
|
"workbox-expiration": "7.3.0",
|
|
"workbox-precaching": "7.3.0",
|
|
"workbox-routing": "7.3.0",
|
|
"workbox-strategies": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-routing": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"workbox-core": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-strategies": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"workbox-core": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-streams": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"workbox-core": "7.3.0",
|
|
"workbox-routing": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/workbox-sw": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/workbox-window": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/trusted-types": "^2.0.2",
|
|
"workbox-core": "7.3.0"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.2.1",
|
|
"string-width": "^7.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs": {
|
|
"name": "wrap-ansi",
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/write-file-atomic": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/write-json-file": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"detect-indent": "^5.0.0",
|
|
"graceful-fs": "^4.1.15",
|
|
"make-dir": "^2.1.0",
|
|
"pify": "^4.0.1",
|
|
"sort-keys": "^2.0.0",
|
|
"write-file-atomic": "^2.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/write-json-file/node_modules/make-dir": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^4.0.1",
|
|
"semver": "^5.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/write-json-file/node_modules/pify": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/write-json-file/node_modules/semver": {
|
|
"version": "5.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/write-json-file/node_modules/write-file-atomic": {
|
|
"version": "2.4.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.11",
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/write-pkg": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sort-keys": "^2.0.0",
|
|
"type-fest": "^0.4.1",
|
|
"write-json-file": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/write-pkg/node_modules/type-fest": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.18.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/wsl-utils": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-wsl": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/xml": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/xml-crypto": {
|
|
"version": "6.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@xmldom/is-dom-node": "^1.0.1",
|
|
"@xmldom/xmldom": "^0.8.10",
|
|
"xpath": "^0.0.33"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/xml-encryption": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.1.0.tgz",
|
|
"integrity": "sha512-PV7qnYpoAMXbf1kvQkqMScLeQpjCMixddAKq9PtqVrho8HnYbBOWNfG0kA4R7zxQDo7w9kiYAyzS/ullAyO55Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@xmldom/xmldom": "^0.8.5",
|
|
"escape-html": "^1.0.3",
|
|
"xpath": "0.0.32"
|
|
}
|
|
},
|
|
"node_modules/xml-encryption/node_modules/xpath": {
|
|
"version": "0.0.32",
|
|
"resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz",
|
|
"integrity": "sha512-rxMJhSIoiO8vXcWvSifKqhvV96GjiD5wYb8/QHdoRyQvraTpp4IEv944nhGausZZ3u7dhQXteZuZbaqfpB7uYw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/xml-name-validator": {
|
|
"version": "4.0.0",
|
|
"devOptional": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/xml2js": {
|
|
"version": "0.6.2",
|
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
|
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sax": ">=0.6.0",
|
|
"xmlbuilder": "~11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/xml2js/node_modules/xmlbuilder": {
|
|
"version": "11.0.1",
|
|
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
|
|
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/xmlbuilder": {
|
|
"version": "15.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/xmlchars": {
|
|
"version": "2.2.0",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/xpath": {
|
|
"version": "0.0.34",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/xtend": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/y18n": {
|
|
"version": "5.0.8",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yallist": {
|
|
"version": "3.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "2.8.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"yaml": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.6"
|
|
}
|
|
},
|
|
"node_modules/yargs": {
|
|
"version": "17.7.2",
|
|
"license": "MIT",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yargs-parser": {
|
|
"version": "21.1.1",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yargs/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/yargs/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/yargs/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/yauzl": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz",
|
|
"integrity": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-crc32": "~0.2.3",
|
|
"pend": "~1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yn": {
|
|
"version": "3.1.1",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/yocto-queue": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/youtube-transcript": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "3.25.76",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
},
|
|
"node_modules/zod-to-json-schema": {
|
|
"version": "3.24.6",
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"zod": "^3.24.1"
|
|
}
|
|
},
|
|
"node_modules/zwitch": {
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"packages/api": {
|
|
"name": "@librechat/api",
|
|
"version": "1.2.9",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.21.5",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/preset-typescript": "^7.21.0",
|
|
"@rollup/plugin-alias": "^5.1.0",
|
|
"@rollup/plugin-commonjs": "^25.0.2",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@rollup/plugin-replace": "^5.0.5",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
"@types/bun": "^1.2.15",
|
|
"@types/diff": "^6.0.0",
|
|
"@types/express": "^5.0.0",
|
|
"@types/jest": "^29.5.2",
|
|
"@types/multer": "^1.4.13",
|
|
"@types/node": "^20.3.0",
|
|
"@types/react": "^18.2.18",
|
|
"@types/winston": "^2.4.4",
|
|
"jest": "^29.5.0",
|
|
"jest-junit": "^16.0.0",
|
|
"librechat-data-provider": "*",
|
|
"rimraf": "^5.0.1",
|
|
"rollup": "^4.22.4",
|
|
"rollup-plugin-generate-package-json": "^3.2.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": "^0.3.62",
|
|
"@librechat/agents": "^2.4.68",
|
|
"@librechat/data-schemas": "*",
|
|
"@modelcontextprotocol/sdk": "^1.17.0",
|
|
"axios": "^1.8.2",
|
|
"diff": "^7.0.0",
|
|
"eventsource": "^3.0.2",
|
|
"express": "^4.21.2",
|
|
"js-yaml": "^4.1.0",
|
|
"keyv": "^5.3.2",
|
|
"librechat-data-provider": "*",
|
|
"node-fetch": "2.7.0",
|
|
"tiktoken": "^1.0.15",
|
|
"undici": "^7.10.0",
|
|
"zod": "^3.22.4"
|
|
}
|
|
},
|
|
"packages/client": {
|
|
"name": "@librechat/client",
|
|
"version": "0.1.5",
|
|
"dependencies": {
|
|
"@react-spring/web": "^10.0.1",
|
|
"class-variance-authority": "^0.6.0",
|
|
"clsx": "^1.2.1",
|
|
"framer-motion": "^12.23.6",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^0.525.0",
|
|
"match-sorter": "^6.3.4",
|
|
"rc-input-number": "^7.4.2",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-resizable-panels": "^3.0.2",
|
|
"react-textarea-autosize": "^8.4.0",
|
|
"tailwind-merge": "^1.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-alias": "^5.1.0",
|
|
"@rollup/plugin-commonjs": "^25.0.2",
|
|
"@rollup/plugin-node-resolve": "^15.0.0",
|
|
"@rollup/plugin-replace": "^5.0.5",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@tanstack/react-query": "^4.28.0",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/react": "^18.2.11",
|
|
"@types/react-dom": "^18.2.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"i18next": "^24.2.3",
|
|
"jotai": "^2.12.5",
|
|
"postcss": "^8.4.31",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-preset-env": "^8.5.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^15.4.0",
|
|
"rimraf": "^5.0.1",
|
|
"rollup": "^4.0.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
"rollup-plugin-typescript2": "^0.35.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"tailwindcss-radix": "^2.8.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@ariakit/react": "^0.4.16",
|
|
"@ariakit/react-core": "^0.4.17",
|
|
"@headlessui/react": "^2.1.2",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-alert-dialog": "^1.0.2",
|
|
"@radix-ui/react-checkbox": "^1.0.3",
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
"@radix-ui/react-dialog": "^1.0.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-hover-card": "^1.0.5",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-progress": "^1.1.2",
|
|
"@radix-ui/react-radio-group": "^1.3.7",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slider": "^1.3.5",
|
|
"@radix-ui/react-slot": "^1.0.0",
|
|
"@radix-ui/react-switch": "^1.2.5",
|
|
"@radix-ui/react-tabs": "^1.0.3",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@tanstack/react-query": "^4.28.0 || ^5.0.0",
|
|
"@tanstack/react-table": "^8.11.7",
|
|
"@tanstack/react-virtual": "^3.0.0",
|
|
"i18next": "^24.2.2 || ^25.3.2",
|
|
"jotai": "^2.12.5",
|
|
"react": "^18.2.0 || ^19.1.0",
|
|
"react-dom": "^18.2.0 || ^19.1.0",
|
|
"react-i18next": "^15.4.0 || ^15.6.0"
|
|
}
|
|
},
|
|
"packages/client/node_modules/@react-spring/rafz": {
|
|
"version": "10.0.1",
|
|
"resolved": "https://registry.npmjs.org/@react-spring/rafz/-/rafz-10.0.1.tgz",
|
|
"integrity": "sha512-UrzG/d6Is+9i0aCAjsjWRqIlFFiC4lFqFHrH63zK935z2YDU95TOFio4VKGISJ5SG0xq4ULy7c1V3KU+XvL+Yg==",
|
|
"license": "MIT"
|
|
},
|
|
"packages/client/node_modules/@react-spring/types": {
|
|
"version": "10.0.1",
|
|
"resolved": "https://registry.npmjs.org/@react-spring/types/-/types-10.0.1.tgz",
|
|
"integrity": "sha512-Fk1wYVAKL+ZTYK+4YFDpHf3Slsy59pfFFvnnTfRjQQFGlyIo4VejPtDs3CbDiuBjM135YztRyZjIH2VbycB+ZQ==",
|
|
"license": "MIT"
|
|
},
|
|
"packages/client/node_modules/@react-spring/web": {
|
|
"version": "10.0.1",
|
|
"resolved": "https://registry.npmjs.org/@react-spring/web/-/web-10.0.1.tgz",
|
|
"integrity": "sha512-FgQk02OqFrYyJBTTnBTWAU0WPzkHkKXauc6aeexcvATvLapUxwnfGuLlsLYF8BYjEVfkivPT04ziAue6zyRBtQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-spring/animated": "~10.0.1",
|
|
"@react-spring/core": "~10.0.1",
|
|
"@react-spring/shared": "~10.0.1",
|
|
"@react-spring/types": "~10.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"packages/client/node_modules/@react-spring/web/node_modules/@react-spring/animated": {
|
|
"version": "10.0.1",
|
|
"resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-10.0.1.tgz",
|
|
"integrity": "sha512-BGL3hA66Y8Qm3KmRZUlfG/mFbDPYajgil2/jOP0VXf2+o2WPVmcDps/eEgdDqgf5Pv9eBbyj7LschLMuSjlW3Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-spring/shared": "~10.0.1",
|
|
"@react-spring/types": "~10.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"packages/client/node_modules/@react-spring/web/node_modules/@react-spring/core": {
|
|
"version": "10.0.1",
|
|
"resolved": "https://registry.npmjs.org/@react-spring/core/-/core-10.0.1.tgz",
|
|
"integrity": "sha512-KaMMsN1qHuVTsFpg/5ajAVye7OEqhYbCq0g4aKM9bnSZlDBBYpO7Uf+9eixyXN8YEbF+YXaYj9eoWDs+npZ+sA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-spring/animated": "~10.0.1",
|
|
"@react-spring/shared": "~10.0.1",
|
|
"@react-spring/types": "~10.0.1"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/react-spring/donate"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"packages/client/node_modules/@react-spring/web/node_modules/@react-spring/shared": {
|
|
"version": "10.0.1",
|
|
"resolved": "https://registry.npmjs.org/@react-spring/shared/-/shared-10.0.1.tgz",
|
|
"integrity": "sha512-KR2tmjDShPruI/GGPfAZOOLvDgkhFseabjvxzZFFggJMPkyICLjO0J6mCIoGtdJSuHywZyc4Mmlgi+C88lS00g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-spring/rafz": "~10.0.1",
|
|
"@react-spring/types": "~10.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"packages/client/node_modules/framer-motion": {
|
|
"version": "12.23.6",
|
|
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.6.tgz",
|
|
"integrity": "sha512-dsJ389QImVE3lQvM8Mnk99/j8tiZDM/7706PCqvkQ8sSCnpmWxsgX+g0lj7r5OBVL0U36pIecCTBoIWcM2RuKw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"motion-dom": "^12.23.6",
|
|
"motion-utils": "^12.23.6",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/is-prop-valid": "*",
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@emotion/is-prop-valid": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/client/node_modules/lucide-react": {
|
|
"version": "0.525.0",
|
|
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz",
|
|
"integrity": "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==",
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"packages/client/node_modules/motion-dom": {
|
|
"version": "12.23.6",
|
|
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.6.tgz",
|
|
"integrity": "sha512-G2w6Nw7ZOVSzcQmsdLc0doMe64O/Sbuc2bVAbgMz6oP/6/pRStKRiVRV4bQfHp5AHYAKEGhEdVHTM+R3FDgi5w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"motion-utils": "^12.23.6"
|
|
}
|
|
},
|
|
"packages/client/node_modules/motion-utils": {
|
|
"version": "12.23.6",
|
|
"resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz",
|
|
"integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==",
|
|
"license": "MIT"
|
|
},
|
|
"packages/data-provider": {
|
|
"name": "librechat-data-provider",
|
|
"version": "0.7.902",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.8.2",
|
|
"dayjs": "^1.11.13",
|
|
"js-yaml": "^4.1.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.21.5",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/preset-typescript": "^7.21.0",
|
|
"@langchain/core": "^0.3.62",
|
|
"@rollup/plugin-alias": "^5.1.0",
|
|
"@rollup/plugin-commonjs": "^25.0.2",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@rollup/plugin-replace": "^5.0.5",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@types/jest": "^29.5.2",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^20.3.0",
|
|
"@types/react": "^18.2.18",
|
|
"@types/winston": "^2.4.4",
|
|
"jest": "^29.5.0",
|
|
"jest-junit": "^16.0.0",
|
|
"openapi-types": "^12.1.3",
|
|
"rimraf": "^5.0.1",
|
|
"rollup": "^4.22.4",
|
|
"rollup-plugin-generate-package-json": "^3.2.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-typescript2": "^0.35.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "^4.28.0"
|
|
}
|
|
},
|
|
"packages/data-provider/node_modules/brace-expansion": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"packages/data-provider/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,
|
|
"dependencies": {
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"packages/data-provider/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"packages/data-provider/node_modules/rimraf": {
|
|
"version": "5.0.5",
|
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz",
|
|
"integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"glob": "^10.3.7"
|
|
},
|
|
"bin": {
|
|
"rimraf": "dist/esm/bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"packages/data-schemas": {
|
|
"name": "@librechat/data-schemas",
|
|
"version": "0.0.12",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@rollup/plugin-alias": "^5.1.0",
|
|
"@rollup/plugin-commonjs": "^25.0.2",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@rollup/plugin-replace": "^5.0.5",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
"@types/diff": "^6.0.0",
|
|
"@types/express": "^5.0.0",
|
|
"@types/jest": "^29.5.2",
|
|
"@types/node": "^20.3.0",
|
|
"@types/traverse": "^0.6.37",
|
|
"jest": "^29.5.0",
|
|
"jest-junit": "^16.0.0",
|
|
"mongodb-memory-server": "^10.1.4",
|
|
"rimraf": "^5.0.1",
|
|
"rollup": "^4.22.4",
|
|
"rollup-plugin-generate-package-json": "^3.2.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-typescript2": "^0.35.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"jsonwebtoken": "^9.0.2",
|
|
"keyv": "^5.3.2",
|
|
"klona": "^2.0.6",
|
|
"librechat-data-provider": "*",
|
|
"lodash": "^4.17.21",
|
|
"meilisearch": "^0.38.0",
|
|
"mongoose": "^8.12.1",
|
|
"nanoid": "^3.3.7",
|
|
"traverse": "^0.6.11",
|
|
"winston": "^3.17.0",
|
|
"winston-daily-rotate-file": "^5.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|