mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-14 02:20:40 +00:00
## Summary Switch the nodejs bindings and examples package from npm to pnpm 11 to pick up its stronger supply-chain defaults: - `minimumReleaseAge` defaults to 1 day, so newly-published (potentially compromised) versions aren't resolved into installs for at least 24h. - Install lifecycle scripts (`preinstall`/`install`/`postinstall`) are no longer run for arbitrary transitive deps; only an explicit allowlist may run them, and unapproved scripts cause install to fail (`strictDepBuilds: true`). - Audit uses GHSA IDs and `--fix=update` to add patched versions to `minimumReleaseAgeExclude`. This is the same class of protection that would have blunted the recent TanStack/`@uipath`/etc. compromise discussed in the [Aikido write-up](https://www.aikido.dev/blog/mini-shai-hulud-is-back-tanstack-compromised). ## Changes - Replace `nodejs/package-lock.json` and `nodejs/examples/package-lock.json` with `pnpm-lock.yaml`. - Pin pnpm via `packageManager: pnpm@11.1.1` in both `package.json`s. - Add `pnpm-workspace.yaml` with the four build-script packages we actually need: `@biomejs/biome`, `onnxruntime-node`, `protobufjs`, `sharp`. Everything else is blocked from running install scripts. - Update package.json scripts (`npm run X` → `pnpm X`). - Update workflows: `.github/workflows/nodejs.yml`, `.github/workflows/npm-publish.yml`, and `.github/workflows/codex-fix-ci.yml` — install pnpm via `pnpm/action-setup@v4` and switch `setup-node` caches to `pnpm-lock.yaml`. - Refresh `nodejs/AGENTS.md`, `nodejs/CLAUDE.md`, and `nodejs/CONTRIBUTING.md`. `docs/package-lock.json` is **not** touched — out of scope for this PR. ## Test plan - [ ] `Lint` job (lint Rust/TS + examples lint) passes on CI. - [ ] `Linux (NodeJS 18/20)` build+test passes, including the examples test step. - [ ] `macos` build+test passes. - [ ] `NPM Publish` workflow's PR dry-run completes (build matrix + test matrix + dry `npm publish`). - [ ] No new install-script approvals are required at install time. ## Follow-ups - `update_package_lock_run_nodejs.yml` references a composite action path that doesn't exist (`./.github/workflows/update_package_lock_nodejs`); it was already broken pre-PR. We may want to either delete this workflow or rewrite it for pnpm in a follow-up. - Consider migrating `docs/` to pnpm in a separate PR. --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3467 lines
111 KiB
YAML
3467 lines
111 KiB
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
importers:
|
|
|
|
.:
|
|
dependencies:
|
|
'@huggingface/transformers':
|
|
specifier: 3.0.2
|
|
version: 3.0.2
|
|
'@lancedb/lancedb':
|
|
specifier: file:../dist
|
|
version: file:../dist
|
|
openai:
|
|
specifier: 4.29.2
|
|
version: 4.29.2
|
|
sharp:
|
|
specifier: 0.33.5
|
|
version: 0.33.5
|
|
devDependencies:
|
|
'@biomejs/biome':
|
|
specifier: ^1.7.3
|
|
version: 1.9.4
|
|
'@jest/globals':
|
|
specifier: ^29.7.0
|
|
version: 29.7.0
|
|
jest:
|
|
specifier: ^29.7.0
|
|
version: 29.7.0(@types/node@25.7.0)
|
|
jest-environment-node-single-context:
|
|
specifier: ^29.4.0
|
|
version: 29.4.0
|
|
ts-jest:
|
|
specifier: ^29.2.5
|
|
version: 29.4.9(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest-util@29.7.0)(jest@29.7.0(@types/node@25.7.0))(typescript@5.9.3)
|
|
typescript:
|
|
specifier: ^5.5.4
|
|
version: 5.9.3
|
|
|
|
packages:
|
|
|
|
'@babel/code-frame@7.29.0':
|
|
resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/compat-data@7.29.3':
|
|
resolution: {integrity: sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/core@7.29.0':
|
|
resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/generator@7.29.1':
|
|
resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-compilation-targets@7.28.6':
|
|
resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-globals@7.28.0':
|
|
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-imports@7.28.6':
|
|
resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-transforms@7.28.6':
|
|
resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
'@babel/helper-plugin-utils@7.28.6':
|
|
resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-string-parser@7.27.1':
|
|
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-validator-identifier@7.28.5':
|
|
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-validator-option@7.27.1':
|
|
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helpers@7.29.2':
|
|
resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/parser@7.29.3':
|
|
resolution: {integrity: sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==}
|
|
engines: {node: '>=6.0.0'}
|
|
hasBin: true
|
|
|
|
'@babel/plugin-syntax-async-generators@7.8.4':
|
|
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-bigint@7.8.3':
|
|
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-class-properties@7.12.13':
|
|
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-class-static-block@7.14.5':
|
|
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-import-attributes@7.28.6':
|
|
resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-import-meta@7.10.4':
|
|
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-json-strings@7.8.3':
|
|
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-jsx@7.28.6':
|
|
resolution: {integrity: sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-logical-assignment-operators@7.10.4':
|
|
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3':
|
|
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-numeric-separator@7.10.4':
|
|
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-object-rest-spread@7.8.3':
|
|
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-optional-catch-binding@7.8.3':
|
|
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-optional-chaining@7.8.3':
|
|
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-private-property-in-object@7.14.5':
|
|
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-top-level-await@7.14.5':
|
|
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-typescript@7.28.6':
|
|
resolution: {integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/template@7.28.6':
|
|
resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/traverse@7.29.0':
|
|
resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/types@7.29.0':
|
|
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@bcoe/v8-coverage@0.2.3':
|
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
|
|
'@biomejs/biome@1.9.4':
|
|
resolution: {integrity: sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==}
|
|
engines: {node: '>=14.21.3'}
|
|
hasBin: true
|
|
|
|
'@biomejs/cli-darwin-arm64@1.9.4':
|
|
resolution: {integrity: sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@biomejs/cli-darwin-x64@1.9.4':
|
|
resolution: {integrity: sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@biomejs/cli-linux-arm64-musl@1.9.4':
|
|
resolution: {integrity: sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@biomejs/cli-linux-arm64@1.9.4':
|
|
resolution: {integrity: sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@biomejs/cli-linux-x64-musl@1.9.4':
|
|
resolution: {integrity: sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@biomejs/cli-linux-x64@1.9.4':
|
|
resolution: {integrity: sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@biomejs/cli-win32-arm64@1.9.4':
|
|
resolution: {integrity: sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@biomejs/cli-win32-x64@1.9.4':
|
|
resolution: {integrity: sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@emnapi/runtime@1.10.0':
|
|
resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==}
|
|
|
|
'@huggingface/jinja@0.3.4':
|
|
resolution: {integrity: sha512-kFFQWJiWwvxezKQnvH1X7GjsECcMljFx+UZK9hx6P26aVHwwidJVTB0ptLfRVZQvVkOGHoMmTGvo4nT0X9hHOA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@huggingface/transformers@3.0.2':
|
|
resolution: {integrity: sha512-lTyS81eQazMea5UCehDGFMfdcNRZyei7XQLH5X6j4AhA/18Ka0+5qPgMxUxuZLU4xkv60aY2KNz9Yzthv6WVJg==}
|
|
|
|
'@img/sharp-darwin-arm64@0.33.5':
|
|
resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-darwin-x64@0.33.5':
|
|
resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.0.4':
|
|
resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.0.4':
|
|
resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.0.4':
|
|
resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-arm@1.0.5':
|
|
resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.0.4':
|
|
resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-x64@1.0.4':
|
|
resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.0.4':
|
|
resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.0.4':
|
|
resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-linux-arm64@0.33.5':
|
|
resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-arm@0.33.5':
|
|
resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-s390x@0.33.5':
|
|
resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-x64@0.33.5':
|
|
resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.33.5':
|
|
resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-linuxmusl-x64@0.33.5':
|
|
resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-wasm32@0.33.5':
|
|
resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [wasm32]
|
|
|
|
'@img/sharp-win32-ia32@0.33.5':
|
|
resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@img/sharp-win32-x64@0.33.5':
|
|
resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@isaacs/fs-minipass@4.0.1':
|
|
resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@istanbuljs/load-nyc-config@1.1.0':
|
|
resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
'@istanbuljs/schema@0.1.6':
|
|
resolution: {integrity: sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==}
|
|
engines: {node: '>=8'}
|
|
|
|
'@jest/console@29.7.0':
|
|
resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/core@29.7.0':
|
|
resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==}
|
|
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
|
|
|
|
'@jest/environment@29.7.0':
|
|
resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/expect-utils@29.7.0':
|
|
resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/expect@29.7.0':
|
|
resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/fake-timers@29.7.0':
|
|
resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/globals@29.7.0':
|
|
resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/reporters@29.7.0':
|
|
resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==}
|
|
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
|
|
|
|
'@jest/schemas@29.6.3':
|
|
resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/source-map@29.6.3':
|
|
resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/test-result@29.7.0':
|
|
resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/test-sequencer@29.7.0':
|
|
resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/transform@29.7.0':
|
|
resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/types@29.6.3':
|
|
resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jridgewell/gen-mapping@0.3.13':
|
|
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
|
|
'@jridgewell/remapping@2.3.5':
|
|
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
|
|
|
'@jridgewell/resolve-uri@3.1.2':
|
|
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5':
|
|
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
|
|
'@jridgewell/trace-mapping@0.3.31':
|
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
|
|
'@lancedb/lancedb@file:../dist':
|
|
resolution: {directory: ../dist, type: directory}
|
|
|
|
'@protobufjs/aspromise@1.1.2':
|
|
resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
|
|
|
|
'@protobufjs/base64@1.1.2':
|
|
resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==}
|
|
|
|
'@protobufjs/codegen@2.0.5':
|
|
resolution: {integrity: sha512-zgXFLzW3Ap33e6d0Wlj4MGIm6Ce8O89n/apUaGNB/jx+hw+ruWEp7EwGUshdLKVRCxZW12fp9r40E1mQrf/34g==}
|
|
|
|
'@protobufjs/eventemitter@1.1.0':
|
|
resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==}
|
|
|
|
'@protobufjs/fetch@1.1.0':
|
|
resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==}
|
|
|
|
'@protobufjs/float@1.0.2':
|
|
resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==}
|
|
|
|
'@protobufjs/inquire@1.1.1':
|
|
resolution: {integrity: sha512-mnzgDV26ueAvk7rsbt9L7bE0SuAoqyuys/sMMrmVcN5x9VsxpcG3rqAUSgDyLp0UZlmNfIbQ4fHfCtreVBk8Ew==}
|
|
|
|
'@protobufjs/path@1.1.2':
|
|
resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==}
|
|
|
|
'@protobufjs/pool@1.1.0':
|
|
resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==}
|
|
|
|
'@protobufjs/utf8@1.1.1':
|
|
resolution: {integrity: sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==}
|
|
|
|
'@sinclair/typebox@0.27.10':
|
|
resolution: {integrity: sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==}
|
|
|
|
'@sinonjs/commons@3.0.1':
|
|
resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==}
|
|
|
|
'@sinonjs/fake-timers@10.3.0':
|
|
resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==}
|
|
|
|
'@types/babel__core@7.20.5':
|
|
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
|
|
|
|
'@types/babel__generator@7.27.0':
|
|
resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
|
|
|
|
'@types/babel__template@7.4.4':
|
|
resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
|
|
|
|
'@types/babel__traverse@7.28.0':
|
|
resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
|
|
|
|
'@types/graceful-fs@4.1.9':
|
|
resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==}
|
|
|
|
'@types/istanbul-lib-coverage@2.0.6':
|
|
resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==}
|
|
|
|
'@types/istanbul-lib-report@3.0.3':
|
|
resolution: {integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==}
|
|
|
|
'@types/istanbul-reports@3.0.4':
|
|
resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==}
|
|
|
|
'@types/node-fetch@2.6.13':
|
|
resolution: {integrity: sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==}
|
|
|
|
'@types/node@18.19.130':
|
|
resolution: {integrity: sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==}
|
|
|
|
'@types/node@25.7.0':
|
|
resolution: {integrity: sha512-z+pdZyxE+RTQE9AcboAZCb4otwcrvgHD+GlBpPgn0emDVt0ohrTMhAwlr2Wd9nZ+nihhYFxO2pThz3C5qSu2Eg==}
|
|
|
|
'@types/stack-utils@2.0.3':
|
|
resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==}
|
|
|
|
'@types/yargs-parser@21.0.3':
|
|
resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==}
|
|
|
|
'@types/yargs@17.0.35':
|
|
resolution: {integrity: sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==}
|
|
|
|
abort-controller@3.0.0:
|
|
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
|
|
engines: {node: '>=6.5'}
|
|
|
|
agentkeepalive@4.6.0:
|
|
resolution: {integrity: sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==}
|
|
engines: {node: '>= 8.0.0'}
|
|
|
|
ansi-escapes@4.3.2:
|
|
resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-regex@5.0.1:
|
|
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-styles@4.3.0:
|
|
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-styles@5.2.0:
|
|
resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
|
|
engines: {node: '>=10'}
|
|
|
|
anymatch@3.1.3:
|
|
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
|
|
engines: {node: '>= 8'}
|
|
|
|
argparse@1.0.10:
|
|
resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
|
|
|
|
asynckit@0.4.0:
|
|
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
|
|
|
babel-jest@29.7.0:
|
|
resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
peerDependencies:
|
|
'@babel/core': ^7.8.0
|
|
|
|
babel-plugin-istanbul@6.1.1:
|
|
resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==}
|
|
engines: {node: '>=8'}
|
|
|
|
babel-plugin-jest-hoist@29.6.3:
|
|
resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
babel-preset-current-node-syntax@1.2.0:
|
|
resolution: {integrity: sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0 || ^8.0.0-0
|
|
|
|
babel-preset-jest@29.6.3:
|
|
resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
balanced-match@1.0.2:
|
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
|
|
base-64@0.1.0:
|
|
resolution: {integrity: sha512-Y5gU45svrR5tI2Vt/X9GPd3L0HNIKzGu202EjxrXMpuc2V2CiKgemAbUUsqYmZJvPtCXoUKjNZwBJzsNScUbXA==}
|
|
|
|
baseline-browser-mapping@2.10.29:
|
|
resolution: {integrity: sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==}
|
|
engines: {node: '>=6.0.0'}
|
|
hasBin: true
|
|
|
|
brace-expansion@1.1.14:
|
|
resolution: {integrity: sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==}
|
|
|
|
braces@3.0.3:
|
|
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
|
engines: {node: '>=8'}
|
|
|
|
browserslist@4.28.2:
|
|
resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==}
|
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
hasBin: true
|
|
|
|
bs-logger@0.2.6:
|
|
resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==}
|
|
engines: {node: '>= 6'}
|
|
|
|
bser@2.1.1:
|
|
resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==}
|
|
|
|
buffer-from@1.1.2:
|
|
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
callsites@3.1.0:
|
|
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
camelcase@5.3.1:
|
|
resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==}
|
|
engines: {node: '>=6'}
|
|
|
|
camelcase@6.3.0:
|
|
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
|
|
engines: {node: '>=10'}
|
|
|
|
caniuse-lite@1.0.30001792:
|
|
resolution: {integrity: sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==}
|
|
|
|
chalk@4.1.2:
|
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
engines: {node: '>=10'}
|
|
|
|
char-regex@1.0.2:
|
|
resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==}
|
|
engines: {node: '>=10'}
|
|
|
|
charenc@0.0.2:
|
|
resolution: {integrity: sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==}
|
|
|
|
chownr@3.0.0:
|
|
resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
|
|
engines: {node: '>=18'}
|
|
|
|
ci-info@3.9.0:
|
|
resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
cjs-module-lexer@1.4.3:
|
|
resolution: {integrity: sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==}
|
|
|
|
cliui@8.0.1:
|
|
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
co@4.6.0:
|
|
resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==}
|
|
engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'}
|
|
|
|
collect-v8-coverage@1.0.3:
|
|
resolution: {integrity: sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==}
|
|
|
|
color-convert@2.0.1:
|
|
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
engines: {node: '>=7.0.0'}
|
|
|
|
color-name@1.1.4:
|
|
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
|
|
color-string@1.9.1:
|
|
resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
|
|
|
|
color@4.2.3:
|
|
resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==}
|
|
engines: {node: '>=12.5.0'}
|
|
|
|
combined-stream@1.0.8:
|
|
resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
concat-map@0.0.1:
|
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
|
|
convert-source-map@2.0.0:
|
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
|
|
create-jest@29.7.0:
|
|
resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
hasBin: true
|
|
|
|
cross-spawn@7.0.6:
|
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
engines: {node: '>= 8'}
|
|
|
|
crypt@0.0.2:
|
|
resolution: {integrity: sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==}
|
|
|
|
debug@4.4.3:
|
|
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
engines: {node: '>=6.0'}
|
|
peerDependencies:
|
|
supports-color: '*'
|
|
peerDependenciesMeta:
|
|
supports-color:
|
|
optional: true
|
|
|
|
dedent@1.7.2:
|
|
resolution: {integrity: sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==}
|
|
peerDependencies:
|
|
babel-plugin-macros: ^3.1.0
|
|
peerDependenciesMeta:
|
|
babel-plugin-macros:
|
|
optional: true
|
|
|
|
deepmerge@4.3.1:
|
|
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
delayed-stream@1.0.0:
|
|
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
detect-libc@2.1.2:
|
|
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
detect-newline@3.1.0:
|
|
resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==}
|
|
engines: {node: '>=8'}
|
|
|
|
diff-sequences@29.6.3:
|
|
resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
digest-fetch@1.3.0:
|
|
resolution: {integrity: sha512-CGJuv6iKNM7QyZlM2T3sPAdZWd/p9zQiRNS9G+9COUCwzWFTs0Xp8NF5iePx7wtvhDykReiRRrSeNb4oMmB8lA==}
|
|
|
|
dunder-proto@1.0.1:
|
|
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
electron-to-chromium@1.5.353:
|
|
resolution: {integrity: sha512-kOrWphBi8TOZyiJZqsgqIle0lw+tzmnQK83pV9dZUd01Nm2POECSyFQMAuarzZdYqQW7FH9RaYOuaRo3h+bQ3w==}
|
|
|
|
emittery@0.13.1:
|
|
resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
emoji-regex@8.0.0:
|
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
|
|
error-ex@1.3.4:
|
|
resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==}
|
|
|
|
es-define-property@1.0.1:
|
|
resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-errors@1.3.0:
|
|
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-object-atoms@1.1.1:
|
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
escalade@3.2.0:
|
|
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
engines: {node: '>=6'}
|
|
|
|
escape-string-regexp@2.0.0:
|
|
resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==}
|
|
engines: {node: '>=8'}
|
|
|
|
esprima@4.0.1:
|
|
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
|
|
engines: {node: '>=4'}
|
|
hasBin: true
|
|
|
|
event-target-shim@5.0.1:
|
|
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
execa@5.1.1:
|
|
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
|
|
engines: {node: '>=10'}
|
|
|
|
exit@0.1.2:
|
|
resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
expect@29.7.0:
|
|
resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
fast-json-stable-stringify@2.1.0:
|
|
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
|
|
|
fb-watchman@2.0.2:
|
|
resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==}
|
|
|
|
fill-range@7.1.1:
|
|
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
|
engines: {node: '>=8'}
|
|
|
|
find-up@4.1.0:
|
|
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
|
|
engines: {node: '>=8'}
|
|
|
|
flatbuffers@1.12.0:
|
|
resolution: {integrity: sha512-c7CZADjRcl6j0PlvFy0ZqXQ67qSEZfrVPynmnL+2zPc+NtMvrF8Y0QceMo7QqnSPc7+uWjUIAbvCQ5WIKlMVdQ==}
|
|
|
|
form-data-encoder@1.7.2:
|
|
resolution: {integrity: sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==}
|
|
|
|
form-data@4.0.5:
|
|
resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
|
|
engines: {node: '>= 6'}
|
|
|
|
formdata-node@4.4.1:
|
|
resolution: {integrity: sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==}
|
|
engines: {node: '>= 12.20'}
|
|
|
|
fs.realpath@1.0.0:
|
|
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
|
|
|
|
fsevents@2.3.3:
|
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
os: [darwin]
|
|
|
|
function-bind@1.1.2:
|
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
|
|
gensync@1.0.0-beta.2:
|
|
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
get-caller-file@2.0.5:
|
|
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
engines: {node: 6.* || 8.* || >= 10.*}
|
|
|
|
get-intrinsic@1.3.0:
|
|
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-package-type@0.1.0:
|
|
resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==}
|
|
engines: {node: '>=8.0.0'}
|
|
|
|
get-proto@1.0.1:
|
|
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-stream@6.0.1:
|
|
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
|
|
engines: {node: '>=10'}
|
|
|
|
glob@7.2.3:
|
|
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
|
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
|
|
gopd@1.2.0:
|
|
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
graceful-fs@4.2.11:
|
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
|
|
guid-typescript@1.0.9:
|
|
resolution: {integrity: sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==}
|
|
|
|
handlebars@4.7.9:
|
|
resolution: {integrity: sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==}
|
|
engines: {node: '>=0.4.7'}
|
|
hasBin: true
|
|
|
|
has-flag@4.0.0:
|
|
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
has-symbols@1.1.0:
|
|
resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
has-tostringtag@1.0.2:
|
|
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
hasown@2.0.3:
|
|
resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
html-escaper@2.0.2:
|
|
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
|
|
|
|
human-signals@2.1.0:
|
|
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
|
engines: {node: '>=10.17.0'}
|
|
|
|
humanize-ms@1.2.1:
|
|
resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
|
|
|
|
import-local@3.2.0:
|
|
resolution: {integrity: sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==}
|
|
engines: {node: '>=8'}
|
|
hasBin: true
|
|
|
|
imurmurhash@0.1.4:
|
|
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
engines: {node: '>=0.8.19'}
|
|
|
|
inflight@1.0.6:
|
|
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
|
|
deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
|
|
|
|
inherits@2.0.4:
|
|
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
|
|
is-arrayish@0.2.1:
|
|
resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
|
|
|
|
is-arrayish@0.3.4:
|
|
resolution: {integrity: sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==}
|
|
|
|
is-buffer@1.1.6:
|
|
resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==}
|
|
|
|
is-core-module@2.16.2:
|
|
resolution: {integrity: sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-fullwidth-code-point@3.0.0:
|
|
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-generator-fn@2.1.0:
|
|
resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
is-number@7.0.0:
|
|
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
is-stream@2.0.1:
|
|
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
|
|
engines: {node: '>=8'}
|
|
|
|
isexe@2.0.0:
|
|
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
|
|
istanbul-lib-coverage@3.2.2:
|
|
resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==}
|
|
engines: {node: '>=8'}
|
|
|
|
istanbul-lib-instrument@5.2.1:
|
|
resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==}
|
|
engines: {node: '>=8'}
|
|
|
|
istanbul-lib-instrument@6.0.3:
|
|
resolution: {integrity: sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
istanbul-lib-report@3.0.1:
|
|
resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==}
|
|
engines: {node: '>=10'}
|
|
|
|
istanbul-lib-source-maps@4.0.1:
|
|
resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==}
|
|
engines: {node: '>=10'}
|
|
|
|
istanbul-reports@3.2.0:
|
|
resolution: {integrity: sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==}
|
|
engines: {node: '>=8'}
|
|
|
|
jest-changed-files@29.7.0:
|
|
resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-circus@29.7.0:
|
|
resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-cli@29.7.0:
|
|
resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
|
|
peerDependenciesMeta:
|
|
node-notifier:
|
|
optional: true
|
|
|
|
jest-config@29.7.0:
|
|
resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==}
|
|
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
|
|
|
|
jest-diff@29.7.0:
|
|
resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-docblock@29.7.0:
|
|
resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-each@29.7.0:
|
|
resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-environment-node-single-context@29.4.0:
|
|
resolution: {integrity: sha512-VOuB0Pf3/+Tu0eImZ888SeHpFIiujRiW/3b6NTST1/zdv6ZdRAblCV2q5SisF0PlDA8y9SHJWjKFtFXNJ7U6CQ==}
|
|
deprecated: Package no longer maintained
|
|
|
|
jest-environment-node@29.7.0:
|
|
resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-get-type@29.6.3:
|
|
resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-haste-map@29.7.0:
|
|
resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-leak-detector@29.7.0:
|
|
resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-matcher-utils@29.7.0:
|
|
resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-message-util@29.7.0:
|
|
resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-mock@29.7.0:
|
|
resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-pnp-resolver@1.2.3:
|
|
resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==}
|
|
engines: {node: '>=6'}
|
|
peerDependencies:
|
|
jest-resolve: '*'
|
|
peerDependenciesMeta:
|
|
jest-resolve:
|
|
optional: true
|
|
|
|
jest-regex-util@29.6.3:
|
|
resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-resolve-dependencies@29.7.0:
|
|
resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-resolve@29.7.0:
|
|
resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-runner@29.7.0:
|
|
resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-runtime@29.7.0:
|
|
resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-snapshot@29.7.0:
|
|
resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-util@29.7.0:
|
|
resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-validate@29.7.0:
|
|
resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-watcher@29.7.0:
|
|
resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-worker@29.7.0:
|
|
resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest@29.7.0:
|
|
resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
|
|
peerDependenciesMeta:
|
|
node-notifier:
|
|
optional: true
|
|
|
|
js-tokens@4.0.0:
|
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
|
|
js-yaml@3.14.2:
|
|
resolution: {integrity: sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==}
|
|
hasBin: true
|
|
|
|
jsesc@3.1.0:
|
|
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
json-parse-even-better-errors@2.3.1:
|
|
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
|
|
|
|
json5@2.2.3:
|
|
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
kleur@3.0.3:
|
|
resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
|
|
engines: {node: '>=6'}
|
|
|
|
leven@3.1.0:
|
|
resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==}
|
|
engines: {node: '>=6'}
|
|
|
|
lines-and-columns@1.2.4:
|
|
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
|
|
|
locate-path@5.0.0:
|
|
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
|
|
engines: {node: '>=8'}
|
|
|
|
lodash.memoize@4.1.2:
|
|
resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==}
|
|
|
|
long@5.3.2:
|
|
resolution: {integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==}
|
|
|
|
lru-cache@5.1.1:
|
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
|
|
make-dir@4.0.0:
|
|
resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==}
|
|
engines: {node: '>=10'}
|
|
|
|
make-error@1.3.6:
|
|
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
|
|
|
|
makeerror@1.0.12:
|
|
resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==}
|
|
|
|
math-intrinsics@1.1.0:
|
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
md5@2.3.0:
|
|
resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==}
|
|
|
|
merge-stream@2.0.0:
|
|
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
|
|
|
|
micromatch@4.0.8:
|
|
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
|
|
engines: {node: '>=8.6'}
|
|
|
|
mime-db@1.52.0:
|
|
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
mime-types@2.1.35:
|
|
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
mimic-fn@2.1.0:
|
|
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
|
engines: {node: '>=6'}
|
|
|
|
minimatch@3.1.5:
|
|
resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==}
|
|
|
|
minimist@1.2.8:
|
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
|
|
minipass@7.1.3:
|
|
resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
minizlib@3.1.0:
|
|
resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==}
|
|
engines: {node: '>= 18'}
|
|
|
|
ms@2.1.3:
|
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
|
|
natural-compare@1.4.0:
|
|
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
|
|
|
|
neo-async@2.6.2:
|
|
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
|
|
|
|
node-domexception@1.0.0:
|
|
resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
|
|
engines: {node: '>=10.5.0'}
|
|
deprecated: Use your platform's native DOMException instead
|
|
|
|
node-fetch@2.7.0:
|
|
resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
|
|
engines: {node: 4.x || >=6.0.0}
|
|
peerDependencies:
|
|
encoding: ^0.1.0
|
|
peerDependenciesMeta:
|
|
encoding:
|
|
optional: true
|
|
|
|
node-int64@0.4.0:
|
|
resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==}
|
|
|
|
node-releases@2.0.38:
|
|
resolution: {integrity: sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==}
|
|
|
|
normalize-path@3.0.0:
|
|
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
npm-run-path@4.0.1:
|
|
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
|
|
engines: {node: '>=8'}
|
|
|
|
once@1.4.0:
|
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
|
|
onetime@5.1.2:
|
|
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
|
engines: {node: '>=6'}
|
|
|
|
onnxruntime-common@1.19.2:
|
|
resolution: {integrity: sha512-a4R7wYEVFbZBlp0BfhpbFWqe4opCor3KM+5Wm22Az3NGDcQMiU2hfG/0MfnBs+1ZrlSGmlgWeMcXQkDk1UFb8Q==}
|
|
|
|
onnxruntime-common@1.20.0-dev.20241016-2b8fc5529b:
|
|
resolution: {integrity: sha512-KZK8b6zCYGZFjd4ANze0pqBnqnFTS3GIVeclQpa2qseDpXrCQJfkWBixRcrZShNhm3LpFOZ8qJYFC5/qsJK9WQ==}
|
|
|
|
onnxruntime-node@1.19.2:
|
|
resolution: {integrity: sha512-9eHMP/HKbbeUcqte1JYzaaRC8JPn7ojWeCeoyShO86TOR97OCyIyAIOGX3V95ErjslVhJRXY8Em/caIUc0hm1Q==}
|
|
os: [win32, darwin, linux]
|
|
|
|
onnxruntime-web@1.21.0-dev.20241024-d9ca84ef96:
|
|
resolution: {integrity: sha512-ANSQfMALvCviN3Y4tvTViKofKToV1WUb2r2VjZVCi3uUBPaK15oNJyIxhsNyEckBr/Num3JmSXlkHOD8HfVzSQ==}
|
|
|
|
openai@4.29.2:
|
|
resolution: {integrity: sha512-cPkT6zjEcE4qU5OW/SoDDuXEsdOLrXlAORhzmaguj5xZSPlgKvLhi27sFWhLKj07Y6WKNWxcwIbzm512FzTBNQ==}
|
|
hasBin: true
|
|
|
|
p-limit@2.3.0:
|
|
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
|
engines: {node: '>=6'}
|
|
|
|
p-limit@3.1.0:
|
|
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
p-locate@4.1.0:
|
|
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
|
|
engines: {node: '>=8'}
|
|
|
|
p-try@2.2.0:
|
|
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
parse-json@5.2.0:
|
|
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
|
|
engines: {node: '>=8'}
|
|
|
|
path-exists@4.0.0:
|
|
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
|
engines: {node: '>=8'}
|
|
|
|
path-is-absolute@1.0.1:
|
|
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
path-key@3.1.1:
|
|
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
engines: {node: '>=8'}
|
|
|
|
path-parse@1.0.7:
|
|
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
|
|
|
picocolors@1.1.1:
|
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
|
|
picomatch@2.3.2:
|
|
resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==}
|
|
engines: {node: '>=8.6'}
|
|
|
|
pirates@4.0.7:
|
|
resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
pkg-dir@4.2.0:
|
|
resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
platform@1.3.6:
|
|
resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==}
|
|
|
|
pretty-format@29.7.0:
|
|
resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
prompts@2.4.2:
|
|
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
|
|
engines: {node: '>= 6'}
|
|
|
|
protobufjs@7.5.7:
|
|
resolution: {integrity: sha512-NGnrxS/nLKUo5nkbVQxlC71sB4hdfImdYIbFeSCidxtwATx0AHRPcANSLd0q5Bb2BkoSWo2iisQhGg5/r+ihbA==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
pure-rand@6.1.0:
|
|
resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==}
|
|
|
|
react-is@18.3.1:
|
|
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
|
|
|
|
require-directory@2.1.1:
|
|
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
resolve-cwd@3.0.0:
|
|
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
|
|
engines: {node: '>=8'}
|
|
|
|
resolve-from@5.0.0:
|
|
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
|
|
engines: {node: '>=8'}
|
|
|
|
resolve.exports@2.0.3:
|
|
resolution: {integrity: sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==}
|
|
engines: {node: '>=10'}
|
|
|
|
resolve@1.22.12:
|
|
resolution: {integrity: sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==}
|
|
engines: {node: '>= 0.4'}
|
|
hasBin: true
|
|
|
|
semver@6.3.1:
|
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
hasBin: true
|
|
|
|
semver@7.8.0:
|
|
resolution: {integrity: sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
sharp@0.33.5:
|
|
resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
shebang-command@2.0.0:
|
|
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
engines: {node: '>=8'}
|
|
|
|
shebang-regex@3.0.0:
|
|
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
engines: {node: '>=8'}
|
|
|
|
signal-exit@3.0.7:
|
|
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
|
|
|
simple-swizzle@0.2.4:
|
|
resolution: {integrity: sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==}
|
|
|
|
sisteransi@1.0.5:
|
|
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
|
|
|
|
slash@3.0.0:
|
|
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
|
|
engines: {node: '>=8'}
|
|
|
|
source-map-support@0.5.13:
|
|
resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==}
|
|
|
|
source-map@0.6.1:
|
|
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
sprintf-js@1.0.3:
|
|
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
|
|
|
|
stack-utils@2.0.6:
|
|
resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
string-length@4.0.2:
|
|
resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
string-width@4.2.3:
|
|
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
engines: {node: '>=8'}
|
|
|
|
strip-ansi@6.0.1:
|
|
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
engines: {node: '>=8'}
|
|
|
|
strip-bom@4.0.0:
|
|
resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==}
|
|
engines: {node: '>=8'}
|
|
|
|
strip-final-newline@2.0.0:
|
|
resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
|
|
engines: {node: '>=6'}
|
|
|
|
strip-json-comments@3.1.1:
|
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
engines: {node: '>=8'}
|
|
|
|
supports-color@7.2.0:
|
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
engines: {node: '>=8'}
|
|
|
|
supports-color@8.1.1:
|
|
resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
supports-preserve-symlinks-flag@1.0.0:
|
|
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
tar@7.5.15:
|
|
resolution: {integrity: sha512-dzGK0boVlC4W5QFuQN1EFSl3bIDYsk7Tj40U6eIBnK2k/8ml7TZ5agbI5j5+qnoVcAA+rNtBml8SEiLxZpNqRQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
test-exclude@6.0.0:
|
|
resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==}
|
|
engines: {node: '>=8'}
|
|
|
|
tmpl@1.0.5:
|
|
resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==}
|
|
|
|
to-regex-range@5.0.1:
|
|
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
|
engines: {node: '>=8.0'}
|
|
|
|
tr46@0.0.3:
|
|
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
|
|
|
|
ts-jest@29.4.9:
|
|
resolution: {integrity: sha512-LTb9496gYPMCqjeDLdPrKuXtncudeV1yRZnF4Wo5l3SFi0RYEnYRNgMrFIdg+FHvfzjCyQk1cLncWVqiSX+EvQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0}
|
|
hasBin: true
|
|
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
|
|
esbuild: '*'
|
|
jest: ^29.0.0 || ^30.0.0
|
|
jest-util: ^29.0.0 || ^30.0.0
|
|
typescript: '>=4.3 <7'
|
|
peerDependenciesMeta:
|
|
'@babel/core':
|
|
optional: true
|
|
'@jest/transform':
|
|
optional: true
|
|
'@jest/types':
|
|
optional: true
|
|
babel-jest:
|
|
optional: true
|
|
esbuild:
|
|
optional: true
|
|
jest-util:
|
|
optional: true
|
|
|
|
tslib@2.8.1:
|
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
|
|
type-detect@4.0.8:
|
|
resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
|
|
engines: {node: '>=4'}
|
|
|
|
type-fest@0.21.3:
|
|
resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
|
|
engines: {node: '>=10'}
|
|
|
|
type-fest@4.41.0:
|
|
resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
|
|
engines: {node: '>=16'}
|
|
|
|
typescript@5.9.3:
|
|
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
uglify-js@3.19.3:
|
|
resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==}
|
|
engines: {node: '>=0.8.0'}
|
|
hasBin: true
|
|
|
|
undici-types@5.26.5:
|
|
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
|
|
|
|
undici-types@7.21.0:
|
|
resolution: {integrity: sha512-w9IMgQrz4O0YN1LtB7K5P63vhlIOvC7opSmouCJ+ZywlPAlO9gIkJ+otk6LvGpAs2wg4econaCz3TvQ9xPoyuQ==}
|
|
|
|
update-browserslist-db@1.2.3:
|
|
resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
browserslist: '>= 4.21.0'
|
|
|
|
v8-to-istanbul@9.3.0:
|
|
resolution: {integrity: sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==}
|
|
engines: {node: '>=10.12.0'}
|
|
|
|
walker@1.0.8:
|
|
resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
|
|
|
|
web-streams-polyfill@3.3.3:
|
|
resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
|
|
engines: {node: '>= 8'}
|
|
|
|
web-streams-polyfill@4.0.0-beta.3:
|
|
resolution: {integrity: sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==}
|
|
engines: {node: '>= 14'}
|
|
|
|
webidl-conversions@3.0.1:
|
|
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
|
|
|
|
whatwg-url@5.0.0:
|
|
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
|
|
|
|
which@2.0.2:
|
|
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
engines: {node: '>= 8'}
|
|
hasBin: true
|
|
|
|
wordwrap@1.0.0:
|
|
resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==}
|
|
|
|
wrap-ansi@7.0.0:
|
|
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
wrappy@1.0.2:
|
|
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
|
|
|
write-file-atomic@4.0.2:
|
|
resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
|
|
y18n@5.0.8:
|
|
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
|
|
engines: {node: '>=10'}
|
|
|
|
yallist@3.1.1:
|
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
|
|
yallist@5.0.0:
|
|
resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
|
|
engines: {node: '>=18'}
|
|
|
|
yargs-parser@21.1.1:
|
|
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
engines: {node: '>=12'}
|
|
|
|
yargs@17.7.2:
|
|
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
|
|
engines: {node: '>=12'}
|
|
|
|
yocto-queue@0.1.0:
|
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
snapshots:
|
|
|
|
'@babel/code-frame@7.29.0':
|
|
dependencies:
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
js-tokens: 4.0.0
|
|
picocolors: 1.1.1
|
|
|
|
'@babel/compat-data@7.29.3': {}
|
|
|
|
'@babel/core@7.29.0':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.0
|
|
'@babel/generator': 7.29.1
|
|
'@babel/helper-compilation-targets': 7.28.6
|
|
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
|
|
'@babel/helpers': 7.29.2
|
|
'@babel/parser': 7.29.3
|
|
'@babel/template': 7.28.6
|
|
'@babel/traverse': 7.29.0
|
|
'@babel/types': 7.29.0
|
|
'@jridgewell/remapping': 2.3.5
|
|
convert-source-map: 2.0.0
|
|
debug: 4.4.3
|
|
gensync: 1.0.0-beta.2
|
|
json5: 2.2.3
|
|
semver: 6.3.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/generator@7.29.1':
|
|
dependencies:
|
|
'@babel/parser': 7.29.3
|
|
'@babel/types': 7.29.0
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
jsesc: 3.1.0
|
|
|
|
'@babel/helper-compilation-targets@7.28.6':
|
|
dependencies:
|
|
'@babel/compat-data': 7.29.3
|
|
'@babel/helper-validator-option': 7.27.1
|
|
browserslist: 4.28.2
|
|
lru-cache: 5.1.1
|
|
semver: 6.3.1
|
|
|
|
'@babel/helper-globals@7.28.0': {}
|
|
|
|
'@babel/helper-module-imports@7.28.6':
|
|
dependencies:
|
|
'@babel/traverse': 7.29.0
|
|
'@babel/types': 7.29.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-module-imports': 7.28.6
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
'@babel/traverse': 7.29.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-plugin-utils@7.28.6': {}
|
|
|
|
'@babel/helper-string-parser@7.27.1': {}
|
|
|
|
'@babel/helper-validator-identifier@7.28.5': {}
|
|
|
|
'@babel/helper-validator-option@7.27.1': {}
|
|
|
|
'@babel/helpers@7.29.2':
|
|
dependencies:
|
|
'@babel/template': 7.28.6
|
|
'@babel/types': 7.29.0
|
|
|
|
'@babel/parser@7.29.3':
|
|
dependencies:
|
|
'@babel/types': 7.29.0
|
|
|
|
'@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/template@7.28.6':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.0
|
|
'@babel/parser': 7.29.3
|
|
'@babel/types': 7.29.0
|
|
|
|
'@babel/traverse@7.29.0':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.0
|
|
'@babel/generator': 7.29.1
|
|
'@babel/helper-globals': 7.28.0
|
|
'@babel/parser': 7.29.3
|
|
'@babel/template': 7.28.6
|
|
'@babel/types': 7.29.0
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/types@7.29.0':
|
|
dependencies:
|
|
'@babel/helper-string-parser': 7.27.1
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
|
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
|
|
'@biomejs/biome@1.9.4':
|
|
optionalDependencies:
|
|
'@biomejs/cli-darwin-arm64': 1.9.4
|
|
'@biomejs/cli-darwin-x64': 1.9.4
|
|
'@biomejs/cli-linux-arm64': 1.9.4
|
|
'@biomejs/cli-linux-arm64-musl': 1.9.4
|
|
'@biomejs/cli-linux-x64': 1.9.4
|
|
'@biomejs/cli-linux-x64-musl': 1.9.4
|
|
'@biomejs/cli-win32-arm64': 1.9.4
|
|
'@biomejs/cli-win32-x64': 1.9.4
|
|
|
|
'@biomejs/cli-darwin-arm64@1.9.4':
|
|
optional: true
|
|
|
|
'@biomejs/cli-darwin-x64@1.9.4':
|
|
optional: true
|
|
|
|
'@biomejs/cli-linux-arm64-musl@1.9.4':
|
|
optional: true
|
|
|
|
'@biomejs/cli-linux-arm64@1.9.4':
|
|
optional: true
|
|
|
|
'@biomejs/cli-linux-x64-musl@1.9.4':
|
|
optional: true
|
|
|
|
'@biomejs/cli-linux-x64@1.9.4':
|
|
optional: true
|
|
|
|
'@biomejs/cli-win32-arm64@1.9.4':
|
|
optional: true
|
|
|
|
'@biomejs/cli-win32-x64@1.9.4':
|
|
optional: true
|
|
|
|
'@emnapi/runtime@1.10.0':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@huggingface/jinja@0.3.4': {}
|
|
|
|
'@huggingface/transformers@3.0.2':
|
|
dependencies:
|
|
'@huggingface/jinja': 0.3.4
|
|
onnxruntime-node: 1.19.2
|
|
onnxruntime-web: 1.21.0-dev.20241024-d9ca84ef96
|
|
sharp: 0.33.5
|
|
|
|
'@img/sharp-darwin-arm64@0.33.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-darwin-arm64': 1.0.4
|
|
optional: true
|
|
|
|
'@img/sharp-darwin-x64@0.33.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-darwin-x64': 1.0.4
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.0.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.0.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.0.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-arm@1.0.5':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.0.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-x64@1.0.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.0.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.0.4':
|
|
optional: true
|
|
|
|
'@img/sharp-linux-arm64@0.33.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-arm64': 1.0.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-arm@0.33.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-arm': 1.0.5
|
|
optional: true
|
|
|
|
'@img/sharp-linux-s390x@0.33.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-s390x': 1.0.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-x64@0.33.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-x64': 1.0.4
|
|
optional: true
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.33.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linuxmusl-arm64': 1.0.4
|
|
optional: true
|
|
|
|
'@img/sharp-linuxmusl-x64@0.33.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linuxmusl-x64': 1.0.4
|
|
optional: true
|
|
|
|
'@img/sharp-wasm32@0.33.5':
|
|
dependencies:
|
|
'@emnapi/runtime': 1.10.0
|
|
optional: true
|
|
|
|
'@img/sharp-win32-ia32@0.33.5':
|
|
optional: true
|
|
|
|
'@img/sharp-win32-x64@0.33.5':
|
|
optional: true
|
|
|
|
'@isaacs/fs-minipass@4.0.1':
|
|
dependencies:
|
|
minipass: 7.1.3
|
|
|
|
'@istanbuljs/load-nyc-config@1.1.0':
|
|
dependencies:
|
|
camelcase: 5.3.1
|
|
find-up: 4.1.0
|
|
get-package-type: 0.1.0
|
|
js-yaml: 3.14.2
|
|
resolve-from: 5.0.0
|
|
|
|
'@istanbuljs/schema@0.1.6': {}
|
|
|
|
'@jest/console@29.7.0':
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 25.7.0
|
|
chalk: 4.1.2
|
|
jest-message-util: 29.7.0
|
|
jest-util: 29.7.0
|
|
slash: 3.0.0
|
|
|
|
'@jest/core@29.7.0':
|
|
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': 25.7.0
|
|
ansi-escapes: 4.3.2
|
|
chalk: 4.1.2
|
|
ci-info: 3.9.0
|
|
exit: 0.1.2
|
|
graceful-fs: 4.2.11
|
|
jest-changed-files: 29.7.0
|
|
jest-config: 29.7.0(@types/node@25.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.8
|
|
pretty-format: 29.7.0
|
|
slash: 3.0.0
|
|
strip-ansi: 6.0.1
|
|
transitivePeerDependencies:
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
- ts-node
|
|
|
|
'@jest/environment@29.7.0':
|
|
dependencies:
|
|
'@jest/fake-timers': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 25.7.0
|
|
jest-mock: 29.7.0
|
|
|
|
'@jest/expect-utils@29.7.0':
|
|
dependencies:
|
|
jest-get-type: 29.6.3
|
|
|
|
'@jest/expect@29.7.0':
|
|
dependencies:
|
|
expect: 29.7.0
|
|
jest-snapshot: 29.7.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@jest/fake-timers@29.7.0':
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
'@sinonjs/fake-timers': 10.3.0
|
|
'@types/node': 25.7.0
|
|
jest-message-util: 29.7.0
|
|
jest-mock: 29.7.0
|
|
jest-util: 29.7.0
|
|
|
|
'@jest/globals@29.7.0':
|
|
dependencies:
|
|
'@jest/environment': 29.7.0
|
|
'@jest/expect': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
jest-mock: 29.7.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@jest/reporters@29.7.0':
|
|
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.31
|
|
'@types/node': 25.7.0
|
|
chalk: 4.1.2
|
|
collect-v8-coverage: 1.0.3
|
|
exit: 0.1.2
|
|
glob: 7.2.3
|
|
graceful-fs: 4.2.11
|
|
istanbul-lib-coverage: 3.2.2
|
|
istanbul-lib-instrument: 6.0.3
|
|
istanbul-lib-report: 3.0.1
|
|
istanbul-lib-source-maps: 4.0.1
|
|
istanbul-reports: 3.2.0
|
|
jest-message-util: 29.7.0
|
|
jest-util: 29.7.0
|
|
jest-worker: 29.7.0
|
|
slash: 3.0.0
|
|
string-length: 4.0.2
|
|
strip-ansi: 6.0.1
|
|
v8-to-istanbul: 9.3.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@jest/schemas@29.6.3':
|
|
dependencies:
|
|
'@sinclair/typebox': 0.27.10
|
|
|
|
'@jest/source-map@29.6.3':
|
|
dependencies:
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
callsites: 3.1.0
|
|
graceful-fs: 4.2.11
|
|
|
|
'@jest/test-result@29.7.0':
|
|
dependencies:
|
|
'@jest/console': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/istanbul-lib-coverage': 2.0.6
|
|
collect-v8-coverage: 1.0.3
|
|
|
|
'@jest/test-sequencer@29.7.0':
|
|
dependencies:
|
|
'@jest/test-result': 29.7.0
|
|
graceful-fs: 4.2.11
|
|
jest-haste-map: 29.7.0
|
|
slash: 3.0.0
|
|
|
|
'@jest/transform@29.7.0':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@jest/types': 29.6.3
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
babel-plugin-istanbul: 6.1.1
|
|
chalk: 4.1.2
|
|
convert-source-map: 2.0.0
|
|
fast-json-stable-stringify: 2.1.0
|
|
graceful-fs: 4.2.11
|
|
jest-haste-map: 29.7.0
|
|
jest-regex-util: 29.6.3
|
|
jest-util: 29.7.0
|
|
micromatch: 4.0.8
|
|
pirates: 4.0.7
|
|
slash: 3.0.0
|
|
write-file-atomic: 4.0.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@jest/types@29.6.3':
|
|
dependencies:
|
|
'@jest/schemas': 29.6.3
|
|
'@types/istanbul-lib-coverage': 2.0.6
|
|
'@types/istanbul-reports': 3.0.4
|
|
'@types/node': 25.7.0
|
|
'@types/yargs': 17.0.35
|
|
chalk: 4.1.2
|
|
|
|
'@jridgewell/gen-mapping@0.3.13':
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
|
|
'@jridgewell/remapping@2.3.5':
|
|
dependencies:
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
|
|
'@jridgewell/resolve-uri@3.1.2': {}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
|
|
'@jridgewell/trace-mapping@0.3.31':
|
|
dependencies:
|
|
'@jridgewell/resolve-uri': 3.1.2
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
'@lancedb/lancedb@file:../dist': {}
|
|
|
|
'@protobufjs/aspromise@1.1.2': {}
|
|
|
|
'@protobufjs/base64@1.1.2': {}
|
|
|
|
'@protobufjs/codegen@2.0.5': {}
|
|
|
|
'@protobufjs/eventemitter@1.1.0': {}
|
|
|
|
'@protobufjs/fetch@1.1.0':
|
|
dependencies:
|
|
'@protobufjs/aspromise': 1.1.2
|
|
'@protobufjs/inquire': 1.1.1
|
|
|
|
'@protobufjs/float@1.0.2': {}
|
|
|
|
'@protobufjs/inquire@1.1.1': {}
|
|
|
|
'@protobufjs/path@1.1.2': {}
|
|
|
|
'@protobufjs/pool@1.1.0': {}
|
|
|
|
'@protobufjs/utf8@1.1.1': {}
|
|
|
|
'@sinclair/typebox@0.27.10': {}
|
|
|
|
'@sinonjs/commons@3.0.1':
|
|
dependencies:
|
|
type-detect: 4.0.8
|
|
|
|
'@sinonjs/fake-timers@10.3.0':
|
|
dependencies:
|
|
'@sinonjs/commons': 3.0.1
|
|
|
|
'@types/babel__core@7.20.5':
|
|
dependencies:
|
|
'@babel/parser': 7.29.3
|
|
'@babel/types': 7.29.0
|
|
'@types/babel__generator': 7.27.0
|
|
'@types/babel__template': 7.4.4
|
|
'@types/babel__traverse': 7.28.0
|
|
|
|
'@types/babel__generator@7.27.0':
|
|
dependencies:
|
|
'@babel/types': 7.29.0
|
|
|
|
'@types/babel__template@7.4.4':
|
|
dependencies:
|
|
'@babel/parser': 7.29.3
|
|
'@babel/types': 7.29.0
|
|
|
|
'@types/babel__traverse@7.28.0':
|
|
dependencies:
|
|
'@babel/types': 7.29.0
|
|
|
|
'@types/graceful-fs@4.1.9':
|
|
dependencies:
|
|
'@types/node': 25.7.0
|
|
|
|
'@types/istanbul-lib-coverage@2.0.6': {}
|
|
|
|
'@types/istanbul-lib-report@3.0.3':
|
|
dependencies:
|
|
'@types/istanbul-lib-coverage': 2.0.6
|
|
|
|
'@types/istanbul-reports@3.0.4':
|
|
dependencies:
|
|
'@types/istanbul-lib-report': 3.0.3
|
|
|
|
'@types/node-fetch@2.6.13':
|
|
dependencies:
|
|
'@types/node': 18.19.130
|
|
form-data: 4.0.5
|
|
|
|
'@types/node@18.19.130':
|
|
dependencies:
|
|
undici-types: 5.26.5
|
|
|
|
'@types/node@25.7.0':
|
|
dependencies:
|
|
undici-types: 7.21.0
|
|
|
|
'@types/stack-utils@2.0.3': {}
|
|
|
|
'@types/yargs-parser@21.0.3': {}
|
|
|
|
'@types/yargs@17.0.35':
|
|
dependencies:
|
|
'@types/yargs-parser': 21.0.3
|
|
|
|
abort-controller@3.0.0:
|
|
dependencies:
|
|
event-target-shim: 5.0.1
|
|
|
|
agentkeepalive@4.6.0:
|
|
dependencies:
|
|
humanize-ms: 1.2.1
|
|
|
|
ansi-escapes@4.3.2:
|
|
dependencies:
|
|
type-fest: 0.21.3
|
|
|
|
ansi-regex@5.0.1: {}
|
|
|
|
ansi-styles@4.3.0:
|
|
dependencies:
|
|
color-convert: 2.0.1
|
|
|
|
ansi-styles@5.2.0: {}
|
|
|
|
anymatch@3.1.3:
|
|
dependencies:
|
|
normalize-path: 3.0.0
|
|
picomatch: 2.3.2
|
|
|
|
argparse@1.0.10:
|
|
dependencies:
|
|
sprintf-js: 1.0.3
|
|
|
|
asynckit@0.4.0: {}
|
|
|
|
babel-jest@29.7.0(@babel/core@7.29.0):
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@jest/transform': 29.7.0
|
|
'@types/babel__core': 7.20.5
|
|
babel-plugin-istanbul: 6.1.1
|
|
babel-preset-jest: 29.6.3(@babel/core@7.29.0)
|
|
chalk: 4.1.2
|
|
graceful-fs: 4.2.11
|
|
slash: 3.0.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
babel-plugin-istanbul@6.1.1:
|
|
dependencies:
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
'@istanbuljs/load-nyc-config': 1.1.0
|
|
'@istanbuljs/schema': 0.1.6
|
|
istanbul-lib-instrument: 5.2.1
|
|
test-exclude: 6.0.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
babel-plugin-jest-hoist@29.6.3:
|
|
dependencies:
|
|
'@babel/template': 7.28.6
|
|
'@babel/types': 7.29.0
|
|
'@types/babel__core': 7.20.5
|
|
'@types/babel__traverse': 7.28.0
|
|
|
|
babel-preset-current-node-syntax@1.2.0(@babel/core@7.29.0):
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.0)
|
|
|
|
babel-preset-jest@29.6.3(@babel/core@7.29.0):
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
babel-plugin-jest-hoist: 29.6.3
|
|
babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.0)
|
|
|
|
balanced-match@1.0.2: {}
|
|
|
|
base-64@0.1.0: {}
|
|
|
|
baseline-browser-mapping@2.10.29: {}
|
|
|
|
brace-expansion@1.1.14:
|
|
dependencies:
|
|
balanced-match: 1.0.2
|
|
concat-map: 0.0.1
|
|
|
|
braces@3.0.3:
|
|
dependencies:
|
|
fill-range: 7.1.1
|
|
|
|
browserslist@4.28.2:
|
|
dependencies:
|
|
baseline-browser-mapping: 2.10.29
|
|
caniuse-lite: 1.0.30001792
|
|
electron-to-chromium: 1.5.353
|
|
node-releases: 2.0.38
|
|
update-browserslist-db: 1.2.3(browserslist@4.28.2)
|
|
|
|
bs-logger@0.2.6:
|
|
dependencies:
|
|
fast-json-stable-stringify: 2.1.0
|
|
|
|
bser@2.1.1:
|
|
dependencies:
|
|
node-int64: 0.4.0
|
|
|
|
buffer-from@1.1.2: {}
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
function-bind: 1.1.2
|
|
|
|
callsites@3.1.0: {}
|
|
|
|
camelcase@5.3.1: {}
|
|
|
|
camelcase@6.3.0: {}
|
|
|
|
caniuse-lite@1.0.30001792: {}
|
|
|
|
chalk@4.1.2:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
supports-color: 7.2.0
|
|
|
|
char-regex@1.0.2: {}
|
|
|
|
charenc@0.0.2: {}
|
|
|
|
chownr@3.0.0: {}
|
|
|
|
ci-info@3.9.0: {}
|
|
|
|
cjs-module-lexer@1.4.3: {}
|
|
|
|
cliui@8.0.1:
|
|
dependencies:
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
wrap-ansi: 7.0.0
|
|
|
|
co@4.6.0: {}
|
|
|
|
collect-v8-coverage@1.0.3: {}
|
|
|
|
color-convert@2.0.1:
|
|
dependencies:
|
|
color-name: 1.1.4
|
|
|
|
color-name@1.1.4: {}
|
|
|
|
color-string@1.9.1:
|
|
dependencies:
|
|
color-name: 1.1.4
|
|
simple-swizzle: 0.2.4
|
|
|
|
color@4.2.3:
|
|
dependencies:
|
|
color-convert: 2.0.1
|
|
color-string: 1.9.1
|
|
|
|
combined-stream@1.0.8:
|
|
dependencies:
|
|
delayed-stream: 1.0.0
|
|
|
|
concat-map@0.0.1: {}
|
|
|
|
convert-source-map@2.0.0: {}
|
|
|
|
create-jest@29.7.0(@types/node@25.7.0):
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
chalk: 4.1.2
|
|
exit: 0.1.2
|
|
graceful-fs: 4.2.11
|
|
jest-config: 29.7.0(@types/node@25.7.0)
|
|
jest-util: 29.7.0
|
|
prompts: 2.4.2
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
- ts-node
|
|
|
|
cross-spawn@7.0.6:
|
|
dependencies:
|
|
path-key: 3.1.1
|
|
shebang-command: 2.0.0
|
|
which: 2.0.2
|
|
|
|
crypt@0.0.2: {}
|
|
|
|
debug@4.4.3:
|
|
dependencies:
|
|
ms: 2.1.3
|
|
|
|
dedent@1.7.2: {}
|
|
|
|
deepmerge@4.3.1: {}
|
|
|
|
delayed-stream@1.0.0: {}
|
|
|
|
detect-libc@2.1.2: {}
|
|
|
|
detect-newline@3.1.0: {}
|
|
|
|
diff-sequences@29.6.3: {}
|
|
|
|
digest-fetch@1.3.0:
|
|
dependencies:
|
|
base-64: 0.1.0
|
|
md5: 2.3.0
|
|
|
|
dunder-proto@1.0.1:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-errors: 1.3.0
|
|
gopd: 1.2.0
|
|
|
|
electron-to-chromium@1.5.353: {}
|
|
|
|
emittery@0.13.1: {}
|
|
|
|
emoji-regex@8.0.0: {}
|
|
|
|
error-ex@1.3.4:
|
|
dependencies:
|
|
is-arrayish: 0.2.1
|
|
|
|
es-define-property@1.0.1: {}
|
|
|
|
es-errors@1.3.0: {}
|
|
|
|
es-object-atoms@1.1.1:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
get-intrinsic: 1.3.0
|
|
has-tostringtag: 1.0.2
|
|
hasown: 2.0.3
|
|
|
|
escalade@3.2.0: {}
|
|
|
|
escape-string-regexp@2.0.0: {}
|
|
|
|
esprima@4.0.1: {}
|
|
|
|
event-target-shim@5.0.1: {}
|
|
|
|
execa@5.1.1:
|
|
dependencies:
|
|
cross-spawn: 7.0.6
|
|
get-stream: 6.0.1
|
|
human-signals: 2.1.0
|
|
is-stream: 2.0.1
|
|
merge-stream: 2.0.0
|
|
npm-run-path: 4.0.1
|
|
onetime: 5.1.2
|
|
signal-exit: 3.0.7
|
|
strip-final-newline: 2.0.0
|
|
|
|
exit@0.1.2: {}
|
|
|
|
expect@29.7.0:
|
|
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
|
|
|
|
fast-json-stable-stringify@2.1.0: {}
|
|
|
|
fb-watchman@2.0.2:
|
|
dependencies:
|
|
bser: 2.1.1
|
|
|
|
fill-range@7.1.1:
|
|
dependencies:
|
|
to-regex-range: 5.0.1
|
|
|
|
find-up@4.1.0:
|
|
dependencies:
|
|
locate-path: 5.0.0
|
|
path-exists: 4.0.0
|
|
|
|
flatbuffers@1.12.0: {}
|
|
|
|
form-data-encoder@1.7.2: {}
|
|
|
|
form-data@4.0.5:
|
|
dependencies:
|
|
asynckit: 0.4.0
|
|
combined-stream: 1.0.8
|
|
es-set-tostringtag: 2.1.0
|
|
hasown: 2.0.3
|
|
mime-types: 2.1.35
|
|
|
|
formdata-node@4.4.1:
|
|
dependencies:
|
|
node-domexception: 1.0.0
|
|
web-streams-polyfill: 4.0.0-beta.3
|
|
|
|
fs.realpath@1.0.0: {}
|
|
|
|
fsevents@2.3.3:
|
|
optional: true
|
|
|
|
function-bind@1.1.2: {}
|
|
|
|
gensync@1.0.0-beta.2: {}
|
|
|
|
get-caller-file@2.0.5: {}
|
|
|
|
get-intrinsic@1.3.0:
|
|
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.3
|
|
math-intrinsics: 1.1.0
|
|
|
|
get-package-type@0.1.0: {}
|
|
|
|
get-proto@1.0.1:
|
|
dependencies:
|
|
dunder-proto: 1.0.1
|
|
es-object-atoms: 1.1.1
|
|
|
|
get-stream@6.0.1: {}
|
|
|
|
glob@7.2.3:
|
|
dependencies:
|
|
fs.realpath: 1.0.0
|
|
inflight: 1.0.6
|
|
inherits: 2.0.4
|
|
minimatch: 3.1.5
|
|
once: 1.4.0
|
|
path-is-absolute: 1.0.1
|
|
|
|
gopd@1.2.0: {}
|
|
|
|
graceful-fs@4.2.11: {}
|
|
|
|
guid-typescript@1.0.9: {}
|
|
|
|
handlebars@4.7.9:
|
|
dependencies:
|
|
minimist: 1.2.8
|
|
neo-async: 2.6.2
|
|
source-map: 0.6.1
|
|
wordwrap: 1.0.0
|
|
optionalDependencies:
|
|
uglify-js: 3.19.3
|
|
|
|
has-flag@4.0.0: {}
|
|
|
|
has-symbols@1.1.0: {}
|
|
|
|
has-tostringtag@1.0.2:
|
|
dependencies:
|
|
has-symbols: 1.1.0
|
|
|
|
hasown@2.0.3:
|
|
dependencies:
|
|
function-bind: 1.1.2
|
|
|
|
html-escaper@2.0.2: {}
|
|
|
|
human-signals@2.1.0: {}
|
|
|
|
humanize-ms@1.2.1:
|
|
dependencies:
|
|
ms: 2.1.3
|
|
|
|
import-local@3.2.0:
|
|
dependencies:
|
|
pkg-dir: 4.2.0
|
|
resolve-cwd: 3.0.0
|
|
|
|
imurmurhash@0.1.4: {}
|
|
|
|
inflight@1.0.6:
|
|
dependencies:
|
|
once: 1.4.0
|
|
wrappy: 1.0.2
|
|
|
|
inherits@2.0.4: {}
|
|
|
|
is-arrayish@0.2.1: {}
|
|
|
|
is-arrayish@0.3.4: {}
|
|
|
|
is-buffer@1.1.6: {}
|
|
|
|
is-core-module@2.16.2:
|
|
dependencies:
|
|
hasown: 2.0.3
|
|
|
|
is-fullwidth-code-point@3.0.0: {}
|
|
|
|
is-generator-fn@2.1.0: {}
|
|
|
|
is-number@7.0.0: {}
|
|
|
|
is-stream@2.0.1: {}
|
|
|
|
isexe@2.0.0: {}
|
|
|
|
istanbul-lib-coverage@3.2.2: {}
|
|
|
|
istanbul-lib-instrument@5.2.1:
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/parser': 7.29.3
|
|
'@istanbuljs/schema': 0.1.6
|
|
istanbul-lib-coverage: 3.2.2
|
|
semver: 6.3.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
istanbul-lib-instrument@6.0.3:
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/parser': 7.29.3
|
|
'@istanbuljs/schema': 0.1.6
|
|
istanbul-lib-coverage: 3.2.2
|
|
semver: 7.8.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
istanbul-lib-report@3.0.1:
|
|
dependencies:
|
|
istanbul-lib-coverage: 3.2.2
|
|
make-dir: 4.0.0
|
|
supports-color: 7.2.0
|
|
|
|
istanbul-lib-source-maps@4.0.1:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
istanbul-lib-coverage: 3.2.2
|
|
source-map: 0.6.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
istanbul-reports@3.2.0:
|
|
dependencies:
|
|
html-escaper: 2.0.2
|
|
istanbul-lib-report: 3.0.1
|
|
|
|
jest-changed-files@29.7.0:
|
|
dependencies:
|
|
execa: 5.1.1
|
|
jest-util: 29.7.0
|
|
p-limit: 3.1.0
|
|
|
|
jest-circus@29.7.0:
|
|
dependencies:
|
|
'@jest/environment': 29.7.0
|
|
'@jest/expect': 29.7.0
|
|
'@jest/test-result': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 25.7.0
|
|
chalk: 4.1.2
|
|
co: 4.6.0
|
|
dedent: 1.7.2
|
|
is-generator-fn: 2.1.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.1.0
|
|
slash: 3.0.0
|
|
stack-utils: 2.0.6
|
|
transitivePeerDependencies:
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
|
|
jest-cli@29.7.0(@types/node@25.7.0):
|
|
dependencies:
|
|
'@jest/core': 29.7.0
|
|
'@jest/test-result': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
chalk: 4.1.2
|
|
create-jest: 29.7.0(@types/node@25.7.0)
|
|
exit: 0.1.2
|
|
import-local: 3.2.0
|
|
jest-config: 29.7.0(@types/node@25.7.0)
|
|
jest-util: 29.7.0
|
|
jest-validate: 29.7.0
|
|
yargs: 17.7.2
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
- ts-node
|
|
|
|
jest-config@29.7.0(@types/node@25.7.0):
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@jest/test-sequencer': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
babel-jest: 29.7.0(@babel/core@7.29.0)
|
|
chalk: 4.1.2
|
|
ci-info: 3.9.0
|
|
deepmerge: 4.3.1
|
|
glob: 7.2.3
|
|
graceful-fs: 4.2.11
|
|
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.8
|
|
parse-json: 5.2.0
|
|
pretty-format: 29.7.0
|
|
slash: 3.0.0
|
|
strip-json-comments: 3.1.1
|
|
optionalDependencies:
|
|
'@types/node': 25.7.0
|
|
transitivePeerDependencies:
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
|
|
jest-diff@29.7.0:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
diff-sequences: 29.6.3
|
|
jest-get-type: 29.6.3
|
|
pretty-format: 29.7.0
|
|
|
|
jest-docblock@29.7.0:
|
|
dependencies:
|
|
detect-newline: 3.1.0
|
|
|
|
jest-each@29.7.0:
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
chalk: 4.1.2
|
|
jest-get-type: 29.6.3
|
|
jest-util: 29.7.0
|
|
pretty-format: 29.7.0
|
|
|
|
jest-environment-node-single-context@29.4.0:
|
|
dependencies:
|
|
jest-environment-node: 29.7.0
|
|
|
|
jest-environment-node@29.7.0:
|
|
dependencies:
|
|
'@jest/environment': 29.7.0
|
|
'@jest/fake-timers': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 25.7.0
|
|
jest-mock: 29.7.0
|
|
jest-util: 29.7.0
|
|
|
|
jest-get-type@29.6.3: {}
|
|
|
|
jest-haste-map@29.7.0:
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
'@types/graceful-fs': 4.1.9
|
|
'@types/node': 25.7.0
|
|
anymatch: 3.1.3
|
|
fb-watchman: 2.0.2
|
|
graceful-fs: 4.2.11
|
|
jest-regex-util: 29.6.3
|
|
jest-util: 29.7.0
|
|
jest-worker: 29.7.0
|
|
micromatch: 4.0.8
|
|
walker: 1.0.8
|
|
optionalDependencies:
|
|
fsevents: 2.3.3
|
|
|
|
jest-leak-detector@29.7.0:
|
|
dependencies:
|
|
jest-get-type: 29.6.3
|
|
pretty-format: 29.7.0
|
|
|
|
jest-matcher-utils@29.7.0:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
jest-diff: 29.7.0
|
|
jest-get-type: 29.6.3
|
|
pretty-format: 29.7.0
|
|
|
|
jest-message-util@29.7.0:
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.0
|
|
'@jest/types': 29.6.3
|
|
'@types/stack-utils': 2.0.3
|
|
chalk: 4.1.2
|
|
graceful-fs: 4.2.11
|
|
micromatch: 4.0.8
|
|
pretty-format: 29.7.0
|
|
slash: 3.0.0
|
|
stack-utils: 2.0.6
|
|
|
|
jest-mock@29.7.0:
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 25.7.0
|
|
jest-util: 29.7.0
|
|
|
|
jest-pnp-resolver@1.2.3(jest-resolve@29.7.0):
|
|
optionalDependencies:
|
|
jest-resolve: 29.7.0
|
|
|
|
jest-regex-util@29.6.3: {}
|
|
|
|
jest-resolve-dependencies@29.7.0:
|
|
dependencies:
|
|
jest-regex-util: 29.6.3
|
|
jest-snapshot: 29.7.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
jest-resolve@29.7.0:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
graceful-fs: 4.2.11
|
|
jest-haste-map: 29.7.0
|
|
jest-pnp-resolver: 1.2.3(jest-resolve@29.7.0)
|
|
jest-util: 29.7.0
|
|
jest-validate: 29.7.0
|
|
resolve: 1.22.12
|
|
resolve.exports: 2.0.3
|
|
slash: 3.0.0
|
|
|
|
jest-runner@29.7.0:
|
|
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': 25.7.0
|
|
chalk: 4.1.2
|
|
emittery: 0.13.1
|
|
graceful-fs: 4.2.11
|
|
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
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
jest-runtime@29.7.0:
|
|
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': 25.7.0
|
|
chalk: 4.1.2
|
|
cjs-module-lexer: 1.4.3
|
|
collect-v8-coverage: 1.0.3
|
|
glob: 7.2.3
|
|
graceful-fs: 4.2.11
|
|
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
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
jest-snapshot@29.7.0:
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/generator': 7.29.1
|
|
'@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0)
|
|
'@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0)
|
|
'@babel/types': 7.29.0
|
|
'@jest/expect-utils': 29.7.0
|
|
'@jest/transform': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.0)
|
|
chalk: 4.1.2
|
|
expect: 29.7.0
|
|
graceful-fs: 4.2.11
|
|
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.8.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
jest-util@29.7.0:
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 25.7.0
|
|
chalk: 4.1.2
|
|
ci-info: 3.9.0
|
|
graceful-fs: 4.2.11
|
|
picomatch: 2.3.2
|
|
|
|
jest-validate@29.7.0:
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
camelcase: 6.3.0
|
|
chalk: 4.1.2
|
|
jest-get-type: 29.6.3
|
|
leven: 3.1.0
|
|
pretty-format: 29.7.0
|
|
|
|
jest-watcher@29.7.0:
|
|
dependencies:
|
|
'@jest/test-result': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 25.7.0
|
|
ansi-escapes: 4.3.2
|
|
chalk: 4.1.2
|
|
emittery: 0.13.1
|
|
jest-util: 29.7.0
|
|
string-length: 4.0.2
|
|
|
|
jest-worker@29.7.0:
|
|
dependencies:
|
|
'@types/node': 25.7.0
|
|
jest-util: 29.7.0
|
|
merge-stream: 2.0.0
|
|
supports-color: 8.1.1
|
|
|
|
jest@29.7.0(@types/node@25.7.0):
|
|
dependencies:
|
|
'@jest/core': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
import-local: 3.2.0
|
|
jest-cli: 29.7.0(@types/node@25.7.0)
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
- ts-node
|
|
|
|
js-tokens@4.0.0: {}
|
|
|
|
js-yaml@3.14.2:
|
|
dependencies:
|
|
argparse: 1.0.10
|
|
esprima: 4.0.1
|
|
|
|
jsesc@3.1.0: {}
|
|
|
|
json-parse-even-better-errors@2.3.1: {}
|
|
|
|
json5@2.2.3: {}
|
|
|
|
kleur@3.0.3: {}
|
|
|
|
leven@3.1.0: {}
|
|
|
|
lines-and-columns@1.2.4: {}
|
|
|
|
locate-path@5.0.0:
|
|
dependencies:
|
|
p-locate: 4.1.0
|
|
|
|
lodash.memoize@4.1.2: {}
|
|
|
|
long@5.3.2: {}
|
|
|
|
lru-cache@5.1.1:
|
|
dependencies:
|
|
yallist: 3.1.1
|
|
|
|
make-dir@4.0.0:
|
|
dependencies:
|
|
semver: 7.8.0
|
|
|
|
make-error@1.3.6: {}
|
|
|
|
makeerror@1.0.12:
|
|
dependencies:
|
|
tmpl: 1.0.5
|
|
|
|
math-intrinsics@1.1.0: {}
|
|
|
|
md5@2.3.0:
|
|
dependencies:
|
|
charenc: 0.0.2
|
|
crypt: 0.0.2
|
|
is-buffer: 1.1.6
|
|
|
|
merge-stream@2.0.0: {}
|
|
|
|
micromatch@4.0.8:
|
|
dependencies:
|
|
braces: 3.0.3
|
|
picomatch: 2.3.2
|
|
|
|
mime-db@1.52.0: {}
|
|
|
|
mime-types@2.1.35:
|
|
dependencies:
|
|
mime-db: 1.52.0
|
|
|
|
mimic-fn@2.1.0: {}
|
|
|
|
minimatch@3.1.5:
|
|
dependencies:
|
|
brace-expansion: 1.1.14
|
|
|
|
minimist@1.2.8: {}
|
|
|
|
minipass@7.1.3: {}
|
|
|
|
minizlib@3.1.0:
|
|
dependencies:
|
|
minipass: 7.1.3
|
|
|
|
ms@2.1.3: {}
|
|
|
|
natural-compare@1.4.0: {}
|
|
|
|
neo-async@2.6.2: {}
|
|
|
|
node-domexception@1.0.0: {}
|
|
|
|
node-fetch@2.7.0:
|
|
dependencies:
|
|
whatwg-url: 5.0.0
|
|
|
|
node-int64@0.4.0: {}
|
|
|
|
node-releases@2.0.38: {}
|
|
|
|
normalize-path@3.0.0: {}
|
|
|
|
npm-run-path@4.0.1:
|
|
dependencies:
|
|
path-key: 3.1.1
|
|
|
|
once@1.4.0:
|
|
dependencies:
|
|
wrappy: 1.0.2
|
|
|
|
onetime@5.1.2:
|
|
dependencies:
|
|
mimic-fn: 2.1.0
|
|
|
|
onnxruntime-common@1.19.2: {}
|
|
|
|
onnxruntime-common@1.20.0-dev.20241016-2b8fc5529b: {}
|
|
|
|
onnxruntime-node@1.19.2:
|
|
dependencies:
|
|
onnxruntime-common: 1.19.2
|
|
tar: 7.5.15
|
|
|
|
onnxruntime-web@1.21.0-dev.20241024-d9ca84ef96:
|
|
dependencies:
|
|
flatbuffers: 1.12.0
|
|
guid-typescript: 1.0.9
|
|
long: 5.3.2
|
|
onnxruntime-common: 1.20.0-dev.20241016-2b8fc5529b
|
|
platform: 1.3.6
|
|
protobufjs: 7.5.7
|
|
|
|
openai@4.29.2:
|
|
dependencies:
|
|
'@types/node': 18.19.130
|
|
'@types/node-fetch': 2.6.13
|
|
abort-controller: 3.0.0
|
|
agentkeepalive: 4.6.0
|
|
digest-fetch: 1.3.0
|
|
form-data-encoder: 1.7.2
|
|
formdata-node: 4.4.1
|
|
node-fetch: 2.7.0
|
|
web-streams-polyfill: 3.3.3
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
|
|
p-limit@2.3.0:
|
|
dependencies:
|
|
p-try: 2.2.0
|
|
|
|
p-limit@3.1.0:
|
|
dependencies:
|
|
yocto-queue: 0.1.0
|
|
|
|
p-locate@4.1.0:
|
|
dependencies:
|
|
p-limit: 2.3.0
|
|
|
|
p-try@2.2.0: {}
|
|
|
|
parse-json@5.2.0:
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.0
|
|
error-ex: 1.3.4
|
|
json-parse-even-better-errors: 2.3.1
|
|
lines-and-columns: 1.2.4
|
|
|
|
path-exists@4.0.0: {}
|
|
|
|
path-is-absolute@1.0.1: {}
|
|
|
|
path-key@3.1.1: {}
|
|
|
|
path-parse@1.0.7: {}
|
|
|
|
picocolors@1.1.1: {}
|
|
|
|
picomatch@2.3.2: {}
|
|
|
|
pirates@4.0.7: {}
|
|
|
|
pkg-dir@4.2.0:
|
|
dependencies:
|
|
find-up: 4.1.0
|
|
|
|
platform@1.3.6: {}
|
|
|
|
pretty-format@29.7.0:
|
|
dependencies:
|
|
'@jest/schemas': 29.6.3
|
|
ansi-styles: 5.2.0
|
|
react-is: 18.3.1
|
|
|
|
prompts@2.4.2:
|
|
dependencies:
|
|
kleur: 3.0.3
|
|
sisteransi: 1.0.5
|
|
|
|
protobufjs@7.5.7:
|
|
dependencies:
|
|
'@protobufjs/aspromise': 1.1.2
|
|
'@protobufjs/base64': 1.1.2
|
|
'@protobufjs/codegen': 2.0.5
|
|
'@protobufjs/eventemitter': 1.1.0
|
|
'@protobufjs/fetch': 1.1.0
|
|
'@protobufjs/float': 1.0.2
|
|
'@protobufjs/inquire': 1.1.1
|
|
'@protobufjs/path': 1.1.2
|
|
'@protobufjs/pool': 1.1.0
|
|
'@protobufjs/utf8': 1.1.1
|
|
'@types/node': 25.7.0
|
|
long: 5.3.2
|
|
|
|
pure-rand@6.1.0: {}
|
|
|
|
react-is@18.3.1: {}
|
|
|
|
require-directory@2.1.1: {}
|
|
|
|
resolve-cwd@3.0.0:
|
|
dependencies:
|
|
resolve-from: 5.0.0
|
|
|
|
resolve-from@5.0.0: {}
|
|
|
|
resolve.exports@2.0.3: {}
|
|
|
|
resolve@1.22.12:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
is-core-module: 2.16.2
|
|
path-parse: 1.0.7
|
|
supports-preserve-symlinks-flag: 1.0.0
|
|
|
|
semver@6.3.1: {}
|
|
|
|
semver@7.8.0: {}
|
|
|
|
sharp@0.33.5:
|
|
dependencies:
|
|
color: 4.2.3
|
|
detect-libc: 2.1.2
|
|
semver: 7.8.0
|
|
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
|
|
|
|
shebang-command@2.0.0:
|
|
dependencies:
|
|
shebang-regex: 3.0.0
|
|
|
|
shebang-regex@3.0.0: {}
|
|
|
|
signal-exit@3.0.7: {}
|
|
|
|
simple-swizzle@0.2.4:
|
|
dependencies:
|
|
is-arrayish: 0.3.4
|
|
|
|
sisteransi@1.0.5: {}
|
|
|
|
slash@3.0.0: {}
|
|
|
|
source-map-support@0.5.13:
|
|
dependencies:
|
|
buffer-from: 1.1.2
|
|
source-map: 0.6.1
|
|
|
|
source-map@0.6.1: {}
|
|
|
|
sprintf-js@1.0.3: {}
|
|
|
|
stack-utils@2.0.6:
|
|
dependencies:
|
|
escape-string-regexp: 2.0.0
|
|
|
|
string-length@4.0.2:
|
|
dependencies:
|
|
char-regex: 1.0.2
|
|
strip-ansi: 6.0.1
|
|
|
|
string-width@4.2.3:
|
|
dependencies:
|
|
emoji-regex: 8.0.0
|
|
is-fullwidth-code-point: 3.0.0
|
|
strip-ansi: 6.0.1
|
|
|
|
strip-ansi@6.0.1:
|
|
dependencies:
|
|
ansi-regex: 5.0.1
|
|
|
|
strip-bom@4.0.0: {}
|
|
|
|
strip-final-newline@2.0.0: {}
|
|
|
|
strip-json-comments@3.1.1: {}
|
|
|
|
supports-color@7.2.0:
|
|
dependencies:
|
|
has-flag: 4.0.0
|
|
|
|
supports-color@8.1.1:
|
|
dependencies:
|
|
has-flag: 4.0.0
|
|
|
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
|
|
tar@7.5.15:
|
|
dependencies:
|
|
'@isaacs/fs-minipass': 4.0.1
|
|
chownr: 3.0.0
|
|
minipass: 7.1.3
|
|
minizlib: 3.1.0
|
|
yallist: 5.0.0
|
|
|
|
test-exclude@6.0.0:
|
|
dependencies:
|
|
'@istanbuljs/schema': 0.1.6
|
|
glob: 7.2.3
|
|
minimatch: 3.1.5
|
|
|
|
tmpl@1.0.5: {}
|
|
|
|
to-regex-range@5.0.1:
|
|
dependencies:
|
|
is-number: 7.0.0
|
|
|
|
tr46@0.0.3: {}
|
|
|
|
ts-jest@29.4.9(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest-util@29.7.0)(jest@29.7.0(@types/node@25.7.0))(typescript@5.9.3):
|
|
dependencies:
|
|
bs-logger: 0.2.6
|
|
fast-json-stable-stringify: 2.1.0
|
|
handlebars: 4.7.9
|
|
jest: 29.7.0(@types/node@25.7.0)
|
|
json5: 2.2.3
|
|
lodash.memoize: 4.1.2
|
|
make-error: 1.3.6
|
|
semver: 7.8.0
|
|
type-fest: 4.41.0
|
|
typescript: 5.9.3
|
|
yargs-parser: 21.1.1
|
|
optionalDependencies:
|
|
'@babel/core': 7.29.0
|
|
'@jest/transform': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
babel-jest: 29.7.0(@babel/core@7.29.0)
|
|
jest-util: 29.7.0
|
|
|
|
tslib@2.8.1:
|
|
optional: true
|
|
|
|
type-detect@4.0.8: {}
|
|
|
|
type-fest@0.21.3: {}
|
|
|
|
type-fest@4.41.0: {}
|
|
|
|
typescript@5.9.3: {}
|
|
|
|
uglify-js@3.19.3:
|
|
optional: true
|
|
|
|
undici-types@5.26.5: {}
|
|
|
|
undici-types@7.21.0: {}
|
|
|
|
update-browserslist-db@1.2.3(browserslist@4.28.2):
|
|
dependencies:
|
|
browserslist: 4.28.2
|
|
escalade: 3.2.0
|
|
picocolors: 1.1.1
|
|
|
|
v8-to-istanbul@9.3.0:
|
|
dependencies:
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
'@types/istanbul-lib-coverage': 2.0.6
|
|
convert-source-map: 2.0.0
|
|
|
|
walker@1.0.8:
|
|
dependencies:
|
|
makeerror: 1.0.12
|
|
|
|
web-streams-polyfill@3.3.3: {}
|
|
|
|
web-streams-polyfill@4.0.0-beta.3: {}
|
|
|
|
webidl-conversions@3.0.1: {}
|
|
|
|
whatwg-url@5.0.0:
|
|
dependencies:
|
|
tr46: 0.0.3
|
|
webidl-conversions: 3.0.1
|
|
|
|
which@2.0.2:
|
|
dependencies:
|
|
isexe: 2.0.0
|
|
|
|
wordwrap@1.0.0: {}
|
|
|
|
wrap-ansi@7.0.0:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
|
|
wrappy@1.0.2: {}
|
|
|
|
write-file-atomic@4.0.2:
|
|
dependencies:
|
|
imurmurhash: 0.1.4
|
|
signal-exit: 3.0.7
|
|
|
|
y18n@5.0.8: {}
|
|
|
|
yallist@3.1.1: {}
|
|
|
|
yallist@5.0.0: {}
|
|
|
|
yargs-parser@21.1.1: {}
|
|
|
|
yargs@17.7.2:
|
|
dependencies:
|
|
cliui: 8.0.1
|
|
escalade: 3.2.0
|
|
get-caller-file: 2.0.5
|
|
require-directory: 2.1.1
|
|
string-width: 4.2.3
|
|
y18n: 5.0.8
|
|
yargs-parser: 21.1.1
|
|
|
|
yocto-queue@0.1.0: {}
|