diff --git a/.changeset/silver-actors-beg.md b/.changeset/silver-actors-beg.md new file mode 100644 index 0000000..4a43ac2 --- /dev/null +++ b/.changeset/silver-actors-beg.md @@ -0,0 +1,7 @@ +--- +'@platforma-open/milaboratories.table.model': patch +'@platforma-open/milaboratories.table.test': patch +'@platforma-open/milaboratories.table.ui': patch +--- + +Update SDK diff --git a/model/package.json b/model/package.json index a891779..b287571 100644 --- a/model/package.json +++ b/model/package.json @@ -14,9 +14,12 @@ "@platforma-sdk/model": "catalog:" }, "devDependencies": { + "@milaboratories/ts-builder": "catalog:", + "@milaboratories/ts-configs": "catalog:", "@platforma-sdk/block-tools": "catalog:", "@platforma-sdk/eslint-config": "catalog:", - "@milaboratories/ts-builder": "catalog:", - "@milaboratories/ts-configs": "catalog:" + "@types/node": "catalog:", + "eslint": "catalog:", + "typescript": "catalog:" } } diff --git a/model/src/index.ts b/model/src/index.ts index 1be07bd..2159f21 100644 --- a/model/src/index.ts +++ b/model/src/index.ts @@ -98,7 +98,6 @@ export const model = BlockModel.create() ctx.uiState.tableStateV2, { coreColumnPredicate: ({ columnId }) => primaryColumns.some((column) => column.id === columnId), - doNotSkipTechnicalColumns: true, }, ); }) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9046dac..4cea99e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,50 +13,59 @@ catalogs: specifier: ^1.12.0 version: 1.12.0 '@milaboratories/pl-model-common': - specifier: ^1.21.4 - version: 1.21.4 + specifier: ^1.21.10 + version: 1.21.10 '@milaboratories/ts-builder': - specifier: ^1.0.5 - version: 1.0.5 + specifier: ^1.2.1 + version: 1.2.1 '@milaboratories/ts-configs': - specifier: ^1.0.6 - version: 1.0.6 + specifier: ^1.2.0 + version: 1.2.0 '@platforma-sdk/block-tools': - specifier: ^2.6.16 - version: 2.6.16 + specifier: ^2.6.27 + version: 2.6.27 '@platforma-sdk/blocks-deps-updater': specifier: ^2.0.0 version: 2.0.0 '@platforma-sdk/eslint-config': - specifier: ^1.1.0 - version: 1.1.0 + specifier: ^1.2.0 + version: 1.2.0 '@platforma-sdk/model': - specifier: ^1.45.0 - version: 1.45.0 + specifier: ^1.48.4 + version: 1.48.4 '@platforma-sdk/tengo-builder': - specifier: ^2.3.3 - version: 2.3.3 + specifier: ^2.4.2 + version: 2.4.2 '@platforma-sdk/test': - specifier: ^1.45.6 - version: 1.45.6 + specifier: ^1.48.5 + version: 1.48.5 '@platforma-sdk/ui-vue': - specifier: ^1.45.5 - version: 1.45.5 + specifier: ^1.48.5 + version: 1.48.5 '@platforma-sdk/workflow-tengo': - specifier: ^5.5.5 - version: 5.5.5 + specifier: ^5.7.1 + version: 5.7.1 + '@types/node': + specifier: ~24.5.2 + version: 24.5.2 '@vueuse/core': specifier: ^13.9.0 version: 13.9.0 + eslint: + specifier: ^9.39.2 + version: 9.39.2 turbo: specifier: ^2.5.8 version: 2.5.8 + typescript: + specifier: ~5.6.3 + version: 5.6.3 vitest: specifier: ^3.2.4 version: 3.2.4 vue: - specifier: ^3.5.21 - version: 3.5.21 + specifier: ^3.5.25 + version: 3.5.25 importers: @@ -85,30 +94,39 @@ importers: version: link:../workflow '@platforma-sdk/model': specifier: 'catalog:' - version: 1.45.0 + version: 1.48.4 devDependencies: '@platforma-sdk/block-tools': specifier: 'catalog:' - version: 2.6.16 + version: 2.6.27 model: dependencies: '@platforma-sdk/model': specifier: 'catalog:' - version: 1.45.0 + version: 1.48.4 devDependencies: '@milaboratories/ts-builder': specifier: 'catalog:' - version: 1.0.5(@microsoft/api-extractor@7.52.11(@types/node@20.16.15))(@types/node@20.16.15)(postcss@8.5.6)(tslib@2.8.1)(vue@3.5.21(typescript@5.6.3))(yaml@2.8.1) + version: 1.2.1(@microsoft/api-extractor@7.52.11(@types/node@24.5.2))(@types/node@24.5.2)(postcss@8.5.6)(tslib@2.8.1)(yaml@2.8.1) '@milaboratories/ts-configs': specifier: 'catalog:' - version: 1.0.6 + version: 1.2.0 '@platforma-sdk/block-tools': specifier: 'catalog:' - version: 2.6.16 + version: 2.6.27 '@platforma-sdk/eslint-config': specifier: 'catalog:' - version: 1.1.0(@eslint/js@9.20.0)(@stylistic/eslint-plugin@2.13.0(eslint@9.20.1)(typescript@5.6.3))(eslint-plugin-n@17.15.1(eslint@9.20.1))(eslint-plugin-vue@9.32.0(eslint@9.20.1))(eslint@9.20.1)(globals@15.14.0)(typescript-eslint@8.24.0(eslint@9.20.1)(typescript@5.6.3))(typescript@5.6.3) + version: 1.2.0(@eslint/js@9.39.2)(@stylistic/eslint-plugin@2.13.0(eslint@9.39.2)(typescript@5.6.3))(eslint-plugin-n@17.15.1(eslint@9.39.2))(eslint-plugin-vue@9.32.0(eslint@9.39.2))(eslint@9.39.2)(globals@15.14.0)(typescript-eslint@8.24.0(eslint@9.39.2)(typescript@5.6.3))(typescript@5.6.3) + '@types/node': + specifier: 'catalog:' + version: 24.5.2 + eslint: + specifier: 'catalog:' + version: 9.39.2 + typescript: + specifier: 'catalog:' + version: 5.6.3 test: dependencies: @@ -118,10 +136,16 @@ importers: devDependencies: '@milaboratories/ts-configs': specifier: 'catalog:' - version: 1.0.6 + version: 1.2.0 '@platforma-sdk/test': specifier: 'catalog:' - version: 1.45.6(@types/node@24.5.2) + version: 1.48.5(@types/node@24.5.2)(yaml@2.8.1) + '@types/node': + specifier: 'catalog:' + version: 24.5.2 + typescript: + specifier: 'catalog:' + version: 5.6.3 vitest: specifier: 'catalog:' version: 3.2.4(@types/node@24.5.2)(yaml@2.8.1) @@ -133,42 +157,48 @@ importers: version: 1.12.0 '@milaboratories/pl-model-common': specifier: 'catalog:' - version: 1.21.4 + version: 1.21.10 '@platforma-open/milaboratories.table.model': specifier: workspace:* version: link:../model '@platforma-sdk/model': specifier: 'catalog:' - version: 1.45.0 + version: 1.48.4 '@platforma-sdk/ui-vue': specifier: 'catalog:' - version: 1.45.5(d3-dispatch@3.0.1)(d3-path@3.1.0)(d3-scale-chromatic@3.1.0)(sortablejs@1.15.6)(typescript@5.8.2) + version: 1.48.5(sortablejs@1.15.6)(typescript@5.6.3) '@vueuse/core': specifier: 'catalog:' - version: 13.9.0(vue@3.5.21(typescript@5.8.2)) + version: 13.9.0(vue@3.5.25(typescript@5.6.3)) vue: specifier: 'catalog:' - version: 3.5.21(typescript@5.8.2) + version: 3.5.25(typescript@5.6.3) devDependencies: '@milaboratories/ts-builder': specifier: 'catalog:' - version: 1.0.5(@microsoft/api-extractor@7.52.11(@types/node@24.5.2))(@types/node@24.5.2)(postcss@8.5.6)(tslib@2.8.1)(vue@3.5.21(typescript@5.8.2))(yaml@2.8.1) + version: 1.2.1(@microsoft/api-extractor@7.52.11(@types/node@24.5.2))(@types/node@24.5.2)(postcss@8.5.6)(tslib@2.8.1)(yaml@2.8.1) '@milaboratories/ts-configs': specifier: 'catalog:' - version: 1.0.6 + version: 1.2.0 '@platforma-sdk/eslint-config': specifier: 'catalog:' - version: 1.1.0(@eslint/js@9.20.0)(@stylistic/eslint-plugin@2.13.0(eslint@9.20.1)(typescript@5.8.2))(eslint-plugin-n@17.15.1(eslint@9.20.1))(eslint-plugin-vue@9.32.0(eslint@9.20.1))(eslint@9.20.1)(globals@15.14.0)(typescript-eslint@8.24.0(eslint@9.20.1)(typescript@5.8.2))(typescript@5.8.2) + version: 1.2.0(@eslint/js@9.39.2)(@stylistic/eslint-plugin@2.13.0(eslint@9.39.2)(typescript@5.6.3))(eslint-plugin-n@17.15.1(eslint@9.39.2))(eslint-plugin-vue@9.32.0(eslint@9.39.2))(eslint@9.39.2)(globals@15.14.0)(typescript-eslint@8.24.0(eslint@9.39.2)(typescript@5.6.3))(typescript@5.6.3) + eslint: + specifier: 'catalog:' + version: 9.39.2 + typescript: + specifier: 'catalog:' + version: 5.6.3 workflow: dependencies: '@platforma-sdk/workflow-tengo': specifier: 'catalog:' - version: 5.5.5 + version: 5.7.1 devDependencies: '@platforma-sdk/tengo-builder': specifier: 'catalog:' - version: 2.3.3 + version: 2.4.2 packages: @@ -331,11 +361,20 @@ packages: resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.28.5': + resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} + engines: {node: '>=6.9.0'} + '@babel/parser@7.28.3': resolution: {integrity: sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==} engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.28.5': + resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/runtime@7.26.0': resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==} engines: {node: '>=6.9.0'} @@ -344,6 +383,10 @@ packages: resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==} engines: {node: '>=6.9.0'} + '@babel/types@7.28.5': + resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} + engines: {node: '>=6.9.0'} + '@bufbuild/protobuf@2.7.0': resolution: {integrity: sha512-qn6tAIZEw5i/wiESBF4nQxZkl86aY4KoO0IkUa2Lh+rya64oTOdJQFlZuMwI1Qz9VBJQrQC4QlSA2DNek5gCOA==} @@ -409,65 +452,9 @@ packages: resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} engines: {node: '>=0.1.90'} - '@d3fc/d3fc-axis@3.0.7': - resolution: {integrity: sha512-S4pILxkQUkD7WQmimWxIEHfXUYEonlXWuWvMP6iq3KXL3d+cj4flvwNqLYZvSVaQDdK990cKkjrK/ZAKnReGlg==} - peerDependencies: - d3-scale: '*' - d3-selection: '*' - d3-shape: '*' - - '@d3fc/d3fc-chart@5.1.9': - resolution: {integrity: sha512-xFO9lDUi2wAkjfyWlVZuFwSWEgnk0WOEagR2R9KzQ+uxeg3oZOPzwE+AZbpALyQbjjQ2uIxcOk56xnmnnayk3w==} - peerDependencies: - d3-scale: '*' - d3-selection: '*' - - '@d3fc/d3fc-data-join@6.0.3': - resolution: {integrity: sha512-fd1D2Cl4YGjzl3gBhcrvTl/VxaSncY0ZcokWsN8ahtmk9DZK4DnAgHGrdecnXVLkOx+ANDcqxqscYz6MWXLbcA==} - peerDependencies: - d3-selection: '*' - - '@d3fc/d3fc-element@6.2.0': - resolution: {integrity: sha512-AvdZ3V4mVxF9dGYLiDCoqr3GhrFOUQEc1FcP20QEhQ3fJ3qYRwx7/uhL7G/L2xbe6k4delPgnLOvtoaDenhpZw==} - - '@d3fc/d3fc-pointer@3.0.3': - resolution: {integrity: sha512-hXY7LqliDEJBH/do4YZusdLoikLYlWoN7efPC7YKYJ8igoEQFa48BqEHcANLs1qH+r7vzL2SS8V39MzgnJ1yQA==} - peerDependencies: - d3-dispatch: '*' - d3-selection: '*' - - '@d3fc/d3fc-rebind@6.0.1': - resolution: {integrity: sha512-+ryBZ53ALMffbADwnFAtTYQJcT7PE5BwpducGYS0X6Jux6ESnp+fP+cDQvBGbDBOVqaziGnfeLeJXjtMnZujmQ==} - - '@d3fc/d3fc-series@6.1.3': - resolution: {integrity: sha512-OSbt60SohTIib1xihX9ufneyJY7s9Feg9hvXVyEBZEBkwNE1NaeesZJ4nkmslu39RWuwsvpK3apL/XuBw7i5WA==} - peerDependencies: - d3-array: '*' - d3-scale: '*' - d3-scale-chromatic: '*' - d3-selection: '*' - d3-shape: '*' - - '@d3fc/d3fc-shape@6.0.1': - resolution: {integrity: sha512-/dD3S8BWrOjO2mSptUmwe38V7KG4Kw6liIE5NXZJjX/XidfZhuDu7WWuya3i90HeNYDZNcs6Z+4qM3FnvlZf8g==} - peerDependencies: - d3-path: '*' - - '@d3fc/d3fc-webgl@3.2.1': - resolution: {integrity: sha512-yNYHW/tC05rrJs5fpVM5zdmInL8NH6UP09ZJ2tmKw62ELYHWySV8vuXOVZN3V/3WihPa60p2w23H0Hrp2b5qeg==} - peerDependencies: - d3-scale: '*' - d3-shape: '*' - '@dabh/diagnostics@2.0.3': resolution: {integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==} - '@esbuild/aix-ppc64@0.21.5': - resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [aix] - '@esbuild/aix-ppc64@0.24.2': resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} engines: {node: '>=18'} @@ -480,12 +467,6 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.21.5': - resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - '@esbuild/android-arm64@0.24.2': resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} engines: {node: '>=18'} @@ -498,12 +479,6 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm@0.21.5': - resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} - engines: {node: '>=12'} - cpu: [arm] - os: [android] - '@esbuild/android-arm@0.24.2': resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==} engines: {node: '>=18'} @@ -516,12 +491,6 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-x64@0.21.5': - resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - '@esbuild/android-x64@0.24.2': resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==} engines: {node: '>=18'} @@ -534,12 +503,6 @@ packages: cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.21.5': - resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - '@esbuild/darwin-arm64@0.24.2': resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} engines: {node: '>=18'} @@ -552,12 +515,6 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.21.5': - resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - '@esbuild/darwin-x64@0.24.2': resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==} engines: {node: '>=18'} @@ -570,12 +527,6 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.21.5': - resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - '@esbuild/freebsd-arm64@0.24.2': resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} engines: {node: '>=18'} @@ -588,12 +539,6 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.21.5': - resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - '@esbuild/freebsd-x64@0.24.2': resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==} engines: {node: '>=18'} @@ -606,12 +551,6 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.21.5': - resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - '@esbuild/linux-arm64@0.24.2': resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} engines: {node: '>=18'} @@ -624,12 +563,6 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.21.5': - resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - '@esbuild/linux-arm@0.24.2': resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==} engines: {node: '>=18'} @@ -642,12 +575,6 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.21.5': - resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - '@esbuild/linux-ia32@0.24.2': resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==} engines: {node: '>=18'} @@ -660,12 +587,6 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.21.5': - resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} - engines: {node: '>=12'} - cpu: [loong64] - os: [linux] - '@esbuild/linux-loong64@0.24.2': resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==} engines: {node: '>=18'} @@ -678,12 +599,6 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.21.5': - resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - '@esbuild/linux-mips64el@0.24.2': resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==} engines: {node: '>=18'} @@ -696,12 +611,6 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.21.5': - resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - '@esbuild/linux-ppc64@0.24.2': resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==} engines: {node: '>=18'} @@ -714,12 +623,6 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.21.5': - resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - '@esbuild/linux-riscv64@0.24.2': resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==} engines: {node: '>=18'} @@ -732,12 +635,6 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.21.5': - resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - '@esbuild/linux-s390x@0.24.2': resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==} engines: {node: '>=18'} @@ -750,12 +647,6 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.21.5': - resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - '@esbuild/linux-x64@0.24.2': resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==} engines: {node: '>=18'} @@ -780,12 +671,6 @@ packages: cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-x64@0.21.5': - resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - '@esbuild/netbsd-x64@0.24.2': resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==} engines: {node: '>=18'} @@ -810,12 +695,6 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.21.5': - resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - '@esbuild/openbsd-x64@0.24.2': resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==} engines: {node: '>=18'} @@ -834,12 +713,6 @@ packages: cpu: [arm64] os: [openharmony] - '@esbuild/sunos-x64@0.21.5': - resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - '@esbuild/sunos-x64@0.24.2': resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} engines: {node: '>=18'} @@ -852,12 +725,6 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.21.5': - resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - '@esbuild/win32-arm64@0.24.2': resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} engines: {node: '>=18'} @@ -870,12 +737,6 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.21.5': - resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - '@esbuild/win32-ia32@0.24.2': resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==} engines: {node: '>=18'} @@ -888,12 +749,6 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.21.5': - resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - '@esbuild/win32-x64@0.24.2': resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==} engines: {node: '>=18'} @@ -912,36 +767,42 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/eslint-utils@4.9.0': + resolution: {integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/regexpp@4.12.1': resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/config-array@0.19.2': - resolution: {integrity: sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==} + '@eslint/config-array@0.21.1': + resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/core@0.10.0': - resolution: {integrity: sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==} + '@eslint/config-helpers@0.4.2': + resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/core@0.11.0': - resolution: {integrity: sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==} + '@eslint/core@0.17.0': + resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/eslintrc@3.2.0': - resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} + '@eslint/eslintrc@3.3.3': + resolution: {integrity: sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.20.0': - resolution: {integrity: sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==} + '@eslint/js@9.39.2': + resolution: {integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/object-schema@2.1.6': - resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==} + '@eslint/object-schema@2.1.7': + resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.2.5': - resolution: {integrity: sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==} + '@eslint/plugin-kit@0.4.1': + resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@grpc/grpc-js@1.13.4': @@ -969,8 +830,8 @@ packages: resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} engines: {node: '>=18.18'} - '@humanwhocodes/retry@0.4.1': - resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==} + '@humanwhocodes/retry@0.4.3': + resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==} engines: {node: '>=18.18'} '@inquirer/external-editor@1.0.1': @@ -1056,78 +917,79 @@ packages: '@milaboratories/biowasm-tools@2.0.0': resolution: {integrity: sha512-XCfOea1JbsHhZJ7LvPTrb733bFEIbc02bvG69vTFolqeRv9AWKODxessjOURByGQ0bAj9cAzo21QXlFxzSqAtA==} - '@milaboratories/build-configs@1.0.8': - resolution: {integrity: sha512-YP86tN2GAVBCklEP937F4wz+Gp8gi25rOlzm2K4ubeqSDyYzVl/38MjxhKkY+dc+mUhCQeuX/ZhYDJtg0+8c+A==} + '@milaboratories/build-configs@1.2.1': + resolution: {integrity: sha512-eJfqqlOx4ZVrDce58CqkQE/z40Q9cyTpgEltdYDeXi8zrQmbkZ6KYFszx8zk6tf20FY37d55nOTEfLIalrn/Hw==} deprecated: tsconfig_lib_bundled.json: Use @milaboratories/ts-configs instead - '@milaboratories/computable@2.7.1': - resolution: {integrity: sha512-ZjAZX4LXqXrtHqA5eJomUoHWZYKFkHyQKwKmkPeJuvp31XsueuDE89bi6qlzKvr/jONyZyTRRMMnCy3hW16umw==} + '@milaboratories/computable@2.7.4': + resolution: {integrity: sha512-xqm4dhODYfk6e15ka4dVDWwOJLKK0+lsDN3Cwy/S6pYgw/X1OUN0nCRgsKmU+Qt2ZtBx+tTJv4/X2JbAe08Jiw==} engines: {node: '>=22.19.0'} '@milaboratories/helpers@1.12.0': resolution: {integrity: sha512-Eg3AQMJbVClYhdvhogdlW3Ys9EdLLl8ZTqG675iLwoO64ZJcQOAnIPjXwl4zJ/bZWx4nEhRF9AvwxRdc08fikQ==} engines: {node: '>=22'} - '@milaboratories/miplots4@1.0.147': - resolution: {integrity: sha512-1wb1IkWk4H1H2WSenVVSedfkTtbel+rgH8mDnWslJ7D1sm55ojKovyQvILYFRR0a0f/2wDXPEtsIlNpb7W6YHQ==} + '@milaboratories/pf-driver@1.0.12': + resolution: {integrity: sha512-Og8tyfYnrtnFieKU50LDkx2121vwygatEX63E+s0by9hdAvT+oBjA2zW/54h4IzyALgeGAkKqTlDTJ5OPOfnHA==} + engines: {node: '>=22.19.0'} - '@milaboratories/pframes-rs-node@1.0.95': - resolution: {integrity: sha512-ms6dGTDvtwdESoX0GqVXGEaTcP1Oynpn0CRarpadZEOmc35DY3uufdoqnBSbXKz4bVkS/mkNZbHg+x1nZIE/DA==} + '@milaboratories/pframes-rs-node@1.0.109': + resolution: {integrity: sha512-3eqK+/rqx3fyN21bnbMgY+8XgwWTaIjOiySrE5IgUVbCD9rr2OzSnEiLGkGjx/1O0PX6UEZ05St3oYxCsrq6Jw==} - '@milaboratories/pframes-rs-serv@1.0.95': - resolution: {integrity: sha512-qr5lnaJSnI7PmZMh+/PJXOURe3jKSFLWiqo1Ha1OSbY0JwHOmpU8n2aZOGjwscLLTk8AgF6Jfv5t/kPhGk348g==} + '@milaboratories/pframes-rs-serv@1.0.109': + resolution: {integrity: sha512-wBgiIaq7+HwmTD0nsyEPdbficKXsIhycvVPep6qaOek8L3r83O9U2bg7aXDI7pfntE8UlmisYuCLly+4Hp4NYw==} hasBin: true - '@milaboratories/pl-client@2.16.1': - resolution: {integrity: sha512-XcFa5xBpQQ/jJwyEWXEwuX8yiqsUCmGSzaywvShcsJOOuSkX/u8gV5bIIgivV6X7nJt1yX+mukaugo4wjkZZoQ==} + '@milaboratories/pl-client@2.16.14': + resolution: {integrity: sha512-cwKj1rzGUiTtLr/+oV1Esv+ndVViQNWw26VQ08SGYpf/Lk+kCagpw9GDh1USM06VWNh1SUvq6RiEWyZ50N0CMg==} engines: {node: '>=22.19.0'} - '@milaboratories/pl-config@1.7.6': - resolution: {integrity: sha512-D3dSyCCW+9lVW6LTVpjcUU9pyr7qILo+mYDrv3YTYLLQuqreCmID+CSl1t9xj/fBZlxGvnY19f1yAnherMJJQw==} + '@milaboratories/pl-config@1.7.9': + resolution: {integrity: sha512-SCKXhiap/2HWGa2TCFGaPgJ8Y8//XwCplFRnn6w5xdUyBOuc0gvvyckebW1tu+q75bFY10oLIRrintS/ptfkUA==} - '@milaboratories/pl-deployments@2.10.3': - resolution: {integrity: sha512-FWhe62dlbSMpvoiAJv6qCaxv2rrxExJcbkBwWKSa2lPRFTXB/YXUAj1r9iKYpNVYY4iyyF/W9LFo2vdwzARHqQ==} + '@milaboratories/pl-deployments@2.14.0': + resolution: {integrity: sha512-xUST88NpCYd9vX/igMuOtybwUnF5JyFm4kvueLULqdFLqPqpLBs8o0qdiAojxDW0d2o2c5UZMxZT4k2J4NoZyw==} engines: {node: '>=22.19.0'} - '@milaboratories/pl-drivers@1.11.12': - resolution: {integrity: sha512-0f/JKYzeNQKQsZljCDk0aatHNds2yT2rxqF9k63lQ+3gJ2K0m84pMqcQNn2ZigsAMRYPO7K8y7b4xf0zmuPqRg==} + '@milaboratories/pl-drivers@1.11.28': + resolution: {integrity: sha512-IS6FKxp8UxH4sAO/B1eogO1pwwRxFspYW9gHUlY9Inc3rNPcUv5oLyY99POrMOr5nHI36xdGjNYko8pb65aErQ==} engines: {node: '>=22'} '@milaboratories/pl-error-like@1.12.5': resolution: {integrity: sha512-opYP4OrB6JBMsH9RMRmAH44+MG7PWiV08dHW9+RsXGOaqX+rYXs9TTBXYRhlVMDLwwefSKzelvDg8HL748aM+A==} - '@milaboratories/pl-errors@1.1.33': - resolution: {integrity: sha512-RKUdWQtpfiKz9TYS1/i6ZUP4azdjkJKMO3O7rbVWvAeZ9s89pp4G7Eq6fyDiSIuQA5G5HSfuPE54SuZbJVpEqw==} + '@milaboratories/pl-errors@1.1.46': + resolution: {integrity: sha512-pTgUedtFH/xH3aLnm4hwAlj9kHRBwGj5GUbdCtOf3D4CD7YNw9hZ+0VQXGCBa4dUdRij15KQW9U19ggXMAEctA==} '@milaboratories/pl-http@1.2.0': resolution: {integrity: sha512-5iRxug4TjE88+XoMU5LVcXe1PEmXYfZI3WxJGrayzYQFM/9GiKuwcUsQ0kDlFmw+s6UlEAzgC9+MsJFKvU7C5Q==} - '@milaboratories/pl-middle-layer@1.43.42': - resolution: {integrity: sha512-l0wus6dFeHp9wGJ4pk7M+SlsXPC5gLoayU70wANRUlxi2v/DyUGBcN9Bbvv8rAi4Xg/teEW+kXDNf+4HOamXDA==} + '@milaboratories/pl-middle-layer@1.43.92': + resolution: {integrity: sha512-XdvYOKXdr3cRNMIeEj6GRSWqVJMQLUVPz2cfPFPobTbp4/XLpCJZOabuors4Gm8i05zv+iZzZVDSo2SknolCIg==} engines: {node: '>=22.19.0'} - '@milaboratories/pl-model-backend@1.1.18': - resolution: {integrity: sha512-zYJPylAl281yWne8ysOGHn0MnO+zRk3B2rj8ZIkdvgxbhQmM8SgDnjisrS/BWGUAWMdvH/mxIfmQQQ/MAhMyPA==} + '@milaboratories/pl-model-backend@1.1.31': + resolution: {integrity: sha512-QWiCxWFGX7lRwve3o3nmJtBc0LFAEvzAIyJBCEDlk+HQV/AahfQSSDsSwCGEH0XCFMnIUqgXUdzQ17MvQ8VQwg==} - '@milaboratories/pl-model-common@1.21.3': - resolution: {integrity: sha512-H5DyyUstaKvm1llydEmicVPgaPCEpMkiDIRlksXJm594O9jFTWG0ByUQP+1MAwiskiUNNeHfZ+IX8jMF368M/g==} + '@milaboratories/pl-model-common@1.21.10': + resolution: {integrity: sha512-XgU81DWLjfGm220wZ4NrUA7iTkwoUZXN0X3/Iob1TxbU3qSGj9CwRC9IQE4vohGZWFjRQDpbvMDZzB6n6GuyfA==} - '@milaboratories/pl-model-common@1.21.4': - resolution: {integrity: sha512-k0dqRSWF2npDXEI00F+on6g/B6LDIOlRTJTZ5Pc+vyj9n4GvlR2lT93GKJwJXEx4jok8H//2FwZabC+EFxTYpQ==} + '@milaboratories/pl-model-common@1.21.8': + resolution: {integrity: sha512-NrFihR7cgZgEUUxOmqtT0mz3gabcB66QOR4XLw2WTQEg01q3m70l0qJy0BQOOY5FxMYD1m9SWQCoT4ChsY+Afg==} - '@milaboratories/pl-model-middle-layer@1.8.34': - resolution: {integrity: sha512-0VdpZ67nmX0bWjCjcCR0paGqzJleZ/1TVLdbK71gWuq2jwN6wmBA90t5rDAfRWj7Ju9RkUU7LR5QyuwB/L0OfQ==} + '@milaboratories/pl-model-middle-layer@1.8.42': + resolution: {integrity: sha512-S2caaRDyoS/2pQGyrsN00q0qmbnQJw1bQYk8VySkk6CPHGw+Txn0MCUyKLQCdIPcjO69jjtoWYSD7GXr2ozx1w==} - '@milaboratories/pl-model-middle-layer@1.8.35': - resolution: {integrity: sha512-fNYE4nWcmDn5CAK7IOwSR9htq10F7mPpfIunEcOHDXS1pSrPxc+QGiw6fJRWcV4KE8Qt55xfmmrl0zO/r2aCvg==} + '@milaboratories/pl-model-middle-layer@1.8.45': + resolution: {integrity: sha512-Ij9o8o2gWU+POFoILVBhPYXySuM7ySuA7CENbVy8S5wAzRubrEl+fIjQagjl+vhn8hPaZc5n1+MW/C/bTd62UQ==} - '@milaboratories/pl-tree@1.8.8': - resolution: {integrity: sha512-EKXHZCs5G1lmpXNMzKcr60JF54k8FuZqhwQmFQSN8NRtRNkSTXy1BFIcP918cOpdSXKEUukNE0OrVbJdIY6zww==} + '@milaboratories/pl-tree@1.8.21': + resolution: {integrity: sha512-/h6sHkcw+VSDsJdB8POpR2BcnFFCVbM6db2NgL/AmQHZeOVBwKbDrT0CarIhjB43wqYd31lzZdYQXFYbxxhlaw==} engines: {node: '>=22.19.0'} - '@milaboratories/ptabler-expression-js@1.1.0': - resolution: {integrity: sha512-B8qDP/f9eqERl7kllsdg0UPW4ZQmZWbPl78GHq6A4+57Qp11SoUJOMCjCEF8Clml0AKWxqter4gQ59k2t1OSGA==} + '@milaboratories/ptabler-expression-js@1.1.7': + resolution: {integrity: sha512-IdKg96SgKc8YBR8XPCKS8kmEKMY1mxjyOI3Z3ecWq0uxUTe0St4wOXQyjPqA8WoSALKMg75JtYHXQDyccylrEg==} '@milaboratories/resolve-helper@1.1.1': resolution: {integrity: sha512-0A7yX8p3uhTWAGphq9oV3fGQODtmCgPHEuB0UkUw5MSdAOM4rjQX35IPOi3fVVPumVJxeygqdJZ4sfSRU4+IVA==} @@ -1140,22 +1002,22 @@ packages: os: [darwin, linux, win32] hasBin: true - '@milaboratories/ts-builder@1.0.5': - resolution: {integrity: sha512-cUxxTO0s5t4ViIeuG9Ry815t81lYtj+im75PKRjm+r+SN54rN+scH/M3EqZ025+NCV3UQyr52Kbj0dszy3iCNw==} + '@milaboratories/ts-builder@1.2.1': + resolution: {integrity: sha512-UEVVnPfhw+UAFj4U5wv26gpGWSRxb4/DFHWJoO6/S1FXpF8PrXzJS7llLGgibAvFVnul4i0cALIgbV+9KXHJBg==} hasBin: true - '@milaboratories/ts-configs@1.0.6': - resolution: {integrity: sha512-H8s6CwEN+24Vf2uOE1cXREEWNivULGy9AL/yG0pxN9p4+idYMfCO2KMveSE7CX/roeSgZpCMeQsxQGfPO/tKcA==} + '@milaboratories/ts-configs@1.2.0': + resolution: {integrity: sha512-BSvXzyr8bkoEqWLrqT9MsbtVKCmknFsJylf+tlFyE5UcItiZYjM25AaPV6tqNTZWsUzPXwr3lP+kT3NO0WinEA==} - '@milaboratories/ts-helpers-oclif@1.1.30': - resolution: {integrity: sha512-jBl6/pqsJMK+j1j+hTD9UyVHsxY8EZiVCdsVBHFgRtpTtzhSRvcUYQJVbMn5j3PifFEyDxShOICCce9RZ0umJA==} + '@milaboratories/ts-helpers-oclif@1.1.33': + resolution: {integrity: sha512-1200VRTW3L5GNvjAiBXrsbLnvMGycuiyXMa6WyY154wk8D3oERaOCpzUDNtTDIf+QnXmJNrc9GSlI4940eCl7A==} - '@milaboratories/ts-helpers@1.5.1': - resolution: {integrity: sha512-o8w+/6leOpELVk/GN7+bKnTWgTiL+lsIKq/UDtRGNhk6hYIsKfE+vWHGoTswKMvgoqfA0C3cZQ2HjUvo4VDE+w==} + '@milaboratories/ts-helpers@1.5.4': + resolution: {integrity: sha512-Inpyk9sYn1e+59KwgAQW9uFBIR6hmMozDgTfOmz7sx38a2ZftBkYQtSCHwzztbV5tg8covugxbFEbpDKfDDF6A==} engines: {node: '>=22.19.0'} - '@milaboratories/uikit@2.5.0': - resolution: {integrity: sha512-977B+x3kmg1MXhekg4JpieXEyoNmmMxVwQKCbXQLokq4PtYNBzbVnL/T4XvDhEtmQel2bhYs4eeUhiqqAmhn9A==} + '@milaboratories/uikit@2.8.2': + resolution: {integrity: sha512-J9jYq+JoD9CbciU0kyd170sap+w1uMxx3xTuGTzm5vtdvh0SUqKynNk8aQVPUjcQ4FGXPX80aOGOmiUN7mYVrg==} '@mstssk/cleandir@2.0.0': resolution: {integrity: sha512-CidYeaV4VQLIMbZlYqs0SJaZe/DyI0E4nsbFmPtCa2koKzMjZj/BThTCb+bvzcGhzp2A4Js1c4jDg6lqaqapyQ==} @@ -1184,35 +1046,35 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@platforma-open/milaboratories.software-ptabler.schema@1.12.0': - resolution: {integrity: sha512-tQw07omRWh7XFNyGDZz1VeiRxjzprvXWxhJI3git3Yf0GlgsCMmdxwSd1gpeORwFU9ggvLTGwdlAMN5KkfFwAw==} + '@platforma-open/milaboratories.software-ptabler.schema@1.13.0': + resolution: {integrity: sha512-s0hv6fOvO7XSpvGB4x1uUyA9O0HYFjSxdlu3LypowhiBln1VIqeJYw/0tiQNnx2zRUp+A1mSlUVWLKczrox31g==} - '@platforma-open/milaboratories.software-ptabler@1.13.1': - resolution: {integrity: sha512-YOFCjq11RKJuWiH5czuhe7LVNg2mEHVkL1hkwKCiUck7h1Ul70YMxtT3CJ2AeAdE3vji7Y11QiRKzxDa6T8orQ==} + '@platforma-open/milaboratories.software-ptabler@1.14.0': + resolution: {integrity: sha512-bkQvykUBygav4y5/GCZbAbwoU4z29AJhVufhAvEYSEMQtozw++CPXcci2OQJaz6+N5OClmznHEwDOMcU4KfRFQ==} '@platforma-open/milaboratories.software-ptexter@1.2.0': resolution: {integrity: sha512-7dKhQyecDcxjRNOS9XRgLemZpOuJ3dKMryrBbbkYR6VLKj566tJkbKiC7p1wAWEtHKHEZUhCQYgTZfEtwHCkDA==} - '@platforma-open/milaboratories.software-small-binaries.guided-command@1.1.1': - resolution: {integrity: sha512-UPhSOP43GAL+gQVPlE/2ymjuOiYVojhmDad1moS4SI+t6IDF9QgnAj5I7V8eP2P2x0oSY5apgjg4EeUiGBrIkw==} + '@platforma-open/milaboratories.software-small-binaries.guided-command@1.1.2': + resolution: {integrity: sha512-Uru7JuysesN6ezb9/8V+DT7BqvO2NfoGA6eMeYOOfYAQWspVSIv3xLw/d1CKFgrcsVlo1SFhwNwyaPVJqgZkqw==} - '@platforma-open/milaboratories.software-small-binaries.hello-world-py@1.0.6': - resolution: {integrity: sha512-eYRjtkKkRFidVvsp3QEGpAOAaba15W0T7VrvM8X0QgNsHtSn1OYp7+THMqZf06zWbvJ1IVfjturQXUtpuv6UjQ==} + '@platforma-open/milaboratories.software-small-binaries.hello-world-py@1.0.7': + resolution: {integrity: sha512-3bluMQ+MM8Tt9ZF56ca+25RADRr2qGrKs3KUGCbKgYKh30DL7+hDsPdqebYx05Z9O9bwPPPzg+FG1zx7p+75wQ==} - '@platforma-open/milaboratories.software-small-binaries.hello-world@1.1.1': - resolution: {integrity: sha512-XPf/+HeXgPMKJU/BdxxTMgV11LHyktm72Y2GWjqT2wa3ZYUeiwLuCvRHfgKIXtSC4qJnjDlgmdqQIzldnlWG6g==} + '@platforma-open/milaboratories.software-small-binaries.hello-world@1.1.2': + resolution: {integrity: sha512-5BHY0/biXtcxbuIE7v0cZi5g8KtZWPDwhFus8gNF8ZPShKOhmYpfuCcmgYKlBn+PJ4ID0xvxbdFbDTpfcIeSIA==} '@platforma-open/milaboratories.software-small-binaries.java-stub@1.0.4': resolution: {integrity: sha512-nr0H+TZDKUR7dpxY5Q5Gh1FOT9Jx4Sr0Uk6jO2I18jJaOPchEPY+gOxemPJO30SNkkkbQiIRBBJYF54tMFiesA==} - '@platforma-open/milaboratories.software-small-binaries.mnz-client@1.6.1': - resolution: {integrity: sha512-4dJnBVFqxFgFznepUQAMJceWcJrGE2Ms5LH+2BMjG/qOFJpEAiWJlrjiobiapqf2jnJgxM1AcDVR9M67uGrySA==} + '@platforma-open/milaboratories.software-small-binaries.mnz-client@1.6.2': + resolution: {integrity: sha512-qRKXBUpZJUb02yi3qTPvf0vTEPg3zLFUuD/pKMcSj3FJTiObnWn/HOlmW68m2mPEfEpvAOPRxoIR1eiRIk72NQ==} '@platforma-open/milaboratories.software-small-binaries.python-stub@1.0.4': resolution: {integrity: sha512-5HjuYrvxvYNLo2M7EkhoQFlwPk6VxV2aoRY8PDU9cf0qyDIrdY6g/q4zRslZ6wWFhw/hTGsZ8CLXPGvdqiuCHw==} - '@platforma-open/milaboratories.software-small-binaries.read-with-sleep@1.1.1': - resolution: {integrity: sha512-6GFG8o+YzXngZNk9jyuBFgRCFybHZ67QHgpgtnwNXKWjaC627jEY9VxlmCtSQ7OL5V029wEern6QuNRoa0vGzQ==} + '@platforma-open/milaboratories.software-small-binaries.read-with-sleep@1.1.2': + resolution: {integrity: sha512-ZqTdqeMxCwHiVTjWLpaZTOkEl7TllHzWOOmUa2tOYhM+hjWqccpjhiC+lojE49SfO4wqDgiQINshMWLUYDda0w==} '@platforma-open/milaboratories.software-small-binaries.runenv-java-stub@1.0.6': resolution: {integrity: sha512-KWbIs9QLBbhiy+IUwnlGdPXSr7Uhx51zePwkHclFwWAA8Pdj2eOXAN5Q+qFAb3pHWb84mBUlWNCu0BMxANKIJw==} @@ -1220,28 +1082,28 @@ packages: '@platforma-open/milaboratories.software-small-binaries.runenv-python-stub@1.0.7': resolution: {integrity: sha512-F2qzS0bzcvMclW6dCiK/3y4qNwDrGdOqc4MsgZfOmMSte+TAny7ISvkJc1M4oiKsZ7e3SL9ALIG/l5vopVAEAQ==} - '@platforma-open/milaboratories.software-small-binaries.sleep@1.1.1': - resolution: {integrity: sha512-SuXYzYtYcd+PJtJwCtC/6m6qVT17RrIw5jkUfwfzTaPl8o7o7dEMLEQzkhCFc6rmUYqcyfyz4skxMNtSOl+QTA==} + '@platforma-open/milaboratories.software-small-binaries.sleep@1.1.2': + resolution: {integrity: sha512-w9UD/dxlClcnrWijBDtRdX2Ww/mlijebcaOiE0bXNgwVXF8gtLR3lclS7bn1tUOdbh7fs5lr0thr7aTY7YMUzA==} '@platforma-open/milaboratories.software-small-binaries.small-asset@1.1.4': resolution: {integrity: sha512-TH5wqnEdfAtzomwpUkJR9fNR548U9K5Wl8KrhkuGqTQh5yM66C5nCnvwUA/i+09WKdwCwDzSvs5reogV6Hqw5Q==} - '@platforma-open/milaboratories.software-small-binaries.table-converter@1.3.1': - resolution: {integrity: sha512-CFcYb/hbzQ1UiP4sMXnRUST+feUkQoRrc8/vXSaOfUZY0tKdEEJCas+huSZ04l2oUhMFAU2PSO8H91BSspfvQQ==} + '@platforma-open/milaboratories.software-small-binaries.table-converter@1.3.2': + resolution: {integrity: sha512-A6cTLbRtyooPSD6PLYdv2fak/IucuPc0H/sQZvAQ55SBRFFlbOoxKHw73apigCRJ5U6+kSQ+3TQa9lksU42t1A==} - '@platforma-open/milaboratories.software-small-binaries@1.15.23': - resolution: {integrity: sha512-I1G2qEWALvNAJy9kOTXjryu0GvK+hvUCVPckNhGkFO/cGIsST7R7s9pm0exhG92PyuLFa5lwJFx/fgobqWUWNw==} + '@platforma-open/milaboratories.software-small-binaries@1.15.25': + resolution: {integrity: sha512-4y+YduAMh2C0jfjZHm2MSNShr4X/Qwzk67TUIHeV0qW3oDoT2NxDdd1IhpCN0Iw1Egxm+MM7X8eV9mS1Bq0PUg==} - '@platforma-sdk/block-tools@2.6.16': - resolution: {integrity: sha512-a5eo8UJ5dV3E3Ps4W9Vv7C/qkuu10oM1F1YUiSeRAOFwBnlsY3RpEfCckQBbPftX6yFs5U0ctGGdTvCuCtg3hQ==} + '@platforma-sdk/block-tools@2.6.27': + resolution: {integrity: sha512-p9JjM1HeXG6/hHBU28SrJFnqdIH1qNtep6/LqxSmX5Y+xtRW8meYrBJ5hnRbVSjR9biV5CsLf27w6BaxWz8z4g==} hasBin: true '@platforma-sdk/blocks-deps-updater@2.0.0': resolution: {integrity: sha512-cef5ysA011ub5bofbWQJ3EM9rZ7A4ixGMKhFIsF2VNwYrCu5XRHsayA6vDeFOBjX4Jnq9D0QztW0JUxXD73bpw==} hasBin: true - '@platforma-sdk/eslint-config@1.1.0': - resolution: {integrity: sha512-aNv5Y7p+2mPwIQD03yfR4l+uMYH72aC0lSfievdvmFGuvGQ+TtWH4rtcXV1fSnIQMaxtU/xJu1nXkJbs2XKeIQ==} + '@platforma-sdk/eslint-config@1.2.0': + resolution: {integrity: sha512-ZJJWi6NBvvTtdjSrcds8q/bXQMVLE8JouLz7OwSiEN6m4UfRe14oMSnnYHxpVr7V5aIdRoORPb929XzS5MIw2A==} peerDependencies: '@eslint/js': ^9.16.0 '@stylistic/eslint-plugin': ^2.11.0 @@ -1252,22 +1114,22 @@ packages: typescript: ~5.6.3 typescript-eslint: ^8.17.0 - '@platforma-sdk/model@1.45.0': - resolution: {integrity: sha512-AMplDyyW/07D62/heNeh2yVd3Yx36Axq5qhxSIjFNvWnr3QVTxqLuch4OtyKZL1VB8ME6x+8vuNtPCFvrzQe8w==} + '@platforma-sdk/model@1.48.4': + resolution: {integrity: sha512-egwiMHitmFzhrB2ZHPZ0x9lpC8MdaTKRfSCcaMIm9LWhlMcVv9Tb6sfTHVFol+8qAZgtV4I5J3PHTPJvcIWG2Q==} - '@platforma-sdk/tengo-builder@2.3.3': - resolution: {integrity: sha512-Wdtnmswk1uv/x5gzGNTvDHPW0uvNP+vvjMwHHShUmR+ShGq8Jc+Ho/eAxFHIiGv9paed1kXZ/VZWzS3S+ma+RQ==} + '@platforma-sdk/tengo-builder@2.4.2': + resolution: {integrity: sha512-SZqWjiwh7/tYZ68IZCYwQxPKhgdnxSSb4KR8r5XNM/X18B9odyGKq1upx0xXmOyNQXtYSMmU7RVwz1D2rYZ07A==} engines: {node: '>=22'} hasBin: true - '@platforma-sdk/test@1.45.6': - resolution: {integrity: sha512-L44+N6sJsycgw44+PwQMyla/nKOhY8KRw9dqpXyTKKm0KLRspWE3KQWlNnaQv+6yxNSjtbxRGwZFR277MOrPwQ==} + '@platforma-sdk/test@1.48.5': + resolution: {integrity: sha512-zdIk0gHk3wCux5SlD0JN5fPjYc8xdC6aydN5v/9Ed6v6TuH3Z+VY8oupLu9d7Z6ovfI5A4hKF6CZGlrxiJXI6A==} - '@platforma-sdk/ui-vue@1.45.5': - resolution: {integrity: sha512-hjsWIjLn2WBP7kBhqZhL7gOFQBqQrfuOFZe4EMZja4v82GGRej9tCrDnIcC/h9074uhvzJLVvmZMPQevNfCBpQ==} + '@platforma-sdk/ui-vue@1.48.5': + resolution: {integrity: sha512-l1CWmE1pzTdBKPF0Zt8p4tpdkhxHlYG80vyHcKUPoHEu7DP/BosVm46QlyjunwwM3ZwTjgv4bFTP/oLS7XGKxw==} - '@platforma-sdk/workflow-tengo@5.5.5': - resolution: {integrity: sha512-NnPwCufBNxJ45yV4hk/C6Ou140OqtnqgaumRZCvlb9VSXXPFeF3E/GsKRu+xOmT6I2flhF14EfOlEb4CFOSFSw==} + '@platforma-sdk/workflow-tengo@5.7.1': + resolution: {integrity: sha512-wrhapw1/vGSpKRvEFwIEarMp32NTYpXg+KU99DCAR5Iw5ngl7bVRy32jyvcgAC+IySirSJDIqEA8qDUnPHnfmw==} '@protobuf-ts/grpc-transport@2.11.1': resolution: {integrity: sha512-l6wrcFffY+tuNnuyrNCkRM8hDIsAZVLA8Mn7PKdVyYxITosYh60qW663p9kL6TWXYuDCL3oxH8ih3vLKTDyhtg==} @@ -1701,1430 +1563,8 @@ packages: resolution: {integrity: sha512-mYqtQXPmrwvUljaHyGxYUIIRI3qjBTEb/f5QFi3A6VlxhpmZd5mWXn9W+qUkf2pVE1Hv3SqxefiZOPGdxmO64A==} engines: {node: '>=18.0.0'} - '@stdlib/array-base-accessor-getter@0.2.2': - resolution: {integrity: sha512-HGJNjWWysDoo6ORrLj+FV/6IpfIbDGqZtpzGQzFI1A6jgqJMw2JuRwlsgRsriJ1SnyFoPNIObwyGDSY18XQrMw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-base-accessor-setter@0.2.2': - resolution: {integrity: sha512-8Nzwv9RIOvIw9xP+FEXpw0iANqNuU8vP1paVgAnErPVDllB4VVWMXMe8gwxF4gjxf+8+hp2v5kudZFYINVQWWQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-base-arraylike2object@0.2.1': - resolution: {integrity: sha512-WHlzAZQXwz2zR0UnkGXznjvykuvhlhFqb0s8Dhv5InhRvhYkcfT7BY23In74kBBzW3gkonxJUxbd0OG6nEHcCA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-base-assert-is-accessor-array@0.2.2': - resolution: {integrity: sha512-OTkQG0wzxeEyjg1to4fTlxtQq6qoekGWn6eRbr1akBrdGlW9Qv5KjWu91dE/Su+WBkmo+Y5HgiLCFc/TuFe3iA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-base-assert-is-complex128array@0.2.2': - resolution: {integrity: sha512-C1n7o8N8KtCIjJ8dBwAozjmBUx8r+Y8oOpOMvMv6AB+YL8qaaXIQzrEeDKQuQk59QHqgl7aPwRGQ4gmjdup9oQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-base-assert-is-complex64array@0.2.2': - resolution: {integrity: sha512-ovIQ15KnzHH4Y7dGUW8p8GqiPK5F806oDNbfIKTIk7en0XMtsGb0CcuMod0lUMyQTwh4hgTHXcp6vTuq+Igarg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-base-filled@0.2.2': - resolution: {integrity: sha512-T7nB7dni5Y4/nsq6Gc1bAhYfzJbcOdqsmVZJUI698xpDbhCdVCIIaEbf0PnDMGN24psN+5mgAVmnNBom+uF0Xg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-base-getter@0.2.2': - resolution: {integrity: sha512-D7PZr+QkMKQXckaLtzykcgXEMSnFOVzElklLC958ZxKN9eZuobEL4+0i6MZ9ODRO6SAU7x7NYnFFX/vdYS5b8w==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-base-incrspace@0.2.2': - resolution: {integrity: sha512-fJl4mdFzDHGhbpSh9Y2jSGKX61lQW7F3cMWBTAU21lOczzjtNPjaw5S2TVmPSW5YQdqqtSJ526u/LpBZqS6fag==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-base-setter@0.2.2': - resolution: {integrity: sha512-QF3GJq2OE4KYZehgaXQGFtR5w6bV/8wjQJap+9MQB4RZ6BtIdkGeTWaMfQjx5WgJ5lXVuzRt8TrNDwOq6payxw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-base-zeros@0.2.2': - resolution: {integrity: sha512-iwxqaEtpi4c2qpqabmhFdaQGkzgo5COwjHPn2T0S0wfJuM1VuVl5UBl15syr+MmZPJQOB1eBbh6F1uTh9597qw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-complex128@0.2.1': - resolution: {integrity: sha512-AinzxxCWP0E47eCPmGWTRbUKoYtY+lJQmAi1t+yvv07K0Qgph8OTDAbk2xR8dF2JmBFIZXypUTRG2cG+aoZvNw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-complex64@0.2.1': - resolution: {integrity: sha512-1CdCZtov9hS/RZO5RQ1DCxVIA8uMfaBpjCqA+JiEpSVHK1lnYcl86PljMs+ls38IH+B/h/cpOCWC68iuu14vwg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-dtype@0.2.1': - resolution: {integrity: sha512-ZE1BycHa405hpg2nApMDS9Lq4zOCIYdklCBmSFdwB3bUPC40/GUR4RxqVETLZKxHx+rbPyXSvzpqDm7wgQjpZA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-float32@0.2.2': - resolution: {integrity: sha512-pTcy1FNQrrJLL1LMxJjuVpcKJaibbGCFFTe41iCSXpSOC8SuTBuNohrO6K9+xR301Ruxxn4yrzjJJ6Fa3nQJ2g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-float64@0.2.2': - resolution: {integrity: sha512-ZmV5wcacGrhT0maw9dfLXNv4N3ZwFUV3D7ItFfZFGFnKIJbubrWzwtaYnxzIXigrDc8g3F6FVHRpsQLMxq0/lA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-int16@0.2.2': - resolution: {integrity: sha512-kHxyQ1INGtga38Grr/5MnDVAuJgnerh+MsJQcpT5jxxnc9QAnVc7O6DRv8i/hfOOxUOH15C/MeoBs+zim4CnLQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-int32@0.2.2': - resolution: {integrity: sha512-+jFqht43oPJ8YnlyCZ7cSf9Z8xenIIsJDgLZ9zW+gh8o13SSfF+ukm0AGAdnKnKGR3zPBLnSso7JXyDe2r134g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-int8@0.2.2': - resolution: {integrity: sha512-UW3KlKt7Lww1XML5Gzj+YYHRXD8+RIUrnlPcTwYH9O8j+/m5vyvGYlBIJD2MDO1fgUl2skgmpNkK9ULfsBlIRA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-uint16@0.2.2': - resolution: {integrity: sha512-z5c/Izw43HkKfb1pTgEUMAS8GFvhtHkkHZSjX3XJN+17P0VjknxjlSvPiCBGqaDX9jXtlWH3mn1LSyDKtJQoeA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-uint32@0.2.2': - resolution: {integrity: sha512-3T894I9C2MqZJJmRCYFTuJp4Qw9RAt+GzYnVPyIXoK1h3TepUXe9VIVx50cUFIibdXycgu0IFGASeAb3YMyupw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-uint8@0.2.2': - resolution: {integrity: sha512-Ip9MUC8+10U9x0crMKWkpvfoUBBhWzc6k5SI4lxx38neFVmiJ3f+5MBADEagjpoKSBs71vlY2drnEZe+Gs2Ytg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/array-uint8c@0.2.2': - resolution: {integrity: sha512-uBEJ1yKLZjwgmCV7iSNLkr/SGCxL7qVwnb+f4avVSBxlIv/k29oIO/sibgkHbZMBlBSw39dWQzIKD0UQJWDVDQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-contains@0.2.2': - resolution: {integrity: sha512-jAc+0YbXLCaL26Sz5W1QpVXT5ybMsPuUkMLYWAbIXd2NjsQR7wu3/tmzGCtArtyT5VLkdJiVQuvkUg0IQIQcWA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-float32array-support@0.2.2': - resolution: {integrity: sha512-pi2akQl8mVki43fF1GNQVLYW0bHIPp2HuRNThX9GjB3OFQTpvrV8/3zPSh4lOxQa5gRiabgf0+Rgeu3AOhEw9A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-float64array-support@0.2.2': - resolution: {integrity: sha512-8L3GuKY1o0dJARCOsW9MXcugXapaMTpSG6dGxyNuUVEvFfY5UOzcj9/JIDal5FjqSgqVOGL5qZl2qtRwub34VA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-generator-support@0.2.2': - resolution: {integrity: sha512-TcE9BGV8i7B2OmxPlJ/2DUrAwG0W4fFS/DE7HmVk68PXVZsgyNQ/WP/IHBoazHDjhN5c3dU21c20kM/Bw007Rw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-int16array-support@0.2.2': - resolution: {integrity: sha512-rIrJ2371vd4kg5sHb/bz0xX1dlwyElT6kivnFPtZUXMaMS1breSUIpwPkUPXdr1AbmQdeJYv0c/YBtKB0PCo2g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-int32array-support@0.2.2': - resolution: {integrity: sha512-3o/6PuZ+z6+cimb9L1f0d4LGP2GJO4EUVlD6oz8I6vKz35438coM5CduXOMVWvdzm4Rku4ty5mi1Gz0U53pC4Q==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-int8array-support@0.2.2': - resolution: {integrity: sha512-QUasYxAqQdgqDglQTwV9dZSwMXvLzLpVC4FcN+kia/+nX1HGjYUBq95fBj0vigW+SC2OiuepJkNiB/PlhA08+g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-iterator-symbol-support@0.2.2': - resolution: {integrity: sha512-XQ/V/rZ0VjfODhZu65fY2Mvzd4SIxgiKGTUoQpG9nrCh9JZflBUZoDsXvtZ8PSHCylC4aYKi7maA/AkLqbft1g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-own-property@0.2.2': - resolution: {integrity: sha512-m5rV4Z2/iNkwx2vRsNheM6sQZMzc8rQQOo90LieICXovXZy8wA5jNld4kRKjMNcRt/TjrNP7i2Rhh8hruRDlHg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-symbol-support@0.2.2': - resolution: {integrity: sha512-vCsGGmDZz5dikGgdF26rIL0y0nHvH7qaVf89HLLTybceuZijAqFSJEqcB3Gpl5uaeueLNAWExHi2EkoUVqKHGg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-tostringtag-support@0.2.2': - resolution: {integrity: sha512-bSHGqku11VH0swPEzO4Y2Dr+lTYEtjSWjamwqCTC8udOiOIOHKoxuU4uaMGKJjVfXG1L+XefLHqzuO5azxdRaA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-uint16array-support@0.2.2': - resolution: {integrity: sha512-aL188V7rOkkEH4wYjfpB+1waDO4ULxo5ppGEK6X0kG4YiXYBL2Zyum53bjEQvo0Nkn6ixe18dNzqqWWytBmDeg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-uint32array-support@0.2.2': - resolution: {integrity: sha512-+UHKP3mZOACkJ9CQjeKNfbXHm5HGQB862V5nV5q3UQlHPzhslnXKyG1SwAxTx+0g88C/2vlDLeqG8H4TH2UTFA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-uint8array-support@0.2.2': - resolution: {integrity: sha512-VfzrB0BMik9MvPyKcMDJL3waq4nM30RZUrr2EuuQ/RbUpromRWSDbzGTlRq5SfjtJrHDxILPV3rytDCc03dgWA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-has-uint8clampedarray-support@0.2.2': - resolution: {integrity: sha512-/zT8Piv1UUFUpelBo0LuTE4V9BOEW7DTwfGlPvez93lk72XtaIYhTHkj+Z9YBGfAMV2PbL6eteqFffMVzUgnXg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-arguments@0.2.2': - resolution: {integrity: sha512-SejXrHpneNcn0nDot2K49XoTzPQQUvCFQj+2vc4UtJdtFFzB5r1fYgvtL7RqkhVglD7zNJG1acJYa7PiZCpZog==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-array-like-object@0.2.2': - resolution: {integrity: sha512-T73aKzzi1sKhyOn1wnp1lw2yZEyCnyNfE69p1oWHyWn7EXAJN3J0wTJGGt71/mgD0DDAd3Q+5FsGCYhfmrYdsQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-array-like@0.2.2': - resolution: {integrity: sha512-kOa5oNJucpBI4rn4+EPL+FlGm7nvTOrYmjD0tdl8JsaNNiQ1w2u2i7fBvCz2iKiQmtuI/+Cu/ES5BtjYoPRxAQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-array@0.2.2': - resolution: {integrity: sha512-aJyTX2U3JqAGCATgaAX9ygvDHc97GCIKkIhiZm/AZaLoFHPtMA1atQ4bKcefEC8Um9eefryxTHfFPfSr9CoNQQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-arraybuffer@0.2.2': - resolution: {integrity: sha512-j0IDGRTF3+yhH9tgcNgPdicXYbCS811Uv0zYxOGcajq1Dcy931aOs9BKqBo4M5bK6eJtAFq2yReKIIXYkZpH6Q==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-big-endian@0.2.2': - resolution: {integrity: sha512-mPEl30/bqZh++UyQbxlyOuB7k0wC73y5J9nD2J6Ud6Fcl76R5IAGHRW0WT3W18is/6jG1jzMd8hrISFyD7N0sA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-boolean@0.2.2': - resolution: {integrity: sha512-3KFLRTYZpX6u95baZ6PubBvjehJs2xBU6+zrenR0jx8KToUYCnJPxqqj7JXRhSD+cOURmcjj9rocVaG9Nz18Pg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-buffer@0.2.2': - resolution: {integrity: sha512-4/WMFTEcDYlVbRhxY8Wlqag4S70QCnn6WmQ4wmfiLW92kqQHsLvTNvdt/qqh/SDyDV31R/cpd3QPsVN534dNEA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-collection@0.2.2': - resolution: {integrity: sha512-tbh6ySMqzTkHjFzcNkwtfnJgt65qWeu+0Wv3N0D9QEd3gnJfWq4mJJS3DyJ5n91VoB7RXppB/giDxDUCw/Y+KQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-complex-like@0.2.2': - resolution: {integrity: sha512-/prN0SdWpTB8uHGlvvJJs/Q5o0vO0cj2Kh/MLJXrsMo2gvQsQHF+oez1X+FuMrJrfVq6+Im/H4KHa/wjoSPx8Q==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-enumerable-property@0.2.2': - resolution: {integrity: sha512-An5QM9Zb3bjKZp5XVdsHTv6/8pJMJvnweHDdLPQhEtLve3YIM4Xo0CQ3TlvKgTr6Lz2UO/+yx8rrDdN5i9Dp5Q==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-float32array@0.2.2': - resolution: {integrity: sha512-hxEKz/Y4m1NYuOaiQKoqQA1HeAYwNXFqSk3FJ4hC71DuGNit2tuxucVyck3mcWLpLmqo0+Qlojgwo5P9/C/9MQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-float64array@0.2.2': - resolution: {integrity: sha512-3R1wLi6u/IHXsXMtaLnvN9BSpqAJ8tWhwjOOr6kadDqCWsU7Odc7xKLeAXAInAxwnV8VDpO4ifym4A3wehazPQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-function@0.2.2': - resolution: {integrity: sha512-whY69DUYWljCJ79Cvygp7VzWGOtGTsh3SQhzNuGt+ut6EsOW+8nwiRkyBXYKf/MOF+NRn15pxg8cJEoeRgsPcA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-int16array@0.2.2': - resolution: {integrity: sha512-HQ9yyX1di07pWreBk6njw9x1sipJKSP4SCSkidLfUHKxaooxeUprAFONfMiEMdNBbn7f3awfs23h1bpN/Z6Vmg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-int32array@0.2.2': - resolution: {integrity: sha512-YomgTwoJD/ci8K9mWNCyqSDtkYfHNplMYw+B9rmcxrjX//1LVZkrzgwWEc6dC3RlY0Ou+uDHJpKeKL9G2fj4GQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-int8array@0.2.2': - resolution: {integrity: sha512-Y1QP3uIZ+CG+rFrD6nOO/N/8O1rRbXgG+iVo5aj8xNRUtfg1iYekUspfNKqxeZUJ95Ocv705m7/vsGlvI1MugQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-integer@0.2.2': - resolution: {integrity: sha512-2d4CioQmnPcNDvNfC3Q6+xAJLwYYcSUamnxP0bSBJ1oAazWaVArdXNUAUxufek2Uaq6TVIM2gNSMyivIKIJd2w==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-little-endian@0.2.2': - resolution: {integrity: sha512-KMzPndj85jDiE1+hYCpw12k2OQOVkfpCo7ojCmCl8366wtKGEaEdGbz1iH98zkxRvnZLSMXcYXI2z3gtdmB0Ag==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-nan@0.2.2': - resolution: {integrity: sha512-Wh7KPIVfi6UVBRuPgkjVnoJP6mVtDNg+Y4m3Hko86TSf78KqFXfyZy/m6hnlYBWZRkNJDKo1J/7A/zpPwcEUVg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-nonnegative-integer@0.2.2': - resolution: {integrity: sha512-4t2FoZQeZ5nMYHYSeTVlgAp/HLEMYqe9qMcJgbvj63KTrGCDsuIpTE0S+UTxAc6Oc3Ftgb0ygjBFJQ0mxwN0Ow==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-number-array@0.2.2': - resolution: {integrity: sha512-8aQ/unulf5ED1Pu7na1Y1YPRigIBIMw/OiO99V69aGyYmlJaIQPAaYYecmRo1tMzKwP/jkhm3mTBsaPtCpJiLw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-number@0.2.2': - resolution: {integrity: sha512-sWpJ59GqGbmlcdYSUV/OYkmQW8k47w10+E0K0zPu1x1VKzhjgA5ZB2sJcpgI8Vt3ckRLjdhuc62ZHJkrJujG7A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-object-like@0.2.2': - resolution: {integrity: sha512-MjQBpHdEebbJwLlxh/BKNH8IEHqY0YlcCMRKOQU0UOlILSJg0vG+GL4fDDqtx9FSXxcTqC+w3keHx8kAKvQhzg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-object@0.2.2': - resolution: {integrity: sha512-sNnphJuHyMDHHHaonlx6vaCKMe4sHOn0ag5Ck4iW3kJtM2OZB2J4h8qFcwKzlMk7fgFu7vYNGCZtpm1dYbbUfQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-plain-object@0.2.2': - resolution: {integrity: sha512-o4AFWgBsSNzZAOOfIrxoDFYTqnLuGiaHDFwIeZGUHdpQeav2Fll+sGeaqOcekF7yKawoswnwWdJqTsjapb4Yzw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-positive-integer@0.2.2': - resolution: {integrity: sha512-cHdVJC88DZYpN4q39cWjx9fAqKBY9x0FFf3yY6aFBUaAXP/K5Ptdh22+y1wX210vC/wvxL5V9n4pcWO3wmBGHg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-regexp@0.2.2': - resolution: {integrity: sha512-2JtiUtRJxPaVXL7dkWoV3n5jouI65DwYDXsDXg3xo23TXlTNGgU/HhKO4FWC1Yqju7YMZi0hcZSW6E9v8ISqeQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-string@0.2.2': - resolution: {integrity: sha512-SOkFg4Hq443hkadM4tzcwTHWvTyKP9ULOZ8MSnnqmU0nBX1zLVFLFGY8jnF6Cary0dL0V7QQBCfuxqKFM6u2PQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-typed-array-like@0.2.2': - resolution: {integrity: sha512-7Toa5t+camga8IfIAVsiTd5U2GgVMncN0Q6KYMF4Jmj4+DhEYzqgQckFaVrfhuL14Au7ik4ZhS4K7X4wEL1S0g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-uint16array@0.2.2': - resolution: {integrity: sha512-w3+HeTiXGLJGw5nCqr0WbvgArNMEj7ulED1Yd19xXbmmk2W1ZUB+g9hJDOQTiKsTU4AVyH4/As+aA8eDVmWtmg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-uint32array@0.2.2': - resolution: {integrity: sha512-3F4nIHg1Qp0mMIsImWUC8DwQ3qBK5vdIJTjS2LufLbFBhHNmv5kK1yJiIXQDTLkENU0STZe05TByo01ZNLOmDQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-uint8array@0.2.2': - resolution: {integrity: sha512-51WnDip6H2RrN0CbqWmfqySAjam8IZ0VjlfUDc3PtcgrZGrKKjVgyHAsT/L3ZDydwF+aB94uvYJu5QyrCPNaZw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-is-uint8clampedarray@0.2.2': - resolution: {integrity: sha512-MjHhOxjOXesqUNgoDGOiO9vib1HV3uCNoYQfiEDWAv30pVAty70wEcwDQ7cdQs1ZGfGC/355ob8AR2Z8lY4ryw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-tools-array-function@0.2.2': - resolution: {integrity: sha512-FYeT7X9x0C8Nh+MN6IJUDz+7i7yB6mio2/SDlrvyepjyPSU/cfHfwW0GEOnQhxZ+keLZC/YqDD930WjRODwMdA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/assert-tools-array-like-function@0.2.2': - resolution: {integrity: sha512-j/lK6Bap3uyfIKxpQjAZ4zKG5YhJR0J50bVNN+dZ+W3KVgPQ4aQCJ4to6poOF2hHB/oCpKkHMydA7XGe8yw0xw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/blas-base-gcopy@0.2.1': - resolution: {integrity: sha512-59sZsv2kzV+zHGhINJDL53o+6wFpcBPfV2BNxOZ7FRsrASR7ah9BFDPU3bo4LtxVouZFYaBcXlXcG0av4K9aQQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/blas-ext-base-gapxsumpw@0.2.2': - resolution: {integrity: sha512-ffJit/xSoXhKO1Bm3vAHH9sF5bowSys9xyYJa9E+YYpvN/iMFyRS9sUL7p4kjcyD263rAQnTNvLV0jYnSVwtLA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/blas-ext-base-gsumpw@0.2.2': - resolution: {integrity: sha512-0CVHaOAXfDZ83NyQF9IURfiRKHFyI0CMPh2IP7hxWqRFpNnZlgCOvNXyxZSVpk77R+Gf3ETqJrwAEM/GqwSLhA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/boolean-ctor@0.2.2': - resolution: {integrity: sha512-qIkHzmfxDvGzQ3XI9R7sZG97QSaWG5TvWVlrvcysOGT1cs6HtQgnf4D//SRzZ52VLm8oICP+6OKtd8Hpm6G7Ww==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-float32-ctor@0.0.1': - resolution: {integrity: sha512-hSAUBgV8l/MnaVpI4mmSSg68iaz2DsWkb9Hnqj41UkrY3vX406JT5HtUzFTcdInuvBDbQXOms03wwAkN05MlSg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-float32-ctor@0.0.2': - resolution: {integrity: sha512-QsTLynhTRmDT0mSkfdHj0FSqQSxh2nKx+vvrH3Y0/Cd/r0WoHFZwyibndDxshfkf9B7nist8QKyvV82I3IZciA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-float32-reim@0.1.2': - resolution: {integrity: sha512-24H+t1xwQF6vhOoMZdDA3TFB4M+jb5Swm/FwNaepovlzVIG2NlthUZs6mZg1T3oegqesIRQRwhpn4jIPjuGiTw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-float32@0.2.1': - resolution: {integrity: sha512-tp83HfJzcZLK7/6P6gZPcAa/8F/aHS7gBHgB6ft45d/n6oE+/VbnyOvsJKanRv8S96kBRj8xkvlWHz4IiBrT0Q==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-float64-ctor@0.0.2': - resolution: {integrity: sha512-X+8Iw16iDkc5FW8BoqthYJlQmHDqjAGA/YXoz/9ud/lV99jcrT519N8JcRYGglHhDCrJ4tieXvZ+RCdQKchNUg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-float64-ctor@0.0.3': - resolution: {integrity: sha512-oixCtBif+Uab2rKtgedwQTbQTEC+wVSu4JQH935eJ8Jo0eL6vXUHHlVrkLgYKlCDLvq5px1QQn42Czg/ixh6Gw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-float64-reim@0.1.2': - resolution: {integrity: sha512-q6RnfgbUunApAYuGmkft1oOM3x3xVMVJwNRlRgfIXwKDb8pYt+S/CeIwi3Su5SF6ay3AqA1s+ze7m21osXAJyw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-float64@0.2.1': - resolution: {integrity: sha512-vN9GqlSaonoREf8/RIN9tfNLnkfN4s7AI0DPsGnvc1491oOqq9UqMw8rYTrnxuum9/OaNAAUqDkb5GLu5uTveQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-imag@0.2.1': - resolution: {integrity: sha512-HHTDnEFTeC2FJfP0jXccsam4hgnPF0PjQJDzKin6F/SFocxOeT2YoqA6Pii09XnDH6RrUaXIZp+VzTr7w/Vs5A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-imagf@0.2.1': - resolution: {integrity: sha512-lrYYEZfPZ9j/7jRUWVNDUunj1f/9lCxtuzHINqQg2VJ3WNJvyQ9RdWEM1ahZftZImZMIWElCNBTCrRJUOA/bww==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-real@0.2.1': - resolution: {integrity: sha512-WT7Z77jQLm8VrfvOPJ0C6d8q0Of105owANn72+3YnBwIuGk4TG9DVkB+g/9vo4ptIxPdQRiZQkIGVY0bq7h9YA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-realf@0.2.1': - resolution: {integrity: sha512-bjLLhSaQWhXEkSx4CJNp81mmUCBwWkhsl62gsp8Cdd56zWkf6c2tWCph9jmXNKMzqueYswzykZt9itHjHmTT8g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-reim@0.2.1': - resolution: {integrity: sha512-67nakj+HwBRx/ha3j/sLbrMr2hwFVgEZtaczOgn1Jy/cU03lKvNbMkR7QI9s+sA+b+A3yJB3ob8ZQSqh3D1+dA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/complex-reimf@0.2.1': - resolution: {integrity: sha512-6HyPPmo0CEHoBjOg2w70mMFLcFEunM78ljnW6kf1OxjM/mqMaBM1NRpDrQoFwCIdh1RF1ojl3JR0YLllEf0qyQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-array-max-array-length@0.2.2': - resolution: {integrity: sha512-fZzM6cvIEXhNSXR+erL1PYYIbZYAXGss9aN7C8KXVGGDfq4Eebts7ZWcqLgPfxftMnJ07yPyPffFqRnsDSfqqQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-array-max-typed-array-length@0.2.2': - resolution: {integrity: sha512-uAoBItVIfuzR4zKK1F57Znrn2frKL0U9gqJkg30BXuno3YlUvbhIfVP3VsUmGJCmi9ztgYLqX10yqb0KvlM2Ig==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float32-max@0.2.2': - resolution: {integrity: sha512-uxvIm/KmIeZP4vyfoqPd72l5/uidnCN9YJT3p7Z2LD8hYN3PPLu6pd/5b51HMFLwfkZ27byRJ9+YK6XnneJP0Q==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float32-smallest-normal@0.2.2': - resolution: {integrity: sha512-2qkGjGML2/8P9YguHnac2AKXLbfycpYdCxKmuXQdAVzMMNCJWjHoIqZMFG29WBEDBOP057X+48S6WhIqoxRpWA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-e@0.2.2': - resolution: {integrity: sha512-7fxHaABwosbUzpBsw6Z9Dd9MqUYne8x+44EjohVcWDr0p0mHB/DXVYEYTlwEP/U/XbRrKdO3jUG6IO/GsEjzWg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-eps@0.2.2': - resolution: {integrity: sha512-61Pb2ip9aPhHXxiCn+VZ0UVw2rMYUp0xrX93FXyB3UTLacrofRKLMKtbV0SFac4VXx5igv2+0G+h6G/fwCgjyw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-eulergamma@0.2.2': - resolution: {integrity: sha512-XsuVud0d1hLTQspFzgUSH2e3IawTXLlJi2k4Vg0Nn6juulxfNO9PnAGtHz+p1BynYF/YwN+qhKnISQxrN31rsQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-exponent-bias@0.2.2': - resolution: {integrity: sha512-zLWkjzDYHSsBsXB/4mwHysOGl64JS3XBt/McjvjCLc/IZpfsUNFxLCl7oVCplXzYYHcQj/RfEBFy6cxQ6FvdpQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-fourth-pi@0.2.2': - resolution: {integrity: sha512-j0NOg45ouibms4ML8pfS/eDrurdtnhJTNPCGQM4mg3X+1ljsuO0pvkpVCvuz29t5J23KTcfGBXXr90ikoBmjlw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-gamma-lanczos-g@0.2.2': - resolution: {integrity: sha512-hCaZbZ042htCy9mlGrfUEbz4d0xW/DLdr3vHs5KiBWU+G+WHVH33vubSnEoyT0ugWpAk2ZqWXe/V8sLGgOu0xg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-half-ln-two@0.2.2': - resolution: {integrity: sha512-yv1XhzZR2AfJmnAGL0kdWlIUhc/vqdWol+1Gq2brXPVfgqbUmJu5XZuuK+jZA2k+fHyvRHNEwQRv9OPnOjchFg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-half-pi@0.2.2': - resolution: {integrity: sha512-lM3SiDsZCKiuF5lPThZFFqioIwh1bUiBUnnDMLB04/QkVRCAaXUo+dsq2hOB6iBhHoYhiKds6T+PsHSBlpqAaA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-high-word-abs-mask@0.2.2': - resolution: {integrity: sha512-YtYngcHlw9qvOpmsSlkNHi6cy/7Y7QkyYh5kJbDvuOUXPDKa3rEwBln4mKjbWsXhmmN0bk7TLypH7Ryd/UAjUQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-high-word-exponent-mask@0.2.2': - resolution: {integrity: sha512-LhYUXvpnLOFnWr8ucHA9N/H75VxcS2T9EoBDTmWBZoKj2Pg0icGVDmcNciRLIWbuPA9osgcKpxoU+ADIfaipVA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-high-word-sign-mask@0.2.1': - resolution: {integrity: sha512-Fep/Ccgvz5i9d5k96zJsDjgXGno8HJfmH7wihLmziFmA2z9t7NSacH4/BH4rPJ5yXFHLkacNLDxaF1gO1XpcLA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-high-word-significand-mask@0.2.2': - resolution: {integrity: sha512-eDDyiQ5PR1/qyklrW0Pus0ZopM7BYjkWTjqhSHhj0DibH6UMwSMlIl4ddCh3VX37p5eByuAavnaPgizk5c9mUw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-ln-sqrt-two-pi@0.2.2': - resolution: {integrity: sha512-C9YS9W/lvv54wUC7DojQSRH9faKw0sMAM09oMRVm8OOYNr01Rs1wXeSPStl9ns4qiV/G13vZzd1I3nGqgqihbw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-ln-two@0.2.2': - resolution: {integrity: sha512-EQ8EJ6B1wPfuhva0aApKIsF7lTna++txV4AUzL2wTfwDHw6RzWpA44u+k54KnLF8ZXUNIYDNQHHvtzdfKrFzCA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-max-base10-exponent@0.2.2': - resolution: {integrity: sha512-Jammf5J//rhgT66DtAk1sVYPQqCwNVptImfpIN2ZTo8krx0HcvDWFEmsNZwVq6q5iUhKhSShzWSvty5ysswp1A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-max-base2-exponent-subnormal@0.2.1': - resolution: {integrity: sha512-D1wBNn54Hu2pK6P/yBz0FtPBI3/7HdgK8igYjWDKWUKzC92R/6PHZ9q5NzedcGxoBs8MUk1zNpP0tZyYj9Y4YQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-max-base2-exponent@0.2.2': - resolution: {integrity: sha512-KmDe98pJ2HXz2SbqyFfSDhlSSVD7JssjbZ5K11HEK2avqMcoCbdHH20T+6/TpA01VqaK8dLbeyphOfALcDdMKA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-max-ln@0.2.2': - resolution: {integrity: sha512-FPAEGjnoQMDPWJbCyyto7HWQ/SY2jjD8IkjyD8aOwENqbswjCbOINXRiK2ar27OOXG7Dv7CCpFpoorTxv0gmfA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-max-safe-integer@0.2.2': - resolution: {integrity: sha512-d+sxmxhkt980SDFhnnRDSpujPQTv4nEt5Ox3L86HgYZU4mQU/wbzYVkMuHIANW9x3ehww5blnGXTKYG9rQCXAw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-max-safe-nth-factorial@0.1.0': - resolution: {integrity: sha512-sppIfkBbeyKNwfRbmNFi5obI7Q+IJCQzfWKYqvzmEJVOkmEg6hhtEeFc8zZJGCU7+Pndc3M2wdbTT5a3rhamHw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-max@0.2.2': - resolution: {integrity: sha512-S3kcIKTK65hPqirziof3KTYqfFKopgaTnaiDlDKdzaCzBZ5qkrAcRd4vl+W1KHoZruUyWC2/RYZUa/8+h075TQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-min-base10-exponent-subnormal@0.2.1': - resolution: {integrity: sha512-AghpVQcTuhPiLE1IAk+e8HNU+wce/132Sg3MsL60CQaRVnG8X/VdivzEJGt2Nw9uH5rctvVINFrNnM0gxtmzJg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-min-base10-exponent@0.2.2': - resolution: {integrity: sha512-xrDj8cT4Aojo3TO1zm2LcFjXfkpf/NzNONkkE+YEnq+wHjV7UcXLTJefLPBET2T1uSwEXYYw7ZlbpQ7vbhNDEg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-min-base2-exponent-subnormal@0.2.1': - resolution: {integrity: sha512-fTXfvctXWj/48gK+gbRBrHuEHEKY4QOJoXSGp414Sz6vUxHusHJJ686p8ze3XqM7CY6fmL09ZgdGz/uhJl/7lw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-min-base2-exponent@0.2.2': - resolution: {integrity: sha512-YZmBiKik6LbWB4EOZ/ZUs/u6OIF742xNK8mhEqL0OEN4NuJe3OdErpOic6KjMmHjQuqCXdFoSqsWZaFHcIN7HA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-min-ln@0.2.2': - resolution: {integrity: sha512-N1Sxjo3uTdEIpHeG2TzaX06UuvpcKHvjYKpIMhJSajbxvfVDURHlc9kIpfbP9C9/YYoCy0FvewA/kvbqNaYypA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-ninf@0.2.2': - resolution: {integrity: sha512-Iu+wZs/vgudAKVg9FEcRY3FadkmvsWuq/wJ3jIHjhaP5xcnoF3XJUO4IneEndybHwehfJL65NShnDsJcg1gicw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-pi@0.2.2': - resolution: {integrity: sha512-ix34KmpUQ0LUM++L6avLhM9LFCcGTlsUDyWD/tYVGZBiIzDS3TMKShHRkZvC+v87fuyYNPoxolYtk5AlbacI6g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-pinf@0.2.2': - resolution: {integrity: sha512-UcwnWaSkUMD8QyKADwkXPlY7yOosCPZpE2EDXf/+WOzuWi5vpsec+JaasD5ggAN8Rv8OTVmexTFs1uZfrHgqVQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-smallest-normal@0.2.2': - resolution: {integrity: sha512-GXNBkdqLT9X+dU59O1kmb7W5da/RhSXSvxx0xG5r7ipJPOtRLfTXGGvvTzWD4xA3Z5TKlrEL6ww5sph9BsPJnA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-smallest-subnormal@0.2.2': - resolution: {integrity: sha512-KuF+scDOsP0okx8RLF+q3l1RheaYChf+u/HbhzFbz82GeCIdIVp86UMwoBgfn8AT8cnR5SrtvLtQw15MGfa/vg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-sqrt-eps@0.2.2': - resolution: {integrity: sha512-X7LnGfnwNnhiwlY+zd3FX6zclsx61MaboGTNAAdaV78YjBDTdGdWMHk5MQo1U17ryPlhdGphOAejhDHeaSnTXQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-sqrt-two-pi@0.2.2': - resolution: {integrity: sha512-I8Ylr64x8AFSQ2hFBT8szuIBAy2wqPx69taJMzfcmuM5SnSbS8SE/H19YnCimZErVFo4bz0Rh8Fp3edN4i6teQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-sqrt-two@0.2.2': - resolution: {integrity: sha512-iqqouCuS9pUhjD91i5siScxLDtQTF1HsSZor6jaZRviMiOjCj/mjzxxTFHWUlU/rxHMBBhj/u7i12fv6a7dCAQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-float64-two-pi@0.2.2': - resolution: {integrity: sha512-cyXuwYOersVsA8tDSJ0ocMbtOc5KGxjlGvYC4vrpLQVkgNpxcGbA57n6JvaGmNk7+InXXbQ7qhTWGbTNgafcLQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-int16-max@0.2.2': - resolution: {integrity: sha512-w7XnWFxYXRyAnbKOxur3981FeaSlhKvHlhETwH5ZhtOQerk3Jn/iJFdtbN8CD0he1Kml4DWhnoKB7P9PcOaTIw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-int16-min@0.2.2': - resolution: {integrity: sha512-zn15vCgNoyD97z7mNQMChEneyc6xQudVGj1BOv5vZl827vHAs+KV6xeCI7VGY8Lpd6V22piDoGG3Mvj/43u9vQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-int32-max@0.2.1': - resolution: {integrity: sha512-vKtp3q/HdAeGG8BJBZdNzFrYpVQeleODgvOxh9Pn/TX1Ktjc50I9TVl7nTVWsT2QnacruOorILk2zNsdgBHPUQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-int32-max@0.3.0': - resolution: {integrity: sha512-jYN84QfG/yP2RYw98OR6UYehFFs0PsGAihV6pYU0ey+WF9IOXgSjRP56KMoZ7ctHwl4wsnj9I+qB2tGuEXr+pQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-int32-min@0.2.2': - resolution: {integrity: sha512-4QMOTpo5QykiWp52Wtugu1WK1wV/Bi2Hjj9L97dfZ3BPB1Oa9ykiUZvTsq3GBNCMu2YHPv1ugbV91C3p3bw+Aw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-int8-max@0.2.2': - resolution: {integrity: sha512-zp1L61S/ycOmkILmvuXEKvtXrEJ0QUAwP65sNAWMJOtdT0mhGMfGpXKvCK84TC3+jP5Wk4LU13cgO2bf/pmGTw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-int8-min@0.2.2': - resolution: {integrity: sha512-nxPloZUqbGuyuOPC0U3xQOn9YdyRq2g9uc1dzcw6k0XBhql9mlz9kCbdC74HeMm4K9Dyyb7IlAZLCezdv60s6g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-uint16-max@0.2.2': - resolution: {integrity: sha512-qaFXbxgFnAkt73P5Ch7ODb0TsOTg0LEBM52hw6qt7+gTMZUdS0zBAiy5J2eEkTxA9rD9X3nIyUtLf2C7jafNdw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-uint32-max@0.2.2': - resolution: {integrity: sha512-2G44HQgIKDrh3tJUkmvtz+eM+uwDvOMF+2I3sONcTHacANb+zP7la4LDYiTp+HFkPJyfh/kPapXBiHpissAb1A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/constants-uint8-max@0.2.2': - resolution: {integrity: sha512-ZTBQq3fqS/Y4ll6cPY5SKaS266EfmKP9PW3YLJaTELmYIzVo9w2RFtfCqN05G3olTQ6Le9MUEE/C6VFgZNElDQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/error-tools-fmtprodmsg@0.2.2': - resolution: {integrity: sha512-2IliQfTes4WV5odPidZFGD5eYDswZrPXob7oOu95Q69ERqImo8WzSwnG2EDbHPyOyYCewuMfM5Ha6Ggf+u944Q==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/fs-exists@0.2.2': - resolution: {integrity: sha512-uGLqc7izCIam2aTyv0miyktl4l8awgRkCS39eIEvvvnKIaTBF6pxfac7FtFHeEQKE3XhtKsOmdQ/yJjUMChLuA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/fs-resolve-parent-path@0.2.2': - resolution: {integrity: sha512-ZG78ouZc+pdPLtU+sSpYTvbKTiLUgn6NTtlVFYmcmkYRFn+fGOOakwVuhYMcYG6ti10cLD6WzB/YujxIt8f+nA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/function-ctor@0.2.2': - resolution: {integrity: sha512-qSn1XQnnhgCSYBfFy4II0dY5eW4wdOprgDTHcOJ3PkPWuZHDC1fXZsok1OYAosHqIiIw44zBFcMS/JRex4ebdQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-assert-is-even@0.2.3': - resolution: {integrity: sha512-cziGv8F/aNyfME7Wx2XJjnYBnf9vIeh8yTIzlLELd0OqGHqfsHU5OQxxcl9x5DbjZ1G/w0lphWxHFHYCuwFCHw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-assert-is-finite@0.2.2': - resolution: {integrity: sha512-QChWhSEfW0KjuilYPi3ApM3/8ZY5mN56MqJ1k/YwSXxbO4Xjziax1UB7pwjRvXPE0BnS2X0Rcju+QkQH2qP6Mw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-assert-is-infinite@0.2.2': - resolution: {integrity: sha512-4zDZuinC3vkXRdQepr0ZTwWX3KgM0VIWqYthOmCSgLLA87L9M9z9MgUZL1QeYeYa0+60epjDcQ8MS3ecT70Jxw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-assert-is-integer@0.2.5': - resolution: {integrity: sha512-Zi8N66GbWtSCR3OUsRdBknjNlX+aBN8w6CaVEP5+Jy/a7MgMYzevS52TNS5sm8jqzKBlFhZlPLex+Zl2GlPvSA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-assert-is-nan@0.2.2': - resolution: {integrity: sha512-QVS8rpWdkR9YmHqiYLDVLsCiM+dASt/2feuTl4T/GSdou3Y/PS/4j/tuDvCDoHDNfDkULUW+FCVjKYpbyoeqBQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-assert-is-negative-zero@0.2.2': - resolution: {integrity: sha512-WvKNuBZ6CDarOTzOuFLmO1jwZnFD+butIvfD2Ws6SsuqSCiWOaF4OhIckqPzo1XEdkqqhRNPqBxqc0D+hsEYVA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-assert-is-odd@0.2.1': - resolution: {integrity: sha512-V4qQuCO6/AA5udqlNatMRZ8R/MgpqD8mPIkFrpSZJdpLcGYSz815uAAf3NBOuWXkE2Izw0/Tg/hTQ+YcOW2g5g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-assert-is-odd@0.3.0': - resolution: {integrity: sha512-V44F3xdR5/bHXqqYvE/AldLnVmijLr/rgf7EjnJXXDQLfPCgemy0iHTFl19N68KG1YO9SMPdyOaNjh4K0O9Qqw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-assert-is-positive-integer@0.3.0': - resolution: {integrity: sha512-2Cu8Qtb6PyptArAfj3wdHvrl2sbhZOsbRRgeelGpHvv3L4jhiTyLMs8dAtAg8MOhTQui3MQendc2v5Gz0XGyxQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-assert-is-positive-zero@0.2.2': - resolution: {integrity: sha512-mMX5xsemKpHRAgjpVJCb3eVZ3WIkZh6KnHQH8i8n4vI44pcdpN5rcTdEAMlhLjxT/rT7H2wq85f7/FRsq9r9rw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-napi-binary@0.2.1': - resolution: {integrity: sha512-ewGarSRaz5gaLsE17yJ4me03e56ICgPAA0ru0SYFCeMK2E5Z4Z2Lbu7HAQTTg+8XhpoaZSw0h2GJopTV7PCKmw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-napi-binary@0.3.0': - resolution: {integrity: sha512-bhwsmGMOMN1srcpNAFRjDMSXe9ue1s/XmaoBBlqcG6S2nqRQlIVnKKH4WZx4hmC1jDqoFXuNPJGE47VXpVV+mA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-napi-unary@0.2.3': - resolution: {integrity: sha512-BCyJmpq2S8EFo2yMt1z+v1EL7nn8RHcM6jn7fa8n3BTP679K0MSlawIh3A0CFogfrTdjPM4G44VO1ddsdLExcg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-abs@0.2.2': - resolution: {integrity: sha512-cw5CXj05c/L0COaD9J+paHXwmoN5IBYh+Spk0331f1pEMvGxSO1KmCREZaooUEEFKPhKDukEHKeitja2yAQh4Q==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-acos@0.2.3': - resolution: {integrity: sha512-f66Ikq0E3U5XQm6sTu4UHwP3TmcPrVgSK/mZTvg2JenswZ6qPtGO1A8KHZ5+/5bk1TSc9EW4zDGUqWG7mGzT4Q==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-asin@0.2.3': - resolution: {integrity: sha512-Ju1UFJspOOL630SqBtVmUh3lHv5JMu1szcAgx7kQupJwZiwWljoVQ5MmxlNY4l3nGM5oMokenlqTDNXOau43lw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-beta@0.3.0': - resolution: {integrity: sha512-SWUF1AZLqaEJ8g1Lj0/UOfj955AsIS3QPYH/ZMijELVxCwmp7VRgalI0AxMM09IraJt1cH5WrSwSnouH1WC3ZQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-betainc@0.2.2': - resolution: {integrity: sha512-95tzDgn5d9RV9al4gxHwKfszd9M6AizlpnhAiwIi0JwqcO+OY3xgbABWal4/H09Tb8DaC9jDqiyGuyPuB0iDew==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-binomcoef@0.2.3': - resolution: {integrity: sha512-RxnQ/QGgKUeqTvBL+7IH8rNKQYCfGs0I3PsFYfb0e9V1O2yIVvthURUpzjukurZM89JRapK1dN6aeZ5UM71Zgw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-ceil@0.2.2': - resolution: {integrity: sha512-zGkDaMcPrxQ9Zo+fegf2MyI8UPIrVTK5sc/FgCN9qdwEFJTKGLsBd249T3xH7L2MDxx5JbIMGrr6L4U4uEm2Hw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-copysign@0.2.2': - resolution: {integrity: sha512-m9nWIQhKsaNrZtS2vIPeToWDbzs/T0d0NWy7gSci38auQVufSbF6FYnCKl0f+uwiWlh5GYXs0uVbyCp7FFXN+A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-cos@0.2.1': - resolution: {integrity: sha512-Yre+ASwsv4pQJk5dqY6488ZfmYDA6vtUTdapAVjCx28NluSFhXw1+S8EmsqnzYnqp/4x7Y1H7V2UPZfw+AdnbQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-cos@0.3.0': - resolution: {integrity: sha512-SsZpptPgCn15MjpWqEei6XaI60N+lrP0B7pFL89KFOXmagN4MprdU/YUmG413yPgUDLEEQfA0C9KbRWuf9uRvw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-erfc@0.2.4': - resolution: {integrity: sha512-tVI+mMnW+oDfQXwoH86sZ8q4ximpUXX6wZFCYZB6KcO5GXeKuvK74DnU0YyIm+sTV+r9WJiTSBEW9iVQLZOkzg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-erfcinv@0.2.3': - resolution: {integrity: sha512-B8u7WZiIh0+rX8VWNOwvjPWpmeKBHIQoJtIigUseBgbch/rmgV43k63MCkjh2u+V2SmcFo38yD94qJg5bYyWeA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-exp@0.2.4': - resolution: {integrity: sha512-G6pZqu1wA4WwBj7DcnztA+/ro61wXJUTpKFLOwrIb2f/28pHGpA//Lub+3vAk6/ksAkhJ+qM/dfdM2ue7zLuEw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-expm1@0.2.3': - resolution: {integrity: sha512-uJlYZjPjG9X8owuwp1h1/iz9xf21v3dlyEAuutQ0NoacUDzZKVSCbQ3Of0i2Mujn+4N+kjCvEeph6cqhfYAl+A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-factorial@0.2.1': - resolution: {integrity: sha512-uqsANeW4gHFzhgDrV9X0INEwO74MPzQvDVXbxY9+b0E13Vq2HHCi0GqdtPOWXdhOCUk8RkLRs9GizU3X6Coy8A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-factorial@0.3.0': - resolution: {integrity: sha512-tXdXqstF4gmy4HpzALo3Bhkj2UQSlyk+PU3alWXZH5XtKUozHuXhQDnak+2c4w0JqnKxHq4mnaR2qgjfkDNZcA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-floor@0.2.3': - resolution: {integrity: sha512-zTkxVRawtWwJ4NmAT/1e+ZsIoBj1JqUquGOpiNVGNIKtyLOeCONZlZSbN7zuxPkshvmcSjpQ/VLKR8Tw/37E9A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-fmod@0.1.0': - resolution: {integrity: sha512-osHwmEOT5MPWOXRx8y3wKCp362eGHIcJRt8LARJJICr/qTZlu1HMnZnbwuhfy1NIQzpJ8aLOhEdl2PrProTt3A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-gamma-delta-ratio@0.2.2': - resolution: {integrity: sha512-lan+cfafH7aoyUxa88vLO+pYwLA+0uiyVFmCumxDemQUboCrTiNCYhBjONFGI/ljE3RukHoE3ZV4AccIcx526A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled@0.3.0': - resolution: {integrity: sha512-hScjKZvueOK5piX84ZLIV3ZiYvtvYtcixN8psxkPIxJlN7Bd5nAmSkEOBL+T+LeW2RjmdEMXFFJMF7FsK1js/Q==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-gamma-lanczos-sum@0.3.0': - resolution: {integrity: sha512-q13p6r7G0TmbD54cU8QgG8wGgdGGznV9dNKiNszw+hOqCQ+1DqziG8I6vN64R3EQLP7QN4yVprZcmuXSK+fgsg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-gamma1pm1@0.2.2': - resolution: {integrity: sha512-lNT1lk0ifK2a/ta3GfR5V8KvfgkgheE44n5AQ/07BBfcVBMiAdqNuyjSMeWqsH/zVGzjU6G8+kLBzmaJXivPXQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-gamma@0.2.1': - resolution: {integrity: sha512-Sfq1HnVoL4kN9EDHH3YparEAF0r7QD5jNFppUTOXmrqkofgImSl5tLttttnr2I7O9zsNhYkBAiTx9q0y25bAiA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-gamma@0.3.0': - resolution: {integrity: sha512-YfW+e5xuSDoUxgpquXPrFtAbdwOzE7Kqt7M0dcAkDNot8/yUn+QmrDGzURyBVzUyhRm9SaC9bACHxTShdJkcuA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-gammainc@0.2.2': - resolution: {integrity: sha512-ffKZFiv/41SXs2Xms7IW3lPnICR898yfWAidq5uKjOLgRb3wrzNjq0sZ6EAVXvdBwyGULvSjyud28PpVhDLv3A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-gammaincinv@0.2.2': - resolution: {integrity: sha512-bIZ94ob1rY87seDWsvBTBRxp8Ja2Y46DLtQYuaylHUQuK+I2xKy8XKL2ZHPsOfuwhXRqm+q+91PDjPEAdH1dQw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-gammaln@0.2.2': - resolution: {integrity: sha512-opG6HUlspi/GLvQAr4pcwyAevm7BYuymlopgNZ1VulWUvksDpytalaX3zva0idlD2HvniKrDmzHngT1N9p0J1A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-gcd@0.2.1': - resolution: {integrity: sha512-w10k9W176lDkbiDIwnmVr1nkTyypTQLwA3/CN9qEUmXh/u8NlxkSnDYBpArcWnxE0oFaIggw8sLJ58TuMvxMaw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-kernel-betainc@0.2.2': - resolution: {integrity: sha512-DQwQUWQkmZtjRgdvZ1yZOEdAYLQoEUEndbr47Z69Oe6AgwKwxxpZUh09h9imKheFCFHLVnwVUz20azIM5KifQw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-kernel-betaincinv@0.2.2': - resolution: {integrity: sha512-FVGf/clx14n3cPfRLKmd8+vAj90F200VxFOlf8kEULqGKbcQfoTHUfsViJ+r8l0cz1xf9K6uyfAl5KfqUIln4w==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-kernel-cos@0.2.3': - resolution: {integrity: sha512-K5FbN25SmEc5Z89GejUkrZpqCv05ZX6D7g9SUFcKWFJ1fwiZNgxrF8q4aJtGDQhuV3q66C1gaKJyQeLq/OI8lQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-kernel-sin@0.2.3': - resolution: {integrity: sha512-PFnlGdapUaCaMXqZr+tG5Ioq+l4TCyGE5e8XEYlsyhNDILf0XE2ghHzlROA/wW365Arl4sPLWUoo4oH98DUPqw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-ldexp@0.2.3': - resolution: {integrity: sha512-yD4YisQGVTJmTJUshuzpaoq34sxJtrU+Aw4Ih39mzgXiQi6sh3E3nijB8WXDNKr2v05acUWJ1PRMkkJSfu16Kg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-ln@0.2.4': - resolution: {integrity: sha512-lSB47USaixrEmxwadT0/yByvTtxNhaRwN0FIXt5oj38bsgMXGW4V8xrANOy1N+hrn3KGfHJNDyFPYbXWVdMTIw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-log1p@0.2.3': - resolution: {integrity: sha512-1Pu3attNR+DcskIvhvyls+2KRZ0UCHQ/jP2tvgFI9bWDCgb4oEimXPzjFteGNg9Mj6WlAW2b9wU9tHt3bp8R3g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-log1pmx@0.2.3': - resolution: {integrity: sha512-HfjDXcbFztm/GQRrn7a9FMYS0rm/4VPXWa50sYQzBHSYaEwYv5Y1awaZz+cA/ncuqAq1Mw0dfcwEMNRmZtnxEQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-max@0.2.1': - resolution: {integrity: sha512-jsA3x5azfclbULDFwvHjNlB2nciUDHwrw7qHP/QlSdJi47E1iBDNYdzhlOa3JKzblbrITpzgZEsGBcpCinEInQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-max@0.3.0': - resolution: {integrity: sha512-yXsmdFCLHRB24l34Kn1kHZXHKoGqBxPY/5Mi+n5qLg+FwrX85ZG6KGVbO3DfcpG1NxDTcEKb1hxbUargI0P5fw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-maxabs@0.3.0': - resolution: {integrity: sha512-SDj+rGD9itZ/YG2hKzhLX4Tf13SNJdOyNsMy1ezjec6Az3xJXKzv2wJAJIteo0KF6jQnEDkI/F6OIF65MY+o0g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-min@0.2.3': - resolution: {integrity: sha512-tNrKnkcHCRVWzteZJpZ/xql9B6N6EzecnUVizDYqG9y66bOVtI+TADcQ5I/bijEwAIi2BjrIVeq/TBEgQEQBkw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-minabs@0.2.3': - resolution: {integrity: sha512-IV7PSL09S2GHmsxxtFgebPEwLm/wHnC1e1ulP8Uiuo2zinOiv4NXy2tpf9T+nq95d0ICFMnr9IGxFs6Nd74hRw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-pow@0.2.1': - resolution: {integrity: sha512-7SvgVzDkuilZKrHh4tPiXx9fypF/V7PSvAcUVjvcRj5kVEwv/15RpzlmCJlT9B20VPSx4gJ1S0UIA6xgmYFuAg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-pow@0.3.0': - resolution: {integrity: sha512-sMDYRUYGFyMXDHcCYy7hE07lV7jgI6rDspLMROKyESWcH4n8j54XE4/0w0i8OpdzR40H895MaPWU/tVnU1tP6w==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-powm1@0.3.1': - resolution: {integrity: sha512-Pz7e2JlZH9EktJCDuyFPoT9IxMUSiZiJquyh2xB92NQQi9CAIdyaPUryNo36LxG65bne5GZF47MeiWCE8oWgiA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-rempio2@0.2.1': - resolution: {integrity: sha512-ErV5EAe3SQCSijg4Pi4Z0sRPOGrODF3jkyCeiLM+iYj2TMOwDaOWQ0xCTME0p9G45TDrbZCLM5arxN83TfzgXQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-round@0.2.1': - resolution: {integrity: sha512-ibeKiN9z//6wS4H4uaa+vGnh/t1vJtZYXz+NqRVtwoP+nnE/mtL+fIrBlAnkIWVIH+smQPNNo8qsohjyGLBvUQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-round@0.3.0': - resolution: {integrity: sha512-LwHmjWKL88u1HttH3Tmu3qrETb1KZ0J7uvhVkHvU7KgfCvCU8SX/wep47xv74rKDZMXyVEtmp7ZwpZPFm/zBcg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-roundn@0.2.2': - resolution: {integrity: sha512-V9MOFB92s29sV0khneJWte8H4wiatypkthq6BP7HABcUxNLzW/oeBsLR+DpRhG04jaC1jowjcpV2PeyKdzvK0A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-signum@0.2.2': - resolution: {integrity: sha512-cszwgkfeMTnUiORRWdWv6Q/tpoXkXkMYNMoAFO5qzHTuahnDP37Lkn8fTmCEtgHEasg3Cm69xLbqP0UDuNPHyA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-sin@0.2.1': - resolution: {integrity: sha512-IQ6+bzfiZ6/VUn5DIe6iwCsYERE1pwtAOsAWkgNZ1Ih3FzXUxdEOyHtv1zraPrVUb8mR+V5q7OfAGy8TCTnkUg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-sin@0.3.0': - resolution: {integrity: sha512-n5qefWrHs0tZ8hM73EvixH5nFnTU/IW2BnY9/Gamtsu90oTusqOi0WB1jVOMypC8i1mJEHdOWrsip7aDRWk1kQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-sinpi@0.2.1': - resolution: {integrity: sha512-Q3yCp1CoD7gemIILO28bU7iBn8OFiCgXm9vP/9q0tRBxmjtiUnjqbFd+3jRXdAmiCc/B/bPjwGBtVnCnrEMY9g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-sqrt@0.2.2': - resolution: {integrity: sha512-YWxe9vVE5blDbRPDAdZfU03vfGTBHy/8pLDa/qLz7SiJj5n5sVWKObdbMR2oPHF4c6DaZh4IYkrcHFleiY8YkQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-special-trunc@0.2.2': - resolution: {integrity: sha512-cvizbo6oFEbdiv7BrtEMODGW+cJcBgyAIleJnIpCf75C722Y/IZgWikWhACSjv4stxGywFubx85B7uvm3vLgwA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-tools-continued-fraction@0.2.2': - resolution: {integrity: sha512-5dm72lTXwSVOsBsOLF57RZqqHehRd9X3HKdQ3WhOoHx7fNc0lxJJEDjtK8gMdV3NvfoER1MBiGbs2h23oaK5qw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-tools-evalpoly@0.2.2': - resolution: {integrity: sha512-vLvfkMkccXZGFiyI3GPf8Ayi6vPEZeHgENnoBDGC+eMIDIoVWmOpVWsjpUz8xtc5xGNsa1hKalSI40IrouHsYA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/math-base-tools-sum-series@0.2.2': - resolution: {integrity: sha512-P3X+jMONClp93ucJi1Up/x26uwL0kH20CMV9bLzcQyRY8Mceh7jPZuEwzGQR0jq/tJ/4J7AnHg4kdrx4Pd+BNA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-ctor@0.2.2': - resolution: {integrity: sha512-98pL4f1uiXVIw9uRV6t4xecMFUYRRTUoctsqDDV8MSRtKEYDzqkWCNz/auupJFJ135L1ejzkejh73fASsgcwKQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-float32-base-to-word@0.2.2': - resolution: {integrity: sha512-/I866ocLExPpAjgZnHAjeaBw3ZHg5tVPcRdJoTPEiBG2hwD/OonHdCsfB9lu6FxO6sbp7I9BR1JolCoEyrhmYg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-float64-base-exponent@0.2.2': - resolution: {integrity: sha512-mYivBQKCuu54ulorf5A5rIhFaGPjGvmtkxhvK14q7gzRA80si83dk8buUsLpeeYsakg7yLn10RCVjBEP9/gm7Q==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-float64-base-from-words@0.2.2': - resolution: {integrity: sha512-SzMDXSnIDZ8l3PDmtN9TPKTf0mUmh83kKCtj4FisKTcTbcmUmT/ovmrpMTiqdposymjHBieNvGiCz/K03NmlAA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-float64-base-get-high-word@0.2.2': - resolution: {integrity: sha512-LMNQAHdLZepKOFMRXAXLuq30GInmEdTtR0rO7Ka4F3m7KpYvw84JMyvZByMQHBu+daR6JNr2a/o9aFjmVIe51g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-float64-base-get-low-word@0.2.2': - resolution: {integrity: sha512-VZjflvoQ9//rZwwuhl7uSLUnnscdIIYmBrHofnBHRjHwdLGUzSd9PM0iagtvI82OHw5QnydBYI4hohBeAAg+aQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-float64-base-normalize@0.2.3': - resolution: {integrity: sha512-HT+3fhYZOEg2JgHBWS/ysc9ZveQZV10weKbtxhLHOsvceQVp1GbThsLik62mU2/3f96S9MgiVfPfSDI3jnBoYw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-float64-base-set-high-word@0.2.2': - resolution: {integrity: sha512-bLvH15GJgX5URMaOOJAQgO8/dCJPYUQoXPZH7ecSC3XnnVMfWEf43knkjEGYCnWp4nro5hPRElbtdV4mKEjpUg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-float64-base-set-low-word@0.2.2': - resolution: {integrity: sha512-E1pGjTwacJ+Tkt5rKQNdwitKnM1iDgMlulYosNdn6CtvU0Pkq359bNhscMscxehdY3MifwuJpuGzDWD2EGUXzQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-float64-base-to-float32@0.2.2': - resolution: {integrity: sha512-T5snDkVNZY6pomrSW/qLWQfZ9JHgqCFLi8jaaarfNj2o+5NMUuvvRifLUIacTm8/uC96xB0j3+wKTh1zbIV5ig==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-float64-base-to-words@0.2.2': - resolution: {integrity: sha512-nkFHHXoMhb3vcfl7ZvzgiNdqBdBfbKxHtgvDXRxrNQoVmyYbnjljjYD489d2/TAhe+Zvn7qph6QLgTod3zaeww==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/number-uint32-base-to-int32@0.2.2': - resolution: {integrity: sha512-NPADfdHE/3VEifKDttXM24dRj5YQqxwh2wTRD8fQrpHeaWiMIUo8yDqWrrFNIdLVAcqjL2SwWpo4VJ7oKTYaIA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/object-ctor@0.2.1': - resolution: {integrity: sha512-HEIBBpfdQS9Nh5mmIqMk9fzedx6E0tayJrVa2FD7No86rVuq/Ikxq1QP7qNXm+i6z9iNUUS/lZq7BmJESWO/Zg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/os-byte-order@0.2.2': - resolution: {integrity: sha512-2y6rHAvZo43YmZu9u/E/7cnqZa0hNTLoIiMpV1IxQ/7iv03xZ45Z3xyvWMk0b7bAWwWL7iUknOAAmEchK/kHBA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/os-float-word-order@0.2.2': - resolution: {integrity: sha512-5xpcEuxv/CudKctHS5czKdM7Bj/gC+sm/5R5bRPYyqxANM67t365j3v2v8rmmOxkEp9t0fa8Dggx8VmOkpJXaA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/process-cwd@0.2.2': - resolution: {integrity: sha512-8Q/nA/ud5d5PEzzG6ZtKzcOw+RMLm5CWR8Wd+zVO5vcPj+JD7IV7M2lBhbzfUzr63Torrf/vEhT3cob8vUHV/A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/regexp-extended-length-path@0.2.2': - resolution: {integrity: sha512-z3jqauEsaxpsQU3rj1A1QnOgu17pyW5kt+Az8QkoTk7wqNE8HhPikI6k4o7XBHV689rSFWZCl4c4W+7JAiNObQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/regexp-function-name@0.2.2': - resolution: {integrity: sha512-0z/KRsgHJJ3UQkmBeLH+Nin0hXIeA+Fw1T+mnG2V5CHnTA6FKlpxJxWrvwLEsRX7mR/DNtDp06zGyzMFE/4kig==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-anova1@0.2.2': - resolution: {integrity: sha512-DH43nLnMbKGZaUNmSOZgrxSjI2UQONCSqH6msCio7fv2SrhI4pYlWYv7gT0yrqVzb+JgYzB+DBWVQDCu20po3g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-dists-chisquare-cdf@0.2.2': - resolution: {integrity: sha512-vfXA+CYFYRcSCizJ8VlaB7VAIX/+LCaq4q4+6vglpzQeCBSAc/zqgFtTYu7XzudD+DgDjxIRUNZvA5xhzblsyw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-dists-degenerate-cdf@0.2.2': - resolution: {integrity: sha512-mjb7ccaRwNPcPe21rhAW4JUTnxGSKs8wbQNF7xPN2vy0qSoQY5t0Tf4zl6C6WvF091skFDZB4bQ1QGOc7brGFw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-dists-f-cdf@0.2.2': - resolution: {integrity: sha512-2H8ZLqWVsM1Hx8HtqmQT876pCk8SnJKXKSzZR9QoGPtig+CkpwcElyKGYdxyW4ov6XPhdK+RVe/oa9MGS82Lmg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-dists-gamma-cdf@0.2.2': - resolution: {integrity: sha512-xXu2jkr90niX9VgOXFOcDMi7ET/IWD6v8er6twtigR7xF/PGCNwRxKKCWpwkubCtSIklxehtGp62etrbOGSOjg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-dists-normal-cdf@0.2.2': - resolution: {integrity: sha512-Vp9A7ZHWfEK81f568sDrgKo9fM1lIScuHD7wc/DF57TtkGP68nu9QFW7myzh+l/ZW4miJq6qud7lWMAPJ35WlQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-dists-signrank-cdf@0.2.2': - resolution: {integrity: sha512-MrxTXj6qApITuVCpawSp03UdNrbOnXc5cfIdpHCozxij+aM2FJFYYpR3367x860QPL75+2GPEUr/ureREUOF/w==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-dists-t-cdf@0.2.2': - resolution: {integrity: sha512-Oi64G193xMRxdgcfOXS7sID+WQ9HqlqcgzBPkNKJsbQvkAKSaeKKMt9yccYEPLVO7cEPLSLCXO9s4W1lrf4TGA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-dists-t-quantile@0.2.2': - resolution: {integrity: sha512-Ca88AGDGLU3gJeGy0aUXh6gMXXFp5JM+zEciTLT3bhyerycJYKawxNVdHeur0J7LLnujGfeH/rOfSPFTHzgkHg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-mean@0.2.2': - resolution: {integrity: sha512-I6TTyFOstbLBC4qOz5eMxoNUNbx5AheZBhyFHXlRREkwmRdxAbh2Eh1/cyWl7qxpDyBj9eOYu09ya5lSSO6z8A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-meanpn@0.2.2': - resolution: {integrity: sha512-PgXFet4HKbiYvQdpP3AT+BIQBj2Nw8LZxFyn1Pjm2+rmZIWCxQGJs03zmKLEwvtD+IBn4MEY+xmDOhsyeBqCSA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-variance@0.2.2': - resolution: {integrity: sha512-+CeGWpAry+ONvQEA0Z6GMH2DKqPgAzEwpqJLgHGwNLmBE1XdrRFPv53nyAS0P+LE1fbhWTDR1Jvn5iadgAvRoQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-base-variancepn@0.2.2': - resolution: {integrity: sha512-91NZKAvhdwsbukRUnXCUVyk5f6lOggn4toNsAaocGSL+DC/e7WacTDJPA3F33YeRTh7oBQAAIgvtlD22IAoPAw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-incr-stdev@0.2.2': - resolution: {integrity: sha512-FSFpFsKenV+4WiTzXxb0pgu0wpHq2XM11ddlJZNdo7sl5OEukLHs/zbLum+GdGBtV6aZirED3IT4jH0QtJi8bw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-kruskal-test@0.2.2': - resolution: {integrity: sha512-l7ErzqDr4FkPedbhQmbMUV80jFVRYOWETKGmGmeKNiFaY4zLVgXxpvxVs0oF8+wDgXswRHtc0w/rchYI9kRJ7w==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-ranks@0.2.2': - resolution: {integrity: sha512-Q6nJPPvL5xW9WLBlZZVdY/eU7hrXZ0dNd1wYzqahvNENxaQcm71La37QhA3sfLU3kK5uFMet3P0rrQ/9v81wPA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-ttest2@0.2.2': - resolution: {integrity: sha512-MsQtiXZnZzwJfzClu+Ga8qsPBZXnvohVM+tmbuZ2rZijalXvZiOjCtQ8/CYtcj2jmUGnCPg3a0Xq+9FUBXowQw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-ttest@0.2.2': - resolution: {integrity: sha512-H+1y1MF3QootuPso7EYAMIwNOO2HTvxxXLTWEqFbqlv6mkbPsRxACRExZB2dyMkoQxhROTDVHY5IwsTl8FL8yg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/stats-wilcoxon@0.2.2': - resolution: {integrity: sha512-ctGyDOvs14nZ2p5ONoG1qggiJ3nLEYPEl/04A+V+BA4Z1O6NPpz/qpyPKiny7dkkau7bnlLswL7fteB8AcafGw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/strided-base-reinterpret-complex128@0.2.2': - resolution: {integrity: sha512-vOvOCe9PIFEvIGjFcpyT0VfvDTPy2ZQ6rO9b6IM2TkkfzwEj5renq+mxYOHxXx+L61RuMjnkI3giIH/1raPxYg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/strided-base-reinterpret-complex64@0.2.1': - resolution: {integrity: sha512-p/IUPeUnsEfCvme0H8twiAfaFJ7RZ3SOZPjBjLRr04RMSdibwF/N8m9oRpzbXosCaD6LSRpB/pNLraBYNowmDw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/string-base-format-interpolate@0.2.2': - resolution: {integrity: sha512-i9nU9rAB2+o/RR66TS9iQ8x+YzeUDL1SGiAo6GY3hP6Umz5Dx9Qp/v8T69gWVsb4a1YSclz5+YeCWaFgwvPjKA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/string-base-format-tokenize@0.2.2': - resolution: {integrity: sha512-kXq2015i+LJjqth5dN+hYnvJXBSzRm8w0ABWB5tYAsIuQTpQK+mSo2muM8JBEFEnqUHAwpUsu2qNTK/9o8lsJg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/string-base-lowercase@0.4.0': - resolution: {integrity: sha512-IH35Z5e4T+S3b3SfYY39mUhrD2qvJVp4VS7Rn3+jgj4+C3syocuAPsJ8C4OQXWGfblX/N9ymizbpFBCiVvMW8w==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/string-base-repeat@0.2.2': - resolution: {integrity: sha512-mH/DfDMHvBRv8ENJ2AoE+17mGV1hdB8/yowW2GVTqju5x20zGnHlRQ3NV60lFG4q8MHNzWPjj+PQv0/VhiAnsw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/string-base-replace@0.2.2': - resolution: {integrity: sha512-Y4jZwRV4Uertw7AlA/lwaYl1HjTefSriN5+ztRcQQyDYmoVN3gzoVKLJ123HPiggZ89vROfC+sk/6AKvly+0CA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/string-format@0.2.2': - resolution: {integrity: sha512-GUa50uxgMAtoItsxTbMmwkyhIwrCxCrsjzk3nAbLnt/1Kt1EWOWMwsALqZdD6K4V/xSJ4ns6PZur3W6w+vKk9g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/string-repeat@0.2.2': - resolution: {integrity: sha512-NSV9PZNoQ1vgJtkZZwDSQAkW+JKhH2fM6jJGjL1B1Z+RlVFLY4QXZmCiXDVGUu/S81yjLSV52Y7/dQrxNnUdVg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/string-replace@0.2.2': - resolution: {integrity: sha512-czNS5IU7sBuHjac45Y3VWUTsUoi82yc8JsMZrOMcjgSrEuDrVmA6sNJg7HC1DuSpdPjm/v9uUk102s1gIfk3Nw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/symbol-ctor@0.2.2': - resolution: {integrity: sha512-XsmiTfHnTb9jSPf2SoK3O0wrNOXMxqzukvDvtzVur1XBKfim9+seaAS4akmV1H3+AroAXQWVtde885e1B6jz1w==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/symbol-iterator@0.2.2': - resolution: {integrity: sha512-4O8SrTPlffIpAXjryxAud2AhOGxhY8bCN+xFKIW/oRJYI7cDGws5MrAv+Dk9FQBkHHeVThKdvjONO+QC7YRuFA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-constant-function@0.2.2': - resolution: {integrity: sha512-ezRenGy5zU4R0JTfha/bpF8U+Hx0b52AZV++ca/pcaQVvPBRkgCsJacXX0eDbexoBB4+ZZ1vcyIi4RKJ0RRlbQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-constructor-name@0.2.2': - resolution: {integrity: sha512-TBtO3MKDAf05ij5ajmyBCbpKKt0Lfahn5tu18gqds4PkFltgcw5tVZfSHY5DZ2HySJQ2GMMYjPW2Kbg6yPCSVg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-convert-path@0.2.2': - resolution: {integrity: sha512-8nNuAgt23Np9NssjShUrPK42c6gRTweGuoQw+yTpTfBR9VQv8WFyt048n8gRGUlAHizrdMNpEY9VAb7IBzpVYw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-count-by@0.2.2': - resolution: {integrity: sha512-X/RzxLH3QNfh9qx0hyYRALpDfKzo1bs85drupDx5wUlEl2zubboAzdAlzucdfjV58lPwMRdbwIpxfHH1H5NHng==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-define-nonenumerable-read-only-accessor@0.2.3': - resolution: {integrity: sha512-0ECS16+eDOkwa045K75d6b2pnl/bSny6LCQzrPyAJgbKrnDOUrE8c7ZRuVvVkWCvByYHKUO7I5JCLoty3/f2DA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-define-nonenumerable-read-only-property@0.2.2': - resolution: {integrity: sha512-V3mpAesJemLYDKG376CsmoczWPE/4LKsp8xBvUxCt5CLNAx3J/1W39iZQyA5q6nY1RStGinGn1/dYZwa8ig0Uw==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-define-property@0.2.4': - resolution: {integrity: sha512-XlMdz7xwuw/sqXc9LbsV8XunCzZXjbZPC+OAdf4t4PBw4ZRwGzlTI6WED+f4PYR5Tp9F1cHgLPyMYCIBfA2zRg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-define-read-only-property@0.2.2': - resolution: {integrity: sha512-JcoavbkwxXFWtIHNypiL/5oCFU76WXYUFTeUMKPTNx0oyO2UjW9sKNuJfpoY9ksHPZNZGHRTsNbXVHabkNjVBQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-escape-regexp-string@0.2.2': - resolution: {integrity: sha512-areCibzgpmvm6pGKBg+mXkSDJW4NxtS5jcAT7RtunGMdAYhA/I5whISMPaeJkIT2XhjjFkjKBaIs5pF6aPr4fQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-eval@0.2.2': - resolution: {integrity: sha512-MaFpWZh3fGcTjUeozju5faXqH8w4MRVfpO/M5pon3osTM0by8zrKiI5D9oWqNVygb9JBd+etE+4tj2L1nr5j2A==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-get-prototype-of@0.2.2': - resolution: {integrity: sha512-eDb1BAvt7GW/jduBkfuQrUsA9p09mV8RW20g0DWPaxci6ORYg/UB0tdbAA23aZz2QUoxdYY5s/UJxlq/GHwoKQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-global@0.2.2': - resolution: {integrity: sha512-A4E8VFHn+1bpfJ4PA8H2b62CMQpjv2A+H3QDEBrouLFWne0wrx0TNq8vH6VYHxx9ZRxhgWQjfHiSAxtUJobrbQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-identity-function@0.2.2': - resolution: {integrity: sha512-EmLjtt/+8XgIsFVx8KTOtUHlQL0Kk/E9vgfOeQQgZ0gH8Pu7DGrQfKuNxilhfGTt/IrOzUzRcV1/tIQWqD8j5w==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-index-of@0.2.2': - resolution: {integrity: sha512-yVnjPk3Arzf3no+Ju5ys4ZVG4aKHA8xV4g53Ni+FO8c0AStKq9F8O+E/aFxluCKqLz6jGLaLea7996e0Hcw9mQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-keys@0.2.2': - resolution: {integrity: sha512-mvmvhpewElNalx5YotZ/jI57CiYHc9y6N8SGxJiOUs04NkWMkW8rnXRvJEi0rPj2BOIJReEGZ1WaZpdL68DUcQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-library-manifest@0.2.2': - resolution: {integrity: sha512-YqzVLuBsB4wTqzdUtRArAjBJoT3x61iop2jFChXexhl6ejV3vDpHcukEEkqIOcJKut+1cG5TLJdexgHNt1C0NA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-memoize@0.2.2': - resolution: {integrity: sha512-ju7Klk4s39PZAnU8onkSrtjiX9AEckLgkG2GImG0CL/go6YwQ7f7gSyxCi1OzKZ3dCOgij0uU655p7PtGm1XOg==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-native-class@0.2.2': - resolution: {integrity: sha512-cSn/FozbEpfR/FlJAoceQtZ8yUJFhZ8RFkbEsxW/7+H4o09yln3lBS0HSfUJISYNtpTNN/2/Fup88vmvwspvwA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-noop@0.2.2': - resolution: {integrity: sha512-QlHCBCExrFlNFFqDBOvxPeHkvAuMBHsbQYWRjSG2FD6QumEDn9EqBAcJZNr+xYdkw/6SVRJ0ySTyroReg5vcAA==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-tabulate@0.2.2': - resolution: {integrity: sha512-6IO9OXIune5sQup9huUwoJvaYs+o2RxPweChbtFdlp2uJB6NgB6FZgdxl6ApbZey7ciRxKCVeMgzpwNLy74V7g==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] - - '@stdlib/utils-type-of@0.2.2': - resolution: {integrity: sha512-RLGFxPNgY9AtVVrFGdKO6Y3pOd/Ov2WA4O2/czZN/AbgYzbPdoF0KkfvHRIney6k+TtvoyYB8YqZXJ4G88f9BQ==} - engines: {node: '>=0.10.0', npm: '>2.7.0'} - os: [aix, darwin, freebsd, linux, macos, openbsd, sunos, win32, windows] + '@standard-schema/spec@1.1.0': + resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} '@stylistic/eslint-plugin@2.13.0': resolution: {integrity: sha512-RnO1SaiCFHn666wNz2QfZEFxvmiNRqhzaMXHXxXXKt+MEP7aajlPxUSMIQpKAaJfverpovEYqjBOXDq6dDcaOQ==} @@ -3144,48 +1584,18 @@ packages: '@types/d3-axis@3.0.6': resolution: {integrity: sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==} - '@types/d3-color@3.1.3': - resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==} - - '@types/d3-drag@3.0.7': - resolution: {integrity: sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==} - '@types/d3-format@3.0.4': resolution: {integrity: sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==} - '@types/d3-hierarchy@3.1.7': - resolution: {integrity: sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==} - - '@types/d3-interpolate@3.0.4': - resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==} - - '@types/d3-path@3.1.1': - resolution: {integrity: sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==} - - '@types/d3-polygon@3.0.2': - resolution: {integrity: sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==} - - '@types/d3-quadtree@3.0.6': - resolution: {integrity: sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==} - - '@types/d3-random@3.0.3': - resolution: {integrity: sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==} - '@types/d3-scale@4.0.9': resolution: {integrity: sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==} '@types/d3-selection@3.0.11': resolution: {integrity: sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==} - '@types/d3-shape@3.1.7': - resolution: {integrity: sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==} - '@types/d3-time@3.0.4': resolution: {integrity: sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==} - '@types/d3-zoom@3.0.8': - resolution: {integrity: sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==} - '@types/deep-eql@4.0.2': resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==} @@ -3201,12 +1611,6 @@ packages: '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - '@types/kdbush@3.0.5': - resolution: {integrity: sha512-tdJz7jaWFu4nR+8b2B+CdPZ6811ighYylWsu2hpsivapzW058yP0KdfZuNY89IiRe5jbKvBGXN3LQdN2KPXVdQ==} - - '@types/lodash@4.17.20': - resolution: {integrity: sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==} - '@types/minimatch@6.0.0': resolution: {integrity: sha512-zmPitbQ8+6zNutpwgcQuLcsEpn/Cj54Kbn7L5pX0Os5kdWplB7xPgEh/g+SWOB/qmows2gpuCaPyduq8ZZRnxA==} deprecated: This is a stub types definition. minimatch provides its own type definitions, so you do not need this installed. @@ -3214,32 +1618,9 @@ packages: '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - '@types/node@18.15.3': - resolution: {integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==} - - '@types/node@20.16.15': - resolution: {integrity: sha512-DV58qQz9dBMqVVn+qnKwGa51QzCD4YM/tQM16qLKxdf5tqz5W4QwtrMzjSTbabN1cFTSuyxVYBy+QWHjWW8X/g==} - - '@types/node@22.9.0': - resolution: {integrity: sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==} - '@types/node@24.5.2': resolution: {integrity: sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==} - '@types/prop-types@15.7.15': - resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==} - - '@types/rbush@4.0.0': - resolution: {integrity: sha512-+N+2H39P8X+Hy1I5mC6awlTX54k3FhiUmvt7HWzGJZvF+syUAAxP/stwppS8JE84YHqFgRMv6fCy31202CMFxQ==} - - '@types/react-dom@18.3.7': - resolution: {integrity: sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==} - peerDependencies: - '@types/react': ^18.0.0 - - '@types/react@18.3.24': - resolution: {integrity: sha512-0dLEBsA1kI3OezMBF8nSsb7Nk19ZnsyE1LLhB8r27KbgU5H4pvuqZLdtE+aUkJVoXgTVuA+iLIwmZ0TuK4tx6A==} - '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} @@ -3317,64 +1698,64 @@ packages: vite: ^5.0.0 || ^6.0.0 vue: ^3.2.25 - '@vitest/expect@2.1.9': - resolution: {integrity: sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==} - '@vitest/expect@3.2.4': resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} - '@vitest/mocker@2.1.9': - resolution: {integrity: sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==} + '@vitest/expect@4.0.16': + resolution: {integrity: sha512-eshqULT2It7McaJkQGLkPjPjNph+uevROGuIMJdG3V+0BSR2w9u6J9Lwu+E8cK5TETlfou8GRijhafIMhXsimA==} + + '@vitest/mocker@3.2.4': + resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==} peerDependencies: msw: ^2.4.9 - vite: ^5.0.0 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 peerDependenciesMeta: msw: optional: true vite: optional: true - '@vitest/mocker@3.2.4': - resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==} + '@vitest/mocker@4.0.16': + resolution: {integrity: sha512-yb6k4AZxJTB+q9ycAvsoxGn+j/po0UaPgajllBgt1PzoMAAmJGYFdDk0uCcRcxb3BrME34I6u8gHZTQlkqSZpg==} peerDependencies: msw: ^2.4.9 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 + vite: ^6.0.0 || ^7.0.0-0 peerDependenciesMeta: msw: optional: true vite: optional: true - '@vitest/pretty-format@2.1.9': - resolution: {integrity: sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==} - '@vitest/pretty-format@3.2.4': resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==} - '@vitest/runner@2.1.9': - resolution: {integrity: sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==} + '@vitest/pretty-format@4.0.16': + resolution: {integrity: sha512-eNCYNsSty9xJKi/UdVD8Ou16alu7AYiS2fCPRs0b1OdhJiV89buAXQLpTbe+X8V9L6qrs9CqyvU7OaAopJYPsA==} '@vitest/runner@3.2.4': resolution: {integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==} - '@vitest/snapshot@2.1.9': - resolution: {integrity: sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==} + '@vitest/runner@4.0.16': + resolution: {integrity: sha512-VWEDm5Wv9xEo80ctjORcTQRJ539EGPB3Pb9ApvVRAY1U/WkHXmmYISqU5E79uCwcW7xYUV38gwZD+RV755fu3Q==} '@vitest/snapshot@3.2.4': resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==} - '@vitest/spy@2.1.9': - resolution: {integrity: sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==} + '@vitest/snapshot@4.0.16': + resolution: {integrity: sha512-sf6NcrYhYBsSYefxnry+DR8n3UV4xWZwWxYbCJUt2YdvtqzSPR7VfGrY0zsv090DAbjFZsi7ZaMi1KnSRyK1XA==} '@vitest/spy@3.2.4': resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==} - '@vitest/utils@2.1.9': - resolution: {integrity: sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==} + '@vitest/spy@4.0.16': + resolution: {integrity: sha512-4jIOWjKP0ZUaEmJm00E0cOBLU+5WE0BpeNr3XN6TEF05ltro6NJqHWxXD0kA8/Zc8Nh23AT8WQxwNG+WeROupw==} '@vitest/utils@3.2.4': resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==} + '@vitest/utils@4.0.16': + resolution: {integrity: sha512-h8z9yYhV3e1LEfaQ3zdypIrnAg/9hguReGZoS7Gl0aBG5xgA410zBqECqmaF/+RkTggRsfnzc1XaAHA6bmUufA==} + '@volar/language-core@2.4.15': resolution: {integrity: sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==} @@ -3393,23 +1774,23 @@ packages: '@volar/typescript@2.4.23': resolution: {integrity: sha512-lAB5zJghWxVPqfcStmAP1ZqQacMpe90UrP5RJ3arDyrhy4aCUQqmxPPLB2PWDKugvylmO41ljK7vZ+t6INMTag==} - '@vue/compiler-core@3.5.20': - resolution: {integrity: sha512-8TWXUyiqFd3GmP4JTX9hbiTFRwYHgVL/vr3cqhr4YQ258+9FADwvj7golk2sWNGHR67QgmCZ8gz80nQcMokhwg==} - '@vue/compiler-core@3.5.21': resolution: {integrity: sha512-8i+LZ0vf6ZgII5Z9XmUvrCyEzocvWT+TeR2VBUVlzIH6Tyv57E20mPZ1bCS+tbejgUgmjrEh7q/0F0bibskAmw==} - '@vue/compiler-dom@3.5.20': - resolution: {integrity: sha512-whB44M59XKjqUEYOMPYU0ijUV0G+4fdrHVKDe32abNdX/kJe1NUEMqsi4cwzXa9kyM9w5S8WqFsrfo1ogtBZGQ==} + '@vue/compiler-core@3.5.25': + resolution: {integrity: sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==} '@vue/compiler-dom@3.5.21': resolution: {integrity: sha512-jNtbu/u97wiyEBJlJ9kmdw7tAr5Vy0Aj5CgQmo+6pxWNQhXZDPsRr1UWPN4v3Zf82s2H3kF51IbzZ4jMWAgPlQ==} - '@vue/compiler-sfc@3.5.21': - resolution: {integrity: sha512-SXlyk6I5eUGBd2v8Ie7tF6ADHE9kCR6mBEuPyH1nUZ0h6Xx6nZI29i12sJKQmzbDyr2tUHMhhTt51Z6blbkTTQ==} + '@vue/compiler-dom@3.5.25': + resolution: {integrity: sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==} - '@vue/compiler-ssr@3.5.21': - resolution: {integrity: sha512-vKQ5olH5edFZdf5ZrlEgSO1j1DMA4u23TVK5XR1uMhvwnYvVdDF0nHXJUblL/GvzlShQbjhZZ2uvYmDlAbgo9w==} + '@vue/compiler-sfc@3.5.25': + resolution: {integrity: sha512-PUgKp2rn8fFsI++lF2sO7gwO2d9Yj57Utr5yEsDf3GNaQcowCLKL7sf+LvVFvtJDXUp/03+dC6f2+LCv5aK1ag==} + + '@vue/compiler-ssr@3.5.25': + resolution: {integrity: sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==} '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -3430,26 +1811,26 @@ packages: typescript: optional: true - '@vue/reactivity@3.5.21': - resolution: {integrity: sha512-3ah7sa+Cwr9iiYEERt9JfZKPw4A2UlbY8RbbnH2mGCE8NwHkhmlZt2VsH0oDA3P08X3jJd29ohBDtX+TbD9AsA==} + '@vue/reactivity@3.5.25': + resolution: {integrity: sha512-5xfAypCQepv4Jog1U4zn8cZIcbKKFka3AgWHEFQeK65OW+Ys4XybP6z2kKgws4YB43KGpqp5D/K3go2UPPunLA==} - '@vue/runtime-core@3.5.21': - resolution: {integrity: sha512-+DplQlRS4MXfIf9gfD1BOJpk5RSyGgGXD/R+cumhe8jdjUcq/qlxDawQlSI8hCKupBlvM+3eS1se5xW+SuNAwA==} + '@vue/runtime-core@3.5.25': + resolution: {integrity: sha512-Z751v203YWwYzy460bzsYQISDfPjHTl+6Zzwo/a3CsAf+0ccEjQ8c+0CdX1WsumRTHeywvyUFtW6KvNukT/smA==} - '@vue/runtime-dom@3.5.21': - resolution: {integrity: sha512-3M2DZsOFwM5qI15wrMmNF5RJe1+ARijt2HM3TbzBbPSuBHOQpoidE+Pa+XEaVN+czbHf81ETRoG1ltztP2em8w==} + '@vue/runtime-dom@3.5.25': + resolution: {integrity: sha512-a4WrkYFbb19i9pjkz38zJBg8wa/rboNERq3+hRRb0dHiJh13c+6kAbgqCPfMaJ2gg4weWD3APZswASOfmKwamA==} - '@vue/server-renderer@3.5.21': - resolution: {integrity: sha512-qr8AqgD3DJPJcGvLcJKQo2tAc8OnXRcfxhOJCPF+fcfn5bBGz7VCcO7t+qETOPxpWK1mgysXvVT/j+xWaHeMWA==} + '@vue/server-renderer@3.5.25': + resolution: {integrity: sha512-UJaXR54vMG61i8XNIzTSf2Q7MOqZHpp8+x3XLGtE3+fL+nQd+k7O5+X3D/uWrnQXOdMw5VPih+Uremcw+u1woQ==} peerDependencies: - vue: 3.5.21 - - '@vue/shared@3.5.20': - resolution: {integrity: sha512-SoRGP596KU/ig6TfgkCMbXkr4YJ91n/QSdMuqeP5r3hVIYA3CPHUBCc7Skak0EAKV+5lL4KyIh61VA/pK1CIAA==} + vue: 3.5.25 '@vue/shared@3.5.21': resolution: {integrity: sha512-+2k1EQpnYuVuu3N7atWyG3/xoFWIVJZq4Mz8XNOdScFI0etES75fbny/oU4lKWk/577P1zmg0ioYvpGEDZ3DLw==} + '@vue/shared@3.5.25': + resolution: {integrity: sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==} + '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} @@ -3748,6 +2129,10 @@ packages: resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==} engines: {node: '>=18'} + chai@6.2.1: + resolution: {integrity: sha512-p4Z49OGG5W/WBCPSS/dH3jQ73kD6tiMmUM+bckNK6Jr5JHMG3k9bg/BvKR8lKmtVBKmOiuVaV2ws8s9oSbwysg==} + engines: {node: '>=18'} + chalk@4.1.2: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} @@ -3816,8 +2201,8 @@ packages: resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} engines: {node: '>=18'} - commander@14.0.1: - resolution: {integrity: sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==} + commander@14.0.2: + resolution: {integrity: sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==} engines: {node: '>=20'} commander@2.20.3: @@ -3880,50 +2265,14 @@ packages: resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==} engines: {node: '>=12'} - d3-dispatch@3.0.1: - resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==} - engines: {node: '>=12'} - - d3-drag@3.0.0: - resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==} - engines: {node: '>=12'} - - d3-ease@3.0.1: - resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==} - engines: {node: '>=12'} - d3-format@3.1.0: resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==} engines: {node: '>=12'} - d3-hierarchy@3.1.2: - resolution: {integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==} - engines: {node: '>=12'} - d3-interpolate@3.0.1: resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==} engines: {node: '>=12'} - d3-path@3.1.0: - resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==} - engines: {node: '>=12'} - - d3-polygon@3.0.1: - resolution: {integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==} - engines: {node: '>=12'} - - d3-quadtree@3.0.1: - resolution: {integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==} - engines: {node: '>=12'} - - d3-random@3.0.1: - resolution: {integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==} - engines: {node: '>=12'} - - d3-scale-chromatic@3.1.0: - resolution: {integrity: sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==} - engines: {node: '>=12'} - d3-scale@4.0.2: resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==} engines: {node: '>=12'} @@ -3932,10 +2281,6 @@ packages: resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==} engines: {node: '>=12'} - d3-shape@3.2.0: - resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==} - engines: {node: '>=12'} - d3-time-format@4.1.0: resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==} engines: {node: '>=12'} @@ -3944,40 +2289,9 @@ packages: resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==} engines: {node: '>=12'} - d3-timer@3.0.1: - resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==} - engines: {node: '>=12'} - - d3-transition@3.0.1: - resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==} - engines: {node: '>=12'} - peerDependencies: - d3-selection: 2 - 3 - - d3-zoom@3.0.0: - resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==} - engines: {node: '>=12'} - de-indent@1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} - debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - - debug@4.4.0: - resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - debug@4.4.3: resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} engines: {node: '>=6.0'} @@ -4077,11 +2391,6 @@ packages: es-toolkit@1.39.10: resolution: {integrity: sha512-E0iGnTtbDhkeczB0T+mxmoVlT4YNweEKBLq7oaU4p11mecdsZpNWOglI4895Vh4usbQ+LsJiuLuI2L0Vdmfm2w==} - esbuild@0.21.5: - resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} - engines: {node: '>=12'} - hasBin: true - esbuild@0.24.2: resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} engines: {node: '>=18'} @@ -4128,8 +2437,8 @@ packages: resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint-scope@8.2.0: - resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==} + eslint-scope@8.4.0: + resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} eslint-visitor-keys@3.4.3: @@ -4140,8 +2449,12 @@ packages: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.20.1: - resolution: {integrity: sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==} + eslint-visitor-keys@4.2.1: + resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + eslint@9.39.2: + resolution: {integrity: sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -4154,6 +2467,10 @@ packages: resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + espree@10.4.0: + resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + espree@9.6.1: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -4513,9 +2830,6 @@ packages: resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==} engines: {node: '>=14'} - js-tokens@4.0.0: - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-tokens@9.0.1: resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} @@ -4523,8 +2837,8 @@ packages: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true - js-yaml@4.1.0: - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + js-yaml@4.1.1: + resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} hasBin: true json-buffer@3.0.1: @@ -4548,9 +2862,6 @@ packages: jsonfile@6.2.0: resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} - kdbush@4.0.2: - resolution: {integrity: sha512-WbCVYJ27Sz8zi9Q7Q0xHC+05iwkm3Znipc2XTlrnJbsHMYktW4hPhXUE8Ys1engBrvffoSCqbil1JQAa7clRpA==} - keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} @@ -4609,10 +2920,6 @@ packages: long@5.3.2: resolution: {integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==} - loose-envify@1.4.0: - resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} - hasBin: true - loupe@3.1.2: resolution: {integrity: sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==} @@ -4633,6 +2940,9 @@ packages: magic-string@0.30.18: resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==} + magic-string@0.30.21: + resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} + make-dir@1.3.0: resolution: {integrity: sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==} engines: {node: '>=4'} @@ -4692,9 +3002,6 @@ packages: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} engines: {node: '>=4'} - ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} @@ -4745,12 +3052,21 @@ packages: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} + obug@2.1.1: + resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} + once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} one-time@1.0.0: resolution: {integrity: sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==} + openapi-fetch@0.15.0: + resolution: {integrity: sha512-OjQUdi61WO4HYhr9+byCPMj0+bgste/LtSBEcV6FzDdONTs7x0fWn8/ndoYwzqCsKWIxEZwo4FN/TG1c1rI8IQ==} + + openapi-typescript-helpers@0.0.15: + resolution: {integrity: sha512-opyTPaunsklCBpTK8JGef6mfPhLSnyy5a0IN9vKtx3+4aExf+KxEqYwIy3hqkedXIB97u357uLMJsOnm3GVjsw==} + optionator@0.9.4: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} @@ -4822,9 +3138,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - pathe@1.1.2: - resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} - pathe@2.0.3: resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} @@ -4846,6 +3159,10 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} + picomatch@4.0.3: + resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} + engines: {node: '>=12'} + pify@2.3.0: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} @@ -4944,21 +3261,6 @@ packages: resolution: {integrity: sha512-K7Yt78aRPLjPcqv3fIuLW1jW3pvwO21B9pmFOolsjM/57ZhdVXBr51GqJpalgBlkPu9foAvhEAuuQPnvIGvLvQ==} engines: {node: '>=16.0.0'} - quickselect@3.0.0: - resolution: {integrity: sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==} - - rbush@4.0.1: - resolution: {integrity: sha512-IP0UpfeWQujYC8Jg162rMNc01Rf0gWMMAb2Uxus/Q0qOFw4lCcq6ZnQEZwUoJqWyUGJ9th7JjwI4yIWo+uvoAQ==} - - react-dom@18.3.1: - resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} - peerDependencies: - react: ^18.3.1 - - react@18.3.1: - resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} - engines: {node: '>=0.10.0'} - read-yaml-file@1.1.0: resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} engines: {node: '>=6'} @@ -5061,15 +3363,12 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - scheduler@0.23.2: - resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} - seek-bzip@1.0.6: resolution: {integrity: sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==} hasBin: true - selfsigned@3.0.1: - resolution: {integrity: sha512-6U6w6kSLrM9Zxo0D7mC7QdGS6ZZytMWBnj/vhF9p+dAHx6CwGezuRcO4VclTbrrI7mg7SD6zNiqXUuBHOVopNQ==} + selfsigned@4.0.1: + resolution: {integrity: sha512-QVGzJryYPB7ctpYxoK4DDvH4kFf23wtBl0s6km/wN+JCWLqjutdyWaiXHwSg3B3ftDOFfu0B7FWRVNH0xNn6rw==} engines: {node: '>=10'} semver@7.5.4: @@ -5136,6 +3435,9 @@ packages: stackback@0.0.2: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} + std-env@3.10.0: + resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==} + std-env@3.9.0: resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==} @@ -5243,30 +3545,31 @@ packages: tinybench@2.9.0: resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} - tinyexec@0.3.1: - resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} - tinyexec@0.3.2: resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} + tinyexec@1.0.2: + resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==} + engines: {node: '>=18'} + tinyglobby@0.2.14: resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} engines: {node: '>=12.0.0'} + tinyglobby@0.2.15: + resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} + engines: {node: '>=12.0.0'} + tinypool@1.1.1: resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==} engines: {node: ^18.0.0 || >=20.0.0} - tinyrainbow@1.2.0: - resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==} - engines: {node: '>=14.0.0'} - tinyrainbow@2.0.0: resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==} engines: {node: '>=14.0.0'} - tinyspy@3.0.2: - resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} + tinyrainbow@3.0.3: + resolution: {integrity: sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==} engines: {node: '>=14.0.0'} tinyspy@4.0.4: @@ -5303,6 +3606,9 @@ packages: ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} + tslib@2.7.0: + resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} + tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} @@ -5415,9 +3721,6 @@ packages: unbzip2-stream@1.4.3: resolution: {integrity: sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==} - undici-types@6.19.8: - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} - undici-types@7.12.0: resolution: {integrity: sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==} @@ -5451,11 +3754,6 @@ packages: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true - vite-node@2.1.9: - resolution: {integrity: sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - vite-node@3.2.4: resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} @@ -5480,53 +3778,22 @@ packages: peerDependencies: vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 - vite@5.4.11: - resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==} - engines: {node: ^18.0.0 || >=20.0.0} + vite@6.3.5: + resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 + '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 + jiti: '>=1.21.0' less: '*' lightningcss: ^1.21.0 sass: '*' sass-embedded: '*' stylus: '*' sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - sass-embedded: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - - vite@6.3.5: - resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} - hasBin: true - peerDependencies: - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - jiti: '>=1.21.0' - less: '*' - lightningcss: ^1.21.0 - sass: '*' - sass-embedded: '*' - stylus: '*' - sugarss: '*' - terser: ^5.16.0 - tsx: ^4.8.1 - yaml: ^2.4.2 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 peerDependenciesMeta: '@types/node': optional: true @@ -5551,20 +3818,23 @@ packages: yaml: optional: true - vitest@2.1.9: - resolution: {integrity: sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==} - engines: {node: ^18.0.0 || >=20.0.0} + vitest@3.2.4: + resolution: {integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' - '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.1.9 - '@vitest/ui': 2.1.9 + '@types/debug': ^4.1.12 + '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 + '@vitest/browser': 3.2.4 + '@vitest/ui': 3.2.4 happy-dom: '*' jsdom: '*' peerDependenciesMeta: '@edge-runtime/vm': optional: true + '@types/debug': + optional: true '@types/node': optional: true '@vitest/browser': @@ -5576,26 +3846,32 @@ packages: jsdom: optional: true - vitest@3.2.4: - resolution: {integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + vitest@4.0.16: + resolution: {integrity: sha512-E4t7DJ9pESL6E3I8nFjPa4xGUd3PmiWDLsDztS2qXSJWfHtbQnwAWylaBvSNY48I3vr8PTqIZlyK8TE3V3CA4Q==} + engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' - '@types/debug': ^4.1.12 - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - '@vitest/browser': 3.2.4 - '@vitest/ui': 3.2.4 + '@opentelemetry/api': ^1.9.0 + '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 + '@vitest/browser-playwright': 4.0.16 + '@vitest/browser-preview': 4.0.16 + '@vitest/browser-webdriverio': 4.0.16 + '@vitest/ui': 4.0.16 happy-dom: '*' jsdom: '*' peerDependenciesMeta: '@edge-runtime/vm': optional: true - '@types/debug': + '@opentelemetry/api': optional: true '@types/node': optional: true - '@vitest/browser': + '@vitest/browser-playwright': + optional: true + '@vitest/browser-preview': + optional: true + '@vitest/browser-webdriverio': optional: true '@vitest/ui': optional: true @@ -5622,8 +3898,8 @@ packages: peerDependencies: typescript: '>=5.0.0' - vue@3.5.21: - resolution: {integrity: sha512-xxf9rum9KtOdwdRkiApWL+9hZEMWE90FHh8yS1+KJAiWYh+iGWV1FquPjoO9VUHQ+VIhsCXNNyZ5Sf4++RVZBA==} + vue@3.5.25: + resolution: {integrity: sha512-YLVdgv2K13WJ6n+kD5owehKtEXwdwXuj2TTyJMsO7pSeKw2bfRNZGjhB7YzrpbMYj5b5QsUebHpOqR3R3ziy/g==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -6196,10 +4472,16 @@ snapshots: '@babel/helper-validator-identifier@7.27.1': {} + '@babel/helper-validator-identifier@7.28.5': {} + '@babel/parser@7.28.3': dependencies: '@babel/types': 7.28.2 + '@babel/parser@7.28.5': + dependencies: + '@babel/types': 7.28.5 + '@babel/runtime@7.26.0': dependencies: regenerator-runtime: 0.14.1 @@ -6209,6 +4491,11 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 + '@babel/types@7.28.5': + dependencies: + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.28.5 + '@bufbuild/protobuf@2.7.0': {} '@bufbuild/protoplugin@2.7.0': @@ -6365,220 +4652,108 @@ snapshots: '@colors/colors@1.6.0': {} - '@d3fc/d3fc-axis@3.0.7(d3-scale@4.0.2)(d3-selection@3.0.0)(d3-shape@3.2.0)': - dependencies: - '@d3fc/d3fc-data-join': 6.0.3(d3-selection@3.0.0) - '@d3fc/d3fc-rebind': 6.0.1 - d3-scale: 4.0.2 - d3-selection: 3.0.0 - d3-shape: 3.2.0 - - '@d3fc/d3fc-chart@5.1.9(d3-array@3.2.4)(d3-path@3.1.0)(d3-scale-chromatic@3.1.0)(d3-scale@4.0.2)(d3-selection@3.0.0)(d3-shape@3.2.0)': - dependencies: - '@d3fc/d3fc-axis': 3.0.7(d3-scale@4.0.2)(d3-selection@3.0.0)(d3-shape@3.2.0) - '@d3fc/d3fc-data-join': 6.0.3(d3-selection@3.0.0) - '@d3fc/d3fc-element': 6.2.0 - '@d3fc/d3fc-rebind': 6.0.1 - '@d3fc/d3fc-series': 6.1.3(d3-array@3.2.4)(d3-path@3.1.0)(d3-scale-chromatic@3.1.0)(d3-scale@4.0.2)(d3-selection@3.0.0)(d3-shape@3.2.0) - d3-scale: 4.0.2 - d3-selection: 3.0.0 - transitivePeerDependencies: - - d3-array - - d3-path - - d3-scale-chromatic - - d3-shape - - '@d3fc/d3fc-data-join@6.0.3(d3-selection@3.0.0)': - dependencies: - d3-selection: 3.0.0 - - '@d3fc/d3fc-element@6.2.0': {} - - '@d3fc/d3fc-pointer@3.0.3(d3-dispatch@3.0.1)(d3-selection@3.0.0)': - dependencies: - '@d3fc/d3fc-rebind': 6.0.1 - d3-dispatch: 3.0.1 - d3-selection: 3.0.0 - - '@d3fc/d3fc-rebind@6.0.1': {} - - '@d3fc/d3fc-series@6.1.3(d3-array@3.2.4)(d3-path@3.1.0)(d3-scale-chromatic@3.1.0)(d3-scale@4.0.2)(d3-selection@3.0.0)(d3-shape@3.2.0)': - dependencies: - '@d3fc/d3fc-data-join': 6.0.3(d3-selection@3.0.0) - '@d3fc/d3fc-rebind': 6.0.1 - '@d3fc/d3fc-shape': 6.0.1(d3-path@3.1.0) - '@d3fc/d3fc-webgl': 3.2.1(d3-scale@4.0.2)(d3-shape@3.2.0) - d3-array: 3.2.4 - d3-scale: 4.0.2 - d3-scale-chromatic: 3.1.0 - d3-selection: 3.0.0 - d3-shape: 3.2.0 - transitivePeerDependencies: - - d3-path - - '@d3fc/d3fc-shape@6.0.1(d3-path@3.1.0)': - dependencies: - d3-path: 3.1.0 - - '@d3fc/d3fc-webgl@3.2.1(d3-scale@4.0.2)(d3-shape@3.2.0)': - dependencies: - '@d3fc/d3fc-rebind': 6.0.1 - d3-scale: 4.0.2 - d3-shape: 3.2.0 - '@dabh/diagnostics@2.0.3': dependencies: colorspace: 1.1.4 enabled: 2.0.0 kuler: 2.0.0 - '@esbuild/aix-ppc64@0.21.5': - optional: true - '@esbuild/aix-ppc64@0.24.2': optional: true '@esbuild/aix-ppc64@0.25.9': optional: true - '@esbuild/android-arm64@0.21.5': - optional: true - '@esbuild/android-arm64@0.24.2': optional: true '@esbuild/android-arm64@0.25.9': optional: true - '@esbuild/android-arm@0.21.5': - optional: true - '@esbuild/android-arm@0.24.2': optional: true '@esbuild/android-arm@0.25.9': optional: true - '@esbuild/android-x64@0.21.5': - optional: true - '@esbuild/android-x64@0.24.2': optional: true '@esbuild/android-x64@0.25.9': optional: true - '@esbuild/darwin-arm64@0.21.5': - optional: true - '@esbuild/darwin-arm64@0.24.2': optional: true '@esbuild/darwin-arm64@0.25.9': optional: true - '@esbuild/darwin-x64@0.21.5': - optional: true - '@esbuild/darwin-x64@0.24.2': optional: true '@esbuild/darwin-x64@0.25.9': optional: true - '@esbuild/freebsd-arm64@0.21.5': - optional: true - '@esbuild/freebsd-arm64@0.24.2': optional: true '@esbuild/freebsd-arm64@0.25.9': optional: true - '@esbuild/freebsd-x64@0.21.5': - optional: true - '@esbuild/freebsd-x64@0.24.2': optional: true '@esbuild/freebsd-x64@0.25.9': optional: true - '@esbuild/linux-arm64@0.21.5': - optional: true - '@esbuild/linux-arm64@0.24.2': optional: true '@esbuild/linux-arm64@0.25.9': optional: true - '@esbuild/linux-arm@0.21.5': - optional: true - '@esbuild/linux-arm@0.24.2': optional: true '@esbuild/linux-arm@0.25.9': optional: true - '@esbuild/linux-ia32@0.21.5': - optional: true - '@esbuild/linux-ia32@0.24.2': optional: true '@esbuild/linux-ia32@0.25.9': optional: true - '@esbuild/linux-loong64@0.21.5': - optional: true - '@esbuild/linux-loong64@0.24.2': optional: true '@esbuild/linux-loong64@0.25.9': optional: true - '@esbuild/linux-mips64el@0.21.5': - optional: true - '@esbuild/linux-mips64el@0.24.2': optional: true '@esbuild/linux-mips64el@0.25.9': optional: true - '@esbuild/linux-ppc64@0.21.5': - optional: true - '@esbuild/linux-ppc64@0.24.2': optional: true '@esbuild/linux-ppc64@0.25.9': optional: true - '@esbuild/linux-riscv64@0.21.5': - optional: true - '@esbuild/linux-riscv64@0.24.2': optional: true '@esbuild/linux-riscv64@0.25.9': optional: true - '@esbuild/linux-s390x@0.21.5': - optional: true - '@esbuild/linux-s390x@0.24.2': optional: true '@esbuild/linux-s390x@0.25.9': optional: true - '@esbuild/linux-x64@0.21.5': - optional: true - '@esbuild/linux-x64@0.24.2': optional: true @@ -6591,9 +4766,6 @@ snapshots: '@esbuild/netbsd-arm64@0.25.9': optional: true - '@esbuild/netbsd-x64@0.21.5': - optional: true - '@esbuild/netbsd-x64@0.24.2': optional: true @@ -6606,9 +4778,6 @@ snapshots: '@esbuild/openbsd-arm64@0.25.9': optional: true - '@esbuild/openbsd-x64@0.21.5': - optional: true - '@esbuild/openbsd-x64@0.24.2': optional: true @@ -6618,86 +4787,79 @@ snapshots: '@esbuild/openharmony-arm64@0.25.9': optional: true - '@esbuild/sunos-x64@0.21.5': - optional: true - '@esbuild/sunos-x64@0.24.2': optional: true '@esbuild/sunos-x64@0.25.9': optional: true - '@esbuild/win32-arm64@0.21.5': - optional: true - '@esbuild/win32-arm64@0.24.2': optional: true '@esbuild/win32-arm64@0.25.9': optional: true - '@esbuild/win32-ia32@0.21.5': - optional: true - '@esbuild/win32-ia32@0.24.2': optional: true '@esbuild/win32-ia32@0.25.9': optional: true - '@esbuild/win32-x64@0.21.5': - optional: true - '@esbuild/win32-x64@0.24.2': optional: true '@esbuild/win32-x64@0.25.9': optional: true - '@eslint-community/eslint-utils@4.4.1(eslint@9.20.1)': + '@eslint-community/eslint-utils@4.4.1(eslint@9.39.2)': + dependencies: + eslint: 9.39.2 + eslint-visitor-keys: 3.4.3 + + '@eslint-community/eslint-utils@4.9.0(eslint@9.39.2)': dependencies: - eslint: 9.20.1 + eslint: 9.39.2 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} - '@eslint/config-array@0.19.2': + '@eslint/config-array@0.21.1': dependencies: - '@eslint/object-schema': 2.1.6 + '@eslint/object-schema': 2.1.7 debug: 4.4.3(supports-color@8.1.1) minimatch: 3.1.2 transitivePeerDependencies: - supports-color - '@eslint/core@0.10.0': + '@eslint/config-helpers@0.4.2': dependencies: - '@types/json-schema': 7.0.15 + '@eslint/core': 0.17.0 - '@eslint/core@0.11.0': + '@eslint/core@0.17.0': dependencies: '@types/json-schema': 7.0.15 - '@eslint/eslintrc@3.2.0': + '@eslint/eslintrc@3.3.3': dependencies: ajv: 6.12.6 debug: 4.4.3(supports-color@8.1.1) - espree: 10.3.0 + espree: 10.4.0 globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 4.1.0 + js-yaml: 4.1.1 minimatch: 3.1.2 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color - '@eslint/js@9.20.0': {} + '@eslint/js@9.39.2': {} - '@eslint/object-schema@2.1.6': {} + '@eslint/object-schema@2.1.7': {} - '@eslint/plugin-kit@0.2.5': + '@eslint/plugin-kit@0.4.1': dependencies: - '@eslint/core': 0.10.0 + '@eslint/core': 0.17.0 levn: 0.4.1 '@grpc/grpc-js@1.13.4': @@ -6723,7 +4885,7 @@ snapshots: '@humanwhocodes/retry@0.3.1': {} - '@humanwhocodes/retry@0.4.1': {} + '@humanwhocodes/retry@0.4.3': {} '@inquirer/external-editor@1.0.1(@types/node@24.5.2)': dependencies: @@ -6814,14 +4976,6 @@ snapshots: - encoding - supports-color - '@microsoft/api-extractor-model@7.30.7(@types/node@20.16.15)': - dependencies: - '@microsoft/tsdoc': 0.15.1 - '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.14.0(@types/node@20.16.15) - transitivePeerDependencies: - - '@types/node' - '@microsoft/api-extractor-model@7.30.7(@types/node@24.5.2)': dependencies: '@microsoft/tsdoc': 0.15.1 @@ -6829,25 +4983,6 @@ snapshots: '@rushstack/node-core-library': 5.14.0(@types/node@24.5.2) transitivePeerDependencies: - '@types/node' - optional: true - - '@microsoft/api-extractor@7.52.11(@types/node@20.16.15)': - dependencies: - '@microsoft/api-extractor-model': 7.30.7(@types/node@20.16.15) - '@microsoft/tsdoc': 0.15.1 - '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.14.0(@types/node@20.16.15) - '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.15.4(@types/node@20.16.15) - '@rushstack/ts-command-line': 5.0.2(@types/node@20.16.15) - lodash: 4.17.21 - minimatch: 10.0.3 - resolve: 1.22.10 - semver: 7.5.4 - source-map: 0.6.1 - typescript: 5.8.2 - transitivePeerDependencies: - - '@types/node' '@microsoft/api-extractor@7.52.11(@types/node@24.5.2)': dependencies: @@ -6866,7 +5001,6 @@ snapshots: typescript: 5.8.2 transitivePeerDependencies: - '@types/node' - optional: true '@microsoft/tsdoc-config@0.17.1': dependencies: @@ -6879,63 +5013,28 @@ snapshots: '@milaboratories/biowasm-tools@2.0.0': {} - '@milaboratories/build-configs@1.0.8(@microsoft/api-extractor@7.52.11(@types/node@20.16.15))(postcss@8.5.6)(tslib@2.8.1)(vue@3.5.21(typescript@5.6.3))(yaml@2.8.1)': + '@milaboratories/build-configs@1.2.1(@microsoft/api-extractor@7.52.11(@types/node@24.5.2))(@types/node@24.5.2)(postcss@8.5.6)(tslib@2.8.1)(yaml@2.8.1)': dependencies: '@rollup/plugin-commonjs': 28.0.6(rollup@4.49.0) '@rollup/plugin-json': 6.1.0(rollup@4.49.0) '@rollup/plugin-node-resolve': 16.0.1(rollup@4.49.0) '@rollup/plugin-typescript': 12.1.4(rollup@4.49.0)(tslib@2.8.1)(typescript@5.6.3) - '@types/node': 20.16.15 - '@vitejs/plugin-vue': 5.2.4(vite@6.3.5(@types/node@20.16.15)(yaml@2.8.1))(vue@3.5.21(typescript@5.6.3)) + '@vitejs/plugin-vue': 5.2.4(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1))(vue@3.5.25(typescript@5.6.3)) rollup: 4.49.0 rollup-plugin-cleandir: 3.0.0(rollup@4.49.0) rollup-plugin-node-externals: 8.1.1(rollup@4.49.0) - rollup-plugin-sourcemaps2: 0.5.4(@types/node@20.16.15)(rollup@4.49.0) - tsup: 8.3.6(@microsoft/api-extractor@7.52.11(@types/node@20.16.15))(postcss@8.5.6)(typescript@5.6.3)(yaml@2.8.1) - typescript: 5.6.3 - vite: 6.3.5(@types/node@20.16.15)(yaml@2.8.1) - vite-plugin-css-injected-by-js: 3.5.2(vite@6.3.5(@types/node@20.16.15)(yaml@2.8.1)) - vite-plugin-dts: 4.5.4(@types/node@20.16.15)(rollup@4.49.0)(typescript@5.6.3)(vite@6.3.5(@types/node@20.16.15)(yaml@2.8.1)) - vite-plugin-externalize-deps: 0.9.0(vite@6.3.5(@types/node@20.16.15)(yaml@2.8.1)) - transitivePeerDependencies: - - '@microsoft/api-extractor' - - '@swc/core' - - jiti - - less - - lightningcss - - postcss - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - - tslib - - tsx - - vue - - yaml - - '@milaboratories/build-configs@1.0.8(@microsoft/api-extractor@7.52.11(@types/node@24.5.2))(postcss@8.5.6)(tslib@2.8.1)(vue@3.5.21(typescript@5.8.2))(yaml@2.8.1)': - dependencies: - '@rollup/plugin-commonjs': 28.0.6(rollup@4.49.0) - '@rollup/plugin-json': 6.1.0(rollup@4.49.0) - '@rollup/plugin-node-resolve': 16.0.1(rollup@4.49.0) - '@rollup/plugin-typescript': 12.1.4(rollup@4.49.0)(tslib@2.8.1)(typescript@5.6.3) - '@types/node': 20.16.15 - '@vitejs/plugin-vue': 5.2.4(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1))(vue@3.5.21(typescript@5.8.2)) - rollup: 4.49.0 - rollup-plugin-cleandir: 3.0.0(rollup@4.49.0) - rollup-plugin-node-externals: 8.1.1(rollup@4.49.0) - rollup-plugin-sourcemaps2: 0.5.4(@types/node@20.16.15)(rollup@4.49.0) + rollup-plugin-sourcemaps2: 0.5.4(@types/node@24.5.2)(rollup@4.49.0) tsup: 8.3.6(@microsoft/api-extractor@7.52.11(@types/node@24.5.2))(postcss@8.5.6)(typescript@5.6.3)(yaml@2.8.1) typescript: 5.6.3 - vite: 6.3.5(@types/node@20.16.15)(yaml@2.8.1) + vite: 6.3.5(@types/node@24.5.2)(yaml@2.8.1) vite-plugin-css-injected-by-js: 3.5.2(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1)) - vite-plugin-dts: 4.5.4(@types/node@20.16.15)(rollup@4.49.0)(typescript@5.6.3)(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1)) + vite-plugin-dts: 4.5.4(@types/node@24.5.2)(rollup@4.49.0)(typescript@5.6.3)(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1)) vite-plugin-externalize-deps: 0.9.0(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1)) + vue: 3.5.25(typescript@5.6.3) transitivePeerDependencies: - '@microsoft/api-extractor' - '@swc/core' + - '@types/node' - jiti - less - lightningcss @@ -6948,98 +5047,55 @@ snapshots: - terser - tslib - tsx - - vue - yaml - '@milaboratories/computable@2.7.1': + '@milaboratories/computable@2.7.4': dependencies: '@milaboratories/pl-error-like': 1.12.5 - '@milaboratories/ts-helpers': 1.5.1 + '@milaboratories/ts-helpers': 1.5.4 '@types/node': 24.5.2 utility-types: 3.11.0 zod: 3.23.8 '@milaboratories/helpers@1.12.0': {} - '@milaboratories/miplots4@1.0.147(d3-dispatch@3.0.1)(d3-path@3.1.0)(d3-scale-chromatic@3.1.0)': + '@milaboratories/pf-driver@1.0.12': dependencies: - '@d3fc/d3fc-chart': 5.1.9(d3-array@3.2.4)(d3-path@3.1.0)(d3-scale-chromatic@3.1.0)(d3-scale@4.0.2)(d3-selection@3.0.0)(d3-shape@3.2.0) - '@d3fc/d3fc-pointer': 3.0.3(d3-dispatch@3.0.1)(d3-selection@3.0.0) - '@d3fc/d3fc-webgl': 3.2.1(d3-scale@4.0.2)(d3-shape@3.2.0) - '@stdlib/stats-anova1': 0.2.2 - '@stdlib/stats-kruskal-test': 0.2.2 - '@stdlib/stats-ttest': 0.2.2 - '@stdlib/stats-ttest2': 0.2.2 - '@stdlib/stats-wilcoxon': 0.2.2 - '@types/d3-array': 3.2.1 - '@types/d3-axis': 3.0.6 - '@types/d3-color': 3.1.3 - '@types/d3-drag': 3.0.7 - '@types/d3-format': 3.0.4 - '@types/d3-hierarchy': 3.1.7 - '@types/d3-polygon': 3.0.2 - '@types/d3-quadtree': 3.0.6 - '@types/d3-random': 3.0.3 - '@types/d3-scale': 4.0.9 - '@types/d3-selection': 3.0.11 - '@types/d3-shape': 3.1.7 - '@types/d3-zoom': 3.0.8 - '@types/kdbush': 3.0.5 - '@types/lodash': 4.17.20 - '@types/node': 18.15.3 - '@types/rbush': 4.0.0 - '@types/react': 18.3.24 - '@types/react-dom': 18.3.7(@types/react@18.3.24) - d3-array: 3.2.4 - d3-axis: 3.0.0 - d3-color: 3.1.0 - d3-drag: 3.0.0 - d3-format: 3.1.0 - d3-hierarchy: 3.1.2 - d3-polygon: 3.0.1 - d3-quadtree: 3.0.1 - d3-random: 3.0.1 - d3-scale: 4.0.2 - d3-selection: 3.0.0 - d3-shape: 3.2.0 - d3-zoom: 3.0.0 - kdbush: 4.0.2 - lodash: 4.17.21 - rbush: 4.0.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - zod: 3.23.8 + '@milaboratories/pframes-rs-node': 1.0.109 + '@milaboratories/pl-model-middle-layer': 1.8.45 + '@milaboratories/ts-helpers': 1.5.4 + '@platforma-sdk/model': 1.48.4 + es-toolkit: 1.39.10 + lru-cache: 11.2.2 transitivePeerDependencies: - - d3-dispatch - - d3-path - - d3-scale-chromatic + - encoding - supports-color - '@milaboratories/pframes-rs-node@1.0.95': + '@milaboratories/pframes-rs-node@1.0.109': dependencies: '@mapbox/node-pre-gyp': 2.0.0 '@milaboratories/helpers': 1.12.0 - '@milaboratories/pframes-rs-serv': 1.0.95 - '@milaboratories/pl-model-common': 1.21.3 + '@milaboratories/pframes-rs-serv': 1.0.109 + '@milaboratories/pl-model-common': 1.21.8 ulid: 3.0.1 transitivePeerDependencies: - encoding - supports-color - '@milaboratories/pframes-rs-serv@1.0.95': + '@milaboratories/pframes-rs-serv@1.0.109': dependencies: '@milaboratories/helpers': 1.12.0 - '@milaboratories/pl-model-common': 1.21.3 - '@milaboratories/pl-model-middle-layer': 1.8.34 - commander: 14.0.1 - selfsigned: 3.0.1 + '@milaboratories/pl-model-common': 1.21.8 + '@milaboratories/pl-model-middle-layer': 1.8.42 + commander: 14.0.2 + selfsigned: 4.0.1 - '@milaboratories/pl-client@2.16.1': + '@milaboratories/pl-client@2.16.14': dependencies: '@grpc/grpc-js': 1.13.4 '@milaboratories/pl-http': 1.2.0 - '@milaboratories/pl-model-common': 1.21.4 - '@milaboratories/ts-helpers': 1.5.1 + '@milaboratories/pl-model-common': 1.21.10 + '@milaboratories/ts-helpers': 1.5.4 '@protobuf-ts/grpc-transport': 2.11.1(@grpc/grpc-js@1.13.4) '@protobuf-ts/runtime': 2.11.1 '@protobuf-ts/runtime-rpc': 2.11.1 @@ -7048,26 +5104,28 @@ snapshots: https-proxy-agent: 7.0.6 long: 5.3.2 lru-cache: 11.2.2 + openapi-fetch: 0.15.0 + tslib: 2.7.0 undici: 7.16.0 utility-types: 3.11.0 yaml: 2.8.1 transitivePeerDependencies: - supports-color - '@milaboratories/pl-config@1.7.6': + '@milaboratories/pl-config@1.7.9': dependencies: - '@milaboratories/ts-helpers': 1.5.1 + '@milaboratories/ts-helpers': 1.5.4 undici: 7.16.0 upath: 2.0.1 yaml: 2.8.1 zod: 3.23.8 - '@milaboratories/pl-deployments@2.10.3': + '@milaboratories/pl-deployments@2.14.0': dependencies: - '@milaboratories/pl-config': 1.7.6 + '@milaboratories/pl-config': 1.7.9 '@milaboratories/pl-http': 1.2.0 - '@milaboratories/pl-model-common': 1.21.4 - '@milaboratories/ts-helpers': 1.5.1 + '@milaboratories/pl-model-common': 1.21.10 + '@milaboratories/ts-helpers': 1.5.4 decompress: 4.2.1 ssh2: 1.16.0 tar: 7.4.3 @@ -7078,21 +5136,22 @@ snapshots: transitivePeerDependencies: - supports-color - '@milaboratories/pl-drivers@1.11.12': + '@milaboratories/pl-drivers@1.11.28': dependencies: '@grpc/grpc-js': 1.13.4 - '@milaboratories/computable': 2.7.1 + '@milaboratories/computable': 2.7.4 '@milaboratories/helpers': 1.12.0 - '@milaboratories/pl-client': 2.16.1 - '@milaboratories/pl-model-common': 1.21.4 - '@milaboratories/pl-tree': 1.8.8 - '@milaboratories/ts-helpers': 1.5.1 + '@milaboratories/pl-client': 2.16.14 + '@milaboratories/pl-model-common': 1.21.10 + '@milaboratories/pl-tree': 1.8.21 + '@milaboratories/ts-helpers': 1.5.4 '@protobuf-ts/grpc-transport': 2.11.1(@grpc/grpc-js@1.13.4) '@protobuf-ts/plugin': 2.11.1 '@protobuf-ts/runtime': 2.11.1 '@protobuf-ts/runtime-rpc': 2.11.1 decompress: 4.2.1 denque: 2.1.0 + openapi-fetch: 0.15.0 tar-fs: 3.1.0 undici: 7.16.0 upath: 2.0.1 @@ -7106,10 +5165,10 @@ snapshots: json-stringify-safe: 5.0.1 zod: 3.23.8 - '@milaboratories/pl-errors@1.1.33': + '@milaboratories/pl-errors@1.1.46': dependencies: - '@milaboratories/pl-client': 2.16.1 - '@milaboratories/ts-helpers': 1.5.1 + '@milaboratories/pl-client': 2.16.14 + '@milaboratories/ts-helpers': 1.5.4 zod: 3.23.8 transitivePeerDependencies: - supports-color @@ -7121,28 +5180,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@milaboratories/pl-middle-layer@1.43.42': + '@milaboratories/pl-middle-layer@1.43.92': dependencies: - '@milaboratories/computable': 2.7.1 - '@milaboratories/pframes-rs-node': 1.0.95 - '@milaboratories/pl-client': 2.16.1 - '@milaboratories/pl-config': 1.7.6 - '@milaboratories/pl-deployments': 2.10.3 - '@milaboratories/pl-drivers': 1.11.12 - '@milaboratories/pl-errors': 1.1.33 + '@milaboratories/computable': 2.7.4 + '@milaboratories/pf-driver': 1.0.12 + '@milaboratories/pframes-rs-node': 1.0.109 + '@milaboratories/pl-client': 2.16.14 + '@milaboratories/pl-config': 1.7.9 + '@milaboratories/pl-deployments': 2.14.0 + '@milaboratories/pl-drivers': 1.11.28 + '@milaboratories/pl-errors': 1.1.46 '@milaboratories/pl-http': 1.2.0 - '@milaboratories/pl-model-backend': 1.1.18 - '@milaboratories/pl-model-common': 1.21.4 - '@milaboratories/pl-model-middle-layer': 1.8.35 - '@milaboratories/pl-tree': 1.8.8 + '@milaboratories/pl-model-backend': 1.1.31 + '@milaboratories/pl-model-common': 1.21.10 + '@milaboratories/pl-model-middle-layer': 1.8.45 + '@milaboratories/pl-tree': 1.8.21 '@milaboratories/resolve-helper': 1.1.1 - '@milaboratories/ts-helpers': 1.5.1 - '@platforma-sdk/block-tools': 2.6.16 - '@platforma-sdk/model': 1.45.0 - '@platforma-sdk/workflow-tengo': 5.5.5 + '@milaboratories/ts-helpers': 1.5.4 + '@platforma-sdk/block-tools': 2.6.27 + '@platforma-sdk/model': 1.48.4 + '@platforma-sdk/workflow-tengo': 5.7.1 canonicalize: 2.1.0 denque: 2.1.0 - es-toolkit: 1.39.10 lru-cache: 11.2.2 quickjs-emscripten: 0.31.0 remeda: 2.30.0 @@ -7155,56 +5214,56 @@ snapshots: - encoding - supports-color - '@milaboratories/pl-model-backend@1.1.18': + '@milaboratories/pl-model-backend@1.1.31': dependencies: - '@milaboratories/pl-client': 2.16.1 + '@milaboratories/pl-client': 2.16.14 canonicalize: 2.1.0 zod: 3.23.8 transitivePeerDependencies: - supports-color - '@milaboratories/pl-model-common@1.21.3': + '@milaboratories/pl-model-common@1.21.10': dependencies: '@milaboratories/pl-error-like': 1.12.5 canonicalize: 2.1.0 zod: 3.23.8 - '@milaboratories/pl-model-common@1.21.4': + '@milaboratories/pl-model-common@1.21.8': dependencies: '@milaboratories/pl-error-like': 1.12.5 canonicalize: 2.1.0 zod: 3.23.8 - '@milaboratories/pl-model-middle-layer@1.8.34': + '@milaboratories/pl-model-middle-layer@1.8.42': dependencies: - '@milaboratories/pl-model-common': 1.21.3 + '@milaboratories/pl-model-common': 1.21.8 remeda: 2.30.0 utility-types: 3.11.0 zod: 3.23.8 - '@milaboratories/pl-model-middle-layer@1.8.35': + '@milaboratories/pl-model-middle-layer@1.8.45': dependencies: - '@milaboratories/pl-model-common': 1.21.4 + '@milaboratories/pl-model-common': 1.21.10 remeda: 2.30.0 utility-types: 3.11.0 zod: 3.23.8 - '@milaboratories/pl-tree@1.8.8': + '@milaboratories/pl-tree@1.8.21': dependencies: - '@milaboratories/computable': 2.7.1 - '@milaboratories/pl-client': 2.16.1 + '@milaboratories/computable': 2.7.4 + '@milaboratories/pl-client': 2.16.14 '@milaboratories/pl-error-like': 1.12.5 - '@milaboratories/pl-errors': 1.1.33 - '@milaboratories/ts-helpers': 1.5.1 + '@milaboratories/pl-errors': 1.1.46 + '@milaboratories/ts-helpers': 1.5.4 denque: 2.1.0 utility-types: 3.11.0 zod: 3.23.8 transitivePeerDependencies: - supports-color - '@milaboratories/ptabler-expression-js@1.1.0': + '@milaboratories/ptabler-expression-js@1.1.7': dependencies: - '@platforma-open/milaboratories.software-ptabler.schema': 1.12.0 + '@platforma-open/milaboratories.software-ptabler.schema': 1.13.0 '@milaboratories/resolve-helper@1.1.1': {} @@ -7212,39 +5271,10 @@ snapshots: '@milaboratories/tengo-tester@1.6.4': {} - '@milaboratories/ts-builder@1.0.5(@microsoft/api-extractor@7.52.11(@types/node@20.16.15))(@types/node@20.16.15)(postcss@8.5.6)(tslib@2.8.1)(vue@3.5.21(typescript@5.6.3))(yaml@2.8.1)': - dependencies: - '@milaboratories/build-configs': 1.0.8(@microsoft/api-extractor@7.52.11(@types/node@20.16.15))(postcss@8.5.6)(tslib@2.8.1)(vue@3.5.21(typescript@5.6.3))(yaml@2.8.1) - '@milaboratories/ts-configs': 1.0.6 - commander: 12.1.0 - rollup: 4.49.0 - rollup-plugin-copy: 3.5.0 - typescript: 5.6.3 - vite: 6.3.5(@types/node@20.16.15)(yaml@2.8.1) - vue-tsc: 2.2.12(typescript@5.6.3) - transitivePeerDependencies: - - '@microsoft/api-extractor' - - '@swc/core' - - '@types/node' - - jiti - - less - - lightningcss - - postcss - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - - tslib - - tsx - - vue - - yaml - - '@milaboratories/ts-builder@1.0.5(@microsoft/api-extractor@7.52.11(@types/node@24.5.2))(@types/node@24.5.2)(postcss@8.5.6)(tslib@2.8.1)(vue@3.5.21(typescript@5.8.2))(yaml@2.8.1)': + '@milaboratories/ts-builder@1.2.1(@microsoft/api-extractor@7.52.11(@types/node@24.5.2))(@types/node@24.5.2)(postcss@8.5.6)(tslib@2.8.1)(yaml@2.8.1)': dependencies: - '@milaboratories/build-configs': 1.0.8(@microsoft/api-extractor@7.52.11(@types/node@24.5.2))(postcss@8.5.6)(tslib@2.8.1)(vue@3.5.21(typescript@5.8.2))(yaml@2.8.1) - '@milaboratories/ts-configs': 1.0.6 + '@milaboratories/build-configs': 1.2.1(@microsoft/api-extractor@7.52.11(@types/node@24.5.2))(@types/node@24.5.2)(postcss@8.5.6)(tslib@2.8.1)(yaml@2.8.1) + '@milaboratories/ts-configs': 1.2.0 commander: 12.1.0 rollup: 4.49.0 rollup-plugin-copy: 3.5.0 @@ -7267,33 +5297,32 @@ snapshots: - terser - tslib - tsx - - vue - yaml - '@milaboratories/ts-configs@1.0.6': {} + '@milaboratories/ts-configs@1.2.0': {} - '@milaboratories/ts-helpers-oclif@1.1.30': + '@milaboratories/ts-helpers-oclif@1.1.33': dependencies: - '@milaboratories/ts-helpers': 1.5.1 + '@milaboratories/ts-helpers': 1.5.4 '@oclif/core': 4.2.6 - '@milaboratories/ts-helpers@1.5.1': + '@milaboratories/ts-helpers@1.5.4': dependencies: canonicalize: 2.1.0 denque: 2.1.0 - '@milaboratories/uikit@2.5.0(typescript@5.8.2)': + '@milaboratories/uikit@2.8.2(typescript@5.6.3)': dependencies: '@milaboratories/helpers': 1.12.0 - '@platforma-sdk/model': 1.45.0 + '@platforma-sdk/model': 1.48.4 '@types/d3-array': 3.2.1 '@types/d3-axis': 3.0.6 '@types/d3-scale': 4.0.9 '@types/d3-selection': 3.0.11 '@types/sortablejs': 1.15.8 '@vue/test-utils': 2.4.6 - '@vueuse/core': 13.9.0(vue@3.5.21(typescript@5.8.2)) - '@vueuse/integrations': 13.8.0(sortablejs@1.15.6)(vue@3.5.21(typescript@5.8.2)) + '@vueuse/core': 13.9.0(vue@3.5.25(typescript@5.6.3)) + '@vueuse/integrations': 13.8.0(sortablejs@1.15.6)(vue@3.5.25(typescript@5.6.3)) canonicalize: 2.1.0 d3-array: 3.2.4 d3-axis: 3.0.0 @@ -7301,7 +5330,7 @@ snapshots: d3-selection: 3.0.0 resize-observer-polyfill: 1.5.1 sortablejs: 1.15.6 - vue: 3.5.21(typescript@5.8.2) + vue: 3.5.25(typescript@5.6.3) transitivePeerDependencies: - async-validator - axios @@ -7356,61 +5385,64 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@platforma-open/milaboratories.software-ptabler.schema@1.12.0': {} + '@platforma-open/milaboratories.software-ptabler.schema@1.13.0': + dependencies: + '@milaboratories/pl-model-common': 1.21.10 - '@platforma-open/milaboratories.software-ptabler@1.13.1': {} + '@platforma-open/milaboratories.software-ptabler@1.14.0': {} '@platforma-open/milaboratories.software-ptexter@1.2.0': {} - '@platforma-open/milaboratories.software-small-binaries.guided-command@1.1.1': {} + '@platforma-open/milaboratories.software-small-binaries.guided-command@1.1.2': {} - '@platforma-open/milaboratories.software-small-binaries.hello-world-py@1.0.6': {} + '@platforma-open/milaboratories.software-small-binaries.hello-world-py@1.0.7': {} - '@platforma-open/milaboratories.software-small-binaries.hello-world@1.1.1': {} + '@platforma-open/milaboratories.software-small-binaries.hello-world@1.1.2': {} '@platforma-open/milaboratories.software-small-binaries.java-stub@1.0.4': {} - '@platforma-open/milaboratories.software-small-binaries.mnz-client@1.6.1': {} + '@platforma-open/milaboratories.software-small-binaries.mnz-client@1.6.2': {} '@platforma-open/milaboratories.software-small-binaries.python-stub@1.0.4': {} - '@platforma-open/milaboratories.software-small-binaries.read-with-sleep@1.1.1': {} + '@platforma-open/milaboratories.software-small-binaries.read-with-sleep@1.1.2': {} '@platforma-open/milaboratories.software-small-binaries.runenv-java-stub@1.0.6': {} '@platforma-open/milaboratories.software-small-binaries.runenv-python-stub@1.0.7': {} - '@platforma-open/milaboratories.software-small-binaries.sleep@1.1.1': {} + '@platforma-open/milaboratories.software-small-binaries.sleep@1.1.2': {} '@platforma-open/milaboratories.software-small-binaries.small-asset@1.1.4': {} - '@platforma-open/milaboratories.software-small-binaries.table-converter@1.3.1': {} + '@platforma-open/milaboratories.software-small-binaries.table-converter@1.3.2': {} - '@platforma-open/milaboratories.software-small-binaries@1.15.23': + '@platforma-open/milaboratories.software-small-binaries@1.15.25': dependencies: - '@platforma-open/milaboratories.software-small-binaries.guided-command': 1.1.1 - '@platforma-open/milaboratories.software-small-binaries.hello-world': 1.1.1 - '@platforma-open/milaboratories.software-small-binaries.hello-world-py': 1.0.6 + '@platforma-open/milaboratories.software-small-binaries.guided-command': 1.1.2 + '@platforma-open/milaboratories.software-small-binaries.hello-world': 1.1.2 + '@platforma-open/milaboratories.software-small-binaries.hello-world-py': 1.0.7 '@platforma-open/milaboratories.software-small-binaries.java-stub': 1.0.4 - '@platforma-open/milaboratories.software-small-binaries.mnz-client': 1.6.1 + '@platforma-open/milaboratories.software-small-binaries.mnz-client': 1.6.2 '@platforma-open/milaboratories.software-small-binaries.python-stub': 1.0.4 - '@platforma-open/milaboratories.software-small-binaries.read-with-sleep': 1.1.1 + '@platforma-open/milaboratories.software-small-binaries.read-with-sleep': 1.1.2 '@platforma-open/milaboratories.software-small-binaries.runenv-java-stub': 1.0.6 '@platforma-open/milaboratories.software-small-binaries.runenv-python-stub': 1.0.7 - '@platforma-open/milaboratories.software-small-binaries.sleep': 1.1.1 + '@platforma-open/milaboratories.software-small-binaries.sleep': 1.1.2 '@platforma-open/milaboratories.software-small-binaries.small-asset': 1.1.4 - '@platforma-open/milaboratories.software-small-binaries.table-converter': 1.3.1 + '@platforma-open/milaboratories.software-small-binaries.table-converter': 1.3.2 - '@platforma-sdk/block-tools@2.6.16': + '@platforma-sdk/block-tools@2.6.27': dependencies: '@aws-sdk/client-s3': 3.859.0 '@milaboratories/pl-http': 1.2.0 - '@milaboratories/pl-model-common': 1.21.4 - '@milaboratories/pl-model-middle-layer': 1.8.35 + '@milaboratories/pl-model-common': 1.21.10 + '@milaboratories/pl-model-middle-layer': 1.8.45 '@milaboratories/resolve-helper': 1.1.1 - '@milaboratories/ts-helpers': 1.5.1 - '@milaboratories/ts-helpers-oclif': 1.1.30 + '@milaboratories/ts-helpers': 1.5.4 + '@milaboratories/ts-helpers-oclif': 1.1.33 '@oclif/core': 4.2.6 + '@platforma-sdk/blocks-deps-updater': 2.0.0 canonicalize: 2.1.0 lru-cache: 11.2.2 mime-types: 2.1.35 @@ -7427,66 +5459,60 @@ snapshots: dependencies: yaml: 2.8.1 - '@platforma-sdk/eslint-config@1.1.0(@eslint/js@9.20.0)(@stylistic/eslint-plugin@2.13.0(eslint@9.20.1)(typescript@5.6.3))(eslint-plugin-n@17.15.1(eslint@9.20.1))(eslint-plugin-vue@9.32.0(eslint@9.20.1))(eslint@9.20.1)(globals@15.14.0)(typescript-eslint@8.24.0(eslint@9.20.1)(typescript@5.6.3))(typescript@5.6.3)': + '@platforma-sdk/eslint-config@1.2.0(@eslint/js@9.39.2)(@stylistic/eslint-plugin@2.13.0(eslint@9.39.2)(typescript@5.6.3))(eslint-plugin-n@17.15.1(eslint@9.39.2))(eslint-plugin-vue@9.32.0(eslint@9.39.2))(eslint@9.39.2)(globals@15.14.0)(typescript-eslint@8.24.0(eslint@9.39.2)(typescript@5.6.3))(typescript@5.6.3)': dependencies: - '@eslint/js': 9.20.0 - '@stylistic/eslint-plugin': 2.13.0(eslint@9.20.1)(typescript@5.6.3) - eslint: 9.20.1 - eslint-plugin-n: 17.15.1(eslint@9.20.1) - eslint-plugin-vue: 9.32.0(eslint@9.20.1) + '@eslint/js': 9.39.2 + '@stylistic/eslint-plugin': 2.13.0(eslint@9.39.2)(typescript@5.6.3) + eslint: 9.39.2 + eslint-plugin-n: 17.15.1(eslint@9.39.2) + eslint-plugin-vue: 9.32.0(eslint@9.39.2) globals: 15.14.0 typescript: 5.6.3 - typescript-eslint: 8.24.0(eslint@9.20.1)(typescript@5.6.3) - - '@platforma-sdk/eslint-config@1.1.0(@eslint/js@9.20.0)(@stylistic/eslint-plugin@2.13.0(eslint@9.20.1)(typescript@5.8.2))(eslint-plugin-n@17.15.1(eslint@9.20.1))(eslint-plugin-vue@9.32.0(eslint@9.20.1))(eslint@9.20.1)(globals@15.14.0)(typescript-eslint@8.24.0(eslint@9.20.1)(typescript@5.8.2))(typescript@5.8.2)': - dependencies: - '@eslint/js': 9.20.0 - '@stylistic/eslint-plugin': 2.13.0(eslint@9.20.1)(typescript@5.8.2) - eslint: 9.20.1 - eslint-plugin-n: 17.15.1(eslint@9.20.1) - eslint-plugin-vue: 9.32.0(eslint@9.20.1) - globals: 15.14.0 - typescript: 5.8.2 - typescript-eslint: 8.24.0(eslint@9.20.1)(typescript@5.8.2) + typescript-eslint: 8.24.0(eslint@9.39.2)(typescript@5.6.3) - '@platforma-sdk/model@1.45.0': + '@platforma-sdk/model@1.48.4': dependencies: '@milaboratories/pl-error-like': 1.12.5 - '@milaboratories/pl-model-common': 1.21.4 - '@milaboratories/ptabler-expression-js': 1.1.0 + '@milaboratories/pl-model-common': 1.21.10 + '@milaboratories/ptabler-expression-js': 1.1.7 canonicalize: 2.1.0 + es-toolkit: 1.39.10 utility-types: 3.11.0 zod: 3.23.8 - '@platforma-sdk/tengo-builder@2.3.3': + '@platforma-sdk/tengo-builder@2.4.2': dependencies: - '@milaboratories/pl-model-backend': 1.1.18 + '@milaboratories/pl-model-backend': 1.1.31 '@milaboratories/resolve-helper': 1.1.1 '@milaboratories/tengo-tester': 1.6.4 - '@milaboratories/ts-helpers': 1.5.1 + '@milaboratories/ts-helpers': 1.5.4 '@oclif/core': 4.2.6 canonicalize: 2.1.0 winston: 3.17.0 transitivePeerDependencies: - supports-color - '@platforma-sdk/test@1.45.6(@types/node@24.5.2)': + '@platforma-sdk/test@1.48.5(@types/node@24.5.2)(yaml@2.8.1)': dependencies: - '@milaboratories/computable': 2.7.1 - '@milaboratories/pl-client': 2.16.1 - '@milaboratories/pl-middle-layer': 1.43.42 - '@milaboratories/pl-tree': 1.8.8 - '@milaboratories/ts-helpers': 1.5.1 - '@platforma-sdk/model': 1.45.0 - vitest: 2.1.9(@types/node@24.5.2) + '@milaboratories/computable': 2.7.4 + '@milaboratories/pl-client': 2.16.14 + '@milaboratories/pl-middle-layer': 1.43.92 + '@milaboratories/pl-tree': 1.8.21 + '@milaboratories/ts-helpers': 1.5.4 + '@platforma-sdk/model': 1.48.4 + vitest: 4.0.16(@types/node@24.5.2)(yaml@2.8.1) transitivePeerDependencies: - '@edge-runtime/vm' + - '@opentelemetry/api' - '@types/node' - - '@vitest/browser' + - '@vitest/browser-playwright' + - '@vitest/browser-preview' + - '@vitest/browser-webdriverio' - '@vitest/ui' - aws-crt - encoding - happy-dom + - jiti - jsdom - less - lightningcss @@ -7497,34 +5523,33 @@ snapshots: - sugarss - supports-color - terser + - tsx + - yaml - '@platforma-sdk/ui-vue@1.45.5(d3-dispatch@3.0.1)(d3-path@3.1.0)(d3-scale-chromatic@3.1.0)(sortablejs@1.15.6)(typescript@5.8.2)': + '@platforma-sdk/ui-vue@1.48.5(sortablejs@1.15.6)(typescript@5.6.3)': dependencies: '@milaboratories/biowasm-tools': 2.0.0 - '@milaboratories/miplots4': 1.0.147(d3-dispatch@3.0.1)(d3-path@3.1.0)(d3-scale-chromatic@3.1.0) - '@milaboratories/ptabler-expression-js': 1.1.0 - '@milaboratories/uikit': 2.5.0(typescript@5.8.2) - '@platforma-sdk/model': 1.45.0 + '@milaboratories/ptabler-expression-js': 1.1.7 + '@milaboratories/uikit': 2.8.2(typescript@5.6.3) + '@platforma-sdk/model': 1.48.4 '@types/d3-format': 3.0.4 '@types/node': 24.5.2 '@types/semver': 7.7.0 - '@vueuse/core': 13.9.0(vue@3.5.21(typescript@5.8.2)) - '@vueuse/integrations': 13.8.0(sortablejs@1.15.6)(vue@3.5.21(typescript@5.8.2)) + '@vueuse/core': 13.9.0(vue@3.5.25(typescript@5.6.3)) + '@vueuse/integrations': 13.8.0(sortablejs@1.15.6)(vue@3.5.25(typescript@5.6.3)) '@zip.js/zip.js': 2.8.8 ag-grid-enterprise: 34.1.2 - ag-grid-vue3: 34.1.2(vue@3.5.21(typescript@5.8.2)) + ag-grid-vue3: 34.1.2(vue@3.5.25(typescript@5.6.3)) canonicalize: 2.1.0 d3-format: 3.1.0 + es-toolkit: 1.39.10 lru-cache: 11.2.2 - vue: 3.5.21(typescript@5.8.2) + vue: 3.5.25(typescript@5.6.3) zod: 3.23.8 transitivePeerDependencies: - async-validator - axios - change-case - - d3-dispatch - - d3-path - - d3-scale-chromatic - drauu - focus-trap - fuse.js @@ -7533,16 +5558,15 @@ snapshots: - nprogress - qrcode - sortablejs - - supports-color - typescript - universal-cookie - '@platforma-sdk/workflow-tengo@5.5.5': + '@platforma-sdk/workflow-tengo@5.7.1': dependencies: '@milaboratories/software-pframes-conv': 2.2.9 - '@platforma-open/milaboratories.software-ptabler': 1.13.1 + '@platforma-open/milaboratories.software-ptabler': 1.14.0 '@platforma-open/milaboratories.software-ptexter': 1.2.0 - '@platforma-open/milaboratories.software-small-binaries': 1.15.23 + '@platforma-open/milaboratories.software-small-binaries': 1.15.25 '@protobuf-ts/grpc-transport@2.11.1(@grpc/grpc-js@1.13.4)': dependencies: @@ -7697,19 +5721,6 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.49.0': optional: true - '@rushstack/node-core-library@5.14.0(@types/node@20.16.15)': - dependencies: - ajv: 8.13.0 - ajv-draft-04: 1.0.0(ajv@8.13.0) - ajv-formats: 3.0.1(ajv@8.13.0) - fs-extra: 11.3.1 - import-lazy: 4.0.0 - jju: 1.4.0 - resolve: 1.22.10 - semver: 7.5.4 - optionalDependencies: - '@types/node': 20.16.15 - '@rushstack/node-core-library@5.14.0(@types/node@24.5.2)': dependencies: ajv: 8.13.0 @@ -7722,36 +5733,18 @@ snapshots: semver: 7.5.4 optionalDependencies: '@types/node': 24.5.2 - optional: true '@rushstack/rig-package@0.5.3': dependencies: resolve: 1.22.10 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.15.4(@types/node@20.16.15)': - dependencies: - '@rushstack/node-core-library': 5.14.0(@types/node@20.16.15) - supports-color: 8.1.1 - optionalDependencies: - '@types/node': 20.16.15 - '@rushstack/terminal@0.15.4(@types/node@24.5.2)': dependencies: '@rushstack/node-core-library': 5.14.0(@types/node@24.5.2) supports-color: 8.1.1 optionalDependencies: '@types/node': 24.5.2 - optional: true - - '@rushstack/ts-command-line@5.0.2(@types/node@20.16.15)': - dependencies: - '@rushstack/terminal': 0.15.4(@types/node@20.16.15) - '@types/argparse': 1.0.38 - argparse: 1.0.10 - string-argv: 0.3.2 - transitivePeerDependencies: - - '@types/node' '@rushstack/ts-command-line@5.0.2(@types/node@24.5.2)': dependencies: @@ -7761,7 +5754,6 @@ snapshots: string-argv: 0.3.2 transitivePeerDependencies: - '@types/node' - optional: true '@smithy/abort-controller@4.0.5': dependencies: @@ -8099,2387 +6091,167 @@ snapshots: '@smithy/types': 4.3.2 tslib: 2.8.1 - '@stdlib/array-base-accessor-getter@0.2.2': {} - - '@stdlib/array-base-accessor-setter@0.2.2': {} - - '@stdlib/array-base-arraylike2object@0.2.1': - dependencies: - '@stdlib/array-base-accessor-getter': 0.2.2 - '@stdlib/array-base-accessor-setter': 0.2.2 - '@stdlib/array-base-assert-is-accessor-array': 0.2.2 - '@stdlib/array-base-getter': 0.2.2 - '@stdlib/array-base-setter': 0.2.2 - '@stdlib/array-dtype': 0.2.1 - transitivePeerDependencies: - - supports-color - - '@stdlib/array-base-assert-is-accessor-array@0.2.2': {} - - '@stdlib/array-base-assert-is-complex128array@0.2.2': {} - - '@stdlib/array-base-assert-is-complex64array@0.2.2': {} - - '@stdlib/array-base-filled@0.2.2': {} - - '@stdlib/array-base-getter@0.2.2': {} - - '@stdlib/array-base-incrspace@0.2.2': - dependencies: - '@stdlib/math-base-special-ceil': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/array-base-setter@0.2.2': {} - - '@stdlib/array-base-zeros@0.2.2': - dependencies: - '@stdlib/array-base-filled': 0.2.2 - - '@stdlib/array-complex128@0.2.1': - dependencies: - '@stdlib/array-base-accessor-getter': 0.2.2 - '@stdlib/array-base-assert-is-complex128array': 0.2.2 - '@stdlib/array-base-assert-is-complex64array': 0.2.2 - '@stdlib/array-base-getter': 0.2.2 - '@stdlib/array-float64': 0.2.2 - '@stdlib/assert-has-iterator-symbol-support': 0.2.2 - '@stdlib/assert-is-array': 0.2.2 - '@stdlib/assert-is-array-like-object': 0.2.2 - '@stdlib/assert-is-arraybuffer': 0.2.2 - '@stdlib/assert-is-collection': 0.2.2 - '@stdlib/assert-is-complex-like': 0.2.2 - '@stdlib/assert-is-function': 0.2.2 - '@stdlib/assert-is-nonnegative-integer': 0.2.2 - '@stdlib/assert-is-object': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/complex-float64': 0.2.1 - '@stdlib/complex-imag': 0.2.1 - '@stdlib/complex-real': 0.2.1 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/math-base-assert-is-even': 0.2.3 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/strided-base-reinterpret-complex128': 0.2.2 - '@stdlib/strided-base-reinterpret-complex64': 0.2.1 - '@stdlib/string-format': 0.2.2 - '@stdlib/symbol-iterator': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-accessor': 0.2.3 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/array-complex64@0.2.1': - dependencies: - '@stdlib/array-base-accessor-getter': 0.2.2 - '@stdlib/array-base-assert-is-complex128array': 0.2.2 - '@stdlib/array-base-assert-is-complex64array': 0.2.2 - '@stdlib/array-base-getter': 0.2.2 - '@stdlib/array-float32': 0.2.2 - '@stdlib/assert-has-iterator-symbol-support': 0.2.2 - '@stdlib/assert-is-array': 0.2.2 - '@stdlib/assert-is-array-like-object': 0.2.2 - '@stdlib/assert-is-arraybuffer': 0.2.2 - '@stdlib/assert-is-collection': 0.2.2 - '@stdlib/assert-is-complex-like': 0.2.2 - '@stdlib/assert-is-function': 0.2.2 - '@stdlib/assert-is-nonnegative-integer': 0.2.2 - '@stdlib/assert-is-object': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/complex-float32': 0.2.1 - '@stdlib/complex-imagf': 0.2.1 - '@stdlib/complex-realf': 0.2.1 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/math-base-assert-is-even': 0.2.3 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/strided-base-reinterpret-complex128': 0.2.2 - '@stdlib/strided-base-reinterpret-complex64': 0.2.1 - '@stdlib/string-format': 0.2.2 - '@stdlib/symbol-iterator': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-accessor': 0.2.3 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/array-dtype@0.2.1': - dependencies: - '@stdlib/array-complex128': 0.2.1 - '@stdlib/array-complex64': 0.2.1 - '@stdlib/array-float32': 0.2.2 - '@stdlib/array-float64': 0.2.2 - '@stdlib/array-int16': 0.2.2 - '@stdlib/array-int32': 0.2.2 - '@stdlib/array-int8': 0.2.2 - '@stdlib/array-uint16': 0.2.2 - '@stdlib/array-uint32': 0.2.2 - '@stdlib/array-uint8': 0.2.2 - '@stdlib/array-uint8c': 0.2.2 - '@stdlib/assert-is-array': 0.2.2 - '@stdlib/assert-is-buffer': 0.2.2 - '@stdlib/utils-constructor-name': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/array-float32@0.2.2': - dependencies: - '@stdlib/assert-has-float32array-support': 0.2.2 - - '@stdlib/array-float64@0.2.2': - dependencies: - '@stdlib/assert-has-float64array-support': 0.2.2 - - '@stdlib/array-int16@0.2.2': - dependencies: - '@stdlib/assert-has-int16array-support': 0.2.2 - - '@stdlib/array-int32@0.2.2': - dependencies: - '@stdlib/assert-has-int32array-support': 0.2.2 - - '@stdlib/array-int8@0.2.2': - dependencies: - '@stdlib/assert-has-int8array-support': 0.2.2 - - '@stdlib/array-uint16@0.2.2': - dependencies: - '@stdlib/assert-has-uint16array-support': 0.2.2 - - '@stdlib/array-uint32@0.2.2': - dependencies: - '@stdlib/assert-has-uint32array-support': 0.2.2 - - '@stdlib/array-uint8@0.2.2': - dependencies: - '@stdlib/assert-has-uint8array-support': 0.2.2 - - '@stdlib/array-uint8c@0.2.2': - dependencies: - '@stdlib/assert-has-uint8clampedarray-support': 0.2.2 + '@standard-schema/spec@1.1.0': {} - '@stdlib/assert-contains@0.2.2': + '@stylistic/eslint-plugin@2.13.0(eslint@9.39.2)(typescript@5.6.3)': dependencies: - '@stdlib/assert-is-collection': 0.2.2 - '@stdlib/assert-is-integer': 0.2.2 - '@stdlib/assert-is-nan': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 + '@typescript-eslint/utils': 8.24.0(eslint@9.39.2)(typescript@5.6.3) + eslint: 9.39.2 + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 + estraverse: 5.3.0 + picomatch: 4.0.2 transitivePeerDependencies: - supports-color + - typescript - '@stdlib/assert-has-float32array-support@0.2.2': - dependencies: - '@stdlib/assert-is-float32array': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - - '@stdlib/assert-has-float64array-support@0.2.2': - dependencies: - '@stdlib/assert-is-float64array': 0.2.2 - - '@stdlib/assert-has-generator-support@0.2.2': - dependencies: - '@stdlib/utils-eval': 0.2.2 - - '@stdlib/assert-has-int16array-support@0.2.2': - dependencies: - '@stdlib/assert-is-int16array': 0.2.2 - '@stdlib/constants-int16-max': 0.2.2 - '@stdlib/constants-int16-min': 0.2.2 - - '@stdlib/assert-has-int32array-support@0.2.2': - dependencies: - '@stdlib/assert-is-int32array': 0.2.2 - '@stdlib/constants-int32-max': 0.3.0 - '@stdlib/constants-int32-min': 0.2.2 - - '@stdlib/assert-has-int8array-support@0.2.2': - dependencies: - '@stdlib/assert-is-int8array': 0.2.2 - '@stdlib/constants-int8-max': 0.2.2 - '@stdlib/constants-int8-min': 0.2.2 - - '@stdlib/assert-has-iterator-symbol-support@0.2.2': - dependencies: - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/symbol-ctor': 0.2.2 - - '@stdlib/assert-has-own-property@0.2.2': {} - - '@stdlib/assert-has-symbol-support@0.2.2': {} - - '@stdlib/assert-has-tostringtag-support@0.2.2': - dependencies: - '@stdlib/assert-has-symbol-support': 0.2.2 - - '@stdlib/assert-has-uint16array-support@0.2.2': - dependencies: - '@stdlib/assert-is-uint16array': 0.2.2 - '@stdlib/constants-uint16-max': 0.2.2 - - '@stdlib/assert-has-uint32array-support@0.2.2': - dependencies: - '@stdlib/assert-is-uint32array': 0.2.2 - '@stdlib/constants-uint32-max': 0.2.2 - - '@stdlib/assert-has-uint8array-support@0.2.2': - dependencies: - '@stdlib/assert-is-uint8array': 0.2.2 - '@stdlib/constants-uint8-max': 0.2.2 - - '@stdlib/assert-has-uint8clampedarray-support@0.2.2': - dependencies: - '@stdlib/assert-is-uint8clampedarray': 0.2.2 + '@types/argparse@1.0.38': {} - '@stdlib/assert-is-arguments@0.2.2': + '@types/chai@5.2.2': dependencies: - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-array': 0.2.2 - '@stdlib/assert-is-enumerable-property': 0.2.2 - '@stdlib/constants-uint32-max': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/utils-native-class': 0.2.2 - transitivePeerDependencies: - - supports-color + '@types/deep-eql': 4.0.2 - '@stdlib/assert-is-array-like-object@0.2.2': - dependencies: - '@stdlib/constants-array-max-array-length': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - transitivePeerDependencies: - - supports-color + '@types/d3-array@3.2.1': {} - '@stdlib/assert-is-array-like@0.2.2': + '@types/d3-axis@3.0.6': dependencies: - '@stdlib/constants-array-max-array-length': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - transitivePeerDependencies: - - supports-color + '@types/d3-selection': 3.0.11 - '@stdlib/assert-is-array@0.2.2': - dependencies: - '@stdlib/utils-native-class': 0.2.2 + '@types/d3-format@3.0.4': {} - '@stdlib/assert-is-arraybuffer@0.2.2': + '@types/d3-scale@4.0.9': dependencies: - '@stdlib/utils-native-class': 0.2.2 + '@types/d3-time': 3.0.4 - '@stdlib/assert-is-big-endian@0.2.2': - dependencies: - '@stdlib/array-uint16': 0.2.2 - '@stdlib/array-uint8': 0.2.2 + '@types/d3-selection@3.0.11': {} - '@stdlib/assert-is-boolean@0.2.2': - dependencies: - '@stdlib/assert-has-tostringtag-support': 0.2.2 - '@stdlib/boolean-ctor': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-native-class': 0.2.2 + '@types/d3-time@3.0.4': {} - '@stdlib/assert-is-buffer@0.2.2': - dependencies: - '@stdlib/assert-is-object-like': 0.2.2 + '@types/deep-eql@4.0.2': {} - '@stdlib/assert-is-collection@0.2.2': - dependencies: - '@stdlib/constants-array-max-typed-array-length': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - transitivePeerDependencies: - - supports-color + '@types/estree@1.0.8': {} - '@stdlib/assert-is-complex-like@0.2.2': + '@types/fs-extra@8.1.5': dependencies: - '@stdlib/complex-float32-ctor': 0.0.2 - '@stdlib/complex-float64-ctor': 0.0.2 + '@types/node': 24.5.2 - '@stdlib/assert-is-enumerable-property@0.2.2': + '@types/glob@7.2.0': dependencies: - '@stdlib/assert-is-integer': 0.2.2 - '@stdlib/assert-is-nan': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - transitivePeerDependencies: - - supports-color + '@types/minimatch': 6.0.0 + '@types/node': 24.5.2 - '@stdlib/assert-is-float32array@0.2.2': - dependencies: - '@stdlib/utils-native-class': 0.2.2 + '@types/json-schema@7.0.15': {} - '@stdlib/assert-is-float64array@0.2.2': + '@types/minimatch@6.0.0': dependencies: - '@stdlib/utils-native-class': 0.2.2 + minimatch: 10.0.3 - '@stdlib/assert-is-function@0.2.2': - dependencies: - '@stdlib/utils-type-of': 0.2.2 + '@types/node@12.20.55': {} - '@stdlib/assert-is-int16array@0.2.2': + '@types/node@24.5.2': dependencies: - '@stdlib/utils-native-class': 0.2.2 + undici-types: 7.12.0 - '@stdlib/assert-is-int32array@0.2.2': - dependencies: - '@stdlib/utils-native-class': 0.2.2 + '@types/resolve@1.20.2': {} - '@stdlib/assert-is-int8array@0.2.2': - dependencies: - '@stdlib/utils-native-class': 0.2.2 + '@types/semver@7.7.0': {} - '@stdlib/assert-is-integer@0.2.2': - dependencies: - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color + '@types/sortablejs@1.15.8': {} - '@stdlib/assert-is-little-endian@0.2.2': - dependencies: - '@stdlib/array-uint16': 0.2.2 - '@stdlib/array-uint8': 0.2.2 + '@types/triple-beam@1.3.5': {} - '@stdlib/assert-is-nan@0.2.2': - dependencies: - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color + '@types/uuid@9.0.8': {} - '@stdlib/assert-is-nonnegative-integer@0.2.2': - dependencies: - '@stdlib/assert-is-integer': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color + '@types/web-bluetooth@0.0.21': {} - '@stdlib/assert-is-number-array@0.2.2': + '@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.39.2)(typescript@5.6.3))(eslint@9.39.2)(typescript@5.6.3)': dependencies: - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/assert-tools-array-like-function': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 + '@eslint-community/regexpp': 4.12.1 + '@typescript-eslint/parser': 8.24.0(eslint@9.39.2)(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.24.0 + '@typescript-eslint/type-utils': 8.24.0(eslint@9.39.2)(typescript@5.6.3) + '@typescript-eslint/utils': 8.24.0(eslint@9.39.2)(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.24.0 + eslint: 9.39.2 + graphemer: 1.4.0 + ignore: 5.3.2 + natural-compare: 1.4.0 + ts-api-utils: 2.0.1(typescript@5.6.3) + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@stdlib/assert-is-number@0.2.2': - dependencies: - '@stdlib/assert-has-tostringtag-support': 0.2.2 - '@stdlib/number-ctor': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-native-class': 0.2.2 - - '@stdlib/assert-is-object-like@0.2.2': - dependencies: - '@stdlib/assert-tools-array-function': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - - '@stdlib/assert-is-object@0.2.2': + '@typescript-eslint/parser@8.24.0(eslint@9.39.2)(typescript@5.6.3)': dependencies: - '@stdlib/assert-is-array': 0.2.2 - - '@stdlib/assert-is-plain-object@0.2.2': - dependencies: - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-function': 0.2.2 - '@stdlib/assert-is-object': 0.2.2 - '@stdlib/utils-get-prototype-of': 0.2.2 - '@stdlib/utils-native-class': 0.2.2 - - '@stdlib/assert-is-positive-integer@0.2.2': - dependencies: - '@stdlib/assert-is-integer': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 + '@typescript-eslint/scope-manager': 8.24.0 + '@typescript-eslint/types': 8.24.0 + '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.24.0 + debug: 4.4.3(supports-color@8.1.1) + eslint: 9.39.2 + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@stdlib/assert-is-regexp@0.2.2': - dependencies: - '@stdlib/assert-has-tostringtag-support': 0.2.2 - '@stdlib/utils-native-class': 0.2.2 - - '@stdlib/assert-is-string@0.2.2': + '@typescript-eslint/scope-manager@8.24.0': dependencies: - '@stdlib/assert-has-tostringtag-support': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-native-class': 0.2.2 + '@typescript-eslint/types': 8.24.0 + '@typescript-eslint/visitor-keys': 8.24.0 - '@stdlib/assert-is-typed-array-like@0.2.2': + '@typescript-eslint/type-utils@8.24.0(eslint@9.39.2)(typescript@5.6.3)': dependencies: - '@stdlib/assert-is-nonnegative-integer': 0.2.2 - '@stdlib/constants-array-max-typed-array-length': 0.2.2 + '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.6.3) + '@typescript-eslint/utils': 8.24.0(eslint@9.39.2)(typescript@5.6.3) + debug: 4.4.3(supports-color@8.1.1) + eslint: 9.39.2 + ts-api-utils: 2.0.1(typescript@5.6.3) + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@stdlib/assert-is-uint16array@0.2.2': - dependencies: - '@stdlib/utils-native-class': 0.2.2 - - '@stdlib/assert-is-uint32array@0.2.2': - dependencies: - '@stdlib/utils-native-class': 0.2.2 - - '@stdlib/assert-is-uint8array@0.2.2': - dependencies: - '@stdlib/utils-native-class': 0.2.2 - - '@stdlib/assert-is-uint8clampedarray@0.2.2': - dependencies: - '@stdlib/utils-native-class': 0.2.2 - - '@stdlib/assert-tools-array-function@0.2.2': - dependencies: - '@stdlib/assert-is-array': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 + '@typescript-eslint/types@8.24.0': {} - '@stdlib/assert-tools-array-like-function@0.2.2': + '@typescript-eslint/typescript-estree@8.24.0(typescript@5.6.3)': dependencies: - '@stdlib/assert-is-array-like': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 + '@typescript-eslint/types': 8.24.0 + '@typescript-eslint/visitor-keys': 8.24.0 + debug: 4.4.3(supports-color@8.1.1) + fast-glob: 3.3.2 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.6.3 + ts-api-utils: 2.0.1(typescript@5.6.3) + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@stdlib/blas-base-gcopy@0.2.1': + '@typescript-eslint/utils@8.24.0(eslint@9.39.2)(typescript@5.6.3)': dependencies: - '@stdlib/array-base-arraylike2object': 0.2.1 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.39.2) + '@typescript-eslint/scope-manager': 8.24.0 + '@typescript-eslint/types': 8.24.0 + '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.6.3) + eslint: 9.39.2 + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@stdlib/blas-ext-base-gapxsumpw@0.2.2': + '@typescript-eslint/visitor-keys@8.24.0': dependencies: - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color + '@typescript-eslint/types': 8.24.0 + eslint-visitor-keys: 4.2.0 - '@stdlib/blas-ext-base-gsumpw@0.2.2': + '@typescript/vfs@1.6.1(typescript@5.4.5)': dependencies: - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 + debug: 4.4.3(supports-color@8.1.1) + typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@stdlib/boolean-ctor@0.2.2': {} - - '@stdlib/complex-float32-ctor@0.0.1': - dependencies: - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/number-float64-base-to-float32': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-define-property': 0.2.4 - - '@stdlib/complex-float32-ctor@0.0.2': - dependencies: - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/number-float64-base-to-float32': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-define-property': 0.2.4 - - '@stdlib/complex-float32-reim@0.1.2': - dependencies: - '@stdlib/array-float32': 0.2.2 - '@stdlib/complex-float32-ctor': 0.0.2 - - '@stdlib/complex-float32@0.2.1': - dependencies: - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/number-float64-base-to-float32': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-define-property': 0.2.4 - - '@stdlib/complex-float64-ctor@0.0.2': - dependencies: - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/complex-float32-ctor': 0.0.1 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-define-property': 0.2.4 - - '@stdlib/complex-float64-ctor@0.0.3': - dependencies: - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/complex-float32-ctor': 0.0.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-define-property': 0.2.4 - - '@stdlib/complex-float64-reim@0.1.2': - dependencies: - '@stdlib/array-float64': 0.2.2 - '@stdlib/complex-float64-ctor': 0.0.3 - - '@stdlib/complex-float64@0.2.1': - dependencies: - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/complex-float32': 0.2.1 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-define-property': 0.2.4 - - '@stdlib/complex-imag@0.2.1': - dependencies: - '@stdlib/complex-float64': 0.2.1 - - '@stdlib/complex-imagf@0.2.1': - dependencies: - '@stdlib/complex-float32': 0.2.1 - - '@stdlib/complex-real@0.2.1': - dependencies: - '@stdlib/complex-float64': 0.2.1 - - '@stdlib/complex-realf@0.2.1': - dependencies: - '@stdlib/complex-float32': 0.2.1 - - '@stdlib/complex-reim@0.2.1': - dependencies: - '@stdlib/array-float64': 0.2.2 - '@stdlib/complex-float64': 0.2.1 - - '@stdlib/complex-reimf@0.2.1': - dependencies: - '@stdlib/array-float32': 0.2.2 - '@stdlib/complex-float32': 0.2.1 - - '@stdlib/constants-array-max-array-length@0.2.2': {} - - '@stdlib/constants-array-max-typed-array-length@0.2.2': {} - - '@stdlib/constants-float32-max@0.2.2': {} - - '@stdlib/constants-float32-smallest-normal@0.2.2': {} - - '@stdlib/constants-float64-e@0.2.2': {} - - '@stdlib/constants-float64-eps@0.2.2': {} - - '@stdlib/constants-float64-eulergamma@0.2.2': {} - - '@stdlib/constants-float64-exponent-bias@0.2.2': {} - - '@stdlib/constants-float64-fourth-pi@0.2.2': {} - - '@stdlib/constants-float64-gamma-lanczos-g@0.2.2': {} - - '@stdlib/constants-float64-half-ln-two@0.2.2': {} - - '@stdlib/constants-float64-half-pi@0.2.2': {} - - '@stdlib/constants-float64-high-word-abs-mask@0.2.2': {} - - '@stdlib/constants-float64-high-word-exponent-mask@0.2.2': {} - - '@stdlib/constants-float64-high-word-sign-mask@0.2.1': {} - - '@stdlib/constants-float64-high-word-significand-mask@0.2.2': {} - - '@stdlib/constants-float64-ln-sqrt-two-pi@0.2.2': {} - - '@stdlib/constants-float64-ln-two@0.2.2': {} - - '@stdlib/constants-float64-max-base10-exponent@0.2.2': {} - - '@stdlib/constants-float64-max-base2-exponent-subnormal@0.2.1': {} - - '@stdlib/constants-float64-max-base2-exponent@0.2.2': {} - - '@stdlib/constants-float64-max-ln@0.2.2': {} - - '@stdlib/constants-float64-max-safe-integer@0.2.2': {} - - '@stdlib/constants-float64-max-safe-nth-factorial@0.1.0': {} - - '@stdlib/constants-float64-max@0.2.2': {} - - '@stdlib/constants-float64-min-base10-exponent-subnormal@0.2.1': {} - - '@stdlib/constants-float64-min-base10-exponent@0.2.2': {} - - '@stdlib/constants-float64-min-base2-exponent-subnormal@0.2.1': {} - - '@stdlib/constants-float64-min-base2-exponent@0.2.2': {} - - '@stdlib/constants-float64-min-ln@0.2.2': {} - - '@stdlib/constants-float64-ninf@0.2.2': - dependencies: - '@stdlib/number-ctor': 0.2.2 - - '@stdlib/constants-float64-pi@0.2.2': {} - - '@stdlib/constants-float64-pinf@0.2.2': {} - - '@stdlib/constants-float64-smallest-normal@0.2.2': {} - - '@stdlib/constants-float64-smallest-subnormal@0.2.2': {} - - '@stdlib/constants-float64-sqrt-eps@0.2.2': {} - - '@stdlib/constants-float64-sqrt-two-pi@0.2.2': {} - - '@stdlib/constants-float64-sqrt-two@0.2.2': {} - - '@stdlib/constants-float64-two-pi@0.2.2': {} - - '@stdlib/constants-int16-max@0.2.2': {} - - '@stdlib/constants-int16-min@0.2.2': {} - - '@stdlib/constants-int32-max@0.2.1': {} - - '@stdlib/constants-int32-max@0.3.0': {} - - '@stdlib/constants-int32-min@0.2.2': {} - - '@stdlib/constants-int8-max@0.2.2': {} - - '@stdlib/constants-int8-min@0.2.2': {} - - '@stdlib/constants-uint16-max@0.2.2': {} - - '@stdlib/constants-uint32-max@0.2.2': {} - - '@stdlib/constants-uint8-max@0.2.2': {} - - '@stdlib/error-tools-fmtprodmsg@0.2.2': {} - - '@stdlib/fs-exists@0.2.2': - dependencies: - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - - '@stdlib/fs-resolve-parent-path@0.2.2': - dependencies: - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-function': 0.2.2 - '@stdlib/assert-is-plain-object': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/fs-exists': 0.2.2 - '@stdlib/process-cwd': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - - '@stdlib/function-ctor@0.2.2': {} - - '@stdlib/math-base-assert-is-even@0.2.3': - dependencies: - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-assert-is-finite@0.2.2': - dependencies: - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-assert-is-infinite@0.2.2': - dependencies: - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-assert-is-integer@0.2.5': - dependencies: - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-assert-is-nan@0.2.2': - dependencies: - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-assert-is-negative-zero@0.2.2': - dependencies: - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-assert-is-odd@0.2.1': - dependencies: - '@stdlib/math-base-assert-is-even': 0.2.3 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-assert-is-odd@0.3.0': - dependencies: - '@stdlib/math-base-assert-is-even': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-assert-is-positive-integer@0.3.0': - dependencies: - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-assert-is-positive-zero@0.2.2': - dependencies: - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-napi-binary@0.2.1': - dependencies: - '@stdlib/complex-float32': 0.2.1 - '@stdlib/complex-float64': 0.2.1 - '@stdlib/complex-reim': 0.2.1 - '@stdlib/complex-reimf': 0.2.1 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-napi-binary@0.3.0': - dependencies: - '@stdlib/complex-float32-ctor': 0.0.2 - '@stdlib/complex-float32-reim': 0.1.2 - '@stdlib/complex-float64-ctor': 0.0.3 - '@stdlib/complex-float64-reim': 0.1.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-napi-unary@0.2.3': - dependencies: - '@stdlib/complex-float32-ctor': 0.0.2 - '@stdlib/complex-float32-reim': 0.1.2 - '@stdlib/complex-float64-ctor': 0.0.3 - '@stdlib/complex-float64-reim': 0.1.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-abs@0.2.2': - dependencies: - '@stdlib/constants-float64-high-word-abs-mask': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/number-float64-base-to-words': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-acos@0.2.3': - dependencies: - '@stdlib/constants-float64-fourth-pi': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-asin': 0.2.3 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-asin@0.2.3': - dependencies: - '@stdlib/constants-float64-fourth-pi': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-beta@0.3.0': - dependencies: - '@stdlib/constants-float64-e': 0.2.2 - '@stdlib/constants-float64-eps': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-binary': 0.3.0 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-exp': 0.2.4 - '@stdlib/math-base-special-log1p': 0.2.3 - '@stdlib/math-base-special-pow': 0.3.0 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-betainc@0.2.2': - dependencies: - '@stdlib/math-base-special-kernel-betainc': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-binomcoef@0.2.3': - dependencies: - '@stdlib/constants-float64-max-safe-integer': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-assert-is-odd': 0.3.0 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/math-base-special-gcd': 0.2.1 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-ceil@0.2.2': - dependencies: - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-copysign@0.2.2': - dependencies: - '@stdlib/constants-float64-high-word-abs-mask': 0.2.2 - '@stdlib/constants-float64-high-word-sign-mask': 0.2.1 - '@stdlib/math-base-napi-binary': 0.3.0 - '@stdlib/number-float64-base-from-words': 0.2.2 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - '@stdlib/number-float64-base-to-words': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-cos@0.2.1': - dependencies: - '@stdlib/math-base-special-kernel-cos': 0.2.3 - '@stdlib/math-base-special-kernel-sin': 0.2.3 - '@stdlib/math-base-special-rempio2': 0.2.1 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-cos@0.3.0': - dependencies: - '@stdlib/constants-float64-high-word-abs-mask': 0.2.2 - '@stdlib/constants-float64-high-word-exponent-mask': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-kernel-cos': 0.2.3 - '@stdlib/math-base-special-kernel-sin': 0.2.3 - '@stdlib/math-base-special-rempio2': 0.2.1 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-erfc@0.2.4': - dependencies: - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-exp': 0.2.4 - '@stdlib/number-float64-base-set-low-word': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-erfcinv@0.2.3': - dependencies: - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-ln': 0.2.4 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-exp@0.2.4': - dependencies: - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-ldexp': 0.2.3 - '@stdlib/math-base-special-trunc': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-expm1@0.2.3': - dependencies: - '@stdlib/constants-float64-exponent-bias': 0.2.2 - '@stdlib/constants-float64-half-ln-two': 0.2.2 - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/number-float64-base-from-words': 0.2.2 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - '@stdlib/number-float64-base-set-high-word': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-factorial@0.2.1': - dependencies: - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-gamma': 0.2.1 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-factorial@0.3.0': - dependencies: - '@stdlib/constants-float64-max-safe-nth-factorial': 0.1.0 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-gamma': 0.2.1 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-floor@0.2.3': - dependencies: - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-fmod@0.1.0': - dependencies: - '@stdlib/constants-float64-exponent-bias': 0.2.2 - '@stdlib/constants-float64-high-word-abs-mask': 0.2.2 - '@stdlib/constants-float64-high-word-exponent-mask': 0.2.2 - '@stdlib/constants-float64-high-word-sign-mask': 0.2.1 - '@stdlib/constants-float64-high-word-significand-mask': 0.2.2 - '@stdlib/constants-float64-min-base2-exponent': 0.2.2 - '@stdlib/math-base-napi-binary': 0.3.0 - '@stdlib/number-float64-base-from-words': 0.2.2 - '@stdlib/number-float64-base-to-words': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-gamma-delta-ratio@0.2.2': - dependencies: - '@stdlib/constants-float64-e': 0.2.2 - '@stdlib/constants-float64-eps': 0.2.2 - '@stdlib/constants-float64-gamma-lanczos-g': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-exp': 0.2.4 - '@stdlib/math-base-special-factorial': 0.2.1 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/math-base-special-gamma': 0.2.1 - '@stdlib/math-base-special-gamma-lanczos-sum': 0.3.0 - '@stdlib/math-base-special-log1p': 0.2.3 - '@stdlib/math-base-special-pow': 0.3.0 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled@0.3.0': - dependencies: - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-gamma-lanczos-sum@0.3.0': - dependencies: - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-gamma1pm1@0.2.2': - dependencies: - '@stdlib/constants-float64-eps': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-expm1': 0.2.3 - '@stdlib/math-base-special-gamma': 0.2.1 - '@stdlib/math-base-special-ln': 0.2.4 - '@stdlib/math-base-special-log1p': 0.2.3 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-gamma@0.2.1': - dependencies: - '@stdlib/constants-float64-eulergamma': 0.2.2 - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pi': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/constants-float64-sqrt-two-pi': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-assert-is-negative-zero': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-exp': 0.2.4 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/math-base-special-pow': 0.2.1 - '@stdlib/math-base-special-sin': 0.2.1 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-gamma@0.3.0': - dependencies: - '@stdlib/constants-float64-eulergamma': 0.2.2 - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pi': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/constants-float64-sqrt-two-pi': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-assert-is-negative-zero': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-exp': 0.2.4 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/math-base-special-pow': 0.3.0 - '@stdlib/math-base-special-sin': 0.2.1 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-gammainc@0.2.2': - dependencies: - '@stdlib/constants-float64-e': 0.2.2 - '@stdlib/constants-float64-gamma-lanczos-g': 0.2.2 - '@stdlib/constants-float64-max': 0.2.2 - '@stdlib/constants-float64-max-ln': 0.2.2 - '@stdlib/constants-float64-min-ln': 0.2.2 - '@stdlib/constants-float64-pi': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/constants-float64-sqrt-eps': 0.2.2 - '@stdlib/constants-float64-sqrt-two-pi': 0.2.2 - '@stdlib/constants-float64-two-pi': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-erfc': 0.2.4 - '@stdlib/math-base-special-exp': 0.2.4 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/math-base-special-gamma': 0.3.0 - '@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled': 0.3.0 - '@stdlib/math-base-special-gamma1pm1': 0.2.2 - '@stdlib/math-base-special-gammaln': 0.2.2 - '@stdlib/math-base-special-ln': 0.2.4 - '@stdlib/math-base-special-log1p': 0.2.3 - '@stdlib/math-base-special-log1pmx': 0.2.3 - '@stdlib/math-base-special-max': 0.3.0 - '@stdlib/math-base-special-min': 0.2.3 - '@stdlib/math-base-special-pow': 0.3.0 - '@stdlib/math-base-special-powm1': 0.3.1 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/math-base-tools-continued-fraction': 0.2.2 - '@stdlib/math-base-tools-evalpoly': 0.2.2 - '@stdlib/math-base-tools-sum-series': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-gammaincinv@0.2.2': - dependencies: - '@stdlib/constants-float32-max': 0.2.2 - '@stdlib/constants-float32-smallest-normal': 0.2.2 - '@stdlib/constants-float64-ln-sqrt-two-pi': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/constants-float64-sqrt-two-pi': 0.2.2 - '@stdlib/constants-float64-two-pi': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-erfcinv': 0.2.3 - '@stdlib/math-base-special-exp': 0.2.4 - '@stdlib/math-base-special-gamma': 0.3.0 - '@stdlib/math-base-special-gammainc': 0.2.2 - '@stdlib/math-base-special-gammaln': 0.2.2 - '@stdlib/math-base-special-ln': 0.2.4 - '@stdlib/math-base-special-min': 0.2.3 - '@stdlib/math-base-special-pow': 0.3.0 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/math-base-tools-evalpoly': 0.2.2 - debug: 2.6.9 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-gammaln@0.2.2': - dependencies: - '@stdlib/constants-float64-pi': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-infinite': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-ln': 0.2.4 - '@stdlib/math-base-special-sinpi': 0.2.1 - '@stdlib/math-base-special-trunc': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-gcd@0.2.1': - dependencies: - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/constants-int32-max': 0.2.1 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/math-base-assert-is-nan': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-kernel-betainc@0.2.2': - dependencies: - '@stdlib/constants-float64-e': 0.2.2 - '@stdlib/constants-float64-eps': 0.2.2 - '@stdlib/constants-float64-gamma-lanczos-g': 0.2.2 - '@stdlib/constants-float64-half-pi': 0.2.2 - '@stdlib/constants-float64-max': 0.2.2 - '@stdlib/constants-float64-max-ln': 0.2.2 - '@stdlib/constants-float64-min-ln': 0.2.2 - '@stdlib/constants-float64-pi': 0.2.2 - '@stdlib/constants-float64-smallest-normal': 0.2.2 - '@stdlib/constants-int32-max': 0.3.0 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-asin': 0.2.3 - '@stdlib/math-base-special-beta': 0.3.0 - '@stdlib/math-base-special-binomcoef': 0.2.3 - '@stdlib/math-base-special-exp': 0.2.4 - '@stdlib/math-base-special-expm1': 0.2.3 - '@stdlib/math-base-special-factorial': 0.3.0 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/math-base-special-gamma': 0.3.0 - '@stdlib/math-base-special-gamma-delta-ratio': 0.2.2 - '@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled': 0.3.0 - '@stdlib/math-base-special-gammainc': 0.2.2 - '@stdlib/math-base-special-gammaln': 0.2.2 - '@stdlib/math-base-special-ln': 0.2.4 - '@stdlib/math-base-special-log1p': 0.2.3 - '@stdlib/math-base-special-max': 0.3.0 - '@stdlib/math-base-special-maxabs': 0.3.0 - '@stdlib/math-base-special-min': 0.2.3 - '@stdlib/math-base-special-minabs': 0.2.3 - '@stdlib/math-base-special-pow': 0.3.0 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/math-base-tools-continued-fraction': 0.2.2 - '@stdlib/math-base-tools-sum-series': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-kernel-betaincinv@0.2.2': - dependencies: - '@stdlib/constants-float64-eps': 0.2.2 - '@stdlib/constants-float64-half-pi': 0.2.2 - '@stdlib/constants-float64-max': 0.2.2 - '@stdlib/constants-float64-pi': 0.2.2 - '@stdlib/constants-float64-smallest-normal': 0.2.2 - '@stdlib/constants-float64-smallest-subnormal': 0.2.2 - '@stdlib/constants-float64-sqrt-two': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-acos': 0.2.3 - '@stdlib/math-base-special-asin': 0.2.3 - '@stdlib/math-base-special-beta': 0.3.0 - '@stdlib/math-base-special-betainc': 0.2.2 - '@stdlib/math-base-special-cos': 0.3.0 - '@stdlib/math-base-special-erfcinv': 0.2.3 - '@stdlib/math-base-special-exp': 0.2.4 - '@stdlib/math-base-special-expm1': 0.2.3 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/math-base-special-gamma-delta-ratio': 0.2.2 - '@stdlib/math-base-special-gammaincinv': 0.2.2 - '@stdlib/math-base-special-kernel-betainc': 0.2.2 - '@stdlib/math-base-special-ldexp': 0.2.3 - '@stdlib/math-base-special-ln': 0.2.4 - '@stdlib/math-base-special-log1p': 0.2.3 - '@stdlib/math-base-special-max': 0.3.0 - '@stdlib/math-base-special-min': 0.2.3 - '@stdlib/math-base-special-pow': 0.3.0 - '@stdlib/math-base-special-round': 0.3.0 - '@stdlib/math-base-special-signum': 0.2.2 - '@stdlib/math-base-special-sin': 0.3.0 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/math-base-tools-evalpoly': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-kernel-cos@0.2.3': - dependencies: - '@stdlib/math-base-napi-binary': 0.3.0 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-kernel-sin@0.2.3': - dependencies: - '@stdlib/math-base-napi-binary': 0.3.0 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-ldexp@0.2.3': - dependencies: - '@stdlib/constants-float64-exponent-bias': 0.2.2 - '@stdlib/constants-float64-max-base2-exponent': 0.2.2 - '@stdlib/constants-float64-max-base2-exponent-subnormal': 0.2.1 - '@stdlib/constants-float64-min-base2-exponent-subnormal': 0.2.1 - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-infinite': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-copysign': 0.2.2 - '@stdlib/number-float32-base-to-word': 0.2.2 - '@stdlib/number-float64-base-exponent': 0.2.2 - '@stdlib/number-float64-base-from-words': 0.2.2 - '@stdlib/number-float64-base-normalize': 0.2.3 - '@stdlib/number-float64-base-to-words': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-ln@0.2.4': - dependencies: - '@stdlib/constants-float64-exponent-bias': 0.2.2 - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - '@stdlib/number-float64-base-set-high-word': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-log1p@0.2.3': - dependencies: - '@stdlib/constants-float64-exponent-bias': 0.2.2 - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - '@stdlib/number-float64-base-set-high-word': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-log1pmx@0.2.3': - dependencies: - '@stdlib/constants-float64-eps': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-ln': 0.2.4 - '@stdlib/math-base-special-log1p': 0.2.3 - '@stdlib/math-base-tools-sum-series': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-max@0.2.1': - dependencies: - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-assert-is-positive-zero': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-max@0.3.0': - dependencies: - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-assert-is-positive-zero': 0.2.2 - '@stdlib/math-base-napi-binary': 0.2.1 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-maxabs@0.3.0': - dependencies: - '@stdlib/math-base-napi-binary': 0.2.1 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-max': 0.2.1 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-min@0.2.3': - dependencies: - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-assert-is-negative-zero': 0.2.2 - '@stdlib/math-base-napi-binary': 0.2.1 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-minabs@0.2.3': - dependencies: - '@stdlib/math-base-napi-binary': 0.2.1 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-min': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-pow@0.2.1': - dependencies: - '@stdlib/constants-float64-exponent-bias': 0.2.2 - '@stdlib/constants-float64-high-word-abs-mask': 0.2.2 - '@stdlib/constants-float64-high-word-significand-mask': 0.2.2 - '@stdlib/constants-float64-ln-two': 0.2.2 - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-infinite': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-assert-is-odd': 0.2.1 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-copysign': 0.2.2 - '@stdlib/math-base-special-ldexp': 0.2.3 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - '@stdlib/number-float64-base-set-high-word': 0.2.2 - '@stdlib/number-float64-base-set-low-word': 0.2.2 - '@stdlib/number-float64-base-to-words': 0.2.2 - '@stdlib/number-uint32-base-to-int32': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-pow@0.3.0': - dependencies: - '@stdlib/constants-float64-exponent-bias': 0.2.2 - '@stdlib/constants-float64-high-word-abs-mask': 0.2.2 - '@stdlib/constants-float64-high-word-significand-mask': 0.2.2 - '@stdlib/constants-float64-ln-two': 0.2.2 - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-infinite': 0.2.2 - '@stdlib/math-base-assert-is-integer': 0.2.5 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-assert-is-odd': 0.3.0 - '@stdlib/math-base-napi-binary': 0.3.0 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-copysign': 0.2.2 - '@stdlib/math-base-special-ldexp': 0.2.3 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - '@stdlib/number-float64-base-set-high-word': 0.2.2 - '@stdlib/number-float64-base-set-low-word': 0.2.2 - '@stdlib/number-float64-base-to-words': 0.2.2 - '@stdlib/number-uint32-base-to-int32': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-powm1@0.3.1': - dependencies: - '@stdlib/math-base-assert-is-infinite': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-binary': 0.3.0 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-expm1': 0.2.3 - '@stdlib/math-base-special-fmod': 0.1.0 - '@stdlib/math-base-special-ln': 0.2.4 - '@stdlib/math-base-special-pow': 0.3.0 - '@stdlib/math-base-special-trunc': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-rempio2@0.2.1': - dependencies: - '@stdlib/array-base-zeros': 0.2.2 - '@stdlib/constants-float64-high-word-abs-mask': 0.2.2 - '@stdlib/constants-float64-high-word-exponent-mask': 0.2.2 - '@stdlib/constants-float64-high-word-significand-mask': 0.2.2 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/math-base-special-ldexp': 0.2.3 - '@stdlib/math-base-special-round': 0.2.1 - '@stdlib/number-float64-base-from-words': 0.2.2 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - '@stdlib/number-float64-base-get-low-word': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-round@0.2.1': {} - - '@stdlib/math-base-special-round@0.3.0': - dependencies: - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-assert-is-negative-zero': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-roundn@0.2.2': - dependencies: - '@stdlib/constants-float64-max-base10-exponent': 0.2.2 - '@stdlib/constants-float64-max-safe-integer': 0.2.2 - '@stdlib/constants-float64-min-base10-exponent': 0.2.2 - '@stdlib/constants-float64-min-base10-exponent-subnormal': 0.2.1 - '@stdlib/math-base-assert-is-infinite': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-binary': 0.3.0 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-pow': 0.3.0 - '@stdlib/math-base-special-round': 0.3.0 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-signum@0.2.2': - dependencies: - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-sin@0.2.1': - dependencies: - '@stdlib/constants-float64-high-word-abs-mask': 0.2.2 - '@stdlib/constants-float64-high-word-exponent-mask': 0.2.2 - '@stdlib/math-base-special-kernel-cos': 0.2.3 - '@stdlib/math-base-special-kernel-sin': 0.2.3 - '@stdlib/math-base-special-rempio2': 0.2.1 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-sin@0.3.0': - dependencies: - '@stdlib/constants-float64-high-word-abs-mask': 0.2.2 - '@stdlib/constants-float64-high-word-exponent-mask': 0.2.2 - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-kernel-cos': 0.2.3 - '@stdlib/math-base-special-kernel-sin': 0.2.3 - '@stdlib/math-base-special-rempio2': 0.2.1 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-sinpi@0.2.1': - dependencies: - '@stdlib/constants-float64-pi': 0.2.2 - '@stdlib/math-base-assert-is-infinite': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-copysign': 0.2.2 - '@stdlib/math-base-special-cos': 0.2.1 - '@stdlib/math-base-special-sin': 0.2.1 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-sqrt@0.2.2': - dependencies: - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-special-trunc@0.2.2': - dependencies: - '@stdlib/math-base-napi-unary': 0.2.3 - '@stdlib/math-base-special-ceil': 0.2.2 - '@stdlib/math-base-special-floor': 0.2.3 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-tools-continued-fraction@0.2.2': - dependencies: - '@stdlib/assert-has-generator-support': 0.2.2 - '@stdlib/constants-float32-smallest-normal': 0.2.2 - '@stdlib/constants-float64-eps': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/math-base-tools-evalpoly@0.2.2': - dependencies: - '@stdlib/function-ctor': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - - '@stdlib/math-base-tools-sum-series@0.2.2': - dependencies: - '@stdlib/assert-has-generator-support': 0.2.2 - '@stdlib/constants-float64-eps': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/number-ctor@0.2.2': {} - - '@stdlib/number-float32-base-to-word@0.2.2': - dependencies: - '@stdlib/array-float32': 0.2.2 - '@stdlib/array-uint32': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/number-float64-base-exponent@0.2.2': - dependencies: - '@stdlib/constants-float64-exponent-bias': 0.2.2 - '@stdlib/constants-float64-high-word-exponent-mask': 0.2.2 - '@stdlib/number-float64-base-get-high-word': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/number-float64-base-from-words@0.2.2': - dependencies: - '@stdlib/array-float64': 0.2.2 - '@stdlib/array-uint32': 0.2.2 - '@stdlib/assert-is-little-endian': 0.2.2 - '@stdlib/number-float64-base-to-words': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/number-float64-base-get-high-word@0.2.2': - dependencies: - '@stdlib/array-float64': 0.2.2 - '@stdlib/array-uint32': 0.2.2 - '@stdlib/assert-is-little-endian': 0.2.2 - '@stdlib/number-float64-base-to-words': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/number-float64-base-get-low-word@0.2.2': - dependencies: - '@stdlib/array-float64': 0.2.2 - '@stdlib/array-uint32': 0.2.2 - '@stdlib/assert-is-little-endian': 0.2.2 - '@stdlib/number-float64-base-to-words': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/number-float64-base-normalize@0.2.3': - dependencies: - '@stdlib/constants-float64-smallest-normal': 0.2.2 - '@stdlib/math-base-assert-is-infinite': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/number-float64-base-set-high-word@0.2.2': - dependencies: - '@stdlib/array-float64': 0.2.2 - '@stdlib/array-uint32': 0.2.2 - '@stdlib/assert-is-little-endian': 0.2.2 - '@stdlib/number-float64-base-to-words': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/number-float64-base-set-low-word@0.2.2': - dependencies: - '@stdlib/array-float64': 0.2.2 - '@stdlib/array-uint32': 0.2.2 - '@stdlib/assert-is-little-endian': 0.2.2 - '@stdlib/number-float64-base-to-words': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/number-float64-base-to-float32@0.2.2': - dependencies: - '@stdlib/array-float32': 0.2.2 - - '@stdlib/number-float64-base-to-words@0.2.2': - dependencies: - '@stdlib/array-float64': 0.2.2 - '@stdlib/array-uint32': 0.2.2 - '@stdlib/assert-is-little-endian': 0.2.2 - '@stdlib/os-byte-order': 0.2.2 - '@stdlib/os-float-word-order': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-library-manifest': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/number-uint32-base-to-int32@0.2.2': {} - - '@stdlib/object-ctor@0.2.1': {} - - '@stdlib/os-byte-order@0.2.2': - dependencies: - '@stdlib/assert-is-big-endian': 0.2.2 - '@stdlib/assert-is-little-endian': 0.2.2 - - '@stdlib/os-float-word-order@0.2.2': - dependencies: - '@stdlib/os-byte-order': 0.2.2 - - '@stdlib/process-cwd@0.2.2': {} - - '@stdlib/regexp-extended-length-path@0.2.2': - dependencies: - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - - '@stdlib/regexp-function-name@0.2.2': - dependencies: - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - - '@stdlib/stats-anova1@0.2.2': - dependencies: - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-array': 0.2.2 - '@stdlib/assert-is-boolean': 0.2.2 - '@stdlib/assert-is-nan': 0.2.2 - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/assert-is-number-array': 0.2.2 - '@stdlib/assert-is-plain-object': 0.2.2 - '@stdlib/assert-is-positive-integer': 0.2.2 - '@stdlib/assert-is-typed-array-like': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/math-base-special-max': 0.3.0 - '@stdlib/math-base-special-roundn': 0.2.2 - '@stdlib/stats-base-dists-f-cdf': 0.2.2 - '@stdlib/stats-incr-stdev': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/string-repeat': 0.2.2 - '@stdlib/utils-define-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-dists-chisquare-cdf@0.2.2': - dependencies: - '@stdlib/stats-base-dists-gamma-cdf': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-dists-degenerate-cdf@0.2.2': - dependencies: - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/utils-constant-function': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-dists-f-cdf@0.2.2': - dependencies: - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-betainc': 0.2.2 - '@stdlib/utils-constant-function': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-dists-gamma-cdf@0.2.2': - dependencies: - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-gammainc': 0.2.2 - '@stdlib/stats-base-dists-degenerate-cdf': 0.2.2 - '@stdlib/utils-constant-function': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-dists-normal-cdf@0.2.2': - dependencies: - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-erfc': 0.2.4 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/stats-base-dists-degenerate-cdf': 0.2.2 - '@stdlib/utils-constant-function': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-dists-signrank-cdf@0.2.2': - dependencies: - '@stdlib/constants-float64-ln-two': 0.2.2 - '@stdlib/math-base-assert-is-finite': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-assert-is-positive-integer': 0.3.0 - '@stdlib/math-base-special-exp': 0.2.4 - '@stdlib/math-base-special-round': 0.3.0 - '@stdlib/utils-constant-function': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-memoize': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-dists-t-cdf@0.2.2': - dependencies: - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-betainc': 0.2.2 - '@stdlib/math-base-special-pow': 0.3.0 - '@stdlib/utils-constant-function': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-dists-t-quantile@0.2.2': - dependencies: - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-kernel-betaincinv': 0.2.2 - '@stdlib/math-base-special-signum': 0.2.2 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/utils-constant-function': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-mean@0.2.2': - dependencies: - '@stdlib/stats-base-meanpn': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-meanpn@0.2.2': - dependencies: - '@stdlib/blas-ext-base-gapxsumpw': 0.2.2 - '@stdlib/blas-ext-base-gsumpw': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-variance@0.2.2': - dependencies: - '@stdlib/stats-base-variancepn': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-base-variancepn@0.2.2': - dependencies: - '@stdlib/blas-ext-base-gsumpw': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-incr-stdev@0.2.2': - dependencies: - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/string-format': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-kruskal-test@0.2.2': - dependencies: - '@stdlib/array-base-incrspace': 0.2.2 - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-array': 0.2.2 - '@stdlib/assert-is-boolean': 0.2.2 - '@stdlib/assert-is-collection': 0.2.2 - '@stdlib/assert-is-nan': 0.2.2 - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/assert-is-plain-object': 0.2.2 - '@stdlib/assert-is-positive-integer': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/math-base-special-pow': 0.3.0 - '@stdlib/math-base-special-roundn': 0.2.2 - '@stdlib/stats-base-dists-chisquare-cdf': 0.2.2 - '@stdlib/stats-ranks': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-count-by': 0.2.2 - '@stdlib/utils-define-read-only-property': 0.2.2 - '@stdlib/utils-identity-function': 0.2.2 - '@stdlib/utils-keys': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-ranks@0.2.2': - dependencies: - '@stdlib/assert-contains': 0.2.2 - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-array': 0.2.2 - '@stdlib/assert-is-collection': 0.2.2 - '@stdlib/assert-is-object': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-ttest2@0.2.2': - dependencies: - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-boolean': 0.2.2 - '@stdlib/assert-is-nan': 0.2.2 - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/assert-is-number-array': 0.2.2 - '@stdlib/assert-is-plain-object': 0.2.2 - '@stdlib/assert-is-positive-integer': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/assert-is-typed-array-like': 0.2.2 - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-pow': 0.3.0 - '@stdlib/math-base-special-roundn': 0.2.2 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/stats-base-dists-t-cdf': 0.2.2 - '@stdlib/stats-base-dists-t-quantile': 0.2.2 - '@stdlib/stats-base-mean': 0.2.2 - '@stdlib/stats-base-variance': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-define-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-ttest@0.2.2': - dependencies: - '@stdlib/array-float64': 0.2.2 - '@stdlib/assert-contains': 0.2.2 - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-boolean': 0.2.2 - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/assert-is-number-array': 0.2.2 - '@stdlib/assert-is-plain-object': 0.2.2 - '@stdlib/assert-is-positive-integer': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/assert-is-typed-array-like': 0.2.2 - '@stdlib/blas-base-gcopy': 0.2.1 - '@stdlib/constants-float64-ninf': 0.2.2 - '@stdlib/constants-float64-pinf': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/math-base-assert-is-nan': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-roundn': 0.2.2 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/stats-base-dists-t-cdf': 0.2.2 - '@stdlib/stats-base-dists-t-quantile': 0.2.2 - '@stdlib/stats-base-mean': 0.2.2 - '@stdlib/stats-base-variance': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-define-read-only-property': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/stats-wilcoxon@0.2.2': - dependencies: - '@stdlib/array-float64': 0.2.2 - '@stdlib/assert-contains': 0.2.2 - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-boolean': 0.2.2 - '@stdlib/assert-is-nan': 0.2.2 - '@stdlib/assert-is-number': 0.2.2 - '@stdlib/assert-is-number-array': 0.2.2 - '@stdlib/assert-is-plain-object': 0.2.2 - '@stdlib/assert-is-positive-integer': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/assert-is-typed-array-like': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/math-base-special-abs': 0.2.2 - '@stdlib/math-base-special-roundn': 0.2.2 - '@stdlib/math-base-special-signum': 0.2.2 - '@stdlib/math-base-special-sqrt': 0.2.2 - '@stdlib/stats-base-dists-normal-cdf': 0.2.2 - '@stdlib/stats-base-dists-signrank-cdf': 0.2.2 - '@stdlib/stats-ranks': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-define-read-only-property': 0.2.2 - '@stdlib/utils-tabulate': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/strided-base-reinterpret-complex128@0.2.2': - dependencies: - '@stdlib/array-float64': 0.2.2 - - '@stdlib/strided-base-reinterpret-complex64@0.2.1': - dependencies: - '@stdlib/array-float32': 0.2.2 - - '@stdlib/string-base-format-interpolate@0.2.2': {} - - '@stdlib/string-base-format-tokenize@0.2.2': {} - - '@stdlib/string-base-lowercase@0.4.0': {} - - '@stdlib/string-base-repeat@0.2.2': {} - - '@stdlib/string-base-replace@0.2.2': {} - - '@stdlib/string-format@0.2.2': - dependencies: - '@stdlib/string-base-format-interpolate': 0.2.2 - '@stdlib/string-base-format-tokenize': 0.2.2 - - '@stdlib/string-repeat@0.2.2': - dependencies: - '@stdlib/assert-is-nonnegative-integer': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-base-repeat': 0.2.2 - '@stdlib/string-format': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/string-replace@0.2.2': - dependencies: - '@stdlib/assert-is-function': 0.2.2 - '@stdlib/assert-is-regexp': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-base-replace': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-escape-regexp-string': 0.2.2 - - '@stdlib/symbol-ctor@0.2.2': {} - - '@stdlib/symbol-iterator@0.2.2': - dependencies: - '@stdlib/assert-has-iterator-symbol-support': 0.2.2 - - '@stdlib/utils-constant-function@0.2.2': {} - - '@stdlib/utils-constructor-name@0.2.2': - dependencies: - '@stdlib/assert-is-buffer': 0.2.2 - '@stdlib/regexp-function-name': 0.2.2 - '@stdlib/utils-native-class': 0.2.2 - - '@stdlib/utils-convert-path@0.2.2': - dependencies: - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/regexp-extended-length-path': 0.2.2 - '@stdlib/string-base-lowercase': 0.4.0 - '@stdlib/string-format': 0.2.2 - '@stdlib/string-replace': 0.2.2 - - '@stdlib/utils-count-by@0.2.2': - dependencies: - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-collection': 0.2.2 - '@stdlib/assert-is-function': 0.2.2 - '@stdlib/assert-is-plain-object': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/utils-define-nonenumerable-read-only-accessor@0.2.3': - dependencies: - '@stdlib/utils-define-property': 0.2.4 - - '@stdlib/utils-define-nonenumerable-read-only-property@0.2.2': - dependencies: - '@stdlib/utils-define-property': 0.2.4 - - '@stdlib/utils-define-property@0.2.4': - dependencies: - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 - - '@stdlib/utils-define-read-only-property@0.2.2': - dependencies: - '@stdlib/utils-define-property': 0.2.4 - - '@stdlib/utils-escape-regexp-string@0.2.2': - dependencies: - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 - - '@stdlib/utils-eval@0.2.2': {} - - '@stdlib/utils-get-prototype-of@0.2.2': - dependencies: - '@stdlib/assert-is-function': 0.2.2 - '@stdlib/object-ctor': 0.2.1 - '@stdlib/utils-native-class': 0.2.2 - - '@stdlib/utils-global@0.2.2': - dependencies: - '@stdlib/assert-is-boolean': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 - - '@stdlib/utils-identity-function@0.2.2': {} - - '@stdlib/utils-index-of@0.2.2': - dependencies: - '@stdlib/assert-is-collection': 0.2.2 - '@stdlib/assert-is-integer': 0.2.2 - '@stdlib/assert-is-nan': 0.2.2 - '@stdlib/assert-is-string': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/utils-keys@0.2.2': - dependencies: - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-arguments': 0.2.2 - '@stdlib/assert-is-enumerable-property': 0.2.2 - '@stdlib/assert-is-object-like': 0.2.2 - '@stdlib/utils-index-of': 0.2.2 - '@stdlib/utils-noop': 0.2.2 - '@stdlib/utils-type-of': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/utils-library-manifest@0.2.2': - dependencies: - '@stdlib/fs-resolve-parent-path': 0.2.2 - '@stdlib/utils-convert-path': 0.2.2 - debug: 2.6.9 - resolve: 1.22.10 - transitivePeerDependencies: - - supports-color - - '@stdlib/utils-memoize@0.2.2': - dependencies: - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-is-function': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-define-nonenumerable-read-only-property': 0.2.2 - '@stdlib/utils-identity-function': 0.2.2 - - '@stdlib/utils-native-class@0.2.2': - dependencies: - '@stdlib/assert-has-own-property': 0.2.2 - '@stdlib/assert-has-tostringtag-support': 0.2.2 - '@stdlib/symbol-ctor': 0.2.2 - - '@stdlib/utils-noop@0.2.2': {} - - '@stdlib/utils-tabulate@0.2.2': - dependencies: - '@stdlib/assert-is-collection': 0.2.2 - '@stdlib/error-tools-fmtprodmsg': 0.2.2 - '@stdlib/string-format': 0.2.2 - '@stdlib/utils-index-of': 0.2.2 - transitivePeerDependencies: - - supports-color - - '@stdlib/utils-type-of@0.2.2': - dependencies: - '@stdlib/utils-constructor-name': 0.2.2 - '@stdlib/utils-global': 0.2.2 - - '@stylistic/eslint-plugin@2.13.0(eslint@9.20.1)(typescript@5.6.3)': - dependencies: - '@typescript-eslint/utils': 8.24.0(eslint@9.20.1)(typescript@5.6.3) - eslint: 9.20.1 - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 - estraverse: 5.3.0 - picomatch: 4.0.2 - transitivePeerDependencies: - - supports-color - - typescript - - '@stylistic/eslint-plugin@2.13.0(eslint@9.20.1)(typescript@5.8.2)': - dependencies: - '@typescript-eslint/utils': 8.24.0(eslint@9.20.1)(typescript@5.8.2) - eslint: 9.20.1 - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 - estraverse: 5.3.0 - picomatch: 4.0.2 - transitivePeerDependencies: - - supports-color - - typescript - - '@types/argparse@1.0.38': {} - - '@types/chai@5.2.2': - dependencies: - '@types/deep-eql': 4.0.2 - - '@types/d3-array@3.2.1': {} - - '@types/d3-axis@3.0.6': - dependencies: - '@types/d3-selection': 3.0.11 - - '@types/d3-color@3.1.3': {} - - '@types/d3-drag@3.0.7': - dependencies: - '@types/d3-selection': 3.0.11 - - '@types/d3-format@3.0.4': {} - - '@types/d3-hierarchy@3.1.7': {} - - '@types/d3-interpolate@3.0.4': - dependencies: - '@types/d3-color': 3.1.3 - - '@types/d3-path@3.1.1': {} - - '@types/d3-polygon@3.0.2': {} - - '@types/d3-quadtree@3.0.6': {} - - '@types/d3-random@3.0.3': {} - - '@types/d3-scale@4.0.9': - dependencies: - '@types/d3-time': 3.0.4 - - '@types/d3-selection@3.0.11': {} - - '@types/d3-shape@3.1.7': - dependencies: - '@types/d3-path': 3.1.1 - - '@types/d3-time@3.0.4': {} - - '@types/d3-zoom@3.0.8': - dependencies: - '@types/d3-interpolate': 3.0.4 - '@types/d3-selection': 3.0.11 - - '@types/deep-eql@4.0.2': {} - - '@types/estree@1.0.8': {} - - '@types/fs-extra@8.1.5': - dependencies: - '@types/node': 22.9.0 - - '@types/glob@7.2.0': - dependencies: - '@types/minimatch': 6.0.0 - '@types/node': 22.9.0 - - '@types/json-schema@7.0.15': {} - - '@types/kdbush@3.0.5': {} - - '@types/lodash@4.17.20': {} - - '@types/minimatch@6.0.0': - dependencies: - minimatch: 10.0.3 - - '@types/node@12.20.55': {} - - '@types/node@18.15.3': {} - - '@types/node@20.16.15': - dependencies: - undici-types: 6.19.8 - - '@types/node@22.9.0': - dependencies: - undici-types: 6.19.8 - - '@types/node@24.5.2': - dependencies: - undici-types: 7.12.0 - - '@types/prop-types@15.7.15': {} - - '@types/rbush@4.0.0': {} - - '@types/react-dom@18.3.7(@types/react@18.3.24)': - dependencies: - '@types/react': 18.3.24 - - '@types/react@18.3.24': - dependencies: - '@types/prop-types': 15.7.15 - csstype: 3.1.3 - - '@types/resolve@1.20.2': {} - - '@types/semver@7.7.0': {} - - '@types/sortablejs@1.15.8': {} - - '@types/triple-beam@1.3.5': {} - - '@types/uuid@9.0.8': {} - - '@types/web-bluetooth@0.0.21': {} - - '@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.1)(typescript@5.6.3))(eslint@9.20.1)(typescript@5.6.3)': - dependencies: - '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.24.0(eslint@9.20.1)(typescript@5.6.3) - '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/type-utils': 8.24.0(eslint@9.20.1)(typescript@5.6.3) - '@typescript-eslint/utils': 8.24.0(eslint@9.20.1)(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.24.0 - eslint: 9.20.1 - graphemer: 1.4.0 - ignore: 5.3.2 - natural-compare: 1.4.0 - ts-api-utils: 2.0.1(typescript@5.6.3) - typescript: 5.6.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.1)(typescript@5.8.2))(eslint@9.20.1)(typescript@5.8.2)': - dependencies: - '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.24.0(eslint@9.20.1)(typescript@5.8.2) - '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/type-utils': 8.24.0(eslint@9.20.1)(typescript@5.8.2) - '@typescript-eslint/utils': 8.24.0(eslint@9.20.1)(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.24.0 - eslint: 9.20.1 - graphemer: 1.4.0 - ignore: 5.3.2 - natural-compare: 1.4.0 - ts-api-utils: 2.0.1(typescript@5.8.2) - typescript: 5.8.2 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/parser@8.24.0(eslint@9.20.1)(typescript@5.6.3)': - dependencies: - '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/types': 8.24.0 - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.24.0 - debug: 4.4.3(supports-color@8.1.1) - eslint: 9.20.1 - typescript: 5.6.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/parser@8.24.0(eslint@9.20.1)(typescript@5.8.2)': - dependencies: - '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/types': 8.24.0 - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.24.0 - debug: 4.4.3(supports-color@8.1.1) - eslint: 9.20.1 - typescript: 5.8.2 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/scope-manager@8.24.0': - dependencies: - '@typescript-eslint/types': 8.24.0 - '@typescript-eslint/visitor-keys': 8.24.0 - - '@typescript-eslint/type-utils@8.24.0(eslint@9.20.1)(typescript@5.6.3)': - dependencies: - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.6.3) - '@typescript-eslint/utils': 8.24.0(eslint@9.20.1)(typescript@5.6.3) - debug: 4.4.3(supports-color@8.1.1) - eslint: 9.20.1 - ts-api-utils: 2.0.1(typescript@5.6.3) - typescript: 5.6.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/type-utils@8.24.0(eslint@9.20.1)(typescript@5.8.2)': - dependencies: - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.8.2) - '@typescript-eslint/utils': 8.24.0(eslint@9.20.1)(typescript@5.8.2) - debug: 4.4.3(supports-color@8.1.1) - eslint: 9.20.1 - ts-api-utils: 2.0.1(typescript@5.8.2) - typescript: 5.8.2 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/types@8.24.0': {} - - '@typescript-eslint/typescript-estree@8.24.0(typescript@5.6.3)': - dependencies: - '@typescript-eslint/types': 8.24.0 - '@typescript-eslint/visitor-keys': 8.24.0 - debug: 4.4.3(supports-color@8.1.1) - fast-glob: 3.3.2 - is-glob: 4.0.3 - minimatch: 9.0.5 - semver: 7.6.3 - ts-api-utils: 2.0.1(typescript@5.6.3) - typescript: 5.6.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/typescript-estree@8.24.0(typescript@5.8.2)': - dependencies: - '@typescript-eslint/types': 8.24.0 - '@typescript-eslint/visitor-keys': 8.24.0 - debug: 4.4.3(supports-color@8.1.1) - fast-glob: 3.3.2 - is-glob: 4.0.3 - minimatch: 9.0.5 - semver: 7.6.3 - ts-api-utils: 2.0.1(typescript@5.8.2) - typescript: 5.8.2 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/utils@8.24.0(eslint@9.20.1)(typescript@5.6.3)': - dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1) - '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/types': 8.24.0 - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.6.3) - eslint: 9.20.1 - typescript: 5.6.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/utils@8.24.0(eslint@9.20.1)(typescript@5.8.2)': - dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1) - '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/types': 8.24.0 - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.8.2) - eslint: 9.20.1 - typescript: 5.8.2 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/visitor-keys@8.24.0': - dependencies: - '@typescript-eslint/types': 8.24.0 - eslint-visitor-keys: 4.2.0 - - '@typescript/vfs@1.6.1(typescript@5.4.5)': - dependencies: - debug: 4.4.3(supports-color@8.1.1) - typescript: 5.4.5 - transitivePeerDependencies: - - supports-color - - '@vitejs/plugin-vue@5.2.4(vite@6.3.5(@types/node@20.16.15)(yaml@2.8.1))(vue@3.5.21(typescript@5.6.3))': - dependencies: - vite: 6.3.5(@types/node@20.16.15)(yaml@2.8.1) - vue: 3.5.21(typescript@5.6.3) - - '@vitejs/plugin-vue@5.2.4(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1))(vue@3.5.21(typescript@5.8.2))': - dependencies: - vite: 6.3.5(@types/node@24.5.2)(yaml@2.8.1) - vue: 3.5.21(typescript@5.8.2) - - '@vitest/expect@2.1.9': + '@vitejs/plugin-vue@5.2.4(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1))(vue@3.5.25(typescript@5.6.3))': dependencies: - '@vitest/spy': 2.1.9 - '@vitest/utils': 2.1.9 - chai: 5.3.3 - tinyrainbow: 1.2.0 + vite: 6.3.5(@types/node@24.5.2)(yaml@2.8.1) + vue: 3.5.25(typescript@5.6.3) '@vitest/expect@3.2.4': dependencies: @@ -10489,13 +6261,14 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@2.1.9(vite@5.4.11(@types/node@24.5.2))': + '@vitest/expect@4.0.16': dependencies: - '@vitest/spy': 2.1.9 - estree-walker: 3.0.3 - magic-string: 0.30.18 - optionalDependencies: - vite: 5.4.11(@types/node@24.5.2) + '@standard-schema/spec': 1.1.0 + '@types/chai': 5.2.2 + '@vitest/spy': 4.0.16 + '@vitest/utils': 4.0.16 + chai: 6.2.1 + tinyrainbow: 3.0.3 '@vitest/mocker@3.2.4(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1))': dependencies: @@ -10505,18 +6278,21 @@ snapshots: optionalDependencies: vite: 6.3.5(@types/node@24.5.2)(yaml@2.8.1) - '@vitest/pretty-format@2.1.9': + '@vitest/mocker@4.0.16(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1))': dependencies: - tinyrainbow: 1.2.0 + '@vitest/spy': 4.0.16 + estree-walker: 3.0.3 + magic-string: 0.30.21 + optionalDependencies: + vite: 6.3.5(@types/node@24.5.2)(yaml@2.8.1) '@vitest/pretty-format@3.2.4': dependencies: tinyrainbow: 2.0.0 - '@vitest/runner@2.1.9': + '@vitest/pretty-format@4.0.16': dependencies: - '@vitest/utils': 2.1.9 - pathe: 1.1.2 + tinyrainbow: 3.0.3 '@vitest/runner@3.2.4': dependencies: @@ -10524,11 +6300,10 @@ snapshots: pathe: 2.0.3 strip-literal: 3.0.0 - '@vitest/snapshot@2.1.9': + '@vitest/runner@4.0.16': dependencies: - '@vitest/pretty-format': 2.1.9 - magic-string: 0.30.18 - pathe: 1.1.2 + '@vitest/utils': 4.0.16 + pathe: 2.0.3 '@vitest/snapshot@3.2.4': dependencies: @@ -10536,19 +6311,17 @@ snapshots: magic-string: 0.30.18 pathe: 2.0.3 - '@vitest/spy@2.1.9': + '@vitest/snapshot@4.0.16': dependencies: - tinyspy: 3.0.2 + '@vitest/pretty-format': 4.0.16 + magic-string: 0.30.21 + pathe: 2.0.3 '@vitest/spy@3.2.4': dependencies: tinyspy: 4.0.4 - '@vitest/utils@2.1.9': - dependencies: - '@vitest/pretty-format': 2.1.9 - loupe: 3.2.1 - tinyrainbow: 1.2.0 + '@vitest/spy@4.0.16': {} '@vitest/utils@3.2.4': dependencies: @@ -10556,6 +6329,11 @@ snapshots: loupe: 3.2.1 tinyrainbow: 2.0.0 + '@vitest/utils@4.0.16': + dependencies: + '@vitest/pretty-format': 4.0.16 + tinyrainbow: 3.0.3 + '@volar/language-core@2.4.15': dependencies: '@volar/source-map': 2.4.15 @@ -10580,48 +6358,48 @@ snapshots: path-browserify: 1.0.1 vscode-uri: 3.0.8 - '@vue/compiler-core@3.5.20': + '@vue/compiler-core@3.5.21': dependencies: '@babel/parser': 7.28.3 - '@vue/shared': 3.5.20 + '@vue/shared': 3.5.21 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.21': + '@vue/compiler-core@3.5.25': dependencies: - '@babel/parser': 7.28.3 - '@vue/shared': 3.5.21 + '@babel/parser': 7.28.5 + '@vue/shared': 3.5.25 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-dom@3.5.20': - dependencies: - '@vue/compiler-core': 3.5.20 - '@vue/shared': 3.5.20 - '@vue/compiler-dom@3.5.21': dependencies: '@vue/compiler-core': 3.5.21 '@vue/shared': 3.5.21 - '@vue/compiler-sfc@3.5.21': + '@vue/compiler-dom@3.5.25': dependencies: - '@babel/parser': 7.28.3 - '@vue/compiler-core': 3.5.21 - '@vue/compiler-dom': 3.5.21 - '@vue/compiler-ssr': 3.5.21 - '@vue/shared': 3.5.21 + '@vue/compiler-core': 3.5.25 + '@vue/shared': 3.5.25 + + '@vue/compiler-sfc@3.5.25': + dependencies: + '@babel/parser': 7.28.5 + '@vue/compiler-core': 3.5.25 + '@vue/compiler-dom': 3.5.25 + '@vue/compiler-ssr': 3.5.25 + '@vue/shared': 3.5.25 estree-walker: 2.0.2 - magic-string: 0.30.18 + magic-string: 0.30.21 postcss: 8.5.6 source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.21': + '@vue/compiler-ssr@3.5.25': dependencies: - '@vue/compiler-dom': 3.5.21 - '@vue/shared': 3.5.21 + '@vue/compiler-dom': 3.5.25 + '@vue/shared': 3.5.25 '@vue/compiler-vue2@2.7.16': dependencies: @@ -10631,9 +6409,9 @@ snapshots: '@vue/language-core@2.2.0(typescript@5.6.3)': dependencies: '@volar/language-core': 2.4.23 - '@vue/compiler-dom': 3.5.20 + '@vue/compiler-dom': 3.5.21 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.20 + '@vue/shared': 3.5.21 alien-signals: 0.4.14 minimatch: 9.0.5 muggle-string: 0.4.1 @@ -10644,9 +6422,9 @@ snapshots: '@vue/language-core@2.2.12(typescript@5.6.3)': dependencies: '@volar/language-core': 2.4.15 - '@vue/compiler-dom': 3.5.20 + '@vue/compiler-dom': 3.5.21 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.20 + '@vue/shared': 3.5.21 alien-signals: 1.0.13 minimatch: 9.0.5 muggle-string: 0.4.1 @@ -10654,62 +6432,56 @@ snapshots: optionalDependencies: typescript: 5.6.3 - '@vue/reactivity@3.5.21': + '@vue/reactivity@3.5.25': dependencies: - '@vue/shared': 3.5.21 + '@vue/shared': 3.5.25 - '@vue/runtime-core@3.5.21': + '@vue/runtime-core@3.5.25': dependencies: - '@vue/reactivity': 3.5.21 - '@vue/shared': 3.5.21 + '@vue/reactivity': 3.5.25 + '@vue/shared': 3.5.25 - '@vue/runtime-dom@3.5.21': + '@vue/runtime-dom@3.5.25': dependencies: - '@vue/reactivity': 3.5.21 - '@vue/runtime-core': 3.5.21 - '@vue/shared': 3.5.21 + '@vue/reactivity': 3.5.25 + '@vue/runtime-core': 3.5.25 + '@vue/shared': 3.5.25 csstype: 3.1.3 - '@vue/server-renderer@3.5.21(vue@3.5.21(typescript@5.6.3))': - dependencies: - '@vue/compiler-ssr': 3.5.21 - '@vue/shared': 3.5.21 - vue: 3.5.21(typescript@5.6.3) - - '@vue/server-renderer@3.5.21(vue@3.5.21(typescript@5.8.2))': + '@vue/server-renderer@3.5.25(vue@3.5.25(typescript@5.6.3))': dependencies: - '@vue/compiler-ssr': 3.5.21 - '@vue/shared': 3.5.21 - vue: 3.5.21(typescript@5.8.2) - - '@vue/shared@3.5.20': {} + '@vue/compiler-ssr': 3.5.25 + '@vue/shared': 3.5.25 + vue: 3.5.25(typescript@5.6.3) '@vue/shared@3.5.21': {} + '@vue/shared@3.5.25': {} + '@vue/test-utils@2.4.6': dependencies: js-beautify: 1.15.4 vue-component-type-helpers: 2.2.12 - '@vueuse/core@13.8.0(vue@3.5.21(typescript@5.8.2))': + '@vueuse/core@13.8.0(vue@3.5.25(typescript@5.6.3))': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 13.8.0 - '@vueuse/shared': 13.8.0(vue@3.5.21(typescript@5.8.2)) - vue: 3.5.21(typescript@5.8.2) + '@vueuse/shared': 13.8.0(vue@3.5.25(typescript@5.6.3)) + vue: 3.5.25(typescript@5.6.3) - '@vueuse/core@13.9.0(vue@3.5.21(typescript@5.8.2))': + '@vueuse/core@13.9.0(vue@3.5.25(typescript@5.6.3))': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 13.9.0 - '@vueuse/shared': 13.9.0(vue@3.5.21(typescript@5.8.2)) - vue: 3.5.21(typescript@5.8.2) + '@vueuse/shared': 13.9.0(vue@3.5.25(typescript@5.6.3)) + vue: 3.5.25(typescript@5.6.3) - '@vueuse/integrations@13.8.0(sortablejs@1.15.6)(vue@3.5.21(typescript@5.8.2))': + '@vueuse/integrations@13.8.0(sortablejs@1.15.6)(vue@3.5.25(typescript@5.6.3))': dependencies: - '@vueuse/core': 13.8.0(vue@3.5.21(typescript@5.8.2)) - '@vueuse/shared': 13.8.0(vue@3.5.21(typescript@5.8.2)) - vue: 3.5.21(typescript@5.8.2) + '@vueuse/core': 13.8.0(vue@3.5.25(typescript@5.6.3)) + '@vueuse/shared': 13.8.0(vue@3.5.25(typescript@5.6.3)) + vue: 3.5.25(typescript@5.6.3) optionalDependencies: sortablejs: 1.15.6 @@ -10717,13 +6489,13 @@ snapshots: '@vueuse/metadata@13.9.0': {} - '@vueuse/shared@13.8.0(vue@3.5.21(typescript@5.8.2))': + '@vueuse/shared@13.8.0(vue@3.5.25(typescript@5.6.3))': dependencies: - vue: 3.5.21(typescript@5.8.2) + vue: 3.5.25(typescript@5.6.3) - '@vueuse/shared@13.9.0(vue@3.5.21(typescript@5.8.2))': + '@vueuse/shared@13.9.0(vue@3.5.25(typescript@5.6.3))': dependencies: - vue: 3.5.21(typescript@5.8.2) + vue: 3.5.25(typescript@5.6.3) '@zip.js/zip.js@2.8.8': {} @@ -10771,10 +6543,10 @@ snapshots: ag-charts-community: 12.1.2 ag-charts-enterprise: 12.1.2 - ag-grid-vue3@34.1.2(vue@3.5.21(typescript@5.8.2)): + ag-grid-vue3@34.1.2(vue@3.5.25(typescript@5.6.3)): dependencies: ag-grid-community: 34.1.2 - vue: 3.5.21(typescript@5.8.2) + vue: 3.5.25(typescript@5.6.3) agent-base@7.1.3: {} @@ -10944,6 +6716,8 @@ snapshots: loupe: 3.1.2 pathval: 2.0.0 + chai@6.2.1: {} + chalk@4.1.2: dependencies: ansi-styles: 4.3.0 @@ -11006,7 +6780,7 @@ snapshots: commander@12.1.0: {} - commander@14.0.1: {} + commander@14.0.2: {} commander@2.20.3: {} @@ -11055,36 +6829,12 @@ snapshots: d3-color@3.1.0: {} - d3-dispatch@3.0.1: {} - - d3-drag@3.0.0: - dependencies: - d3-dispatch: 3.0.1 - d3-selection: 3.0.0 - - d3-ease@3.0.1: {} - d3-format@3.1.0: {} - d3-hierarchy@3.1.2: {} - d3-interpolate@3.0.1: dependencies: d3-color: 3.1.0 - d3-path@3.1.0: {} - - d3-polygon@3.0.1: {} - - d3-quadtree@3.0.1: {} - - d3-random@3.0.1: {} - - d3-scale-chromatic@3.1.0: - dependencies: - d3-color: 3.1.0 - d3-interpolate: 3.0.1 - d3-scale@4.0.2: dependencies: d3-array: 3.2.4 @@ -11095,10 +6845,6 @@ snapshots: d3-selection@3.0.0: {} - d3-shape@3.2.0: - dependencies: - d3-path: 3.1.0 - d3-time-format@4.1.0: dependencies: d3-time: 3.1.0 @@ -11107,35 +6853,8 @@ snapshots: dependencies: d3-array: 3.2.4 - d3-timer@3.0.1: {} - - d3-transition@3.0.1(d3-selection@3.0.0): - dependencies: - d3-color: 3.1.0 - d3-dispatch: 3.0.1 - d3-ease: 3.0.1 - d3-interpolate: 3.0.1 - d3-selection: 3.0.0 - d3-timer: 3.0.1 - - d3-zoom@3.0.0: - dependencies: - d3-dispatch: 3.0.1 - d3-drag: 3.0.0 - d3-interpolate: 3.0.1 - d3-selection: 3.0.0 - d3-transition: 3.0.1(d3-selection@3.0.0) - de-indent@1.0.2: {} - debug@2.6.9: - dependencies: - ms: 2.0.0 - - debug@4.4.0: - dependencies: - ms: 2.1.3 - debug@4.4.3(supports-color@8.1.1): dependencies: ms: 2.1.3 @@ -11235,32 +6954,6 @@ snapshots: es-toolkit@1.39.10: {} - esbuild@0.21.5: - optionalDependencies: - '@esbuild/aix-ppc64': 0.21.5 - '@esbuild/android-arm': 0.21.5 - '@esbuild/android-arm64': 0.21.5 - '@esbuild/android-x64': 0.21.5 - '@esbuild/darwin-arm64': 0.21.5 - '@esbuild/darwin-x64': 0.21.5 - '@esbuild/freebsd-arm64': 0.21.5 - '@esbuild/freebsd-x64': 0.21.5 - '@esbuild/linux-arm': 0.21.5 - '@esbuild/linux-arm64': 0.21.5 - '@esbuild/linux-ia32': 0.21.5 - '@esbuild/linux-loong64': 0.21.5 - '@esbuild/linux-mips64el': 0.21.5 - '@esbuild/linux-ppc64': 0.21.5 - '@esbuild/linux-riscv64': 0.21.5 - '@esbuild/linux-s390x': 0.21.5 - '@esbuild/linux-x64': 0.21.5 - '@esbuild/netbsd-x64': 0.21.5 - '@esbuild/openbsd-x64': 0.21.5 - '@esbuild/sunos-x64': 0.21.5 - '@esbuild/win32-arm64': 0.21.5 - '@esbuild/win32-ia32': 0.21.5 - '@esbuild/win32-x64': 0.21.5 - esbuild@0.24.2: optionalDependencies: '@esbuild/aix-ppc64': 0.24.2 @@ -11322,40 +7015,40 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.20.1): + eslint-compat-utils@0.5.1(eslint@9.39.2): dependencies: - eslint: 9.20.1 + eslint: 9.39.2 semver: 7.6.3 - eslint-plugin-es-x@7.8.0(eslint@9.20.1): + eslint-plugin-es-x@7.8.0(eslint@9.39.2): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.39.2) '@eslint-community/regexpp': 4.12.1 - eslint: 9.20.1 - eslint-compat-utils: 0.5.1(eslint@9.20.1) + eslint: 9.39.2 + eslint-compat-utils: 0.5.1(eslint@9.39.2) - eslint-plugin-n@17.15.1(eslint@9.20.1): + eslint-plugin-n@17.15.1(eslint@9.39.2): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.39.2) enhanced-resolve: 5.18.1 - eslint: 9.20.1 - eslint-plugin-es-x: 7.8.0(eslint@9.20.1) + eslint: 9.39.2 + eslint-plugin-es-x: 7.8.0(eslint@9.39.2) get-tsconfig: 4.10.0 globals: 15.14.0 ignore: 5.3.2 minimatch: 9.0.5 semver: 7.6.3 - eslint-plugin-vue@9.32.0(eslint@9.20.1): + eslint-plugin-vue@9.32.0(eslint@9.39.2): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1) - eslint: 9.20.1 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.39.2) + eslint: 9.39.2 globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.1.2 semver: 7.6.3 - vue-eslint-parser: 9.4.3(eslint@9.20.1) + vue-eslint-parser: 9.4.3(eslint@9.39.2) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -11365,7 +7058,7 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 - eslint-scope@8.2.0: + eslint-scope@8.4.0: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 @@ -11374,28 +7067,30 @@ snapshots: eslint-visitor-keys@4.2.0: {} - eslint@9.20.1: + eslint-visitor-keys@4.2.1: {} + + eslint@9.39.2: dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1) + '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2) '@eslint-community/regexpp': 4.12.1 - '@eslint/config-array': 0.19.2 - '@eslint/core': 0.11.0 - '@eslint/eslintrc': 3.2.0 - '@eslint/js': 9.20.0 - '@eslint/plugin-kit': 0.2.5 + '@eslint/config-array': 0.21.1 + '@eslint/config-helpers': 0.4.2 + '@eslint/core': 0.17.0 + '@eslint/eslintrc': 3.3.3 + '@eslint/js': 9.39.2 + '@eslint/plugin-kit': 0.4.1 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.4.1 + '@humanwhocodes/retry': 0.4.3 '@types/estree': 1.0.8 - '@types/json-schema': 7.0.15 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 debug: 4.4.3(supports-color@8.1.1) escape-string-regexp: 4.0.0 - eslint-scope: 8.2.0 - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 + eslint-scope: 8.4.0 + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 esquery: 1.6.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -11419,6 +7114,12 @@ snapshots: acorn-jsx: 5.3.2(acorn@8.15.0) eslint-visitor-keys: 4.2.0 + espree@10.4.0: + dependencies: + acorn: 8.15.0 + acorn-jsx: 5.3.2(acorn@8.15.0) + eslint-visitor-keys: 4.2.1 + espree@9.6.1: dependencies: acorn: 8.15.0 @@ -11483,6 +7184,10 @@ snapshots: optionalDependencies: picomatch: 4.0.2 + fdir@6.5.0(picomatch@4.0.3): + optionalDependencies: + picomatch: 4.0.3 + fecha@4.2.3: {} file-entry-cache@8.0.0: @@ -11745,8 +7450,6 @@ snapshots: js-cookie@3.0.5: {} - js-tokens@4.0.0: {} - js-tokens@9.0.1: {} js-yaml@3.14.1: @@ -11754,7 +7457,7 @@ snapshots: argparse: 1.0.10 esprima: 4.0.1 - js-yaml@4.1.0: + js-yaml@4.1.1: dependencies: argparse: 2.0.1 @@ -11778,8 +7481,6 @@ snapshots: optionalDependencies: graceful-fs: 4.2.11 - kdbush@4.0.2: {} - keyv@4.5.4: dependencies: json-buffer: 3.0.1 @@ -11834,10 +7535,6 @@ snapshots: long@5.3.2: {} - loose-envify@1.4.0: - dependencies: - js-tokens: 4.0.0 - loupe@3.1.2: {} loupe@3.2.1: {} @@ -11854,6 +7551,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 + magic-string@0.30.21: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + make-dir@1.3.0: dependencies: pify: 3.0.0 @@ -11909,8 +7610,6 @@ snapshots: mri@1.2.0: {} - ms@2.0.0: {} - ms@2.1.3: {} muggle-string@0.4.1: {} @@ -11948,6 +7647,8 @@ snapshots: object-assign@4.1.1: {} + obug@2.1.1: {} + once@1.4.0: dependencies: wrappy: 1.0.2 @@ -11956,6 +7657,12 @@ snapshots: dependencies: fn.name: 1.1.0 + openapi-fetch@0.15.0: + dependencies: + openapi-typescript-helpers: 0.0.15 + + openapi-typescript-helpers@0.0.15: {} + optionator@0.9.4: dependencies: deep-is: 0.1.4 @@ -12016,8 +7723,6 @@ snapshots: path-type@4.0.0: {} - pathe@1.1.2: {} - pathe@2.0.3: {} pathval@2.0.0: {} @@ -12030,6 +7735,8 @@ snapshots: picomatch@4.0.2: {} + picomatch@4.0.3: {} + pify@2.3.0: {} pify@3.0.0: {} @@ -12122,22 +7829,6 @@ snapshots: '@jitl/quickjs-wasmfile-release-sync': 0.31.0 quickjs-emscripten-core: 0.31.0 - quickselect@3.0.0: {} - - rbush@4.0.1: - dependencies: - quickselect: 3.0.0 - - react-dom@18.3.1(react@18.3.1): - dependencies: - loose-envify: 1.4.0 - react: 18.3.1 - scheduler: 0.23.2 - - react@18.3.1: - dependencies: - loose-envify: 1.4.0 - read-yaml-file@1.1.0: dependencies: graceful-fs: 4.2.11 @@ -12210,12 +7901,12 @@ snapshots: dependencies: rollup: 4.49.0 - rollup-plugin-sourcemaps2@0.5.4(@types/node@20.16.15)(rollup@4.49.0): + rollup-plugin-sourcemaps2@0.5.4(@types/node@24.5.2)(rollup@4.49.0): dependencies: '@rollup/pluginutils': 5.2.0(rollup@4.49.0) rollup: 4.49.0 optionalDependencies: - '@types/node': 20.16.15 + '@types/node': 24.5.2 rollup@4.49.0: dependencies: @@ -12255,15 +7946,11 @@ snapshots: safer-buffer@2.1.2: {} - scheduler@0.23.2: - dependencies: - loose-envify: 1.4.0 - seek-bzip@1.0.6: dependencies: commander: 2.20.3 - selfsigned@3.0.1: + selfsigned@4.0.1: dependencies: node-forge: 1.3.1 @@ -12318,6 +8005,8 @@ snapshots: stackback@0.0.2: {} + std-env@3.10.0: {} + std-env@3.9.0: {} streamx@2.20.1: @@ -12445,22 +8134,25 @@ snapshots: tinybench@2.9.0: {} - tinyexec@0.3.1: {} - tinyexec@0.3.2: {} + tinyexec@1.0.2: {} + tinyglobby@0.2.14: dependencies: fdir: 6.5.0(picomatch@4.0.2) picomatch: 4.0.2 - tinypool@1.1.1: {} + tinyglobby@0.2.15: + dependencies: + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 - tinyrainbow@1.2.0: {} + tinypool@1.1.1: {} tinyrainbow@2.0.0: {} - tinyspy@3.0.2: {} + tinyrainbow@3.0.3: {} tinyspy@4.0.4: {} @@ -12484,41 +8176,11 @@ snapshots: dependencies: typescript: 5.6.3 - ts-api-utils@2.0.1(typescript@5.8.2): - dependencies: - typescript: 5.8.2 - ts-interface-checker@0.1.13: {} - tslib@2.8.1: {} + tslib@2.7.0: {} - tsup@8.3.6(@microsoft/api-extractor@7.52.11(@types/node@20.16.15))(postcss@8.5.6)(typescript@5.6.3)(yaml@2.8.1): - dependencies: - bundle-require: 5.1.0(esbuild@0.24.2) - cac: 6.7.14 - chokidar: 4.0.3 - consola: 3.2.3 - debug: 4.4.0 - esbuild: 0.24.2 - joycon: 3.1.1 - picocolors: 1.1.1 - postcss-load-config: 6.0.1(postcss@8.5.6)(yaml@2.8.1) - resolve-from: 5.0.0 - rollup: 4.49.0 - source-map: 0.8.0-beta.0 - sucrase: 3.35.0 - tinyexec: 0.3.1 - tinyglobby: 0.2.14 - tree-kill: 1.2.2 - optionalDependencies: - '@microsoft/api-extractor': 7.52.11(@types/node@20.16.15) - postcss: 8.5.6 - typescript: 5.6.3 - transitivePeerDependencies: - - jiti - - supports-color - - tsx - - yaml + tslib@2.8.1: {} tsup@8.3.6(@microsoft/api-extractor@7.52.11(@types/node@24.5.2))(postcss@8.5.6)(typescript@5.6.3)(yaml@2.8.1): dependencies: @@ -12526,7 +8188,7 @@ snapshots: cac: 6.7.14 chokidar: 4.0.3 consola: 3.2.3 - debug: 4.4.0 + debug: 4.4.3(supports-color@8.1.1) esbuild: 0.24.2 joycon: 3.1.1 picocolors: 1.1.1 @@ -12535,7 +8197,7 @@ snapshots: rollup: 4.49.0 source-map: 0.8.0-beta.0 sucrase: 3.35.0 - tinyexec: 0.3.1 + tinyexec: 0.3.2 tinyglobby: 0.2.14 tree-kill: 1.2.2 optionalDependencies: @@ -12587,26 +8249,16 @@ snapshots: type-fest@4.41.0: {} - typescript-eslint@8.24.0(eslint@9.20.1)(typescript@5.6.3): + typescript-eslint@8.24.0(eslint@9.39.2)(typescript@5.6.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.1)(typescript@5.6.3))(eslint@9.20.1)(typescript@5.6.3) - '@typescript-eslint/parser': 8.24.0(eslint@9.20.1)(typescript@5.6.3) - '@typescript-eslint/utils': 8.24.0(eslint@9.20.1)(typescript@5.6.3) - eslint: 9.20.1 + '@typescript-eslint/eslint-plugin': 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.39.2)(typescript@5.6.3))(eslint@9.39.2)(typescript@5.6.3) + '@typescript-eslint/parser': 8.24.0(eslint@9.39.2)(typescript@5.6.3) + '@typescript-eslint/utils': 8.24.0(eslint@9.39.2)(typescript@5.6.3) + eslint: 9.39.2 typescript: 5.6.3 transitivePeerDependencies: - supports-color - typescript-eslint@8.24.0(eslint@9.20.1)(typescript@5.8.2): - dependencies: - '@typescript-eslint/eslint-plugin': 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.1)(typescript@5.8.2))(eslint@9.20.1)(typescript@5.8.2) - '@typescript-eslint/parser': 8.24.0(eslint@9.20.1)(typescript@5.8.2) - '@typescript-eslint/utils': 8.24.0(eslint@9.20.1)(typescript@5.8.2) - eslint: 9.20.1 - typescript: 5.8.2 - transitivePeerDependencies: - - supports-color - typescript@3.9.10: {} typescript@5.4.5: {} @@ -12624,8 +8276,6 @@ snapshots: buffer: 5.7.1 through: 2.3.8 - undici-types@6.19.8: {} - undici-types@7.12.0: {} undici@7.16.0: {} @@ -12646,24 +8296,6 @@ snapshots: uuid@9.0.1: {} - vite-node@2.1.9(@types/node@24.5.2): - dependencies: - cac: 6.7.14 - debug: 4.4.3(supports-color@8.1.1) - es-module-lexer: 1.7.0 - pathe: 1.1.2 - vite: 5.4.11(@types/node@24.5.2) - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - vite-node@3.2.4(@types/node@24.5.2)(yaml@2.8.1): dependencies: cac: 6.7.14 @@ -12685,41 +8317,18 @@ snapshots: - tsx - yaml - vite-plugin-css-injected-by-js@3.5.2(vite@6.3.5(@types/node@20.16.15)(yaml@2.8.1)): - dependencies: - vite: 6.3.5(@types/node@20.16.15)(yaml@2.8.1) - vite-plugin-css-injected-by-js@3.5.2(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1)): dependencies: vite: 6.3.5(@types/node@24.5.2)(yaml@2.8.1) - vite-plugin-dts@4.5.4(@types/node@20.16.15)(rollup@4.49.0)(typescript@5.6.3)(vite@6.3.5(@types/node@20.16.15)(yaml@2.8.1)): - dependencies: - '@microsoft/api-extractor': 7.52.11(@types/node@20.16.15) - '@rollup/pluginutils': 5.2.0(rollup@4.49.0) - '@volar/typescript': 2.4.23 - '@vue/language-core': 2.2.0(typescript@5.6.3) - compare-versions: 6.1.1 - debug: 4.4.0 - kolorist: 1.8.0 - local-pkg: 1.1.2 - magic-string: 0.30.18 - typescript: 5.6.3 - optionalDependencies: - vite: 6.3.5(@types/node@20.16.15)(yaml@2.8.1) - transitivePeerDependencies: - - '@types/node' - - rollup - - supports-color - - vite-plugin-dts@4.5.4(@types/node@20.16.15)(rollup@4.49.0)(typescript@5.6.3)(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1)): + vite-plugin-dts@4.5.4(@types/node@24.5.2)(rollup@4.49.0)(typescript@5.6.3)(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1)): dependencies: - '@microsoft/api-extractor': 7.52.11(@types/node@20.16.15) + '@microsoft/api-extractor': 7.52.11(@types/node@24.5.2) '@rollup/pluginutils': 5.2.0(rollup@4.49.0) '@volar/typescript': 2.4.23 '@vue/language-core': 2.2.0(typescript@5.6.3) compare-versions: 6.1.1 - debug: 4.4.0 + debug: 4.4.3(supports-color@8.1.1) kolorist: 1.8.0 local-pkg: 1.1.2 magic-string: 0.30.18 @@ -12731,36 +8340,10 @@ snapshots: - rollup - supports-color - vite-plugin-externalize-deps@0.9.0(vite@6.3.5(@types/node@20.16.15)(yaml@2.8.1)): - dependencies: - vite: 6.3.5(@types/node@20.16.15)(yaml@2.8.1) - vite-plugin-externalize-deps@0.9.0(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1)): dependencies: vite: 6.3.5(@types/node@24.5.2)(yaml@2.8.1) - vite@5.4.11(@types/node@24.5.2): - dependencies: - esbuild: 0.21.5 - postcss: 8.5.6 - rollup: 4.49.0 - optionalDependencies: - '@types/node': 24.5.2 - fsevents: 2.3.3 - - vite@6.3.5(@types/node@20.16.15)(yaml@2.8.1): - dependencies: - esbuild: 0.25.9 - fdir: 6.5.0(picomatch@4.0.2) - picomatch: 4.0.2 - postcss: 8.5.6 - rollup: 4.49.0 - tinyglobby: 0.2.14 - optionalDependencies: - '@types/node': 20.16.15 - fsevents: 2.3.3 - yaml: 2.8.1 - vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1): dependencies: esbuild: 0.25.9 @@ -12774,31 +8357,35 @@ snapshots: fsevents: 2.3.3 yaml: 2.8.1 - vitest@2.1.9(@types/node@24.5.2): + vitest@3.2.4(@types/node@24.5.2)(yaml@2.8.1): dependencies: - '@vitest/expect': 2.1.9 - '@vitest/mocker': 2.1.9(vite@5.4.11(@types/node@24.5.2)) - '@vitest/pretty-format': 2.1.9 - '@vitest/runner': 2.1.9 - '@vitest/snapshot': 2.1.9 - '@vitest/spy': 2.1.9 - '@vitest/utils': 2.1.9 + '@types/chai': 5.2.2 + '@vitest/expect': 3.2.4 + '@vitest/mocker': 3.2.4(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1)) + '@vitest/pretty-format': 3.2.4 + '@vitest/runner': 3.2.4 + '@vitest/snapshot': 3.2.4 + '@vitest/spy': 3.2.4 + '@vitest/utils': 3.2.4 chai: 5.3.3 debug: 4.4.3(supports-color@8.1.1) expect-type: 1.2.2 magic-string: 0.30.18 - pathe: 1.1.2 + pathe: 2.0.3 + picomatch: 4.0.2 std-env: 3.9.0 tinybench: 2.9.0 tinyexec: 0.3.2 + tinyglobby: 0.2.14 tinypool: 1.1.1 - tinyrainbow: 1.2.0 - vite: 5.4.11(@types/node@24.5.2) - vite-node: 2.1.9(@types/node@24.5.2) + tinyrainbow: 2.0.0 + vite: 6.3.5(@types/node@24.5.2)(yaml@2.8.1) + vite-node: 3.2.4(@types/node@24.5.2)(yaml@2.8.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 24.5.2 transitivePeerDependencies: + - jiti - less - lightningcss - msw @@ -12808,31 +8395,30 @@ snapshots: - sugarss - supports-color - terser + - tsx + - yaml - vitest@3.2.4(@types/node@24.5.2)(yaml@2.8.1): + vitest@4.0.16(@types/node@24.5.2)(yaml@2.8.1): dependencies: - '@types/chai': 5.2.2 - '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1)) - '@vitest/pretty-format': 3.2.4 - '@vitest/runner': 3.2.4 - '@vitest/snapshot': 3.2.4 - '@vitest/spy': 3.2.4 - '@vitest/utils': 3.2.4 - chai: 5.3.3 - debug: 4.4.3(supports-color@8.1.1) + '@vitest/expect': 4.0.16 + '@vitest/mocker': 4.0.16(vite@6.3.5(@types/node@24.5.2)(yaml@2.8.1)) + '@vitest/pretty-format': 4.0.16 + '@vitest/runner': 4.0.16 + '@vitest/snapshot': 4.0.16 + '@vitest/spy': 4.0.16 + '@vitest/utils': 4.0.16 + es-module-lexer: 1.7.0 expect-type: 1.2.2 - magic-string: 0.30.18 + magic-string: 0.30.21 + obug: 2.1.1 pathe: 2.0.3 - picomatch: 4.0.2 - std-env: 3.9.0 + picomatch: 4.0.3 + std-env: 3.10.0 tinybench: 2.9.0 - tinyexec: 0.3.2 - tinyglobby: 0.2.14 - tinypool: 1.1.1 - tinyrainbow: 2.0.0 + tinyexec: 1.0.2 + tinyglobby: 0.2.15 + tinyrainbow: 3.0.3 vite: 6.3.5(@types/node@24.5.2)(yaml@2.8.1) - vite-node: 3.2.4(@types/node@24.5.2)(yaml@2.8.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 24.5.2 @@ -12845,7 +8431,6 @@ snapshots: - sass-embedded - stylus - sugarss - - supports-color - terser - tsx - yaml @@ -12854,10 +8439,10 @@ snapshots: vue-component-type-helpers@2.2.12: {} - vue-eslint-parser@9.4.3(eslint@9.20.1): + vue-eslint-parser@9.4.3(eslint@9.39.2): dependencies: debug: 4.4.3(supports-color@8.1.1) - eslint: 9.20.1 + eslint: 9.39.2 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -12873,26 +8458,16 @@ snapshots: '@vue/language-core': 2.2.12(typescript@5.6.3) typescript: 5.6.3 - vue@3.5.21(typescript@5.6.3): + vue@3.5.25(typescript@5.6.3): dependencies: - '@vue/compiler-dom': 3.5.21 - '@vue/compiler-sfc': 3.5.21 - '@vue/runtime-dom': 3.5.21 - '@vue/server-renderer': 3.5.21(vue@3.5.21(typescript@5.6.3)) - '@vue/shared': 3.5.21 + '@vue/compiler-dom': 3.5.25 + '@vue/compiler-sfc': 3.5.25 + '@vue/runtime-dom': 3.5.25 + '@vue/server-renderer': 3.5.25(vue@3.5.25(typescript@5.6.3)) + '@vue/shared': 3.5.25 optionalDependencies: typescript: 5.6.3 - vue@3.5.21(typescript@5.8.2): - dependencies: - '@vue/compiler-dom': 3.5.21 - '@vue/compiler-sfc': 3.5.21 - '@vue/runtime-dom': 3.5.21 - '@vue/server-renderer': 3.5.21(vue@3.5.21(typescript@5.8.2)) - '@vue/shared': 3.5.21 - optionalDependencies: - typescript: 5.8.2 - webidl-conversions@3.0.1: {} webidl-conversions@4.0.2: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 49fb510..b404be8 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,24 +6,28 @@ packages: - block catalog: - "@milaboratories/pl-model-common": ^1.21.4 - "@platforma-sdk/model": ^1.45.0 - "@platforma-sdk/ui-vue": ^1.45.5 - "@milaboratories/helpers": ^1.12.0 - "@platforma-sdk/workflow-tengo": ^5.5.5 - "@platforma-sdk/block-tools": ^2.6.16 - "@platforma-sdk/test": ^1.45.6 - "@platforma-sdk/tengo-builder": ^2.3.3 - "@milaboratories/ts-configs": ^1.0.6 - "@milaboratories/ts-builder": ^1.0.5 - "@platforma-sdk/package-builder": ^3.10.6 - "@platforma-sdk/eslint-config": ^1.1.0 - "@platforma-sdk/blocks-deps-updater": ^2.0.0 - - "vue": ^3.5.21 - "@vueuse/core": ^13.9.0 + '@milaboratories/pl-model-common': ^1.21.10 + '@platforma-sdk/model': ^1.48.4 + '@platforma-sdk/ui-vue': ^1.48.5 + '@milaboratories/helpers': ^1.12.0 + '@platforma-sdk/workflow-tengo': ^5.7.1 + '@platforma-sdk/block-tools': ^2.6.27 + '@platforma-sdk/test': ^1.48.5 + '@platforma-sdk/tengo-builder': ^2.4.2 + '@milaboratories/ts-configs': ^1.2.0 + '@milaboratories/ts-builder': ^1.2.1 + '@platforma-sdk/package-builder': ^3.10.7 + '@platforma-sdk/eslint-config': ^1.2.0 + '@platforma-sdk/blocks-deps-updater': ^2.0.0 - "vitest": ^3.2.4 + 'vue': ^3.5.25 + '@vueuse/core': ^13.9.0 - "@changesets/cli": ^2.29.7 - "turbo": ^2.5.8 + 'vitest': ^3.2.4 + + '@changesets/cli': ^2.29.7 + 'turbo': ^2.5.8 + + 'typescript': ~5.6.3 + 'eslint': ^9.39.2 + '@types/node': ~24.5.2 diff --git a/test/package.json b/test/package.json index 86a53a0..de390a6 100644 --- a/test/package.json +++ b/test/package.json @@ -15,6 +15,8 @@ "devDependencies": { "@milaboratories/ts-configs": "catalog:", "@platforma-sdk/test": "catalog:", + "@types/node": "catalog:", + "typescript": "catalog:", "vitest": "catalog:" } } diff --git a/ui/package.json b/ui/package.json index 79bbccd..d0c0148 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,8 +19,10 @@ "vue": "catalog:" }, "devDependencies": { - "@platforma-sdk/eslint-config": "catalog:", "@milaboratories/ts-builder": "catalog:", - "@milaboratories/ts-configs": "catalog:" + "@milaboratories/ts-configs": "catalog:", + "@platforma-sdk/eslint-config": "catalog:", + "eslint": "catalog:", + "typescript": "catalog:" } }