prostgles-server 4.2.47 → 4.2.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/dist/DboBuilder/QueryBuilder/getJoinQuery.d.ts +1 -2
  2. package/dist/DboBuilder/QueryBuilder/getJoinQuery.d.ts.map +1 -1
  3. package/dist/DboBuilder/QueryBuilder/getJoinQuery.js +9 -13
  4. package/dist/DboBuilder/QueryBuilder/getJoinQuery.js.map +1 -1
  5. package/dist/DboBuilder/QueryBuilder/getNewQuery.d.ts +75 -69
  6. package/dist/DboBuilder/QueryBuilder/getNewQuery.d.ts.map +1 -1
  7. package/dist/DboBuilder/QueryBuilder/getNewQuery.js +39 -11
  8. package/dist/DboBuilder/QueryBuilder/getNewQuery.js.map +1 -1
  9. package/dist/DboBuilder/QueryBuilder/getSelectQuery.d.ts.map +1 -1
  10. package/dist/DboBuilder/QueryBuilder/getSelectQuery.js +0 -1
  11. package/dist/DboBuilder/QueryBuilder/getSelectQuery.js.map +1 -1
  12. package/dist/DboBuilder/QueryBuilder/prepareHaving.js +2 -2
  13. package/dist/DboBuilder/QueryBuilder/prepareHaving.js.map +1 -1
  14. package/dist/DboBuilder/TableHandler/delete.js +1 -1
  15. package/dist/DboBuilder/TableHandler/delete.js.map +1 -1
  16. package/dist/DboBuilder/ViewHandler/ViewHandler.d.ts +4 -6
  17. package/dist/DboBuilder/ViewHandler/ViewHandler.d.ts.map +1 -1
  18. package/dist/DboBuilder/ViewHandler/ViewHandler.js +7 -76
  19. package/dist/DboBuilder/ViewHandler/ViewHandler.js.map +1 -1
  20. package/dist/DboBuilder/ViewHandler/count.d.ts +6 -0
  21. package/dist/DboBuilder/ViewHandler/count.d.ts.map +1 -0
  22. package/dist/DboBuilder/ViewHandler/count.js +28 -0
  23. package/dist/DboBuilder/ViewHandler/count.js.map +1 -0
  24. package/dist/DboBuilder/ViewHandler/find.d.ts +18 -0
  25. package/dist/DboBuilder/ViewHandler/find.d.ts.map +1 -0
  26. package/dist/DboBuilder/ViewHandler/find.js +121 -0
  27. package/dist/DboBuilder/ViewHandler/find.js.map +1 -0
  28. package/dist/DboBuilder/ViewHandler/size.d.ts +6 -0
  29. package/dist/DboBuilder/ViewHandler/size.d.ts.map +1 -0
  30. package/dist/DboBuilder/ViewHandler/size.js +28 -0
  31. package/dist/DboBuilder/ViewHandler/size.js.map +1 -0
  32. package/dist/DboBuilder/ViewHandler/subscribe.d.ts +20 -0
  33. package/dist/DboBuilder/ViewHandler/subscribe.d.ts.map +1 -0
  34. package/dist/DboBuilder/ViewHandler/subscribe.js +96 -0
  35. package/dist/DboBuilder/ViewHandler/subscribe.js.map +1 -0
  36. package/dist/DboBuilder/subscribe.d.ts +3 -3
  37. package/dist/PubSubManager/PubSubManager.d.ts +1 -1
  38. package/dist/PubSubManager/PubSubManager.d.ts.map +1 -1
  39. package/dist/PubSubManager/PubSubManager.js +1 -1
  40. package/dist/PubSubManager/PubSubManager.js.map +1 -1
  41. package/dist/PubSubManager/pushSubData.js +1 -1
  42. package/dist/PubSubManager/pushSubData.js.map +1 -1
  43. package/lib/DboBuilder/QueryBuilder/getJoinQuery.ts +11 -17
  44. package/lib/DboBuilder/QueryBuilder/getNewQuery.ts +56 -15
  45. package/lib/DboBuilder/QueryBuilder/getSelectQuery.ts +0 -1
  46. package/lib/DboBuilder/QueryBuilder/prepareHaving.ts +2 -2
  47. package/lib/DboBuilder/TableHandler/delete.ts +1 -1
  48. package/lib/DboBuilder/ViewHandler/ViewHandler.ts +15 -110
  49. package/lib/DboBuilder/ViewHandler/count.ts +32 -0
  50. package/lib/DboBuilder/{find.ts → ViewHandler/find.ts} +8 -8
  51. package/lib/DboBuilder/ViewHandler/size.ts +35 -0
  52. package/lib/DboBuilder/{subscribe.ts → ViewHandler/subscribe.ts} +5 -5
  53. package/lib/PubSubManager/PubSubManager.ts +1 -1
  54. package/lib/PubSubManager/pushSubData.ts +1 -1
  55. package/package.json +2 -2
  56. package/tests/client/package-lock.json +2442 -8
  57. package/tests/client/package.json +1 -1
  58. package/tests/isomorphicQueries.spec.ts +47 -10
  59. package/tests/server/package-lock.json +3 -3
  60. package/tests/manual_test/index.html +0 -74
  61. package/tests/manual_test/index.ts +0 -72
  62. package/tests/manual_test/init.sql +0 -88
  63. package/tests/manual_test/package.json +0 -30
  64. package/tests/manual_test/tsconfig.json +0 -21
@@ -10,7 +10,7 @@
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@types/node": "^20.9.2",
13
- "prostgles-client": "^4.0.117",
13
+ "prostgles-client": "^4.0.118",
14
14
  "prostgles-types": "^4.0.51",
15
15
  "socket.io-client": "^4.7.5"
16
16
  },
@@ -204,6 +204,14 @@
204
204
  "node": ">= 14"
205
205
  }
206
206
  },
207
+ "node_modules/i": {
208
+ "version": "0.3.7",
209
+ "resolved": "https://registry.npmjs.org/i/-/i-0.3.7.tgz",
210
+ "integrity": "sha512-FYz4wlXgkQwIPqhzC5TdNMLSE5+GS1IIDJZY/1ZiEPCT2S3COUVZeT5OW4BmW4r5LHLQuOosSwsvnroG9GR59Q==",
211
+ "engines": {
212
+ "node": ">=0.4"
213
+ }
214
+ },
207
215
  "node_modules/iconv-lite": {
208
216
  "version": "0.6.3",
209
217
  "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
@@ -332,6 +340,2430 @@
332
340
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
333
341
  "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
334
342
  },
343
+ "node_modules/npm": {
344
+ "version": "10.6.0",
345
+ "resolved": "https://registry.npmjs.org/npm/-/npm-10.6.0.tgz",
346
+ "integrity": "sha512-KC70Su2ZnO9v4i2t+M0sQcsRERk++XcYbK9fy4bLWzUCV2nELhSN7UAkoe42P4HQTg2LyQxcfntgYS89OEaOsA==",
347
+ "bundleDependencies": [
348
+ "@isaacs/string-locale-compare",
349
+ "@npmcli/arborist",
350
+ "@npmcli/config",
351
+ "@npmcli/fs",
352
+ "@npmcli/map-workspaces",
353
+ "@npmcli/package-json",
354
+ "@npmcli/promise-spawn",
355
+ "@npmcli/redact",
356
+ "@npmcli/run-script",
357
+ "@sigstore/tuf",
358
+ "abbrev",
359
+ "archy",
360
+ "cacache",
361
+ "chalk",
362
+ "ci-info",
363
+ "cli-columns",
364
+ "fastest-levenshtein",
365
+ "fs-minipass",
366
+ "glob",
367
+ "graceful-fs",
368
+ "hosted-git-info",
369
+ "ini",
370
+ "init-package-json",
371
+ "is-cidr",
372
+ "json-parse-even-better-errors",
373
+ "libnpmaccess",
374
+ "libnpmdiff",
375
+ "libnpmexec",
376
+ "libnpmfund",
377
+ "libnpmhook",
378
+ "libnpmorg",
379
+ "libnpmpack",
380
+ "libnpmpublish",
381
+ "libnpmsearch",
382
+ "libnpmteam",
383
+ "libnpmversion",
384
+ "make-fetch-happen",
385
+ "minimatch",
386
+ "minipass",
387
+ "minipass-pipeline",
388
+ "ms",
389
+ "node-gyp",
390
+ "nopt",
391
+ "normalize-package-data",
392
+ "npm-audit-report",
393
+ "npm-install-checks",
394
+ "npm-package-arg",
395
+ "npm-pick-manifest",
396
+ "npm-profile",
397
+ "npm-registry-fetch",
398
+ "npm-user-validate",
399
+ "p-map",
400
+ "pacote",
401
+ "parse-conflict-json",
402
+ "proc-log",
403
+ "proggy",
404
+ "qrcode-terminal",
405
+ "read",
406
+ "semver",
407
+ "spdx-expression-parse",
408
+ "ssri",
409
+ "supports-color",
410
+ "tar",
411
+ "text-table",
412
+ "tiny-relative-date",
413
+ "treeverse",
414
+ "validate-npm-package-name",
415
+ "which",
416
+ "write-file-atomic"
417
+ ],
418
+ "workspaces": [
419
+ "docs",
420
+ "smoke-tests",
421
+ "mock-globals",
422
+ "mock-registry",
423
+ "workspaces/*"
424
+ ],
425
+ "dependencies": {
426
+ "@isaacs/string-locale-compare": "^1.1.0",
427
+ "@npmcli/arborist": "^7.2.1",
428
+ "@npmcli/config": "^8.0.2",
429
+ "@npmcli/fs": "^3.1.0",
430
+ "@npmcli/map-workspaces": "^3.0.6",
431
+ "@npmcli/package-json": "^5.1.0",
432
+ "@npmcli/promise-spawn": "^7.0.1",
433
+ "@npmcli/redact": "^1.1.0",
434
+ "@npmcli/run-script": "^8.0.0",
435
+ "@sigstore/tuf": "^2.3.2",
436
+ "abbrev": "^2.0.0",
437
+ "archy": "~1.0.0",
438
+ "cacache": "^18.0.2",
439
+ "chalk": "^5.3.0",
440
+ "ci-info": "^4.0.0",
441
+ "cli-columns": "^4.0.0",
442
+ "fastest-levenshtein": "^1.0.16",
443
+ "fs-minipass": "^3.0.3",
444
+ "glob": "^10.3.12",
445
+ "graceful-fs": "^4.2.11",
446
+ "hosted-git-info": "^7.0.1",
447
+ "ini": "^4.1.2",
448
+ "init-package-json": "^6.0.2",
449
+ "is-cidr": "^5.0.5",
450
+ "json-parse-even-better-errors": "^3.0.1",
451
+ "libnpmaccess": "^8.0.1",
452
+ "libnpmdiff": "^6.0.3",
453
+ "libnpmexec": "^7.0.4",
454
+ "libnpmfund": "^5.0.1",
455
+ "libnpmhook": "^10.0.0",
456
+ "libnpmorg": "^6.0.1",
457
+ "libnpmpack": "^6.0.3",
458
+ "libnpmpublish": "^9.0.2",
459
+ "libnpmsearch": "^7.0.0",
460
+ "libnpmteam": "^6.0.0",
461
+ "libnpmversion": "^5.0.1",
462
+ "make-fetch-happen": "^13.0.0",
463
+ "minimatch": "^9.0.4",
464
+ "minipass": "^7.0.4",
465
+ "minipass-pipeline": "^1.2.4",
466
+ "ms": "^2.1.2",
467
+ "node-gyp": "^10.1.0",
468
+ "nopt": "^7.2.0",
469
+ "normalize-package-data": "^6.0.0",
470
+ "npm-audit-report": "^5.0.0",
471
+ "npm-install-checks": "^6.3.0",
472
+ "npm-package-arg": "^11.0.2",
473
+ "npm-pick-manifest": "^9.0.0",
474
+ "npm-profile": "^9.0.1",
475
+ "npm-registry-fetch": "^16.2.1",
476
+ "npm-user-validate": "^2.0.0",
477
+ "p-map": "^4.0.0",
478
+ "pacote": "^18.0.2",
479
+ "parse-conflict-json": "^3.0.1",
480
+ "proc-log": "^4.2.0",
481
+ "proggy": "^2.0.0",
482
+ "qrcode-terminal": "^0.12.0",
483
+ "read": "^3.0.1",
484
+ "semver": "^7.6.0",
485
+ "spdx-expression-parse": "^4.0.0",
486
+ "ssri": "^10.0.5",
487
+ "supports-color": "^9.4.0",
488
+ "tar": "^6.2.1",
489
+ "text-table": "~0.2.0",
490
+ "tiny-relative-date": "^1.3.0",
491
+ "treeverse": "^3.0.0",
492
+ "validate-npm-package-name": "^5.0.0",
493
+ "which": "^4.0.0",
494
+ "write-file-atomic": "^5.0.1"
495
+ },
496
+ "bin": {
497
+ "npm": "bin/npm-cli.js",
498
+ "npx": "bin/npx-cli.js"
499
+ },
500
+ "engines": {
501
+ "node": "^18.17.0 || >=20.5.0"
502
+ }
503
+ },
504
+ "node_modules/npm/node_modules/@isaacs/cliui": {
505
+ "version": "8.0.2",
506
+ "inBundle": true,
507
+ "license": "ISC",
508
+ "dependencies": {
509
+ "string-width": "^5.1.2",
510
+ "string-width-cjs": "npm:string-width@^4.2.0",
511
+ "strip-ansi": "^7.0.1",
512
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
513
+ "wrap-ansi": "^8.1.0",
514
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
515
+ },
516
+ "engines": {
517
+ "node": ">=12"
518
+ }
519
+ },
520
+ "node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
521
+ "version": "6.0.1",
522
+ "inBundle": true,
523
+ "license": "MIT",
524
+ "engines": {
525
+ "node": ">=12"
526
+ },
527
+ "funding": {
528
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
529
+ }
530
+ },
531
+ "node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
532
+ "version": "9.2.2",
533
+ "inBundle": true,
534
+ "license": "MIT"
535
+ },
536
+ "node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": {
537
+ "version": "5.1.2",
538
+ "inBundle": true,
539
+ "license": "MIT",
540
+ "dependencies": {
541
+ "eastasianwidth": "^0.2.0",
542
+ "emoji-regex": "^9.2.2",
543
+ "strip-ansi": "^7.0.1"
544
+ },
545
+ "engines": {
546
+ "node": ">=12"
547
+ },
548
+ "funding": {
549
+ "url": "https://github.com/sponsors/sindresorhus"
550
+ }
551
+ },
552
+ "node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
553
+ "version": "7.1.0",
554
+ "inBundle": true,
555
+ "license": "MIT",
556
+ "dependencies": {
557
+ "ansi-regex": "^6.0.1"
558
+ },
559
+ "engines": {
560
+ "node": ">=12"
561
+ },
562
+ "funding": {
563
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
564
+ }
565
+ },
566
+ "node_modules/npm/node_modules/@isaacs/string-locale-compare": {
567
+ "version": "1.1.0",
568
+ "inBundle": true,
569
+ "license": "ISC"
570
+ },
571
+ "node_modules/npm/node_modules/@npmcli/agent": {
572
+ "version": "2.2.2",
573
+ "inBundle": true,
574
+ "license": "ISC",
575
+ "dependencies": {
576
+ "agent-base": "^7.1.0",
577
+ "http-proxy-agent": "^7.0.0",
578
+ "https-proxy-agent": "^7.0.1",
579
+ "lru-cache": "^10.0.1",
580
+ "socks-proxy-agent": "^8.0.3"
581
+ },
582
+ "engines": {
583
+ "node": "^16.14.0 || >=18.0.0"
584
+ }
585
+ },
586
+ "node_modules/npm/node_modules/@npmcli/arborist": {
587
+ "version": "7.5.0",
588
+ "inBundle": true,
589
+ "license": "ISC",
590
+ "dependencies": {
591
+ "@isaacs/string-locale-compare": "^1.1.0",
592
+ "@npmcli/fs": "^3.1.0",
593
+ "@npmcli/installed-package-contents": "^2.1.0",
594
+ "@npmcli/map-workspaces": "^3.0.2",
595
+ "@npmcli/metavuln-calculator": "^7.1.0",
596
+ "@npmcli/name-from-folder": "^2.0.0",
597
+ "@npmcli/node-gyp": "^3.0.0",
598
+ "@npmcli/package-json": "^5.1.0",
599
+ "@npmcli/query": "^3.1.0",
600
+ "@npmcli/redact": "^1.1.0",
601
+ "@npmcli/run-script": "^8.0.0",
602
+ "bin-links": "^4.0.1",
603
+ "cacache": "^18.0.0",
604
+ "common-ancestor-path": "^1.0.1",
605
+ "hosted-git-info": "^7.0.1",
606
+ "json-parse-even-better-errors": "^3.0.0",
607
+ "json-stringify-nice": "^1.1.4",
608
+ "minimatch": "^9.0.4",
609
+ "nopt": "^7.0.0",
610
+ "npm-install-checks": "^6.2.0",
611
+ "npm-package-arg": "^11.0.2",
612
+ "npm-pick-manifest": "^9.0.0",
613
+ "npm-registry-fetch": "^16.2.1",
614
+ "pacote": "^18.0.1",
615
+ "parse-conflict-json": "^3.0.0",
616
+ "proc-log": "^4.2.0",
617
+ "proggy": "^2.0.0",
618
+ "promise-all-reject-late": "^1.0.0",
619
+ "promise-call-limit": "^3.0.1",
620
+ "read-package-json-fast": "^3.0.2",
621
+ "semver": "^7.3.7",
622
+ "ssri": "^10.0.5",
623
+ "treeverse": "^3.0.0",
624
+ "walk-up-path": "^3.0.1"
625
+ },
626
+ "bin": {
627
+ "arborist": "bin/index.js"
628
+ },
629
+ "engines": {
630
+ "node": "^16.14.0 || >=18.0.0"
631
+ }
632
+ },
633
+ "node_modules/npm/node_modules/@npmcli/config": {
634
+ "version": "8.3.0",
635
+ "inBundle": true,
636
+ "license": "ISC",
637
+ "dependencies": {
638
+ "@npmcli/map-workspaces": "^3.0.2",
639
+ "ci-info": "^4.0.0",
640
+ "ini": "^4.1.2",
641
+ "nopt": "^7.0.0",
642
+ "proc-log": "^4.2.0",
643
+ "read-package-json-fast": "^3.0.2",
644
+ "semver": "^7.3.5",
645
+ "walk-up-path": "^3.0.1"
646
+ },
647
+ "engines": {
648
+ "node": "^16.14.0 || >=18.0.0"
649
+ }
650
+ },
651
+ "node_modules/npm/node_modules/@npmcli/fs": {
652
+ "version": "3.1.0",
653
+ "inBundle": true,
654
+ "license": "ISC",
655
+ "dependencies": {
656
+ "semver": "^7.3.5"
657
+ },
658
+ "engines": {
659
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
660
+ }
661
+ },
662
+ "node_modules/npm/node_modules/@npmcli/git": {
663
+ "version": "5.0.6",
664
+ "inBundle": true,
665
+ "license": "ISC",
666
+ "dependencies": {
667
+ "@npmcli/promise-spawn": "^7.0.0",
668
+ "lru-cache": "^10.0.1",
669
+ "npm-pick-manifest": "^9.0.0",
670
+ "proc-log": "^4.0.0",
671
+ "promise-inflight": "^1.0.1",
672
+ "promise-retry": "^2.0.1",
673
+ "semver": "^7.3.5",
674
+ "which": "^4.0.0"
675
+ },
676
+ "engines": {
677
+ "node": "^16.14.0 || >=18.0.0"
678
+ }
679
+ },
680
+ "node_modules/npm/node_modules/@npmcli/installed-package-contents": {
681
+ "version": "2.1.0",
682
+ "inBundle": true,
683
+ "license": "ISC",
684
+ "dependencies": {
685
+ "npm-bundled": "^3.0.0",
686
+ "npm-normalize-package-bin": "^3.0.0"
687
+ },
688
+ "bin": {
689
+ "installed-package-contents": "bin/index.js"
690
+ },
691
+ "engines": {
692
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
693
+ }
694
+ },
695
+ "node_modules/npm/node_modules/@npmcli/map-workspaces": {
696
+ "version": "3.0.6",
697
+ "inBundle": true,
698
+ "license": "ISC",
699
+ "dependencies": {
700
+ "@npmcli/name-from-folder": "^2.0.0",
701
+ "glob": "^10.2.2",
702
+ "minimatch": "^9.0.0",
703
+ "read-package-json-fast": "^3.0.0"
704
+ },
705
+ "engines": {
706
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
707
+ }
708
+ },
709
+ "node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
710
+ "version": "7.1.0",
711
+ "inBundle": true,
712
+ "license": "ISC",
713
+ "dependencies": {
714
+ "cacache": "^18.0.0",
715
+ "json-parse-even-better-errors": "^3.0.0",
716
+ "pacote": "^18.0.0",
717
+ "proc-log": "^4.1.0",
718
+ "semver": "^7.3.5"
719
+ },
720
+ "engines": {
721
+ "node": "^16.14.0 || >=18.0.0"
722
+ }
723
+ },
724
+ "node_modules/npm/node_modules/@npmcli/name-from-folder": {
725
+ "version": "2.0.0",
726
+ "inBundle": true,
727
+ "license": "ISC",
728
+ "engines": {
729
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
730
+ }
731
+ },
732
+ "node_modules/npm/node_modules/@npmcli/node-gyp": {
733
+ "version": "3.0.0",
734
+ "inBundle": true,
735
+ "license": "ISC",
736
+ "engines": {
737
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
738
+ }
739
+ },
740
+ "node_modules/npm/node_modules/@npmcli/package-json": {
741
+ "version": "5.1.0",
742
+ "inBundle": true,
743
+ "license": "ISC",
744
+ "dependencies": {
745
+ "@npmcli/git": "^5.0.0",
746
+ "glob": "^10.2.2",
747
+ "hosted-git-info": "^7.0.0",
748
+ "json-parse-even-better-errors": "^3.0.0",
749
+ "normalize-package-data": "^6.0.0",
750
+ "proc-log": "^4.0.0",
751
+ "semver": "^7.5.3"
752
+ },
753
+ "engines": {
754
+ "node": "^16.14.0 || >=18.0.0"
755
+ }
756
+ },
757
+ "node_modules/npm/node_modules/@npmcli/promise-spawn": {
758
+ "version": "7.0.1",
759
+ "inBundle": true,
760
+ "license": "ISC",
761
+ "dependencies": {
762
+ "which": "^4.0.0"
763
+ },
764
+ "engines": {
765
+ "node": "^16.14.0 || >=18.0.0"
766
+ }
767
+ },
768
+ "node_modules/npm/node_modules/@npmcli/query": {
769
+ "version": "3.1.0",
770
+ "inBundle": true,
771
+ "license": "ISC",
772
+ "dependencies": {
773
+ "postcss-selector-parser": "^6.0.10"
774
+ },
775
+ "engines": {
776
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
777
+ }
778
+ },
779
+ "node_modules/npm/node_modules/@npmcli/redact": {
780
+ "version": "1.1.0",
781
+ "inBundle": true,
782
+ "license": "ISC",
783
+ "engines": {
784
+ "node": "^16.14.0 || >=18.0.0"
785
+ }
786
+ },
787
+ "node_modules/npm/node_modules/@npmcli/run-script": {
788
+ "version": "8.0.0",
789
+ "inBundle": true,
790
+ "license": "ISC",
791
+ "dependencies": {
792
+ "@npmcli/node-gyp": "^3.0.0",
793
+ "@npmcli/package-json": "^5.0.0",
794
+ "@npmcli/promise-spawn": "^7.0.0",
795
+ "node-gyp": "^10.0.0",
796
+ "proc-log": "^4.0.0",
797
+ "which": "^4.0.0"
798
+ },
799
+ "engines": {
800
+ "node": "^16.14.0 || >=18.0.0"
801
+ }
802
+ },
803
+ "node_modules/npm/node_modules/@pkgjs/parseargs": {
804
+ "version": "0.11.0",
805
+ "inBundle": true,
806
+ "license": "MIT",
807
+ "optional": true,
808
+ "engines": {
809
+ "node": ">=14"
810
+ }
811
+ },
812
+ "node_modules/npm/node_modules/@sigstore/bundle": {
813
+ "version": "2.3.1",
814
+ "inBundle": true,
815
+ "license": "Apache-2.0",
816
+ "dependencies": {
817
+ "@sigstore/protobuf-specs": "^0.3.1"
818
+ },
819
+ "engines": {
820
+ "node": "^16.14.0 || >=18.0.0"
821
+ }
822
+ },
823
+ "node_modules/npm/node_modules/@sigstore/core": {
824
+ "version": "1.1.0",
825
+ "inBundle": true,
826
+ "license": "Apache-2.0",
827
+ "engines": {
828
+ "node": "^16.14.0 || >=18.0.0"
829
+ }
830
+ },
831
+ "node_modules/npm/node_modules/@sigstore/protobuf-specs": {
832
+ "version": "0.3.1",
833
+ "inBundle": true,
834
+ "license": "Apache-2.0",
835
+ "engines": {
836
+ "node": "^16.14.0 || >=18.0.0"
837
+ }
838
+ },
839
+ "node_modules/npm/node_modules/@sigstore/sign": {
840
+ "version": "2.3.0",
841
+ "inBundle": true,
842
+ "license": "Apache-2.0",
843
+ "dependencies": {
844
+ "@sigstore/bundle": "^2.3.0",
845
+ "@sigstore/core": "^1.0.0",
846
+ "@sigstore/protobuf-specs": "^0.3.1",
847
+ "make-fetch-happen": "^13.0.0"
848
+ },
849
+ "engines": {
850
+ "node": "^16.14.0 || >=18.0.0"
851
+ }
852
+ },
853
+ "node_modules/npm/node_modules/@sigstore/tuf": {
854
+ "version": "2.3.2",
855
+ "inBundle": true,
856
+ "license": "Apache-2.0",
857
+ "dependencies": {
858
+ "@sigstore/protobuf-specs": "^0.3.0",
859
+ "tuf-js": "^2.2.0"
860
+ },
861
+ "engines": {
862
+ "node": "^16.14.0 || >=18.0.0"
863
+ }
864
+ },
865
+ "node_modules/npm/node_modules/@sigstore/verify": {
866
+ "version": "1.2.0",
867
+ "inBundle": true,
868
+ "license": "Apache-2.0",
869
+ "dependencies": {
870
+ "@sigstore/bundle": "^2.3.1",
871
+ "@sigstore/core": "^1.1.0",
872
+ "@sigstore/protobuf-specs": "^0.3.1"
873
+ },
874
+ "engines": {
875
+ "node": "^16.14.0 || >=18.0.0"
876
+ }
877
+ },
878
+ "node_modules/npm/node_modules/@tufjs/canonical-json": {
879
+ "version": "2.0.0",
880
+ "inBundle": true,
881
+ "license": "MIT",
882
+ "engines": {
883
+ "node": "^16.14.0 || >=18.0.0"
884
+ }
885
+ },
886
+ "node_modules/npm/node_modules/@tufjs/models": {
887
+ "version": "2.0.0",
888
+ "inBundle": true,
889
+ "license": "MIT",
890
+ "dependencies": {
891
+ "@tufjs/canonical-json": "2.0.0",
892
+ "minimatch": "^9.0.3"
893
+ },
894
+ "engines": {
895
+ "node": "^16.14.0 || >=18.0.0"
896
+ }
897
+ },
898
+ "node_modules/npm/node_modules/abbrev": {
899
+ "version": "2.0.0",
900
+ "inBundle": true,
901
+ "license": "ISC",
902
+ "engines": {
903
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
904
+ }
905
+ },
906
+ "node_modules/npm/node_modules/agent-base": {
907
+ "version": "7.1.1",
908
+ "inBundle": true,
909
+ "license": "MIT",
910
+ "dependencies": {
911
+ "debug": "^4.3.4"
912
+ },
913
+ "engines": {
914
+ "node": ">= 14"
915
+ }
916
+ },
917
+ "node_modules/npm/node_modules/aggregate-error": {
918
+ "version": "3.1.0",
919
+ "inBundle": true,
920
+ "license": "MIT",
921
+ "dependencies": {
922
+ "clean-stack": "^2.0.0",
923
+ "indent-string": "^4.0.0"
924
+ },
925
+ "engines": {
926
+ "node": ">=8"
927
+ }
928
+ },
929
+ "node_modules/npm/node_modules/ansi-regex": {
930
+ "version": "5.0.1",
931
+ "inBundle": true,
932
+ "license": "MIT",
933
+ "engines": {
934
+ "node": ">=8"
935
+ }
936
+ },
937
+ "node_modules/npm/node_modules/ansi-styles": {
938
+ "version": "6.2.1",
939
+ "inBundle": true,
940
+ "license": "MIT",
941
+ "engines": {
942
+ "node": ">=12"
943
+ },
944
+ "funding": {
945
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
946
+ }
947
+ },
948
+ "node_modules/npm/node_modules/aproba": {
949
+ "version": "2.0.0",
950
+ "inBundle": true,
951
+ "license": "ISC"
952
+ },
953
+ "node_modules/npm/node_modules/archy": {
954
+ "version": "1.0.0",
955
+ "inBundle": true,
956
+ "license": "MIT"
957
+ },
958
+ "node_modules/npm/node_modules/balanced-match": {
959
+ "version": "1.0.2",
960
+ "inBundle": true,
961
+ "license": "MIT"
962
+ },
963
+ "node_modules/npm/node_modules/bin-links": {
964
+ "version": "4.0.3",
965
+ "inBundle": true,
966
+ "license": "ISC",
967
+ "dependencies": {
968
+ "cmd-shim": "^6.0.0",
969
+ "npm-normalize-package-bin": "^3.0.0",
970
+ "read-cmd-shim": "^4.0.0",
971
+ "write-file-atomic": "^5.0.0"
972
+ },
973
+ "engines": {
974
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
975
+ }
976
+ },
977
+ "node_modules/npm/node_modules/binary-extensions": {
978
+ "version": "2.3.0",
979
+ "inBundle": true,
980
+ "license": "MIT",
981
+ "engines": {
982
+ "node": ">=8"
983
+ },
984
+ "funding": {
985
+ "url": "https://github.com/sponsors/sindresorhus"
986
+ }
987
+ },
988
+ "node_modules/npm/node_modules/brace-expansion": {
989
+ "version": "2.0.1",
990
+ "inBundle": true,
991
+ "license": "MIT",
992
+ "dependencies": {
993
+ "balanced-match": "^1.0.0"
994
+ }
995
+ },
996
+ "node_modules/npm/node_modules/builtins": {
997
+ "version": "5.1.0",
998
+ "inBundle": true,
999
+ "license": "MIT",
1000
+ "dependencies": {
1001
+ "semver": "^7.0.0"
1002
+ }
1003
+ },
1004
+ "node_modules/npm/node_modules/cacache": {
1005
+ "version": "18.0.2",
1006
+ "inBundle": true,
1007
+ "license": "ISC",
1008
+ "dependencies": {
1009
+ "@npmcli/fs": "^3.1.0",
1010
+ "fs-minipass": "^3.0.0",
1011
+ "glob": "^10.2.2",
1012
+ "lru-cache": "^10.0.1",
1013
+ "minipass": "^7.0.3",
1014
+ "minipass-collect": "^2.0.1",
1015
+ "minipass-flush": "^1.0.5",
1016
+ "minipass-pipeline": "^1.2.4",
1017
+ "p-map": "^4.0.0",
1018
+ "ssri": "^10.0.0",
1019
+ "tar": "^6.1.11",
1020
+ "unique-filename": "^3.0.0"
1021
+ },
1022
+ "engines": {
1023
+ "node": "^16.14.0 || >=18.0.0"
1024
+ }
1025
+ },
1026
+ "node_modules/npm/node_modules/chalk": {
1027
+ "version": "5.3.0",
1028
+ "inBundle": true,
1029
+ "license": "MIT",
1030
+ "engines": {
1031
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
1032
+ },
1033
+ "funding": {
1034
+ "url": "https://github.com/chalk/chalk?sponsor=1"
1035
+ }
1036
+ },
1037
+ "node_modules/npm/node_modules/chownr": {
1038
+ "version": "2.0.0",
1039
+ "inBundle": true,
1040
+ "license": "ISC",
1041
+ "engines": {
1042
+ "node": ">=10"
1043
+ }
1044
+ },
1045
+ "node_modules/npm/node_modules/ci-info": {
1046
+ "version": "4.0.0",
1047
+ "funding": [
1048
+ {
1049
+ "type": "github",
1050
+ "url": "https://github.com/sponsors/sibiraj-s"
1051
+ }
1052
+ ],
1053
+ "inBundle": true,
1054
+ "license": "MIT",
1055
+ "engines": {
1056
+ "node": ">=8"
1057
+ }
1058
+ },
1059
+ "node_modules/npm/node_modules/cidr-regex": {
1060
+ "version": "4.0.5",
1061
+ "inBundle": true,
1062
+ "license": "BSD-2-Clause",
1063
+ "dependencies": {
1064
+ "ip-regex": "^5.0.0"
1065
+ },
1066
+ "engines": {
1067
+ "node": ">=14"
1068
+ }
1069
+ },
1070
+ "node_modules/npm/node_modules/clean-stack": {
1071
+ "version": "2.2.0",
1072
+ "inBundle": true,
1073
+ "license": "MIT",
1074
+ "engines": {
1075
+ "node": ">=6"
1076
+ }
1077
+ },
1078
+ "node_modules/npm/node_modules/cli-columns": {
1079
+ "version": "4.0.0",
1080
+ "inBundle": true,
1081
+ "license": "MIT",
1082
+ "dependencies": {
1083
+ "string-width": "^4.2.3",
1084
+ "strip-ansi": "^6.0.1"
1085
+ },
1086
+ "engines": {
1087
+ "node": ">= 10"
1088
+ }
1089
+ },
1090
+ "node_modules/npm/node_modules/cmd-shim": {
1091
+ "version": "6.0.2",
1092
+ "inBundle": true,
1093
+ "license": "ISC",
1094
+ "engines": {
1095
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1096
+ }
1097
+ },
1098
+ "node_modules/npm/node_modules/color-convert": {
1099
+ "version": "2.0.1",
1100
+ "inBundle": true,
1101
+ "license": "MIT",
1102
+ "dependencies": {
1103
+ "color-name": "~1.1.4"
1104
+ },
1105
+ "engines": {
1106
+ "node": ">=7.0.0"
1107
+ }
1108
+ },
1109
+ "node_modules/npm/node_modules/color-name": {
1110
+ "version": "1.1.4",
1111
+ "inBundle": true,
1112
+ "license": "MIT"
1113
+ },
1114
+ "node_modules/npm/node_modules/common-ancestor-path": {
1115
+ "version": "1.0.1",
1116
+ "inBundle": true,
1117
+ "license": "ISC"
1118
+ },
1119
+ "node_modules/npm/node_modules/cross-spawn": {
1120
+ "version": "7.0.3",
1121
+ "inBundle": true,
1122
+ "license": "MIT",
1123
+ "dependencies": {
1124
+ "path-key": "^3.1.0",
1125
+ "shebang-command": "^2.0.0",
1126
+ "which": "^2.0.1"
1127
+ },
1128
+ "engines": {
1129
+ "node": ">= 8"
1130
+ }
1131
+ },
1132
+ "node_modules/npm/node_modules/cross-spawn/node_modules/which": {
1133
+ "version": "2.0.2",
1134
+ "inBundle": true,
1135
+ "license": "ISC",
1136
+ "dependencies": {
1137
+ "isexe": "^2.0.0"
1138
+ },
1139
+ "bin": {
1140
+ "node-which": "bin/node-which"
1141
+ },
1142
+ "engines": {
1143
+ "node": ">= 8"
1144
+ }
1145
+ },
1146
+ "node_modules/npm/node_modules/cssesc": {
1147
+ "version": "3.0.0",
1148
+ "inBundle": true,
1149
+ "license": "MIT",
1150
+ "bin": {
1151
+ "cssesc": "bin/cssesc"
1152
+ },
1153
+ "engines": {
1154
+ "node": ">=4"
1155
+ }
1156
+ },
1157
+ "node_modules/npm/node_modules/debug": {
1158
+ "version": "4.3.4",
1159
+ "inBundle": true,
1160
+ "license": "MIT",
1161
+ "dependencies": {
1162
+ "ms": "2.1.2"
1163
+ },
1164
+ "engines": {
1165
+ "node": ">=6.0"
1166
+ },
1167
+ "peerDependenciesMeta": {
1168
+ "supports-color": {
1169
+ "optional": true
1170
+ }
1171
+ }
1172
+ },
1173
+ "node_modules/npm/node_modules/debug/node_modules/ms": {
1174
+ "version": "2.1.2",
1175
+ "inBundle": true,
1176
+ "license": "MIT"
1177
+ },
1178
+ "node_modules/npm/node_modules/diff": {
1179
+ "version": "5.2.0",
1180
+ "inBundle": true,
1181
+ "license": "BSD-3-Clause",
1182
+ "engines": {
1183
+ "node": ">=0.3.1"
1184
+ }
1185
+ },
1186
+ "node_modules/npm/node_modules/eastasianwidth": {
1187
+ "version": "0.2.0",
1188
+ "inBundle": true,
1189
+ "license": "MIT"
1190
+ },
1191
+ "node_modules/npm/node_modules/emoji-regex": {
1192
+ "version": "8.0.0",
1193
+ "inBundle": true,
1194
+ "license": "MIT"
1195
+ },
1196
+ "node_modules/npm/node_modules/encoding": {
1197
+ "version": "0.1.13",
1198
+ "inBundle": true,
1199
+ "license": "MIT",
1200
+ "optional": true,
1201
+ "dependencies": {
1202
+ "iconv-lite": "^0.6.2"
1203
+ }
1204
+ },
1205
+ "node_modules/npm/node_modules/env-paths": {
1206
+ "version": "2.2.1",
1207
+ "inBundle": true,
1208
+ "license": "MIT",
1209
+ "engines": {
1210
+ "node": ">=6"
1211
+ }
1212
+ },
1213
+ "node_modules/npm/node_modules/err-code": {
1214
+ "version": "2.0.3",
1215
+ "inBundle": true,
1216
+ "license": "MIT"
1217
+ },
1218
+ "node_modules/npm/node_modules/exponential-backoff": {
1219
+ "version": "3.1.1",
1220
+ "inBundle": true,
1221
+ "license": "Apache-2.0"
1222
+ },
1223
+ "node_modules/npm/node_modules/fastest-levenshtein": {
1224
+ "version": "1.0.16",
1225
+ "inBundle": true,
1226
+ "license": "MIT",
1227
+ "engines": {
1228
+ "node": ">= 4.9.1"
1229
+ }
1230
+ },
1231
+ "node_modules/npm/node_modules/foreground-child": {
1232
+ "version": "3.1.1",
1233
+ "inBundle": true,
1234
+ "license": "ISC",
1235
+ "dependencies": {
1236
+ "cross-spawn": "^7.0.0",
1237
+ "signal-exit": "^4.0.1"
1238
+ },
1239
+ "engines": {
1240
+ "node": ">=14"
1241
+ },
1242
+ "funding": {
1243
+ "url": "https://github.com/sponsors/isaacs"
1244
+ }
1245
+ },
1246
+ "node_modules/npm/node_modules/fs-minipass": {
1247
+ "version": "3.0.3",
1248
+ "inBundle": true,
1249
+ "license": "ISC",
1250
+ "dependencies": {
1251
+ "minipass": "^7.0.3"
1252
+ },
1253
+ "engines": {
1254
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1255
+ }
1256
+ },
1257
+ "node_modules/npm/node_modules/function-bind": {
1258
+ "version": "1.1.2",
1259
+ "inBundle": true,
1260
+ "license": "MIT",
1261
+ "funding": {
1262
+ "url": "https://github.com/sponsors/ljharb"
1263
+ }
1264
+ },
1265
+ "node_modules/npm/node_modules/glob": {
1266
+ "version": "10.3.12",
1267
+ "inBundle": true,
1268
+ "license": "ISC",
1269
+ "dependencies": {
1270
+ "foreground-child": "^3.1.0",
1271
+ "jackspeak": "^2.3.6",
1272
+ "minimatch": "^9.0.1",
1273
+ "minipass": "^7.0.4",
1274
+ "path-scurry": "^1.10.2"
1275
+ },
1276
+ "bin": {
1277
+ "glob": "dist/esm/bin.mjs"
1278
+ },
1279
+ "engines": {
1280
+ "node": ">=16 || 14 >=14.17"
1281
+ },
1282
+ "funding": {
1283
+ "url": "https://github.com/sponsors/isaacs"
1284
+ }
1285
+ },
1286
+ "node_modules/npm/node_modules/graceful-fs": {
1287
+ "version": "4.2.11",
1288
+ "inBundle": true,
1289
+ "license": "ISC"
1290
+ },
1291
+ "node_modules/npm/node_modules/hasown": {
1292
+ "version": "2.0.2",
1293
+ "inBundle": true,
1294
+ "license": "MIT",
1295
+ "dependencies": {
1296
+ "function-bind": "^1.1.2"
1297
+ },
1298
+ "engines": {
1299
+ "node": ">= 0.4"
1300
+ }
1301
+ },
1302
+ "node_modules/npm/node_modules/hosted-git-info": {
1303
+ "version": "7.0.1",
1304
+ "inBundle": true,
1305
+ "license": "ISC",
1306
+ "dependencies": {
1307
+ "lru-cache": "^10.0.1"
1308
+ },
1309
+ "engines": {
1310
+ "node": "^16.14.0 || >=18.0.0"
1311
+ }
1312
+ },
1313
+ "node_modules/npm/node_modules/http-cache-semantics": {
1314
+ "version": "4.1.1",
1315
+ "inBundle": true,
1316
+ "license": "BSD-2-Clause"
1317
+ },
1318
+ "node_modules/npm/node_modules/http-proxy-agent": {
1319
+ "version": "7.0.2",
1320
+ "inBundle": true,
1321
+ "license": "MIT",
1322
+ "dependencies": {
1323
+ "agent-base": "^7.1.0",
1324
+ "debug": "^4.3.4"
1325
+ },
1326
+ "engines": {
1327
+ "node": ">= 14"
1328
+ }
1329
+ },
1330
+ "node_modules/npm/node_modules/https-proxy-agent": {
1331
+ "version": "7.0.4",
1332
+ "inBundle": true,
1333
+ "license": "MIT",
1334
+ "dependencies": {
1335
+ "agent-base": "^7.0.2",
1336
+ "debug": "4"
1337
+ },
1338
+ "engines": {
1339
+ "node": ">= 14"
1340
+ }
1341
+ },
1342
+ "node_modules/npm/node_modules/iconv-lite": {
1343
+ "version": "0.6.3",
1344
+ "inBundle": true,
1345
+ "license": "MIT",
1346
+ "optional": true,
1347
+ "dependencies": {
1348
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
1349
+ },
1350
+ "engines": {
1351
+ "node": ">=0.10.0"
1352
+ }
1353
+ },
1354
+ "node_modules/npm/node_modules/ignore-walk": {
1355
+ "version": "6.0.4",
1356
+ "inBundle": true,
1357
+ "license": "ISC",
1358
+ "dependencies": {
1359
+ "minimatch": "^9.0.0"
1360
+ },
1361
+ "engines": {
1362
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1363
+ }
1364
+ },
1365
+ "node_modules/npm/node_modules/imurmurhash": {
1366
+ "version": "0.1.4",
1367
+ "inBundle": true,
1368
+ "license": "MIT",
1369
+ "engines": {
1370
+ "node": ">=0.8.19"
1371
+ }
1372
+ },
1373
+ "node_modules/npm/node_modules/indent-string": {
1374
+ "version": "4.0.0",
1375
+ "inBundle": true,
1376
+ "license": "MIT",
1377
+ "engines": {
1378
+ "node": ">=8"
1379
+ }
1380
+ },
1381
+ "node_modules/npm/node_modules/ini": {
1382
+ "version": "4.1.2",
1383
+ "inBundle": true,
1384
+ "license": "ISC",
1385
+ "engines": {
1386
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1387
+ }
1388
+ },
1389
+ "node_modules/npm/node_modules/init-package-json": {
1390
+ "version": "6.0.2",
1391
+ "inBundle": true,
1392
+ "license": "ISC",
1393
+ "dependencies": {
1394
+ "@npmcli/package-json": "^5.0.0",
1395
+ "npm-package-arg": "^11.0.0",
1396
+ "promzard": "^1.0.0",
1397
+ "read": "^3.0.1",
1398
+ "semver": "^7.3.5",
1399
+ "validate-npm-package-license": "^3.0.4",
1400
+ "validate-npm-package-name": "^5.0.0"
1401
+ },
1402
+ "engines": {
1403
+ "node": "^16.14.0 || >=18.0.0"
1404
+ }
1405
+ },
1406
+ "node_modules/npm/node_modules/ip-address": {
1407
+ "version": "9.0.5",
1408
+ "inBundle": true,
1409
+ "license": "MIT",
1410
+ "dependencies": {
1411
+ "jsbn": "1.1.0",
1412
+ "sprintf-js": "^1.1.3"
1413
+ },
1414
+ "engines": {
1415
+ "node": ">= 12"
1416
+ }
1417
+ },
1418
+ "node_modules/npm/node_modules/ip-address/node_modules/sprintf-js": {
1419
+ "version": "1.1.3",
1420
+ "inBundle": true,
1421
+ "license": "BSD-3-Clause"
1422
+ },
1423
+ "node_modules/npm/node_modules/ip-regex": {
1424
+ "version": "5.0.0",
1425
+ "inBundle": true,
1426
+ "license": "MIT",
1427
+ "engines": {
1428
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1429
+ },
1430
+ "funding": {
1431
+ "url": "https://github.com/sponsors/sindresorhus"
1432
+ }
1433
+ },
1434
+ "node_modules/npm/node_modules/is-cidr": {
1435
+ "version": "5.0.5",
1436
+ "inBundle": true,
1437
+ "license": "BSD-2-Clause",
1438
+ "dependencies": {
1439
+ "cidr-regex": "^4.0.4"
1440
+ },
1441
+ "engines": {
1442
+ "node": ">=14"
1443
+ }
1444
+ },
1445
+ "node_modules/npm/node_modules/is-core-module": {
1446
+ "version": "2.13.1",
1447
+ "inBundle": true,
1448
+ "license": "MIT",
1449
+ "dependencies": {
1450
+ "hasown": "^2.0.0"
1451
+ },
1452
+ "funding": {
1453
+ "url": "https://github.com/sponsors/ljharb"
1454
+ }
1455
+ },
1456
+ "node_modules/npm/node_modules/is-fullwidth-code-point": {
1457
+ "version": "3.0.0",
1458
+ "inBundle": true,
1459
+ "license": "MIT",
1460
+ "engines": {
1461
+ "node": ">=8"
1462
+ }
1463
+ },
1464
+ "node_modules/npm/node_modules/is-lambda": {
1465
+ "version": "1.0.1",
1466
+ "inBundle": true,
1467
+ "license": "MIT"
1468
+ },
1469
+ "node_modules/npm/node_modules/isexe": {
1470
+ "version": "2.0.0",
1471
+ "inBundle": true,
1472
+ "license": "ISC"
1473
+ },
1474
+ "node_modules/npm/node_modules/jackspeak": {
1475
+ "version": "2.3.6",
1476
+ "inBundle": true,
1477
+ "license": "BlueOak-1.0.0",
1478
+ "dependencies": {
1479
+ "@isaacs/cliui": "^8.0.2"
1480
+ },
1481
+ "engines": {
1482
+ "node": ">=14"
1483
+ },
1484
+ "funding": {
1485
+ "url": "https://github.com/sponsors/isaacs"
1486
+ },
1487
+ "optionalDependencies": {
1488
+ "@pkgjs/parseargs": "^0.11.0"
1489
+ }
1490
+ },
1491
+ "node_modules/npm/node_modules/jsbn": {
1492
+ "version": "1.1.0",
1493
+ "inBundle": true,
1494
+ "license": "MIT"
1495
+ },
1496
+ "node_modules/npm/node_modules/json-parse-even-better-errors": {
1497
+ "version": "3.0.1",
1498
+ "inBundle": true,
1499
+ "license": "MIT",
1500
+ "engines": {
1501
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1502
+ }
1503
+ },
1504
+ "node_modules/npm/node_modules/json-stringify-nice": {
1505
+ "version": "1.1.4",
1506
+ "inBundle": true,
1507
+ "license": "ISC",
1508
+ "funding": {
1509
+ "url": "https://github.com/sponsors/isaacs"
1510
+ }
1511
+ },
1512
+ "node_modules/npm/node_modules/jsonparse": {
1513
+ "version": "1.3.1",
1514
+ "engines": [
1515
+ "node >= 0.2.0"
1516
+ ],
1517
+ "inBundle": true,
1518
+ "license": "MIT"
1519
+ },
1520
+ "node_modules/npm/node_modules/just-diff": {
1521
+ "version": "6.0.2",
1522
+ "inBundle": true,
1523
+ "license": "MIT"
1524
+ },
1525
+ "node_modules/npm/node_modules/just-diff-apply": {
1526
+ "version": "5.5.0",
1527
+ "inBundle": true,
1528
+ "license": "MIT"
1529
+ },
1530
+ "node_modules/npm/node_modules/libnpmaccess": {
1531
+ "version": "8.0.4",
1532
+ "inBundle": true,
1533
+ "license": "ISC",
1534
+ "dependencies": {
1535
+ "npm-package-arg": "^11.0.2",
1536
+ "npm-registry-fetch": "^16.2.1"
1537
+ },
1538
+ "engines": {
1539
+ "node": "^16.14.0 || >=18.0.0"
1540
+ }
1541
+ },
1542
+ "node_modules/npm/node_modules/libnpmdiff": {
1543
+ "version": "6.1.0",
1544
+ "inBundle": true,
1545
+ "license": "ISC",
1546
+ "dependencies": {
1547
+ "@npmcli/arborist": "^7.2.1",
1548
+ "@npmcli/installed-package-contents": "^2.1.0",
1549
+ "binary-extensions": "^2.3.0",
1550
+ "diff": "^5.1.0",
1551
+ "minimatch": "^9.0.4",
1552
+ "npm-package-arg": "^11.0.2",
1553
+ "pacote": "^18.0.1",
1554
+ "tar": "^6.2.1"
1555
+ },
1556
+ "engines": {
1557
+ "node": "^16.14.0 || >=18.0.0"
1558
+ }
1559
+ },
1560
+ "node_modules/npm/node_modules/libnpmexec": {
1561
+ "version": "8.0.0",
1562
+ "inBundle": true,
1563
+ "license": "ISC",
1564
+ "dependencies": {
1565
+ "@npmcli/arborist": "^7.2.1",
1566
+ "@npmcli/run-script": "^8.0.0",
1567
+ "ci-info": "^4.0.0",
1568
+ "npm-package-arg": "^11.0.2",
1569
+ "pacote": "^18.0.1",
1570
+ "proc-log": "^4.2.0",
1571
+ "read": "^3.0.1",
1572
+ "read-package-json-fast": "^3.0.2",
1573
+ "semver": "^7.3.7",
1574
+ "walk-up-path": "^3.0.1"
1575
+ },
1576
+ "engines": {
1577
+ "node": "^16.14.0 || >=18.0.0"
1578
+ }
1579
+ },
1580
+ "node_modules/npm/node_modules/libnpmfund": {
1581
+ "version": "5.0.8",
1582
+ "inBundle": true,
1583
+ "license": "ISC",
1584
+ "dependencies": {
1585
+ "@npmcli/arborist": "^7.2.1"
1586
+ },
1587
+ "engines": {
1588
+ "node": "^16.14.0 || >=18.0.0"
1589
+ }
1590
+ },
1591
+ "node_modules/npm/node_modules/libnpmhook": {
1592
+ "version": "10.0.3",
1593
+ "inBundle": true,
1594
+ "license": "ISC",
1595
+ "dependencies": {
1596
+ "aproba": "^2.0.0",
1597
+ "npm-registry-fetch": "^16.2.1"
1598
+ },
1599
+ "engines": {
1600
+ "node": "^16.14.0 || >=18.0.0"
1601
+ }
1602
+ },
1603
+ "node_modules/npm/node_modules/libnpmorg": {
1604
+ "version": "6.0.4",
1605
+ "inBundle": true,
1606
+ "license": "ISC",
1607
+ "dependencies": {
1608
+ "aproba": "^2.0.0",
1609
+ "npm-registry-fetch": "^16.2.1"
1610
+ },
1611
+ "engines": {
1612
+ "node": "^16.14.0 || >=18.0.0"
1613
+ }
1614
+ },
1615
+ "node_modules/npm/node_modules/libnpmpack": {
1616
+ "version": "7.0.0",
1617
+ "inBundle": true,
1618
+ "license": "ISC",
1619
+ "dependencies": {
1620
+ "@npmcli/arborist": "^7.2.1",
1621
+ "@npmcli/run-script": "^8.0.0",
1622
+ "npm-package-arg": "^11.0.2",
1623
+ "pacote": "^18.0.1"
1624
+ },
1625
+ "engines": {
1626
+ "node": "^16.14.0 || >=18.0.0"
1627
+ }
1628
+ },
1629
+ "node_modules/npm/node_modules/libnpmpublish": {
1630
+ "version": "9.0.6",
1631
+ "inBundle": true,
1632
+ "license": "ISC",
1633
+ "dependencies": {
1634
+ "ci-info": "^4.0.0",
1635
+ "normalize-package-data": "^6.0.0",
1636
+ "npm-package-arg": "^11.0.2",
1637
+ "npm-registry-fetch": "^16.2.1",
1638
+ "proc-log": "^4.2.0",
1639
+ "semver": "^7.3.7",
1640
+ "sigstore": "^2.2.0",
1641
+ "ssri": "^10.0.5"
1642
+ },
1643
+ "engines": {
1644
+ "node": "^16.14.0 || >=18.0.0"
1645
+ }
1646
+ },
1647
+ "node_modules/npm/node_modules/libnpmsearch": {
1648
+ "version": "7.0.3",
1649
+ "inBundle": true,
1650
+ "license": "ISC",
1651
+ "dependencies": {
1652
+ "npm-registry-fetch": "^16.2.1"
1653
+ },
1654
+ "engines": {
1655
+ "node": "^16.14.0 || >=18.0.0"
1656
+ }
1657
+ },
1658
+ "node_modules/npm/node_modules/libnpmteam": {
1659
+ "version": "6.0.3",
1660
+ "inBundle": true,
1661
+ "license": "ISC",
1662
+ "dependencies": {
1663
+ "aproba": "^2.0.0",
1664
+ "npm-registry-fetch": "^16.2.1"
1665
+ },
1666
+ "engines": {
1667
+ "node": "^16.14.0 || >=18.0.0"
1668
+ }
1669
+ },
1670
+ "node_modules/npm/node_modules/libnpmversion": {
1671
+ "version": "6.0.0",
1672
+ "inBundle": true,
1673
+ "license": "ISC",
1674
+ "dependencies": {
1675
+ "@npmcli/git": "^5.0.6",
1676
+ "@npmcli/run-script": "^8.0.0",
1677
+ "json-parse-even-better-errors": "^3.0.0",
1678
+ "proc-log": "^4.2.0",
1679
+ "semver": "^7.3.7"
1680
+ },
1681
+ "engines": {
1682
+ "node": "^16.14.0 || >=18.0.0"
1683
+ }
1684
+ },
1685
+ "node_modules/npm/node_modules/lru-cache": {
1686
+ "version": "10.2.0",
1687
+ "inBundle": true,
1688
+ "license": "ISC",
1689
+ "engines": {
1690
+ "node": "14 || >=16.14"
1691
+ }
1692
+ },
1693
+ "node_modules/npm/node_modules/make-fetch-happen": {
1694
+ "version": "13.0.0",
1695
+ "inBundle": true,
1696
+ "license": "ISC",
1697
+ "dependencies": {
1698
+ "@npmcli/agent": "^2.0.0",
1699
+ "cacache": "^18.0.0",
1700
+ "http-cache-semantics": "^4.1.1",
1701
+ "is-lambda": "^1.0.1",
1702
+ "minipass": "^7.0.2",
1703
+ "minipass-fetch": "^3.0.0",
1704
+ "minipass-flush": "^1.0.5",
1705
+ "minipass-pipeline": "^1.2.4",
1706
+ "negotiator": "^0.6.3",
1707
+ "promise-retry": "^2.0.1",
1708
+ "ssri": "^10.0.0"
1709
+ },
1710
+ "engines": {
1711
+ "node": "^16.14.0 || >=18.0.0"
1712
+ }
1713
+ },
1714
+ "node_modules/npm/node_modules/minimatch": {
1715
+ "version": "9.0.4",
1716
+ "inBundle": true,
1717
+ "license": "ISC",
1718
+ "dependencies": {
1719
+ "brace-expansion": "^2.0.1"
1720
+ },
1721
+ "engines": {
1722
+ "node": ">=16 || 14 >=14.17"
1723
+ },
1724
+ "funding": {
1725
+ "url": "https://github.com/sponsors/isaacs"
1726
+ }
1727
+ },
1728
+ "node_modules/npm/node_modules/minipass": {
1729
+ "version": "7.0.4",
1730
+ "inBundle": true,
1731
+ "license": "ISC",
1732
+ "engines": {
1733
+ "node": ">=16 || 14 >=14.17"
1734
+ }
1735
+ },
1736
+ "node_modules/npm/node_modules/minipass-collect": {
1737
+ "version": "2.0.1",
1738
+ "inBundle": true,
1739
+ "license": "ISC",
1740
+ "dependencies": {
1741
+ "minipass": "^7.0.3"
1742
+ },
1743
+ "engines": {
1744
+ "node": ">=16 || 14 >=14.17"
1745
+ }
1746
+ },
1747
+ "node_modules/npm/node_modules/minipass-fetch": {
1748
+ "version": "3.0.4",
1749
+ "inBundle": true,
1750
+ "license": "MIT",
1751
+ "dependencies": {
1752
+ "minipass": "^7.0.3",
1753
+ "minipass-sized": "^1.0.3",
1754
+ "minizlib": "^2.1.2"
1755
+ },
1756
+ "engines": {
1757
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1758
+ },
1759
+ "optionalDependencies": {
1760
+ "encoding": "^0.1.13"
1761
+ }
1762
+ },
1763
+ "node_modules/npm/node_modules/minipass-flush": {
1764
+ "version": "1.0.5",
1765
+ "inBundle": true,
1766
+ "license": "ISC",
1767
+ "dependencies": {
1768
+ "minipass": "^3.0.0"
1769
+ },
1770
+ "engines": {
1771
+ "node": ">= 8"
1772
+ }
1773
+ },
1774
+ "node_modules/npm/node_modules/minipass-flush/node_modules/minipass": {
1775
+ "version": "3.3.6",
1776
+ "inBundle": true,
1777
+ "license": "ISC",
1778
+ "dependencies": {
1779
+ "yallist": "^4.0.0"
1780
+ },
1781
+ "engines": {
1782
+ "node": ">=8"
1783
+ }
1784
+ },
1785
+ "node_modules/npm/node_modules/minipass-json-stream": {
1786
+ "version": "1.0.1",
1787
+ "inBundle": true,
1788
+ "license": "MIT",
1789
+ "dependencies": {
1790
+ "jsonparse": "^1.3.1",
1791
+ "minipass": "^3.0.0"
1792
+ }
1793
+ },
1794
+ "node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass": {
1795
+ "version": "3.3.6",
1796
+ "inBundle": true,
1797
+ "license": "ISC",
1798
+ "dependencies": {
1799
+ "yallist": "^4.0.0"
1800
+ },
1801
+ "engines": {
1802
+ "node": ">=8"
1803
+ }
1804
+ },
1805
+ "node_modules/npm/node_modules/minipass-pipeline": {
1806
+ "version": "1.2.4",
1807
+ "inBundle": true,
1808
+ "license": "ISC",
1809
+ "dependencies": {
1810
+ "minipass": "^3.0.0"
1811
+ },
1812
+ "engines": {
1813
+ "node": ">=8"
1814
+ }
1815
+ },
1816
+ "node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass": {
1817
+ "version": "3.3.6",
1818
+ "inBundle": true,
1819
+ "license": "ISC",
1820
+ "dependencies": {
1821
+ "yallist": "^4.0.0"
1822
+ },
1823
+ "engines": {
1824
+ "node": ">=8"
1825
+ }
1826
+ },
1827
+ "node_modules/npm/node_modules/minipass-sized": {
1828
+ "version": "1.0.3",
1829
+ "inBundle": true,
1830
+ "license": "ISC",
1831
+ "dependencies": {
1832
+ "minipass": "^3.0.0"
1833
+ },
1834
+ "engines": {
1835
+ "node": ">=8"
1836
+ }
1837
+ },
1838
+ "node_modules/npm/node_modules/minipass-sized/node_modules/minipass": {
1839
+ "version": "3.3.6",
1840
+ "inBundle": true,
1841
+ "license": "ISC",
1842
+ "dependencies": {
1843
+ "yallist": "^4.0.0"
1844
+ },
1845
+ "engines": {
1846
+ "node": ">=8"
1847
+ }
1848
+ },
1849
+ "node_modules/npm/node_modules/minizlib": {
1850
+ "version": "2.1.2",
1851
+ "inBundle": true,
1852
+ "license": "MIT",
1853
+ "dependencies": {
1854
+ "minipass": "^3.0.0",
1855
+ "yallist": "^4.0.0"
1856
+ },
1857
+ "engines": {
1858
+ "node": ">= 8"
1859
+ }
1860
+ },
1861
+ "node_modules/npm/node_modules/minizlib/node_modules/minipass": {
1862
+ "version": "3.3.6",
1863
+ "inBundle": true,
1864
+ "license": "ISC",
1865
+ "dependencies": {
1866
+ "yallist": "^4.0.0"
1867
+ },
1868
+ "engines": {
1869
+ "node": ">=8"
1870
+ }
1871
+ },
1872
+ "node_modules/npm/node_modules/mkdirp": {
1873
+ "version": "1.0.4",
1874
+ "inBundle": true,
1875
+ "license": "MIT",
1876
+ "bin": {
1877
+ "mkdirp": "bin/cmd.js"
1878
+ },
1879
+ "engines": {
1880
+ "node": ">=10"
1881
+ }
1882
+ },
1883
+ "node_modules/npm/node_modules/ms": {
1884
+ "version": "2.1.3",
1885
+ "inBundle": true,
1886
+ "license": "MIT"
1887
+ },
1888
+ "node_modules/npm/node_modules/mute-stream": {
1889
+ "version": "1.0.0",
1890
+ "inBundle": true,
1891
+ "license": "ISC",
1892
+ "engines": {
1893
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1894
+ }
1895
+ },
1896
+ "node_modules/npm/node_modules/negotiator": {
1897
+ "version": "0.6.3",
1898
+ "inBundle": true,
1899
+ "license": "MIT",
1900
+ "engines": {
1901
+ "node": ">= 0.6"
1902
+ }
1903
+ },
1904
+ "node_modules/npm/node_modules/node-gyp": {
1905
+ "version": "10.1.0",
1906
+ "inBundle": true,
1907
+ "license": "MIT",
1908
+ "dependencies": {
1909
+ "env-paths": "^2.2.0",
1910
+ "exponential-backoff": "^3.1.1",
1911
+ "glob": "^10.3.10",
1912
+ "graceful-fs": "^4.2.6",
1913
+ "make-fetch-happen": "^13.0.0",
1914
+ "nopt": "^7.0.0",
1915
+ "proc-log": "^3.0.0",
1916
+ "semver": "^7.3.5",
1917
+ "tar": "^6.1.2",
1918
+ "which": "^4.0.0"
1919
+ },
1920
+ "bin": {
1921
+ "node-gyp": "bin/node-gyp.js"
1922
+ },
1923
+ "engines": {
1924
+ "node": "^16.14.0 || >=18.0.0"
1925
+ }
1926
+ },
1927
+ "node_modules/npm/node_modules/node-gyp/node_modules/proc-log": {
1928
+ "version": "3.0.0",
1929
+ "inBundle": true,
1930
+ "license": "ISC",
1931
+ "engines": {
1932
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1933
+ }
1934
+ },
1935
+ "node_modules/npm/node_modules/nopt": {
1936
+ "version": "7.2.0",
1937
+ "inBundle": true,
1938
+ "license": "ISC",
1939
+ "dependencies": {
1940
+ "abbrev": "^2.0.0"
1941
+ },
1942
+ "bin": {
1943
+ "nopt": "bin/nopt.js"
1944
+ },
1945
+ "engines": {
1946
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1947
+ }
1948
+ },
1949
+ "node_modules/npm/node_modules/normalize-package-data": {
1950
+ "version": "6.0.0",
1951
+ "inBundle": true,
1952
+ "license": "BSD-2-Clause",
1953
+ "dependencies": {
1954
+ "hosted-git-info": "^7.0.0",
1955
+ "is-core-module": "^2.8.1",
1956
+ "semver": "^7.3.5",
1957
+ "validate-npm-package-license": "^3.0.4"
1958
+ },
1959
+ "engines": {
1960
+ "node": "^16.14.0 || >=18.0.0"
1961
+ }
1962
+ },
1963
+ "node_modules/npm/node_modules/npm-audit-report": {
1964
+ "version": "5.0.0",
1965
+ "inBundle": true,
1966
+ "license": "ISC",
1967
+ "engines": {
1968
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1969
+ }
1970
+ },
1971
+ "node_modules/npm/node_modules/npm-bundled": {
1972
+ "version": "3.0.0",
1973
+ "inBundle": true,
1974
+ "license": "ISC",
1975
+ "dependencies": {
1976
+ "npm-normalize-package-bin": "^3.0.0"
1977
+ },
1978
+ "engines": {
1979
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1980
+ }
1981
+ },
1982
+ "node_modules/npm/node_modules/npm-install-checks": {
1983
+ "version": "6.3.0",
1984
+ "inBundle": true,
1985
+ "license": "BSD-2-Clause",
1986
+ "dependencies": {
1987
+ "semver": "^7.1.1"
1988
+ },
1989
+ "engines": {
1990
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1991
+ }
1992
+ },
1993
+ "node_modules/npm/node_modules/npm-normalize-package-bin": {
1994
+ "version": "3.0.1",
1995
+ "inBundle": true,
1996
+ "license": "ISC",
1997
+ "engines": {
1998
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1999
+ }
2000
+ },
2001
+ "node_modules/npm/node_modules/npm-package-arg": {
2002
+ "version": "11.0.2",
2003
+ "inBundle": true,
2004
+ "license": "ISC",
2005
+ "dependencies": {
2006
+ "hosted-git-info": "^7.0.0",
2007
+ "proc-log": "^4.0.0",
2008
+ "semver": "^7.3.5",
2009
+ "validate-npm-package-name": "^5.0.0"
2010
+ },
2011
+ "engines": {
2012
+ "node": "^16.14.0 || >=18.0.0"
2013
+ }
2014
+ },
2015
+ "node_modules/npm/node_modules/npm-packlist": {
2016
+ "version": "8.0.2",
2017
+ "inBundle": true,
2018
+ "license": "ISC",
2019
+ "dependencies": {
2020
+ "ignore-walk": "^6.0.4"
2021
+ },
2022
+ "engines": {
2023
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2024
+ }
2025
+ },
2026
+ "node_modules/npm/node_modules/npm-pick-manifest": {
2027
+ "version": "9.0.0",
2028
+ "inBundle": true,
2029
+ "license": "ISC",
2030
+ "dependencies": {
2031
+ "npm-install-checks": "^6.0.0",
2032
+ "npm-normalize-package-bin": "^3.0.0",
2033
+ "npm-package-arg": "^11.0.0",
2034
+ "semver": "^7.3.5"
2035
+ },
2036
+ "engines": {
2037
+ "node": "^16.14.0 || >=18.0.0"
2038
+ }
2039
+ },
2040
+ "node_modules/npm/node_modules/npm-profile": {
2041
+ "version": "9.0.1",
2042
+ "inBundle": true,
2043
+ "license": "ISC",
2044
+ "dependencies": {
2045
+ "npm-registry-fetch": "^16.0.0",
2046
+ "proc-log": "^4.0.0"
2047
+ },
2048
+ "engines": {
2049
+ "node": "^16.14.0 || >=18.0.0"
2050
+ }
2051
+ },
2052
+ "node_modules/npm/node_modules/npm-registry-fetch": {
2053
+ "version": "16.2.1",
2054
+ "inBundle": true,
2055
+ "license": "ISC",
2056
+ "dependencies": {
2057
+ "@npmcli/redact": "^1.1.0",
2058
+ "make-fetch-happen": "^13.0.0",
2059
+ "minipass": "^7.0.2",
2060
+ "minipass-fetch": "^3.0.0",
2061
+ "minipass-json-stream": "^1.0.1",
2062
+ "minizlib": "^2.1.2",
2063
+ "npm-package-arg": "^11.0.0",
2064
+ "proc-log": "^4.0.0"
2065
+ },
2066
+ "engines": {
2067
+ "node": "^16.14.0 || >=18.0.0"
2068
+ }
2069
+ },
2070
+ "node_modules/npm/node_modules/npm-user-validate": {
2071
+ "version": "2.0.0",
2072
+ "inBundle": true,
2073
+ "license": "BSD-2-Clause",
2074
+ "engines": {
2075
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2076
+ }
2077
+ },
2078
+ "node_modules/npm/node_modules/p-map": {
2079
+ "version": "4.0.0",
2080
+ "inBundle": true,
2081
+ "license": "MIT",
2082
+ "dependencies": {
2083
+ "aggregate-error": "^3.0.0"
2084
+ },
2085
+ "engines": {
2086
+ "node": ">=10"
2087
+ },
2088
+ "funding": {
2089
+ "url": "https://github.com/sponsors/sindresorhus"
2090
+ }
2091
+ },
2092
+ "node_modules/npm/node_modules/pacote": {
2093
+ "version": "18.0.2",
2094
+ "inBundle": true,
2095
+ "license": "ISC",
2096
+ "dependencies": {
2097
+ "@npmcli/git": "^5.0.0",
2098
+ "@npmcli/installed-package-contents": "^2.0.1",
2099
+ "@npmcli/package-json": "^5.1.0",
2100
+ "@npmcli/promise-spawn": "^7.0.0",
2101
+ "@npmcli/run-script": "^8.0.0",
2102
+ "cacache": "^18.0.0",
2103
+ "fs-minipass": "^3.0.0",
2104
+ "minipass": "^7.0.2",
2105
+ "npm-package-arg": "^11.0.0",
2106
+ "npm-packlist": "^8.0.0",
2107
+ "npm-pick-manifest": "^9.0.0",
2108
+ "npm-registry-fetch": "^16.0.0",
2109
+ "proc-log": "^4.0.0",
2110
+ "promise-retry": "^2.0.1",
2111
+ "sigstore": "^2.2.0",
2112
+ "ssri": "^10.0.0",
2113
+ "tar": "^6.1.11"
2114
+ },
2115
+ "bin": {
2116
+ "pacote": "lib/bin.js"
2117
+ },
2118
+ "engines": {
2119
+ "node": "^16.14.0 || >=18.0.0"
2120
+ }
2121
+ },
2122
+ "node_modules/npm/node_modules/parse-conflict-json": {
2123
+ "version": "3.0.1",
2124
+ "inBundle": true,
2125
+ "license": "ISC",
2126
+ "dependencies": {
2127
+ "json-parse-even-better-errors": "^3.0.0",
2128
+ "just-diff": "^6.0.0",
2129
+ "just-diff-apply": "^5.2.0"
2130
+ },
2131
+ "engines": {
2132
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2133
+ }
2134
+ },
2135
+ "node_modules/npm/node_modules/path-key": {
2136
+ "version": "3.1.1",
2137
+ "inBundle": true,
2138
+ "license": "MIT",
2139
+ "engines": {
2140
+ "node": ">=8"
2141
+ }
2142
+ },
2143
+ "node_modules/npm/node_modules/path-scurry": {
2144
+ "version": "1.10.2",
2145
+ "inBundle": true,
2146
+ "license": "BlueOak-1.0.0",
2147
+ "dependencies": {
2148
+ "lru-cache": "^10.2.0",
2149
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
2150
+ },
2151
+ "engines": {
2152
+ "node": ">=16 || 14 >=14.17"
2153
+ },
2154
+ "funding": {
2155
+ "url": "https://github.com/sponsors/isaacs"
2156
+ }
2157
+ },
2158
+ "node_modules/npm/node_modules/postcss-selector-parser": {
2159
+ "version": "6.0.16",
2160
+ "inBundle": true,
2161
+ "license": "MIT",
2162
+ "dependencies": {
2163
+ "cssesc": "^3.0.0",
2164
+ "util-deprecate": "^1.0.2"
2165
+ },
2166
+ "engines": {
2167
+ "node": ">=4"
2168
+ }
2169
+ },
2170
+ "node_modules/npm/node_modules/proc-log": {
2171
+ "version": "4.2.0",
2172
+ "inBundle": true,
2173
+ "license": "ISC",
2174
+ "engines": {
2175
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2176
+ }
2177
+ },
2178
+ "node_modules/npm/node_modules/proggy": {
2179
+ "version": "2.0.0",
2180
+ "inBundle": true,
2181
+ "license": "ISC",
2182
+ "engines": {
2183
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2184
+ }
2185
+ },
2186
+ "node_modules/npm/node_modules/promise-all-reject-late": {
2187
+ "version": "1.0.1",
2188
+ "inBundle": true,
2189
+ "license": "ISC",
2190
+ "funding": {
2191
+ "url": "https://github.com/sponsors/isaacs"
2192
+ }
2193
+ },
2194
+ "node_modules/npm/node_modules/promise-call-limit": {
2195
+ "version": "3.0.1",
2196
+ "inBundle": true,
2197
+ "license": "ISC",
2198
+ "funding": {
2199
+ "url": "https://github.com/sponsors/isaacs"
2200
+ }
2201
+ },
2202
+ "node_modules/npm/node_modules/promise-inflight": {
2203
+ "version": "1.0.1",
2204
+ "inBundle": true,
2205
+ "license": "ISC"
2206
+ },
2207
+ "node_modules/npm/node_modules/promise-retry": {
2208
+ "version": "2.0.1",
2209
+ "inBundle": true,
2210
+ "license": "MIT",
2211
+ "dependencies": {
2212
+ "err-code": "^2.0.2",
2213
+ "retry": "^0.12.0"
2214
+ },
2215
+ "engines": {
2216
+ "node": ">=10"
2217
+ }
2218
+ },
2219
+ "node_modules/npm/node_modules/promzard": {
2220
+ "version": "1.0.1",
2221
+ "inBundle": true,
2222
+ "license": "ISC",
2223
+ "dependencies": {
2224
+ "read": "^3.0.1"
2225
+ },
2226
+ "engines": {
2227
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2228
+ }
2229
+ },
2230
+ "node_modules/npm/node_modules/qrcode-terminal": {
2231
+ "version": "0.12.0",
2232
+ "inBundle": true,
2233
+ "bin": {
2234
+ "qrcode-terminal": "bin/qrcode-terminal.js"
2235
+ }
2236
+ },
2237
+ "node_modules/npm/node_modules/read": {
2238
+ "version": "3.0.1",
2239
+ "inBundle": true,
2240
+ "license": "ISC",
2241
+ "dependencies": {
2242
+ "mute-stream": "^1.0.0"
2243
+ },
2244
+ "engines": {
2245
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2246
+ }
2247
+ },
2248
+ "node_modules/npm/node_modules/read-cmd-shim": {
2249
+ "version": "4.0.0",
2250
+ "inBundle": true,
2251
+ "license": "ISC",
2252
+ "engines": {
2253
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2254
+ }
2255
+ },
2256
+ "node_modules/npm/node_modules/read-package-json-fast": {
2257
+ "version": "3.0.2",
2258
+ "inBundle": true,
2259
+ "license": "ISC",
2260
+ "dependencies": {
2261
+ "json-parse-even-better-errors": "^3.0.0",
2262
+ "npm-normalize-package-bin": "^3.0.0"
2263
+ },
2264
+ "engines": {
2265
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2266
+ }
2267
+ },
2268
+ "node_modules/npm/node_modules/retry": {
2269
+ "version": "0.12.0",
2270
+ "inBundle": true,
2271
+ "license": "MIT",
2272
+ "engines": {
2273
+ "node": ">= 4"
2274
+ }
2275
+ },
2276
+ "node_modules/npm/node_modules/safer-buffer": {
2277
+ "version": "2.1.2",
2278
+ "inBundle": true,
2279
+ "license": "MIT",
2280
+ "optional": true
2281
+ },
2282
+ "node_modules/npm/node_modules/semver": {
2283
+ "version": "7.6.0",
2284
+ "inBundle": true,
2285
+ "license": "ISC",
2286
+ "dependencies": {
2287
+ "lru-cache": "^6.0.0"
2288
+ },
2289
+ "bin": {
2290
+ "semver": "bin/semver.js"
2291
+ },
2292
+ "engines": {
2293
+ "node": ">=10"
2294
+ }
2295
+ },
2296
+ "node_modules/npm/node_modules/semver/node_modules/lru-cache": {
2297
+ "version": "6.0.0",
2298
+ "inBundle": true,
2299
+ "license": "ISC",
2300
+ "dependencies": {
2301
+ "yallist": "^4.0.0"
2302
+ },
2303
+ "engines": {
2304
+ "node": ">=10"
2305
+ }
2306
+ },
2307
+ "node_modules/npm/node_modules/shebang-command": {
2308
+ "version": "2.0.0",
2309
+ "inBundle": true,
2310
+ "license": "MIT",
2311
+ "dependencies": {
2312
+ "shebang-regex": "^3.0.0"
2313
+ },
2314
+ "engines": {
2315
+ "node": ">=8"
2316
+ }
2317
+ },
2318
+ "node_modules/npm/node_modules/shebang-regex": {
2319
+ "version": "3.0.0",
2320
+ "inBundle": true,
2321
+ "license": "MIT",
2322
+ "engines": {
2323
+ "node": ">=8"
2324
+ }
2325
+ },
2326
+ "node_modules/npm/node_modules/signal-exit": {
2327
+ "version": "4.1.0",
2328
+ "inBundle": true,
2329
+ "license": "ISC",
2330
+ "engines": {
2331
+ "node": ">=14"
2332
+ },
2333
+ "funding": {
2334
+ "url": "https://github.com/sponsors/isaacs"
2335
+ }
2336
+ },
2337
+ "node_modules/npm/node_modules/sigstore": {
2338
+ "version": "2.3.0",
2339
+ "inBundle": true,
2340
+ "license": "Apache-2.0",
2341
+ "dependencies": {
2342
+ "@sigstore/bundle": "^2.3.1",
2343
+ "@sigstore/core": "^1.0.0",
2344
+ "@sigstore/protobuf-specs": "^0.3.1",
2345
+ "@sigstore/sign": "^2.3.0",
2346
+ "@sigstore/tuf": "^2.3.1",
2347
+ "@sigstore/verify": "^1.2.0"
2348
+ },
2349
+ "engines": {
2350
+ "node": "^16.14.0 || >=18.0.0"
2351
+ }
2352
+ },
2353
+ "node_modules/npm/node_modules/smart-buffer": {
2354
+ "version": "4.2.0",
2355
+ "inBundle": true,
2356
+ "license": "MIT",
2357
+ "engines": {
2358
+ "node": ">= 6.0.0",
2359
+ "npm": ">= 3.0.0"
2360
+ }
2361
+ },
2362
+ "node_modules/npm/node_modules/socks": {
2363
+ "version": "2.8.3",
2364
+ "inBundle": true,
2365
+ "license": "MIT",
2366
+ "dependencies": {
2367
+ "ip-address": "^9.0.5",
2368
+ "smart-buffer": "^4.2.0"
2369
+ },
2370
+ "engines": {
2371
+ "node": ">= 10.0.0",
2372
+ "npm": ">= 3.0.0"
2373
+ }
2374
+ },
2375
+ "node_modules/npm/node_modules/socks-proxy-agent": {
2376
+ "version": "8.0.3",
2377
+ "inBundle": true,
2378
+ "license": "MIT",
2379
+ "dependencies": {
2380
+ "agent-base": "^7.1.1",
2381
+ "debug": "^4.3.4",
2382
+ "socks": "^2.7.1"
2383
+ },
2384
+ "engines": {
2385
+ "node": ">= 14"
2386
+ }
2387
+ },
2388
+ "node_modules/npm/node_modules/spdx-correct": {
2389
+ "version": "3.2.0",
2390
+ "inBundle": true,
2391
+ "license": "Apache-2.0",
2392
+ "dependencies": {
2393
+ "spdx-expression-parse": "^3.0.0",
2394
+ "spdx-license-ids": "^3.0.0"
2395
+ }
2396
+ },
2397
+ "node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse": {
2398
+ "version": "3.0.1",
2399
+ "inBundle": true,
2400
+ "license": "MIT",
2401
+ "dependencies": {
2402
+ "spdx-exceptions": "^2.1.0",
2403
+ "spdx-license-ids": "^3.0.0"
2404
+ }
2405
+ },
2406
+ "node_modules/npm/node_modules/spdx-exceptions": {
2407
+ "version": "2.5.0",
2408
+ "inBundle": true,
2409
+ "license": "CC-BY-3.0"
2410
+ },
2411
+ "node_modules/npm/node_modules/spdx-expression-parse": {
2412
+ "version": "4.0.0",
2413
+ "inBundle": true,
2414
+ "license": "MIT",
2415
+ "dependencies": {
2416
+ "spdx-exceptions": "^2.1.0",
2417
+ "spdx-license-ids": "^3.0.0"
2418
+ }
2419
+ },
2420
+ "node_modules/npm/node_modules/spdx-license-ids": {
2421
+ "version": "3.0.17",
2422
+ "inBundle": true,
2423
+ "license": "CC0-1.0"
2424
+ },
2425
+ "node_modules/npm/node_modules/ssri": {
2426
+ "version": "10.0.5",
2427
+ "inBundle": true,
2428
+ "license": "ISC",
2429
+ "dependencies": {
2430
+ "minipass": "^7.0.3"
2431
+ },
2432
+ "engines": {
2433
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2434
+ }
2435
+ },
2436
+ "node_modules/npm/node_modules/string-width": {
2437
+ "version": "4.2.3",
2438
+ "inBundle": true,
2439
+ "license": "MIT",
2440
+ "dependencies": {
2441
+ "emoji-regex": "^8.0.0",
2442
+ "is-fullwidth-code-point": "^3.0.0",
2443
+ "strip-ansi": "^6.0.1"
2444
+ },
2445
+ "engines": {
2446
+ "node": ">=8"
2447
+ }
2448
+ },
2449
+ "node_modules/npm/node_modules/string-width-cjs": {
2450
+ "name": "string-width",
2451
+ "version": "4.2.3",
2452
+ "inBundle": true,
2453
+ "license": "MIT",
2454
+ "dependencies": {
2455
+ "emoji-regex": "^8.0.0",
2456
+ "is-fullwidth-code-point": "^3.0.0",
2457
+ "strip-ansi": "^6.0.1"
2458
+ },
2459
+ "engines": {
2460
+ "node": ">=8"
2461
+ }
2462
+ },
2463
+ "node_modules/npm/node_modules/strip-ansi": {
2464
+ "version": "6.0.1",
2465
+ "inBundle": true,
2466
+ "license": "MIT",
2467
+ "dependencies": {
2468
+ "ansi-regex": "^5.0.1"
2469
+ },
2470
+ "engines": {
2471
+ "node": ">=8"
2472
+ }
2473
+ },
2474
+ "node_modules/npm/node_modules/strip-ansi-cjs": {
2475
+ "name": "strip-ansi",
2476
+ "version": "6.0.1",
2477
+ "inBundle": true,
2478
+ "license": "MIT",
2479
+ "dependencies": {
2480
+ "ansi-regex": "^5.0.1"
2481
+ },
2482
+ "engines": {
2483
+ "node": ">=8"
2484
+ }
2485
+ },
2486
+ "node_modules/npm/node_modules/supports-color": {
2487
+ "version": "9.4.0",
2488
+ "inBundle": true,
2489
+ "license": "MIT",
2490
+ "engines": {
2491
+ "node": ">=12"
2492
+ },
2493
+ "funding": {
2494
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
2495
+ }
2496
+ },
2497
+ "node_modules/npm/node_modules/tar": {
2498
+ "version": "6.2.1",
2499
+ "inBundle": true,
2500
+ "license": "ISC",
2501
+ "dependencies": {
2502
+ "chownr": "^2.0.0",
2503
+ "fs-minipass": "^2.0.0",
2504
+ "minipass": "^5.0.0",
2505
+ "minizlib": "^2.1.1",
2506
+ "mkdirp": "^1.0.3",
2507
+ "yallist": "^4.0.0"
2508
+ },
2509
+ "engines": {
2510
+ "node": ">=10"
2511
+ }
2512
+ },
2513
+ "node_modules/npm/node_modules/tar/node_modules/fs-minipass": {
2514
+ "version": "2.1.0",
2515
+ "inBundle": true,
2516
+ "license": "ISC",
2517
+ "dependencies": {
2518
+ "minipass": "^3.0.0"
2519
+ },
2520
+ "engines": {
2521
+ "node": ">= 8"
2522
+ }
2523
+ },
2524
+ "node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
2525
+ "version": "3.3.6",
2526
+ "inBundle": true,
2527
+ "license": "ISC",
2528
+ "dependencies": {
2529
+ "yallist": "^4.0.0"
2530
+ },
2531
+ "engines": {
2532
+ "node": ">=8"
2533
+ }
2534
+ },
2535
+ "node_modules/npm/node_modules/tar/node_modules/minipass": {
2536
+ "version": "5.0.0",
2537
+ "inBundle": true,
2538
+ "license": "ISC",
2539
+ "engines": {
2540
+ "node": ">=8"
2541
+ }
2542
+ },
2543
+ "node_modules/npm/node_modules/text-table": {
2544
+ "version": "0.2.0",
2545
+ "inBundle": true,
2546
+ "license": "MIT"
2547
+ },
2548
+ "node_modules/npm/node_modules/tiny-relative-date": {
2549
+ "version": "1.3.0",
2550
+ "inBundle": true,
2551
+ "license": "MIT"
2552
+ },
2553
+ "node_modules/npm/node_modules/treeverse": {
2554
+ "version": "3.0.0",
2555
+ "inBundle": true,
2556
+ "license": "ISC",
2557
+ "engines": {
2558
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2559
+ }
2560
+ },
2561
+ "node_modules/npm/node_modules/tuf-js": {
2562
+ "version": "2.2.0",
2563
+ "inBundle": true,
2564
+ "license": "MIT",
2565
+ "dependencies": {
2566
+ "@tufjs/models": "2.0.0",
2567
+ "debug": "^4.3.4",
2568
+ "make-fetch-happen": "^13.0.0"
2569
+ },
2570
+ "engines": {
2571
+ "node": "^16.14.0 || >=18.0.0"
2572
+ }
2573
+ },
2574
+ "node_modules/npm/node_modules/unique-filename": {
2575
+ "version": "3.0.0",
2576
+ "inBundle": true,
2577
+ "license": "ISC",
2578
+ "dependencies": {
2579
+ "unique-slug": "^4.0.0"
2580
+ },
2581
+ "engines": {
2582
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2583
+ }
2584
+ },
2585
+ "node_modules/npm/node_modules/unique-slug": {
2586
+ "version": "4.0.0",
2587
+ "inBundle": true,
2588
+ "license": "ISC",
2589
+ "dependencies": {
2590
+ "imurmurhash": "^0.1.4"
2591
+ },
2592
+ "engines": {
2593
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2594
+ }
2595
+ },
2596
+ "node_modules/npm/node_modules/util-deprecate": {
2597
+ "version": "1.0.2",
2598
+ "inBundle": true,
2599
+ "license": "MIT"
2600
+ },
2601
+ "node_modules/npm/node_modules/validate-npm-package-license": {
2602
+ "version": "3.0.4",
2603
+ "inBundle": true,
2604
+ "license": "Apache-2.0",
2605
+ "dependencies": {
2606
+ "spdx-correct": "^3.0.0",
2607
+ "spdx-expression-parse": "^3.0.0"
2608
+ }
2609
+ },
2610
+ "node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": {
2611
+ "version": "3.0.1",
2612
+ "inBundle": true,
2613
+ "license": "MIT",
2614
+ "dependencies": {
2615
+ "spdx-exceptions": "^2.1.0",
2616
+ "spdx-license-ids": "^3.0.0"
2617
+ }
2618
+ },
2619
+ "node_modules/npm/node_modules/validate-npm-package-name": {
2620
+ "version": "5.0.0",
2621
+ "inBundle": true,
2622
+ "license": "ISC",
2623
+ "dependencies": {
2624
+ "builtins": "^5.0.0"
2625
+ },
2626
+ "engines": {
2627
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2628
+ }
2629
+ },
2630
+ "node_modules/npm/node_modules/walk-up-path": {
2631
+ "version": "3.0.1",
2632
+ "inBundle": true,
2633
+ "license": "ISC"
2634
+ },
2635
+ "node_modules/npm/node_modules/which": {
2636
+ "version": "4.0.0",
2637
+ "inBundle": true,
2638
+ "license": "ISC",
2639
+ "dependencies": {
2640
+ "isexe": "^3.1.1"
2641
+ },
2642
+ "bin": {
2643
+ "node-which": "bin/which.js"
2644
+ },
2645
+ "engines": {
2646
+ "node": "^16.13.0 || >=18.0.0"
2647
+ }
2648
+ },
2649
+ "node_modules/npm/node_modules/which/node_modules/isexe": {
2650
+ "version": "3.1.1",
2651
+ "inBundle": true,
2652
+ "license": "ISC",
2653
+ "engines": {
2654
+ "node": ">=16"
2655
+ }
2656
+ },
2657
+ "node_modules/npm/node_modules/wrap-ansi": {
2658
+ "version": "8.1.0",
2659
+ "inBundle": true,
2660
+ "license": "MIT",
2661
+ "dependencies": {
2662
+ "ansi-styles": "^6.1.0",
2663
+ "string-width": "^5.0.1",
2664
+ "strip-ansi": "^7.0.1"
2665
+ },
2666
+ "engines": {
2667
+ "node": ">=12"
2668
+ },
2669
+ "funding": {
2670
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2671
+ }
2672
+ },
2673
+ "node_modules/npm/node_modules/wrap-ansi-cjs": {
2674
+ "name": "wrap-ansi",
2675
+ "version": "7.0.0",
2676
+ "inBundle": true,
2677
+ "license": "MIT",
2678
+ "dependencies": {
2679
+ "ansi-styles": "^4.0.0",
2680
+ "string-width": "^4.1.0",
2681
+ "strip-ansi": "^6.0.0"
2682
+ },
2683
+ "engines": {
2684
+ "node": ">=10"
2685
+ },
2686
+ "funding": {
2687
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2688
+ }
2689
+ },
2690
+ "node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
2691
+ "version": "4.3.0",
2692
+ "inBundle": true,
2693
+ "license": "MIT",
2694
+ "dependencies": {
2695
+ "color-convert": "^2.0.1"
2696
+ },
2697
+ "engines": {
2698
+ "node": ">=8"
2699
+ },
2700
+ "funding": {
2701
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2702
+ }
2703
+ },
2704
+ "node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
2705
+ "version": "6.0.1",
2706
+ "inBundle": true,
2707
+ "license": "MIT",
2708
+ "engines": {
2709
+ "node": ">=12"
2710
+ },
2711
+ "funding": {
2712
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
2713
+ }
2714
+ },
2715
+ "node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
2716
+ "version": "9.2.2",
2717
+ "inBundle": true,
2718
+ "license": "MIT"
2719
+ },
2720
+ "node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": {
2721
+ "version": "5.1.2",
2722
+ "inBundle": true,
2723
+ "license": "MIT",
2724
+ "dependencies": {
2725
+ "eastasianwidth": "^0.2.0",
2726
+ "emoji-regex": "^9.2.2",
2727
+ "strip-ansi": "^7.0.1"
2728
+ },
2729
+ "engines": {
2730
+ "node": ">=12"
2731
+ },
2732
+ "funding": {
2733
+ "url": "https://github.com/sponsors/sindresorhus"
2734
+ }
2735
+ },
2736
+ "node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
2737
+ "version": "7.1.0",
2738
+ "inBundle": true,
2739
+ "license": "MIT",
2740
+ "dependencies": {
2741
+ "ansi-regex": "^6.0.1"
2742
+ },
2743
+ "engines": {
2744
+ "node": ">=12"
2745
+ },
2746
+ "funding": {
2747
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
2748
+ }
2749
+ },
2750
+ "node_modules/npm/node_modules/write-file-atomic": {
2751
+ "version": "5.0.1",
2752
+ "inBundle": true,
2753
+ "license": "ISC",
2754
+ "dependencies": {
2755
+ "imurmurhash": "^0.1.4",
2756
+ "signal-exit": "^4.0.1"
2757
+ },
2758
+ "engines": {
2759
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2760
+ }
2761
+ },
2762
+ "node_modules/npm/node_modules/yallist": {
2763
+ "version": "4.0.0",
2764
+ "inBundle": true,
2765
+ "license": "ISC"
2766
+ },
335
2767
  "node_modules/nwsapi": {
336
2768
  "version": "2.2.7",
337
2769
  "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz",
@@ -351,11 +2783,13 @@
351
2783
  }
352
2784
  },
353
2785
  "node_modules/prostgles-client": {
354
- "version": "4.0.117",
355
- "resolved": "https://registry.npmjs.org/prostgles-client/-/prostgles-client-4.0.117.tgz",
356
- "integrity": "sha512-bhA/o84sWPrlqiYFpitNRqcn1bDgNN5yOuPGSaS805t4Gm6vooKI1K392qlrskK92j6qH7VnPsKxeF4Ul7vn/g==",
2786
+ "version": "4.0.118",
2787
+ "resolved": "https://registry.npmjs.org/prostgles-client/-/prostgles-client-4.0.118.tgz",
2788
+ "integrity": "sha512-F+pvytZrF1oUHO3SMKlAoUJW4/zqCOs1tc4W6ag8C1AOsIf1vBlodij4w0DlxAL3ZD+Y+/NixYXF1bYmFKEVfg==",
357
2789
  "dependencies": {
358
- "prostgles-types": "^4.0.75"
2790
+ "i": "^0.3.7",
2791
+ "npm": "^10.6.0",
2792
+ "prostgles-types": "^4.0.76"
359
2793
  },
360
2794
  "peerDependencies": {
361
2795
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
@@ -371,9 +2805,9 @@
371
2805
  }
372
2806
  },
373
2807
  "node_modules/prostgles-types": {
374
- "version": "4.0.75",
375
- "resolved": "https://registry.npmjs.org/prostgles-types/-/prostgles-types-4.0.75.tgz",
376
- "integrity": "sha512-s0v0NbLO2/w9kzsjxlC48ZyMtnUJ/5dhuH5eucAnGv41wwuJ+HjA2zsvVqBiStdEVA6AhwrWefmrO8GTkuiKhA==",
2808
+ "version": "4.0.76",
2809
+ "resolved": "https://registry.npmjs.org/prostgles-types/-/prostgles-types-4.0.76.tgz",
2810
+ "integrity": "sha512-M3qIjJKbbs5qg0oYAHi1C6gop+n61GopcAqnrq29WNf2yycc61R9XiOzE0YgA5nqJxt3wc+482gVqg+ugEu42Q==",
377
2811
  "dependencies": {
378
2812
  "json-schema": "^0.4.0"
379
2813
  }