@jayree/sfdx-plugin-manifest 6.0.21 → 6.0.23
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.
- package/CHANGELOG.md +20 -0
- package/README.md +3 -3
- package/lib/SDR-extra/utils/worthWalking.js +9 -4
- package/lib/SDR-extra/utils/worthWalking.js.map +1 -1
- package/npm-shrinkwrap.json +1936 -760
- package/oclif.lock +487 -41
- package/oclif.manifest.json +1 -1
- package/package.json +16 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.23",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "6.0.
|
|
9
|
+
"version": "6.0.23",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -16,15 +16,17 @@
|
|
|
16
16
|
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "13.2.0",
|
|
18
18
|
"@salesforce/source-tracking": "8.1.1",
|
|
19
|
-
"@salesforce/ts-types": "^3.0
|
|
19
|
+
"@salesforce/ts-types": "^3.1.0",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.11.0",
|
|
22
22
|
"fs-extra": "^11.4.0",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.41.
|
|
24
|
+
"isomorphic-git": "1.41.9"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@
|
|
27
|
+
"@commitlint/cli": "^21.2.2",
|
|
28
|
+
"@commitlint/config-conventional": "^21.2.2",
|
|
29
|
+
"@oclif/plugin-command-snapshot": "^5.4.0",
|
|
28
30
|
"@salesforce/cli-plugins-testkit": "^5.3.66",
|
|
29
31
|
"@salesforce/dev-scripts": "^13.0.2",
|
|
30
32
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
@@ -36,14 +38,20 @@
|
|
|
36
38
|
"@types/sinon": "^22.0.0",
|
|
37
39
|
"@typescript/native": "npm:typescript@^7.0.2",
|
|
38
40
|
"c8": "^12.0.0",
|
|
39
|
-
"
|
|
40
|
-
"eslint
|
|
41
|
+
"chai": "^6.2.2",
|
|
42
|
+
"eslint": "^10.9.1",
|
|
43
|
+
"eslint-config-salesforce-typescript": "^7.0.0",
|
|
41
44
|
"eslint-plugin-sf-plugin": "^3.0.0",
|
|
42
|
-
"
|
|
45
|
+
"husky": "^9.1.7",
|
|
46
|
+
"mocha": "^11.8.0",
|
|
47
|
+
"oclif": "^4.24.0",
|
|
43
48
|
"patch-package": "^8.0.1",
|
|
44
49
|
"prettier": "^3.9.6",
|
|
45
50
|
"pretty-quick": "^4.2.2",
|
|
51
|
+
"sinon": "^22.1.0",
|
|
46
52
|
"tsx": "^4.23.12",
|
|
53
|
+
"typedoc": "^0.28.20",
|
|
54
|
+
"typedoc-plugin-missing-exports": "^4.1.4",
|
|
47
55
|
"typescript": "npm:@typescript/typescript6@^6.0.2"
|
|
48
56
|
},
|
|
49
57
|
"engines": {
|
|
@@ -719,119 +727,190 @@
|
|
|
719
727
|
}
|
|
720
728
|
},
|
|
721
729
|
"node_modules/@commitlint/cli": {
|
|
722
|
-
"version": "
|
|
723
|
-
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-
|
|
724
|
-
"integrity": "sha512-
|
|
730
|
+
"version": "21.2.2",
|
|
731
|
+
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-21.2.2.tgz",
|
|
732
|
+
"integrity": "sha512-a+6hQxIxnpdvSvS2apvttPNbEliYsVC3PqFYDiiB2kjbwIsQsj1urvQ4Tkf70pKYozPalKAuRQmm/GHwndduqA==",
|
|
725
733
|
"dev": true,
|
|
726
734
|
"license": "MIT",
|
|
727
735
|
"dependencies": {
|
|
728
|
-
"@commitlint/
|
|
729
|
-
"@commitlint/
|
|
730
|
-
"@commitlint/
|
|
731
|
-
"@commitlint/
|
|
732
|
-
"@commitlint/
|
|
733
|
-
"
|
|
734
|
-
"
|
|
735
|
-
"
|
|
736
|
-
"resolve-global": "1.0.0",
|
|
737
|
-
"yargs": "^17.0.0"
|
|
736
|
+
"@commitlint/config-conventional": "^21.2.2",
|
|
737
|
+
"@commitlint/format": "^21.2.2",
|
|
738
|
+
"@commitlint/lint": "^21.2.2",
|
|
739
|
+
"@commitlint/load": "^21.2.2",
|
|
740
|
+
"@commitlint/read": "^21.2.1",
|
|
741
|
+
"@commitlint/types": "^21.2.0",
|
|
742
|
+
"tinyexec": "^1.0.0",
|
|
743
|
+
"yargs": "^18.0.0"
|
|
738
744
|
},
|
|
739
745
|
"bin": {
|
|
740
746
|
"commitlint": "cli.js"
|
|
741
747
|
},
|
|
742
748
|
"engines": {
|
|
743
|
-
"node": ">=
|
|
749
|
+
"node": ">=22.12.0"
|
|
744
750
|
}
|
|
745
751
|
},
|
|
746
|
-
"node_modules/@commitlint/cli/node_modules/ansi-
|
|
747
|
-
"version": "
|
|
748
|
-
"resolved": "https://registry.npmjs.org/ansi-
|
|
749
|
-
"integrity": "sha512-
|
|
752
|
+
"node_modules/@commitlint/cli/node_modules/ansi-regex": {
|
|
753
|
+
"version": "6.3.0",
|
|
754
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.3.0.tgz",
|
|
755
|
+
"integrity": "sha512-WpDfL7NO6j7tH88IDBNVdUJxDh9nmCteAVW9dsep846XdwF4naCBK+/tGLX3KJgcpgMRXCFlTM2hKGoK9FsdrQ==",
|
|
750
756
|
"dev": true,
|
|
751
757
|
"license": "MIT",
|
|
752
|
-
"dependencies": {
|
|
753
|
-
"color-convert": "^2.0.1"
|
|
754
|
-
},
|
|
755
758
|
"engines": {
|
|
756
|
-
"node": ">=
|
|
759
|
+
"node": ">=12"
|
|
757
760
|
},
|
|
758
761
|
"funding": {
|
|
759
|
-
"url": "https://github.com/chalk/ansi-
|
|
762
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
760
763
|
}
|
|
761
764
|
},
|
|
762
765
|
"node_modules/@commitlint/cli/node_modules/cliui": {
|
|
763
|
-
"version": "
|
|
764
|
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-
|
|
765
|
-
"integrity": "sha512-
|
|
766
|
+
"version": "9.0.1",
|
|
767
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
|
|
768
|
+
"integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
|
|
766
769
|
"dev": true,
|
|
767
770
|
"license": "ISC",
|
|
768
771
|
"dependencies": {
|
|
769
|
-
"string-width": "^
|
|
770
|
-
"strip-ansi": "^
|
|
771
|
-
"wrap-ansi": "^
|
|
772
|
+
"string-width": "^7.2.0",
|
|
773
|
+
"strip-ansi": "^7.1.0",
|
|
774
|
+
"wrap-ansi": "^9.0.0"
|
|
775
|
+
},
|
|
776
|
+
"engines": {
|
|
777
|
+
"node": ">=20"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
"node_modules/@commitlint/cli/node_modules/cliui/node_modules/string-width": {
|
|
781
|
+
"version": "7.2.0",
|
|
782
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
783
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
784
|
+
"dev": true,
|
|
785
|
+
"license": "MIT",
|
|
786
|
+
"dependencies": {
|
|
787
|
+
"emoji-regex": "^10.3.0",
|
|
788
|
+
"get-east-asian-width": "^1.0.0",
|
|
789
|
+
"strip-ansi": "^7.1.0"
|
|
790
|
+
},
|
|
791
|
+
"engines": {
|
|
792
|
+
"node": ">=18"
|
|
793
|
+
},
|
|
794
|
+
"funding": {
|
|
795
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"node_modules/@commitlint/cli/node_modules/emoji-regex": {
|
|
799
|
+
"version": "10.6.0",
|
|
800
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
801
|
+
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
802
|
+
"dev": true,
|
|
803
|
+
"license": "MIT"
|
|
804
|
+
},
|
|
805
|
+
"node_modules/@commitlint/cli/node_modules/string-width": {
|
|
806
|
+
"version": "8.2.2",
|
|
807
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz",
|
|
808
|
+
"integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==",
|
|
809
|
+
"dev": true,
|
|
810
|
+
"license": "MIT",
|
|
811
|
+
"dependencies": {
|
|
812
|
+
"get-east-asian-width": "^1.5.0",
|
|
813
|
+
"strip-ansi": "^7.1.2"
|
|
814
|
+
},
|
|
815
|
+
"engines": {
|
|
816
|
+
"node": ">=20"
|
|
817
|
+
},
|
|
818
|
+
"funding": {
|
|
819
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
"node_modules/@commitlint/cli/node_modules/strip-ansi": {
|
|
823
|
+
"version": "7.2.0",
|
|
824
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
825
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
826
|
+
"dev": true,
|
|
827
|
+
"license": "MIT",
|
|
828
|
+
"dependencies": {
|
|
829
|
+
"ansi-regex": "^6.2.2"
|
|
772
830
|
},
|
|
773
831
|
"engines": {
|
|
774
832
|
"node": ">=12"
|
|
833
|
+
},
|
|
834
|
+
"funding": {
|
|
835
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
775
836
|
}
|
|
776
837
|
},
|
|
777
838
|
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
778
|
-
"version": "
|
|
779
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
780
|
-
"integrity": "sha512-
|
|
839
|
+
"version": "9.0.2",
|
|
840
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
841
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
781
842
|
"dev": true,
|
|
782
843
|
"license": "MIT",
|
|
783
844
|
"dependencies": {
|
|
784
|
-
"ansi-styles": "^
|
|
785
|
-
"string-width": "^
|
|
786
|
-
"strip-ansi": "^
|
|
845
|
+
"ansi-styles": "^6.2.1",
|
|
846
|
+
"string-width": "^7.0.0",
|
|
847
|
+
"strip-ansi": "^7.1.0"
|
|
787
848
|
},
|
|
788
849
|
"engines": {
|
|
789
|
-
"node": ">=
|
|
850
|
+
"node": ">=18"
|
|
790
851
|
},
|
|
791
852
|
"funding": {
|
|
792
853
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
793
854
|
}
|
|
794
855
|
},
|
|
856
|
+
"node_modules/@commitlint/cli/node_modules/wrap-ansi/node_modules/string-width": {
|
|
857
|
+
"version": "7.2.0",
|
|
858
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
859
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
860
|
+
"dev": true,
|
|
861
|
+
"license": "MIT",
|
|
862
|
+
"dependencies": {
|
|
863
|
+
"emoji-regex": "^10.3.0",
|
|
864
|
+
"get-east-asian-width": "^1.0.0",
|
|
865
|
+
"strip-ansi": "^7.1.0"
|
|
866
|
+
},
|
|
867
|
+
"engines": {
|
|
868
|
+
"node": ">=18"
|
|
869
|
+
},
|
|
870
|
+
"funding": {
|
|
871
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
872
|
+
}
|
|
873
|
+
},
|
|
795
874
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
796
|
-
"version": "
|
|
797
|
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-
|
|
798
|
-
"integrity": "sha512-
|
|
875
|
+
"version": "18.1.0",
|
|
876
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-18.1.0.tgz",
|
|
877
|
+
"integrity": "sha512-2rAgRKu54VsHkqI0/tYkmluGXHD4KW7yZoycuqDQ15QOTnc2VVfy0nN/1eMhnQLO00A+dwtK20xuCnc1YGeUyg==",
|
|
799
878
|
"dev": true,
|
|
800
879
|
"license": "MIT",
|
|
801
880
|
"dependencies": {
|
|
802
|
-
"cliui": "^
|
|
881
|
+
"cliui": "^9.0.1",
|
|
803
882
|
"escalade": "^3.1.1",
|
|
804
883
|
"get-caller-file": "^2.0.5",
|
|
805
|
-
"
|
|
806
|
-
"string-width": "^4.2.3",
|
|
884
|
+
"string-width": "^8.2.1",
|
|
807
885
|
"y18n": "^5.0.5",
|
|
808
|
-
"yargs-parser": "^
|
|
886
|
+
"yargs-parser": "^22.0.0"
|
|
809
887
|
},
|
|
810
888
|
"engines": {
|
|
811
|
-
"node": ">=
|
|
889
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
812
890
|
}
|
|
813
891
|
},
|
|
814
892
|
"node_modules/@commitlint/cli/node_modules/yargs-parser": {
|
|
815
|
-
"version": "
|
|
816
|
-
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-
|
|
817
|
-
"integrity": "sha512-
|
|
893
|
+
"version": "22.0.0",
|
|
894
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
|
|
895
|
+
"integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
|
|
818
896
|
"dev": true,
|
|
819
897
|
"license": "ISC",
|
|
820
898
|
"engines": {
|
|
821
|
-
"node": ">=
|
|
899
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
822
900
|
}
|
|
823
901
|
},
|
|
824
902
|
"node_modules/@commitlint/config-conventional": {
|
|
825
|
-
"version": "
|
|
826
|
-
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-
|
|
827
|
-
"integrity": "sha512-
|
|
903
|
+
"version": "21.2.2",
|
|
904
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.2.2.tgz",
|
|
905
|
+
"integrity": "sha512-NxA37SZviusFUEYOQZ5hNnZ1h7O/KiemPkxjOlpzKJNnWxThiwc6/SaZhaPa8fyLvfRBAywhQhJJk8XESHWlpQ==",
|
|
828
906
|
"dev": true,
|
|
829
907
|
"license": "MIT",
|
|
830
908
|
"dependencies": {
|
|
831
|
-
"
|
|
909
|
+
"@commitlint/types": "^21.2.0",
|
|
910
|
+
"conventional-changelog-conventionalcommits": "^10.0.0"
|
|
832
911
|
},
|
|
833
912
|
"engines": {
|
|
834
|
-
"node": ">=
|
|
913
|
+
"node": ">=22.12.0"
|
|
835
914
|
}
|
|
836
915
|
},
|
|
837
916
|
"node_modules/@commitlint/config-validator": {
|
|
@@ -848,151 +927,133 @@
|
|
|
848
927
|
"node": ">=v14"
|
|
849
928
|
}
|
|
850
929
|
},
|
|
851
|
-
"node_modules/@commitlint/
|
|
930
|
+
"node_modules/@commitlint/config-validator/node_modules/@commitlint/types": {
|
|
852
931
|
"version": "17.8.1",
|
|
853
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
854
|
-
"integrity": "sha512-
|
|
932
|
+
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.8.1.tgz",
|
|
933
|
+
"integrity": "sha512-PXDQXkAmiMEG162Bqdh9ChML/GJZo6vU+7F03ALKDK8zYc6SuAr47LjG7hGYRqUOz+WK0dU7bQ0xzuqFMdxzeQ==",
|
|
855
934
|
"dev": true,
|
|
856
935
|
"license": "MIT",
|
|
857
936
|
"dependencies": {
|
|
858
|
-
"
|
|
859
|
-
"lodash.camelcase": "^4.3.0",
|
|
860
|
-
"lodash.kebabcase": "^4.1.1",
|
|
861
|
-
"lodash.snakecase": "^4.1.1",
|
|
862
|
-
"lodash.startcase": "^4.4.0",
|
|
863
|
-
"lodash.upperfirst": "^4.3.1"
|
|
937
|
+
"chalk": "^4.1.0"
|
|
864
938
|
},
|
|
865
939
|
"engines": {
|
|
866
940
|
"node": ">=v14"
|
|
867
941
|
}
|
|
868
942
|
},
|
|
869
|
-
"node_modules/@commitlint/
|
|
870
|
-
"version": "
|
|
871
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
872
|
-
"integrity": "sha512-
|
|
943
|
+
"node_modules/@commitlint/ensure": {
|
|
944
|
+
"version": "21.2.0",
|
|
945
|
+
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-21.2.0.tgz",
|
|
946
|
+
"integrity": "sha512-76IF9vDNS13lAzEEik9eKwzt8f9hYhWiwVXZ2AnyLCz5/f511FsEQ3pw1X3/zSQpdRLQU7i5qDMVKyXi1GWjSg==",
|
|
873
947
|
"dev": true,
|
|
874
948
|
"license": "MIT",
|
|
949
|
+
"dependencies": {
|
|
950
|
+
"@commitlint/types": "^21.2.0",
|
|
951
|
+
"es-toolkit": "^1.46.0"
|
|
952
|
+
},
|
|
875
953
|
"engines": {
|
|
876
|
-
"node": ">=
|
|
954
|
+
"node": ">=22.12.0"
|
|
877
955
|
}
|
|
878
956
|
},
|
|
879
|
-
"node_modules/@commitlint/
|
|
880
|
-
"version": "
|
|
881
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
882
|
-
"integrity": "sha512-
|
|
957
|
+
"node_modules/@commitlint/execute-rule": {
|
|
958
|
+
"version": "21.0.1",
|
|
959
|
+
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-21.0.1.tgz",
|
|
960
|
+
"integrity": "sha512-RifH+FmImozKBE6mozhF4K3r2RRKP7SMi/Q/zLCmExtp5e05lhHOUYqGBlFBAGNHaZxU/WYw1XuugYK9jQzqnA==",
|
|
883
961
|
"dev": true,
|
|
884
962
|
"license": "MIT",
|
|
885
|
-
"dependencies": {
|
|
886
|
-
"@commitlint/types": "^17.8.1",
|
|
887
|
-
"chalk": "^4.1.0"
|
|
888
|
-
},
|
|
889
963
|
"engines": {
|
|
890
|
-
"node": ">=
|
|
964
|
+
"node": ">=22.12.0"
|
|
891
965
|
}
|
|
892
966
|
},
|
|
893
|
-
"node_modules/@commitlint/
|
|
894
|
-
"version": "
|
|
895
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
896
|
-
"integrity": "sha512-
|
|
967
|
+
"node_modules/@commitlint/format": {
|
|
968
|
+
"version": "21.2.2",
|
|
969
|
+
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-21.2.2.tgz",
|
|
970
|
+
"integrity": "sha512-v6fvxZSc/AvVMROlr3H34+1766bZSYApRUSCAMjWamStPjKMvZ8GdvVA5YW/VQNgbFTmcMz6OYmSTJEvIjPrfA==",
|
|
897
971
|
"dev": true,
|
|
898
972
|
"license": "MIT",
|
|
899
973
|
"dependencies": {
|
|
900
|
-
"@commitlint/types": "^
|
|
901
|
-
"
|
|
974
|
+
"@commitlint/types": "^21.2.0",
|
|
975
|
+
"picocolors": "^1.1.1"
|
|
902
976
|
},
|
|
903
977
|
"engines": {
|
|
904
|
-
"node": ">=
|
|
978
|
+
"node": ">=22.12.0"
|
|
905
979
|
}
|
|
906
980
|
},
|
|
907
|
-
"node_modules/@commitlint/is-ignored
|
|
908
|
-
"version": "
|
|
909
|
-
"resolved": "https://registry.npmjs.org/
|
|
910
|
-
"integrity": "sha512-
|
|
981
|
+
"node_modules/@commitlint/is-ignored": {
|
|
982
|
+
"version": "21.2.2",
|
|
983
|
+
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-21.2.2.tgz",
|
|
984
|
+
"integrity": "sha512-9UoKNgfFE3LU7FrzierCvk3CdDfMDeVGC86qZiT/n0TIjfq/dmZ9MHuXd45OTNRa26ZanmJRxEtmiXk/lEJihg==",
|
|
911
985
|
"dev": true,
|
|
912
|
-
"license": "
|
|
986
|
+
"license": "MIT",
|
|
913
987
|
"dependencies": {
|
|
914
|
-
"
|
|
988
|
+
"@commitlint/types": "^21.2.0",
|
|
989
|
+
"semver": "^7.6.0"
|
|
915
990
|
},
|
|
916
991
|
"engines": {
|
|
917
|
-
"node": ">=
|
|
992
|
+
"node": ">=22.12.0"
|
|
918
993
|
}
|
|
919
994
|
},
|
|
920
|
-
"node_modules/@commitlint/
|
|
921
|
-
"version": "
|
|
922
|
-
"resolved": "https://registry.npmjs.org/
|
|
923
|
-
"integrity": "sha512-
|
|
995
|
+
"node_modules/@commitlint/lint": {
|
|
996
|
+
"version": "21.2.2",
|
|
997
|
+
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-21.2.2.tgz",
|
|
998
|
+
"integrity": "sha512-Fy8JxEBzdmsYWFude/61GxXu5O+wEymwiRK2z9GL9R8mCsXphCoGxAFc5iHn5mjlfcSrhiiONE+ksf4KOjnaPg==",
|
|
924
999
|
"dev": true,
|
|
925
|
-
"license": "
|
|
1000
|
+
"license": "MIT",
|
|
926
1001
|
"dependencies": {
|
|
927
|
-
"
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
"
|
|
1002
|
+
"@commitlint/is-ignored": "^21.2.2",
|
|
1003
|
+
"@commitlint/parse": "^21.2.2",
|
|
1004
|
+
"@commitlint/rules": "^21.2.2",
|
|
1005
|
+
"@commitlint/types": "^21.2.0"
|
|
931
1006
|
},
|
|
932
1007
|
"engines": {
|
|
933
|
-
"node": ">=
|
|
1008
|
+
"node": ">=22.12.0"
|
|
934
1009
|
}
|
|
935
1010
|
},
|
|
936
|
-
"node_modules/@commitlint/
|
|
937
|
-
"version": "
|
|
938
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
939
|
-
"integrity": "sha512-
|
|
1011
|
+
"node_modules/@commitlint/load": {
|
|
1012
|
+
"version": "21.2.2",
|
|
1013
|
+
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-21.2.2.tgz",
|
|
1014
|
+
"integrity": "sha512-0Tt6wDPX167cjKC5D4zhm0+20wJJG+TN/TKovMOspfSe78rOnKX+MNzlVNiu6HyQPZChPJ8QBH31MVt6Bb8fCg==",
|
|
940
1015
|
"dev": true,
|
|
941
1016
|
"license": "MIT",
|
|
942
1017
|
"dependencies": {
|
|
943
|
-
"@commitlint/
|
|
944
|
-
"@commitlint/
|
|
945
|
-
"@commitlint/
|
|
946
|
-
"@commitlint/types": "^
|
|
1018
|
+
"@commitlint/config-validator": "^21.2.0",
|
|
1019
|
+
"@commitlint/execute-rule": "^21.0.1",
|
|
1020
|
+
"@commitlint/resolve-extends": "^21.2.2",
|
|
1021
|
+
"@commitlint/types": "^21.2.0",
|
|
1022
|
+
"cosmiconfig": "^9.0.1",
|
|
1023
|
+
"cosmiconfig-typescript-loader": "^6.1.0",
|
|
1024
|
+
"es-toolkit": "^1.46.0",
|
|
1025
|
+
"is-plain-obj": "^4.1.0",
|
|
1026
|
+
"picocolors": "^1.1.1"
|
|
947
1027
|
},
|
|
948
1028
|
"engines": {
|
|
949
|
-
"node": ">=
|
|
1029
|
+
"node": ">=22.12.0"
|
|
950
1030
|
}
|
|
951
1031
|
},
|
|
952
|
-
"node_modules/@commitlint/load": {
|
|
953
|
-
"version": "
|
|
954
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
955
|
-
"integrity": "sha512-
|
|
1032
|
+
"node_modules/@commitlint/load/node_modules/@commitlint/config-validator": {
|
|
1033
|
+
"version": "21.2.0",
|
|
1034
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-21.2.0.tgz",
|
|
1035
|
+
"integrity": "sha512-t7AzNHAKeIdo/3NRGwzpufKHsKkPHmFs/56N2Fnsh0/r0rGtnQzTxk6vnFgjaGr4hdSQKNB50/KAhR9Yk4LJKA==",
|
|
956
1036
|
"dev": true,
|
|
957
1037
|
"license": "MIT",
|
|
958
1038
|
"dependencies": {
|
|
959
|
-
"@commitlint/
|
|
960
|
-
"
|
|
961
|
-
"@commitlint/resolve-extends": "^17.8.1",
|
|
962
|
-
"@commitlint/types": "^17.8.1",
|
|
963
|
-
"@types/node": "20.5.1",
|
|
964
|
-
"chalk": "^4.1.0",
|
|
965
|
-
"cosmiconfig": "^8.0.0",
|
|
966
|
-
"cosmiconfig-typescript-loader": "^4.0.0",
|
|
967
|
-
"lodash.isplainobject": "^4.0.6",
|
|
968
|
-
"lodash.merge": "^4.6.2",
|
|
969
|
-
"lodash.uniq": "^4.5.0",
|
|
970
|
-
"resolve-from": "^5.0.0",
|
|
971
|
-
"ts-node": "^10.8.1",
|
|
972
|
-
"typescript": "^4.6.4 || ^5.2.2"
|
|
1039
|
+
"@commitlint/types": "^21.2.0",
|
|
1040
|
+
"ajv": "^8.11.0"
|
|
973
1041
|
},
|
|
974
1042
|
"engines": {
|
|
975
|
-
"node": ">=
|
|
1043
|
+
"node": ">=22.12.0"
|
|
976
1044
|
}
|
|
977
1045
|
},
|
|
978
|
-
"node_modules/@commitlint/load/node_modules/@types/node": {
|
|
979
|
-
"version": "20.5.1",
|
|
980
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
|
|
981
|
-
"integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
|
|
982
|
-
"dev": true,
|
|
983
|
-
"license": "MIT"
|
|
984
|
-
},
|
|
985
1046
|
"node_modules/@commitlint/load/node_modules/cosmiconfig": {
|
|
986
|
-
"version": "
|
|
987
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-
|
|
988
|
-
"integrity": "sha512-
|
|
1047
|
+
"version": "9.0.2",
|
|
1048
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.2.tgz",
|
|
1049
|
+
"integrity": "sha512-gtTZxTDau1wL7Y7zifc2dd8jHSK/k6BTx/2Xp/BpdlAdnlYWFVt7qhJqgwi7637yRwRQ3qL4ZidbB4I8tA5VOg==",
|
|
989
1050
|
"dev": true,
|
|
990
1051
|
"license": "MIT",
|
|
991
1052
|
"dependencies": {
|
|
1053
|
+
"env-paths": "^2.2.1",
|
|
992
1054
|
"import-fresh": "^3.3.0",
|
|
993
1055
|
"js-yaml": "^4.1.0",
|
|
994
|
-
"parse-json": "^5.2.0"
|
|
995
|
-
"path-type": "^4.0.0"
|
|
1056
|
+
"parse-json": "^5.2.0"
|
|
996
1057
|
},
|
|
997
1058
|
"engines": {
|
|
998
1059
|
"node": ">=14"
|
|
@@ -1009,273 +1070,179 @@
|
|
|
1009
1070
|
}
|
|
1010
1071
|
}
|
|
1011
1072
|
},
|
|
1012
|
-
"node_modules/@commitlint/load/node_modules/
|
|
1013
|
-
"version": "4.
|
|
1014
|
-
"resolved": "https://registry.npmjs.org/
|
|
1015
|
-
"integrity": "sha512
|
|
1073
|
+
"node_modules/@commitlint/load/node_modules/is-plain-obj": {
|
|
1074
|
+
"version": "4.1.0",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
1076
|
+
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
1016
1077
|
"dev": true,
|
|
1017
1078
|
"license": "MIT",
|
|
1018
1079
|
"engines": {
|
|
1019
|
-
"node": ">=
|
|
1020
|
-
},
|
|
1021
|
-
"peerDependencies": {
|
|
1022
|
-
"@types/node": "*",
|
|
1023
|
-
"cosmiconfig": ">=7",
|
|
1024
|
-
"ts-node": ">=10",
|
|
1025
|
-
"typescript": ">=4"
|
|
1026
|
-
}
|
|
1027
|
-
},
|
|
1028
|
-
"node_modules/@commitlint/load/node_modules/ts-node": {
|
|
1029
|
-
"version": "10.9.2",
|
|
1030
|
-
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
1031
|
-
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
1032
|
-
"dev": true,
|
|
1033
|
-
"license": "MIT",
|
|
1034
|
-
"dependencies": {
|
|
1035
|
-
"@cspotcode/source-map-support": "^0.8.0",
|
|
1036
|
-
"@tsconfig/node10": "^1.0.7",
|
|
1037
|
-
"@tsconfig/node12": "^1.0.7",
|
|
1038
|
-
"@tsconfig/node14": "^1.0.0",
|
|
1039
|
-
"@tsconfig/node16": "^1.0.2",
|
|
1040
|
-
"acorn": "^8.4.1",
|
|
1041
|
-
"acorn-walk": "^8.1.1",
|
|
1042
|
-
"arg": "^4.1.0",
|
|
1043
|
-
"create-require": "^1.1.0",
|
|
1044
|
-
"diff": "^4.0.1",
|
|
1045
|
-
"make-error": "^1.1.1",
|
|
1046
|
-
"v8-compile-cache-lib": "^3.0.1",
|
|
1047
|
-
"yn": "3.1.1"
|
|
1048
|
-
},
|
|
1049
|
-
"bin": {
|
|
1050
|
-
"ts-node": "dist/bin.js",
|
|
1051
|
-
"ts-node-cwd": "dist/bin-cwd.js",
|
|
1052
|
-
"ts-node-esm": "dist/bin-esm.js",
|
|
1053
|
-
"ts-node-script": "dist/bin-script.js",
|
|
1054
|
-
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
1055
|
-
"ts-script": "dist/bin-script-deprecated.js"
|
|
1056
|
-
},
|
|
1057
|
-
"peerDependencies": {
|
|
1058
|
-
"@swc/core": ">=1.2.50",
|
|
1059
|
-
"@swc/wasm": ">=1.2.50",
|
|
1060
|
-
"@types/node": "*",
|
|
1061
|
-
"typescript": ">=2.7"
|
|
1062
|
-
},
|
|
1063
|
-
"peerDependenciesMeta": {
|
|
1064
|
-
"@swc/core": {
|
|
1065
|
-
"optional": true
|
|
1066
|
-
},
|
|
1067
|
-
"@swc/wasm": {
|
|
1068
|
-
"optional": true
|
|
1069
|
-
}
|
|
1070
|
-
}
|
|
1071
|
-
},
|
|
1072
|
-
"node_modules/@commitlint/load/node_modules/ts-node/node_modules/@types/node": {
|
|
1073
|
-
"version": "18.19.130",
|
|
1074
|
-
"dev": true,
|
|
1075
|
-
"license": "MIT",
|
|
1076
|
-
"peer": true,
|
|
1077
|
-
"dependencies": {
|
|
1078
|
-
"undici-types": "~5.26.4"
|
|
1079
|
-
}
|
|
1080
|
-
},
|
|
1081
|
-
"node_modules/@commitlint/load/node_modules/typescript": {
|
|
1082
|
-
"version": "5.9.3",
|
|
1083
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
1084
|
-
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
1085
|
-
"dev": true,
|
|
1086
|
-
"license": "Apache-2.0",
|
|
1087
|
-
"bin": {
|
|
1088
|
-
"tsc": "bin/tsc",
|
|
1089
|
-
"tsserver": "bin/tsserver"
|
|
1080
|
+
"node": ">=12"
|
|
1090
1081
|
},
|
|
1091
|
-
"
|
|
1092
|
-
"
|
|
1082
|
+
"funding": {
|
|
1083
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1093
1084
|
}
|
|
1094
1085
|
},
|
|
1095
|
-
"node_modules/@commitlint/load/node_modules/undici-types": {
|
|
1096
|
-
"version": "5.26.5",
|
|
1097
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
1098
|
-
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
1099
|
-
"dev": true,
|
|
1100
|
-
"license": "MIT",
|
|
1101
|
-
"peer": true
|
|
1102
|
-
},
|
|
1103
1086
|
"node_modules/@commitlint/message": {
|
|
1104
|
-
"version": "
|
|
1105
|
-
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-
|
|
1106
|
-
"integrity": "sha512-
|
|
1087
|
+
"version": "21.2.0",
|
|
1088
|
+
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-21.2.0.tgz",
|
|
1089
|
+
"integrity": "sha512-YxGoiXD/HXNXLJPrQwE5poXa+XH0CBEm+mdvbHQP0g6MV/dmJyUFCzPNzZbxL93GvZ70TmtTK0Z0/IBpAqHv8g==",
|
|
1107
1090
|
"dev": true,
|
|
1108
1091
|
"license": "MIT",
|
|
1109
1092
|
"engines": {
|
|
1110
|
-
"node": ">=
|
|
1093
|
+
"node": ">=22.12.0"
|
|
1111
1094
|
}
|
|
1112
1095
|
},
|
|
1113
1096
|
"node_modules/@commitlint/parse": {
|
|
1114
|
-
"version": "
|
|
1115
|
-
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-
|
|
1116
|
-
"integrity": "sha512
|
|
1097
|
+
"version": "21.2.2",
|
|
1098
|
+
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-21.2.2.tgz",
|
|
1099
|
+
"integrity": "sha512-MEkobPfvRp+z06Wro8HMG1BDGHzZmj82A1LH1nWeG3ipHpg/x4m6v3wEDvMBIKjRFUnfR3nBeFs3MVCr7UdAmg==",
|
|
1117
1100
|
"dev": true,
|
|
1118
1101
|
"license": "MIT",
|
|
1119
1102
|
"dependencies": {
|
|
1120
|
-
"@commitlint/types": "^
|
|
1121
|
-
"conventional-changelog-angular": "^
|
|
1122
|
-
"conventional-commits-parser": "^
|
|
1103
|
+
"@commitlint/types": "^21.2.0",
|
|
1104
|
+
"conventional-changelog-angular": "^9.0.0",
|
|
1105
|
+
"conventional-commits-parser": "^7.0.0"
|
|
1123
1106
|
},
|
|
1124
1107
|
"engines": {
|
|
1125
|
-
"node": ">=
|
|
1108
|
+
"node": ">=22.12.0"
|
|
1126
1109
|
}
|
|
1127
1110
|
},
|
|
1128
1111
|
"node_modules/@commitlint/read": {
|
|
1129
|
-
"version": "
|
|
1130
|
-
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-
|
|
1131
|
-
"integrity": "sha512-
|
|
1112
|
+
"version": "21.2.1",
|
|
1113
|
+
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-21.2.1.tgz",
|
|
1114
|
+
"integrity": "sha512-hUW7EJQnNTL0vPOmVMNK4CrnrNBN0nN+JJHReFkdHO5y4iyHeEmTBwuC15OCqUTjxWo7idnH1LftfpWVIaPWIA==",
|
|
1132
1115
|
"dev": true,
|
|
1133
1116
|
"license": "MIT",
|
|
1134
1117
|
"dependencies": {
|
|
1135
|
-
"@commitlint/top-level": "^
|
|
1136
|
-
"@commitlint/types": "^
|
|
1137
|
-
"
|
|
1138
|
-
"
|
|
1139
|
-
"minimist": "^1.2.6"
|
|
1118
|
+
"@commitlint/top-level": "^21.2.0",
|
|
1119
|
+
"@commitlint/types": "^21.2.0",
|
|
1120
|
+
"@conventional-changelog/git-client": "^3.0.0",
|
|
1121
|
+
"tinyexec": "^1.0.0"
|
|
1140
1122
|
},
|
|
1141
1123
|
"engines": {
|
|
1142
|
-
"node": ">=
|
|
1124
|
+
"node": ">=22.12.0"
|
|
1143
1125
|
}
|
|
1144
1126
|
},
|
|
1145
1127
|
"node_modules/@commitlint/resolve-extends": {
|
|
1146
|
-
"version": "
|
|
1147
|
-
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-
|
|
1148
|
-
"integrity": "sha512-
|
|
1128
|
+
"version": "21.2.2",
|
|
1129
|
+
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-21.2.2.tgz",
|
|
1130
|
+
"integrity": "sha512-RPkJ/IFi7sMUUVbZLqwWFtWw/zRDcfFsmrPSiTMrt5wb7AdxOr86EGQFvmGzef5QKV5IPBWWCujqVTw1RWX44A==",
|
|
1149
1131
|
"dev": true,
|
|
1150
1132
|
"license": "MIT",
|
|
1151
1133
|
"dependencies": {
|
|
1152
|
-
"@commitlint/config-validator": "^
|
|
1153
|
-
"@commitlint/types": "^
|
|
1154
|
-
"
|
|
1155
|
-
"
|
|
1156
|
-
"resolve-from": "^5.0.0"
|
|
1157
|
-
"resolve-global": "^1.0.0"
|
|
1134
|
+
"@commitlint/config-validator": "^21.2.0",
|
|
1135
|
+
"@commitlint/types": "^21.2.0",
|
|
1136
|
+
"es-toolkit": "^1.46.0",
|
|
1137
|
+
"global-directory": "^5.0.0",
|
|
1138
|
+
"resolve-from": "^5.0.0"
|
|
1158
1139
|
},
|
|
1159
1140
|
"engines": {
|
|
1160
|
-
"node": ">=
|
|
1141
|
+
"node": ">=22.12.0"
|
|
1161
1142
|
}
|
|
1162
1143
|
},
|
|
1163
|
-
"node_modules/@commitlint/
|
|
1164
|
-
"version": "
|
|
1165
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
1166
|
-
"integrity": "sha512-
|
|
1144
|
+
"node_modules/@commitlint/resolve-extends/node_modules/@commitlint/config-validator": {
|
|
1145
|
+
"version": "21.2.0",
|
|
1146
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-21.2.0.tgz",
|
|
1147
|
+
"integrity": "sha512-t7AzNHAKeIdo/3NRGwzpufKHsKkPHmFs/56N2Fnsh0/r0rGtnQzTxk6vnFgjaGr4hdSQKNB50/KAhR9Yk4LJKA==",
|
|
1167
1148
|
"dev": true,
|
|
1168
1149
|
"license": "MIT",
|
|
1169
1150
|
"dependencies": {
|
|
1170
|
-
"@commitlint/
|
|
1171
|
-
"
|
|
1172
|
-
"@commitlint/to-lines": "^17.8.1",
|
|
1173
|
-
"@commitlint/types": "^17.8.1",
|
|
1174
|
-
"execa": "^5.0.0"
|
|
1151
|
+
"@commitlint/types": "^21.2.0",
|
|
1152
|
+
"ajv": "^8.11.0"
|
|
1175
1153
|
},
|
|
1176
1154
|
"engines": {
|
|
1177
|
-
"node": ">=
|
|
1178
|
-
}
|
|
1179
|
-
},
|
|
1180
|
-
"node_modules/@commitlint/to-lines": {
|
|
1181
|
-
"version": "17.8.1",
|
|
1182
|
-
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.8.1.tgz",
|
|
1183
|
-
"integrity": "sha512-LE0jb8CuR/mj6xJyrIk8VLz03OEzXFgLdivBytoooKO5xLt5yalc8Ma5guTWobw998sbR3ogDd+2jed03CFmJA==",
|
|
1184
|
-
"dev": true,
|
|
1185
|
-
"license": "MIT",
|
|
1186
|
-
"engines": {
|
|
1187
|
-
"node": ">=v14"
|
|
1155
|
+
"node": ">=22.12.0"
|
|
1188
1156
|
}
|
|
1189
1157
|
},
|
|
1190
|
-
"node_modules/@commitlint/
|
|
1191
|
-
"version": "
|
|
1192
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
1193
|
-
"integrity": "sha512-
|
|
1158
|
+
"node_modules/@commitlint/rules": {
|
|
1159
|
+
"version": "21.2.2",
|
|
1160
|
+
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-21.2.2.tgz",
|
|
1161
|
+
"integrity": "sha512-eplQzyYkBjYB1HyyRj8hkcK11Y9DU9nuBz7uOKEd6NpE9NGDytLFCAnlRE+OoiK/5sHEJsaz2RGhuWBvYzIbNA==",
|
|
1194
1162
|
"dev": true,
|
|
1195
1163
|
"license": "MIT",
|
|
1196
1164
|
"dependencies": {
|
|
1197
|
-
"
|
|
1165
|
+
"@commitlint/ensure": "^21.2.0",
|
|
1166
|
+
"@commitlint/message": "^21.2.0",
|
|
1167
|
+
"@commitlint/to-lines": "^21.0.1",
|
|
1168
|
+
"@commitlint/types": "^21.2.0"
|
|
1198
1169
|
},
|
|
1199
1170
|
"engines": {
|
|
1200
|
-
"node": ">=
|
|
1171
|
+
"node": ">=22.12.0"
|
|
1201
1172
|
}
|
|
1202
1173
|
},
|
|
1203
|
-
"node_modules/@commitlint/
|
|
1204
|
-
"version": "
|
|
1205
|
-
"resolved": "https://registry.npmjs.org/
|
|
1206
|
-
"integrity": "sha512-
|
|
1174
|
+
"node_modules/@commitlint/to-lines": {
|
|
1175
|
+
"version": "21.0.1",
|
|
1176
|
+
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-21.0.1.tgz",
|
|
1177
|
+
"integrity": "sha512-bd1BFII7p1EQZre9Kaj+kKaMFP3cFCdt21K7DItVux9XP5WjLgJ0/Uy1pJJh9aPwVJ6SKg62PxqlZaHI8hQAXw==",
|
|
1207
1178
|
"dev": true,
|
|
1208
1179
|
"license": "MIT",
|
|
1209
|
-
"dependencies": {
|
|
1210
|
-
"locate-path": "^6.0.0",
|
|
1211
|
-
"path-exists": "^4.0.0"
|
|
1212
|
-
},
|
|
1213
1180
|
"engines": {
|
|
1214
|
-
"node": ">=
|
|
1215
|
-
},
|
|
1216
|
-
"funding": {
|
|
1217
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1181
|
+
"node": ">=22.12.0"
|
|
1218
1182
|
}
|
|
1219
1183
|
},
|
|
1220
|
-
"node_modules/@commitlint/top-level
|
|
1221
|
-
"version": "
|
|
1222
|
-
"resolved": "https://registry.npmjs.org/
|
|
1223
|
-
"integrity": "sha512-
|
|
1184
|
+
"node_modules/@commitlint/top-level": {
|
|
1185
|
+
"version": "21.2.0",
|
|
1186
|
+
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-21.2.0.tgz",
|
|
1187
|
+
"integrity": "sha512-Y5gmQ+KxzqCrBFJfLvFEPvvwD3LDiNZoTT2yeFBm96M8qhmqSzQc5DvX3rheAaAMjyIvMXOCLS/mWfdpONsjyQ==",
|
|
1224
1188
|
"dev": true,
|
|
1225
1189
|
"license": "MIT",
|
|
1226
1190
|
"dependencies": {
|
|
1227
|
-
"
|
|
1191
|
+
"escalade": "^3.2.0"
|
|
1228
1192
|
},
|
|
1229
1193
|
"engines": {
|
|
1230
|
-
"node": ">=
|
|
1231
|
-
},
|
|
1232
|
-
"funding": {
|
|
1233
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1194
|
+
"node": ">=22.12.0"
|
|
1234
1195
|
}
|
|
1235
1196
|
},
|
|
1236
|
-
"node_modules/@commitlint/
|
|
1237
|
-
"version": "
|
|
1238
|
-
"resolved": "https://registry.npmjs.org/
|
|
1239
|
-
"integrity": "sha512-
|
|
1197
|
+
"node_modules/@commitlint/types": {
|
|
1198
|
+
"version": "21.2.0",
|
|
1199
|
+
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-21.2.0.tgz",
|
|
1200
|
+
"integrity": "sha512-7zVFCDB2reMvJH5dmbKnOQPjZEvjdJTH8jc0U/PIPU1r3/+vf5pD1HlfitV2MWsWXrvu7u39iY1lyLUPOaN0Gw==",
|
|
1240
1201
|
"dev": true,
|
|
1241
1202
|
"license": "MIT",
|
|
1242
1203
|
"dependencies": {
|
|
1243
|
-
"
|
|
1204
|
+
"conventional-commits-parser": "^7.0.0",
|
|
1205
|
+
"picocolors": "^1.1.1"
|
|
1244
1206
|
},
|
|
1245
1207
|
"engines": {
|
|
1246
|
-
"node": ">=
|
|
1247
|
-
},
|
|
1248
|
-
"funding": {
|
|
1249
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1208
|
+
"node": ">=22.12.0"
|
|
1250
1209
|
}
|
|
1251
1210
|
},
|
|
1252
|
-
"node_modules/@
|
|
1253
|
-
"version": "
|
|
1254
|
-
"resolved": "https://registry.npmjs.org/
|
|
1255
|
-
"integrity": "sha512-
|
|
1211
|
+
"node_modules/@conventional-changelog/git-client": {
|
|
1212
|
+
"version": "3.1.2",
|
|
1213
|
+
"resolved": "https://registry.npmjs.org/@conventional-changelog/git-client/-/git-client-3.1.2.tgz",
|
|
1214
|
+
"integrity": "sha512-jZqwnJwf7nboIlAcw/mkOjVa6DexCcUOgT2oOQgkoi3z9vR8tGFkcMy2BFcYwjhL9sYcDDXkRQDayiDieCoW7A==",
|
|
1256
1215
|
"dev": true,
|
|
1257
1216
|
"license": "MIT",
|
|
1258
1217
|
"dependencies": {
|
|
1259
|
-
"
|
|
1218
|
+
"@simple-libs/child-process-utils": "^2.0.0",
|
|
1219
|
+
"@simple-libs/stream-utils": "^2.0.0",
|
|
1220
|
+
"semver": "^7.5.2"
|
|
1260
1221
|
},
|
|
1261
1222
|
"engines": {
|
|
1262
|
-
"node": ">=
|
|
1223
|
+
"node": ">=22"
|
|
1263
1224
|
},
|
|
1264
|
-
"
|
|
1265
|
-
"
|
|
1225
|
+
"peerDependencies": {
|
|
1226
|
+
"conventional-commits-filter": "^6.0.1",
|
|
1227
|
+
"conventional-commits-parser": "^7.1.2"
|
|
1228
|
+
},
|
|
1229
|
+
"peerDependenciesMeta": {
|
|
1230
|
+
"conventional-commits-filter": {
|
|
1231
|
+
"optional": true
|
|
1232
|
+
},
|
|
1233
|
+
"conventional-commits-parser": {
|
|
1234
|
+
"optional": true
|
|
1235
|
+
}
|
|
1266
1236
|
}
|
|
1267
1237
|
},
|
|
1268
|
-
"node_modules/@
|
|
1269
|
-
"version": "
|
|
1270
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1271
|
-
"integrity": "sha512-
|
|
1238
|
+
"node_modules/@conventional-changelog/template": {
|
|
1239
|
+
"version": "1.4.0",
|
|
1240
|
+
"resolved": "https://registry.npmjs.org/@conventional-changelog/template/-/template-1.4.0.tgz",
|
|
1241
|
+
"integrity": "sha512-aalGyl7dbB5PArRebDIX43ZvBlXrYm9uWzGJ26t+4SzJVPsOuvfILGGbw5X4yX7i50YEmJ8zvbiWnqH/AAnZqg==",
|
|
1272
1242
|
"dev": true,
|
|
1273
1243
|
"license": "MIT",
|
|
1274
|
-
"dependencies": {
|
|
1275
|
-
"chalk": "^4.1.0"
|
|
1276
|
-
},
|
|
1277
1244
|
"engines": {
|
|
1278
|
-
"node": ">=
|
|
1245
|
+
"node": ">=22"
|
|
1279
1246
|
}
|
|
1280
1247
|
},
|
|
1281
1248
|
"node_modules/@cspotcode/source-map-support": {
|
|
@@ -1488,6 +1455,42 @@
|
|
|
1488
1455
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
1489
1456
|
}
|
|
1490
1457
|
},
|
|
1458
|
+
"node_modules/@gerrit0/mini-shiki": {
|
|
1459
|
+
"version": "3.23.0",
|
|
1460
|
+
"resolved": "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-3.23.0.tgz",
|
|
1461
|
+
"integrity": "sha512-bEMORlG0cqdjVyCEuU0cDQbORWX+kYCeo0kV1lbxF5bt4r7SID2l9bqsxJEM0zndaxpOUT7riCyIVEuqq/Ynxg==",
|
|
1462
|
+
"dev": true,
|
|
1463
|
+
"license": "MIT",
|
|
1464
|
+
"dependencies": {
|
|
1465
|
+
"@shikijs/engine-oniguruma": "^3.23.0",
|
|
1466
|
+
"@shikijs/langs": "^3.23.0",
|
|
1467
|
+
"@shikijs/themes": "^3.23.0",
|
|
1468
|
+
"@shikijs/types": "^3.23.0",
|
|
1469
|
+
"@shikijs/vscode-textmate": "^10.0.2"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
"node_modules/@gerrit0/mini-shiki/node_modules/@shikijs/engine-oniguruma": {
|
|
1473
|
+
"version": "3.23.0",
|
|
1474
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.23.0.tgz",
|
|
1475
|
+
"integrity": "sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==",
|
|
1476
|
+
"dev": true,
|
|
1477
|
+
"license": "MIT",
|
|
1478
|
+
"dependencies": {
|
|
1479
|
+
"@shikijs/types": "3.23.0",
|
|
1480
|
+
"@shikijs/vscode-textmate": "^10.0.2"
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
"node_modules/@gerrit0/mini-shiki/node_modules/@shikijs/types": {
|
|
1484
|
+
"version": "3.23.0",
|
|
1485
|
+
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz",
|
|
1486
|
+
"integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==",
|
|
1487
|
+
"dev": true,
|
|
1488
|
+
"license": "MIT",
|
|
1489
|
+
"dependencies": {
|
|
1490
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1491
|
+
"@types/hast": "^3.0.4"
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1491
1494
|
"node_modules/@humanfs/core": {
|
|
1492
1495
|
"version": "0.19.2",
|
|
1493
1496
|
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
|
|
@@ -2797,9 +2800,9 @@
|
|
|
2797
2800
|
}
|
|
2798
2801
|
},
|
|
2799
2802
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2800
|
-
"version": "5.
|
|
2801
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
2802
|
-
"integrity": "sha512-
|
|
2803
|
+
"version": "5.4.0",
|
|
2804
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.4.0.tgz",
|
|
2805
|
+
"integrity": "sha512-ZU+PTQZZcHw96ntsUCPAYmbVft+raaYCVdHRTCDnCx0lzZCc3CST6vWqjKh0/hoKRS7D0x3c9F4M1ckbDKbMZw==",
|
|
2803
2806
|
"dev": true,
|
|
2804
2807
|
"license": "MIT",
|
|
2805
2808
|
"dependencies": {
|
|
@@ -2834,9 +2837,9 @@
|
|
|
2834
2837
|
}
|
|
2835
2838
|
},
|
|
2836
2839
|
"node_modules/@oclif/plugin-not-found": {
|
|
2837
|
-
"version": "3.
|
|
2838
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.
|
|
2839
|
-
"integrity": "sha512-
|
|
2840
|
+
"version": "3.3.0",
|
|
2841
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.3.0.tgz",
|
|
2842
|
+
"integrity": "sha512-GbdWJOmmBO3xmrVjDXeWG7tXl4vzeGZ+af9ztCfAmhOPEkd/+eeAAadzQPeZoygedqCvsdux3QLq9/MAxusPKg==",
|
|
2840
2843
|
"dev": true,
|
|
2841
2844
|
"license": "MIT",
|
|
2842
2845
|
"dependencies": {
|
|
@@ -2850,9 +2853,9 @@
|
|
|
2850
2853
|
}
|
|
2851
2854
|
},
|
|
2852
2855
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
2853
|
-
"version": "3.
|
|
2854
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.
|
|
2855
|
-
"integrity": "sha512-
|
|
2856
|
+
"version": "3.2.0",
|
|
2857
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.2.0.tgz",
|
|
2858
|
+
"integrity": "sha512-E7l+/NTjddOi32Q9G1CWzEtuh0EwNylVHfTRlFxlZD50v1oBqBpziWh+Dzz6oAIe4ee5U7EUc7lP22aLxpW3vA==",
|
|
2856
2859
|
"dev": true,
|
|
2857
2860
|
"license": "MIT",
|
|
2858
2861
|
"dependencies": {
|
|
@@ -3305,124 +3308,844 @@
|
|
|
3305
3308
|
"sf-prepack": "bin/sf-prepack.js"
|
|
3306
3309
|
}
|
|
3307
3310
|
},
|
|
3308
|
-
"node_modules/@salesforce/dev-scripts/node_modules/@
|
|
3309
|
-
"version": "
|
|
3310
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3311
|
-
"integrity": "sha512
|
|
3312
|
-
"dev": true,
|
|
3313
|
-
"license": "MIT"
|
|
3314
|
-
},
|
|
3315
|
-
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
3316
|
-
"version": "18.19.130",
|
|
3317
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
|
3318
|
-
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
3311
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/cli": {
|
|
3312
|
+
"version": "17.8.1",
|
|
3313
|
+
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.8.1.tgz",
|
|
3314
|
+
"integrity": "sha512-ay+WbzQesE0Rv4EQKfNbSMiJJ12KdKTDzIt0tcK4k11FdsWmtwP0Kp1NWMOUswfIWo6Eb7p7Ln721Nx9FLNBjg==",
|
|
3319
3315
|
"dev": true,
|
|
3320
3316
|
"license": "MIT",
|
|
3321
3317
|
"dependencies": {
|
|
3322
|
-
"
|
|
3318
|
+
"@commitlint/format": "^17.8.1",
|
|
3319
|
+
"@commitlint/lint": "^17.8.1",
|
|
3320
|
+
"@commitlint/load": "^17.8.1",
|
|
3321
|
+
"@commitlint/read": "^17.8.1",
|
|
3322
|
+
"@commitlint/types": "^17.8.1",
|
|
3323
|
+
"execa": "^5.0.0",
|
|
3324
|
+
"lodash.isfunction": "^3.0.9",
|
|
3325
|
+
"resolve-from": "5.0.0",
|
|
3326
|
+
"resolve-global": "1.0.0",
|
|
3327
|
+
"yargs": "^17.0.0"
|
|
3328
|
+
},
|
|
3329
|
+
"bin": {
|
|
3330
|
+
"commitlint": "cli.js"
|
|
3331
|
+
},
|
|
3332
|
+
"engines": {
|
|
3333
|
+
"node": ">=v14"
|
|
3323
3334
|
}
|
|
3324
3335
|
},
|
|
3325
|
-
"node_modules/@salesforce/dev-scripts/node_modules/@
|
|
3326
|
-
"version": "
|
|
3327
|
-
"resolved": "https://registry.npmjs.org
|
|
3328
|
-
"integrity": "sha512-
|
|
3336
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/cli/node_modules/execa": {
|
|
3337
|
+
"version": "5.1.1",
|
|
3338
|
+
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
|
|
3339
|
+
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
|
|
3329
3340
|
"dev": true,
|
|
3330
3341
|
"license": "MIT",
|
|
3331
3342
|
"dependencies": {
|
|
3332
|
-
"
|
|
3333
|
-
|
|
3343
|
+
"cross-spawn": "^7.0.3",
|
|
3344
|
+
"get-stream": "^6.0.0",
|
|
3345
|
+
"human-signals": "^2.1.0",
|
|
3346
|
+
"is-stream": "^2.0.0",
|
|
3347
|
+
"merge-stream": "^2.0.0",
|
|
3348
|
+
"npm-run-path": "^4.0.1",
|
|
3349
|
+
"onetime": "^5.1.2",
|
|
3350
|
+
"signal-exit": "^3.0.3",
|
|
3351
|
+
"strip-final-newline": "^2.0.0"
|
|
3352
|
+
},
|
|
3353
|
+
"engines": {
|
|
3354
|
+
"node": ">=10"
|
|
3355
|
+
},
|
|
3356
|
+
"funding": {
|
|
3357
|
+
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
3358
|
+
}
|
|
3359
|
+
},
|
|
3360
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/cli/node_modules/get-stream": {
|
|
3361
|
+
"version": "6.0.1",
|
|
3362
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
3363
|
+
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
3364
|
+
"dev": true,
|
|
3365
|
+
"license": "MIT",
|
|
3366
|
+
"engines": {
|
|
3367
|
+
"node": ">=10"
|
|
3368
|
+
},
|
|
3369
|
+
"funding": {
|
|
3370
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3371
|
+
}
|
|
3372
|
+
},
|
|
3373
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/cli/node_modules/human-signals": {
|
|
3374
|
+
"version": "2.1.0",
|
|
3375
|
+
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
|
|
3376
|
+
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
|
|
3377
|
+
"dev": true,
|
|
3378
|
+
"license": "Apache-2.0",
|
|
3379
|
+
"engines": {
|
|
3380
|
+
"node": ">=10.17.0"
|
|
3381
|
+
}
|
|
3382
|
+
},
|
|
3383
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/cli/node_modules/yargs": {
|
|
3384
|
+
"version": "17.7.3",
|
|
3385
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.3.tgz",
|
|
3386
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
3387
|
+
"dev": true,
|
|
3388
|
+
"license": "MIT",
|
|
3389
|
+
"dependencies": {
|
|
3390
|
+
"cliui": "^8.0.1",
|
|
3391
|
+
"escalade": "^3.1.1",
|
|
3392
|
+
"get-caller-file": "^2.0.5",
|
|
3393
|
+
"require-directory": "^2.1.1",
|
|
3394
|
+
"string-width": "^4.2.3",
|
|
3395
|
+
"y18n": "^5.0.5",
|
|
3396
|
+
"yargs-parser": "^21.1.1"
|
|
3397
|
+
},
|
|
3398
|
+
"engines": {
|
|
3399
|
+
"node": ">=12"
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3402
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/cli/node_modules/yargs-parser": {
|
|
3403
|
+
"version": "21.1.1",
|
|
3404
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
3405
|
+
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
3406
|
+
"dev": true,
|
|
3407
|
+
"license": "ISC",
|
|
3408
|
+
"engines": {
|
|
3409
|
+
"node": ">=12"
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/config-conventional": {
|
|
3413
|
+
"version": "17.8.1",
|
|
3414
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz",
|
|
3415
|
+
"integrity": "sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==",
|
|
3416
|
+
"dev": true,
|
|
3417
|
+
"license": "MIT",
|
|
3418
|
+
"dependencies": {
|
|
3419
|
+
"conventional-changelog-conventionalcommits": "^6.1.0"
|
|
3420
|
+
},
|
|
3421
|
+
"engines": {
|
|
3422
|
+
"node": ">=v14"
|
|
3423
|
+
}
|
|
3424
|
+
},
|
|
3425
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/ensure": {
|
|
3426
|
+
"version": "17.8.1",
|
|
3427
|
+
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.8.1.tgz",
|
|
3428
|
+
"integrity": "sha512-xjafwKxid8s1K23NFpL8JNo6JnY/ysetKo8kegVM7c8vs+kWLP8VrQq+NbhgVlmCojhEDbzQKp4eRXSjVOGsow==",
|
|
3429
|
+
"dev": true,
|
|
3430
|
+
"license": "MIT",
|
|
3431
|
+
"dependencies": {
|
|
3432
|
+
"@commitlint/types": "^17.8.1",
|
|
3433
|
+
"lodash.camelcase": "^4.3.0",
|
|
3434
|
+
"lodash.kebabcase": "^4.1.1",
|
|
3435
|
+
"lodash.snakecase": "^4.1.1",
|
|
3436
|
+
"lodash.startcase": "^4.4.0",
|
|
3437
|
+
"lodash.upperfirst": "^4.3.1"
|
|
3438
|
+
},
|
|
3439
|
+
"engines": {
|
|
3440
|
+
"node": ">=v14"
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3443
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/execute-rule": {
|
|
3444
|
+
"version": "17.8.1",
|
|
3445
|
+
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.8.1.tgz",
|
|
3446
|
+
"integrity": "sha512-JHVupQeSdNI6xzA9SqMF+p/JjrHTcrJdI02PwesQIDCIGUrv04hicJgCcws5nzaoZbROapPs0s6zeVHoxpMwFQ==",
|
|
3447
|
+
"dev": true,
|
|
3448
|
+
"license": "MIT",
|
|
3449
|
+
"engines": {
|
|
3450
|
+
"node": ">=v14"
|
|
3451
|
+
}
|
|
3452
|
+
},
|
|
3453
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/format": {
|
|
3454
|
+
"version": "17.8.1",
|
|
3455
|
+
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.8.1.tgz",
|
|
3456
|
+
"integrity": "sha512-f3oMTyZ84M9ht7fb93wbCKmWxO5/kKSbwuYvS867duVomoOsgrgljkGGIztmT/srZnaiGbaK8+Wf8Ik2tSr5eg==",
|
|
3457
|
+
"dev": true,
|
|
3458
|
+
"license": "MIT",
|
|
3459
|
+
"dependencies": {
|
|
3460
|
+
"@commitlint/types": "^17.8.1",
|
|
3461
|
+
"chalk": "^4.1.0"
|
|
3462
|
+
},
|
|
3463
|
+
"engines": {
|
|
3464
|
+
"node": ">=v14"
|
|
3465
|
+
}
|
|
3466
|
+
},
|
|
3467
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/is-ignored": {
|
|
3468
|
+
"version": "17.8.1",
|
|
3469
|
+
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.8.1.tgz",
|
|
3470
|
+
"integrity": "sha512-UshMi4Ltb4ZlNn4F7WtSEugFDZmctzFpmbqvpyxD3la510J+PLcnyhf9chs7EryaRFJMdAKwsEKfNK0jL/QM4g==",
|
|
3471
|
+
"dev": true,
|
|
3472
|
+
"license": "MIT",
|
|
3473
|
+
"dependencies": {
|
|
3474
|
+
"@commitlint/types": "^17.8.1",
|
|
3475
|
+
"semver": "7.5.4"
|
|
3476
|
+
},
|
|
3477
|
+
"engines": {
|
|
3478
|
+
"node": ">=v14"
|
|
3479
|
+
}
|
|
3480
|
+
},
|
|
3481
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/lint": {
|
|
3482
|
+
"version": "17.8.1",
|
|
3483
|
+
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.8.1.tgz",
|
|
3484
|
+
"integrity": "sha512-aQUlwIR1/VMv2D4GXSk7PfL5hIaFSfy6hSHV94O8Y27T5q+DlDEgd/cZ4KmVI+MWKzFfCTiTuWqjfRSfdRllCA==",
|
|
3485
|
+
"dev": true,
|
|
3486
|
+
"license": "MIT",
|
|
3487
|
+
"dependencies": {
|
|
3488
|
+
"@commitlint/is-ignored": "^17.8.1",
|
|
3489
|
+
"@commitlint/parse": "^17.8.1",
|
|
3490
|
+
"@commitlint/rules": "^17.8.1",
|
|
3491
|
+
"@commitlint/types": "^17.8.1"
|
|
3492
|
+
},
|
|
3493
|
+
"engines": {
|
|
3494
|
+
"node": ">=v14"
|
|
3495
|
+
}
|
|
3496
|
+
},
|
|
3497
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/load": {
|
|
3498
|
+
"version": "17.8.1",
|
|
3499
|
+
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.8.1.tgz",
|
|
3500
|
+
"integrity": "sha512-iF4CL7KDFstP1kpVUkT8K2Wl17h2yx9VaR1ztTc8vzByWWcbO/WaKwxsnCOqow9tVAlzPfo1ywk9m2oJ9ucMqA==",
|
|
3501
|
+
"dev": true,
|
|
3502
|
+
"license": "MIT",
|
|
3503
|
+
"dependencies": {
|
|
3504
|
+
"@commitlint/config-validator": "^17.8.1",
|
|
3505
|
+
"@commitlint/execute-rule": "^17.8.1",
|
|
3506
|
+
"@commitlint/resolve-extends": "^17.8.1",
|
|
3507
|
+
"@commitlint/types": "^17.8.1",
|
|
3508
|
+
"@types/node": "20.5.1",
|
|
3509
|
+
"chalk": "^4.1.0",
|
|
3510
|
+
"cosmiconfig": "^8.0.0",
|
|
3511
|
+
"cosmiconfig-typescript-loader": "^4.0.0",
|
|
3512
|
+
"lodash.isplainobject": "^4.0.6",
|
|
3513
|
+
"lodash.merge": "^4.6.2",
|
|
3514
|
+
"lodash.uniq": "^4.5.0",
|
|
3515
|
+
"resolve-from": "^5.0.0",
|
|
3516
|
+
"ts-node": "^10.8.1",
|
|
3517
|
+
"typescript": "^4.6.4 || ^5.2.2"
|
|
3518
|
+
},
|
|
3519
|
+
"engines": {
|
|
3520
|
+
"node": ">=v14"
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/load/node_modules/@types/node": {
|
|
3524
|
+
"version": "20.5.1",
|
|
3525
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
|
|
3526
|
+
"integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
|
|
3527
|
+
"dev": true,
|
|
3528
|
+
"license": "MIT"
|
|
3529
|
+
},
|
|
3530
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/load/node_modules/cosmiconfig-typescript-loader": {
|
|
3531
|
+
"version": "4.4.0",
|
|
3532
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.4.0.tgz",
|
|
3533
|
+
"integrity": "sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==",
|
|
3534
|
+
"dev": true,
|
|
3535
|
+
"license": "MIT",
|
|
3536
|
+
"engines": {
|
|
3537
|
+
"node": ">=v14.21.3"
|
|
3538
|
+
},
|
|
3539
|
+
"peerDependencies": {
|
|
3540
|
+
"@types/node": "*",
|
|
3541
|
+
"cosmiconfig": ">=7",
|
|
3542
|
+
"ts-node": ">=10",
|
|
3543
|
+
"typescript": ">=4"
|
|
3544
|
+
}
|
|
3545
|
+
},
|
|
3546
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/message": {
|
|
3547
|
+
"version": "17.8.1",
|
|
3548
|
+
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.8.1.tgz",
|
|
3549
|
+
"integrity": "sha512-6bYL1GUQsD6bLhTH3QQty8pVFoETfFQlMn2Nzmz3AOLqRVfNNtXBaSY0dhZ0dM6A2MEq4+2d7L/2LP8TjqGRkA==",
|
|
3550
|
+
"dev": true,
|
|
3551
|
+
"license": "MIT",
|
|
3552
|
+
"engines": {
|
|
3553
|
+
"node": ">=v14"
|
|
3554
|
+
}
|
|
3555
|
+
},
|
|
3556
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/parse": {
|
|
3557
|
+
"version": "17.8.1",
|
|
3558
|
+
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.8.1.tgz",
|
|
3559
|
+
"integrity": "sha512-/wLUickTo0rNpQgWwLPavTm7WbwkZoBy3X8PpkUmlSmQJyWQTj0m6bDjiykMaDt41qcUbfeFfaCvXfiR4EGnfw==",
|
|
3560
|
+
"dev": true,
|
|
3561
|
+
"license": "MIT",
|
|
3562
|
+
"dependencies": {
|
|
3563
|
+
"@commitlint/types": "^17.8.1",
|
|
3564
|
+
"conventional-changelog-angular": "^6.0.0",
|
|
3565
|
+
"conventional-commits-parser": "^4.0.0"
|
|
3566
|
+
},
|
|
3567
|
+
"engines": {
|
|
3568
|
+
"node": ">=v14"
|
|
3569
|
+
}
|
|
3570
|
+
},
|
|
3571
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/read": {
|
|
3572
|
+
"version": "17.8.1",
|
|
3573
|
+
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.8.1.tgz",
|
|
3574
|
+
"integrity": "sha512-Fd55Oaz9irzBESPCdMd8vWWgxsW3OWR99wOntBDHgf9h7Y6OOHjWEdS9Xzen1GFndqgyoaFplQS5y7KZe0kO2w==",
|
|
3575
|
+
"dev": true,
|
|
3576
|
+
"license": "MIT",
|
|
3577
|
+
"dependencies": {
|
|
3578
|
+
"@commitlint/top-level": "^17.8.1",
|
|
3579
|
+
"@commitlint/types": "^17.8.1",
|
|
3580
|
+
"fs-extra": "^11.0.0",
|
|
3581
|
+
"git-raw-commits": "^2.0.11",
|
|
3582
|
+
"minimist": "^1.2.6"
|
|
3583
|
+
},
|
|
3584
|
+
"engines": {
|
|
3585
|
+
"node": ">=v14"
|
|
3586
|
+
}
|
|
3587
|
+
},
|
|
3588
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/resolve-extends": {
|
|
3589
|
+
"version": "17.8.1",
|
|
3590
|
+
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.8.1.tgz",
|
|
3591
|
+
"integrity": "sha512-W/ryRoQ0TSVXqJrx5SGkaYuAaE/BUontL1j1HsKckvM6e5ZaG0M9126zcwL6peKSuIetJi7E87PRQF8O86EW0Q==",
|
|
3592
|
+
"dev": true,
|
|
3593
|
+
"license": "MIT",
|
|
3594
|
+
"dependencies": {
|
|
3595
|
+
"@commitlint/config-validator": "^17.8.1",
|
|
3596
|
+
"@commitlint/types": "^17.8.1",
|
|
3597
|
+
"import-fresh": "^3.0.0",
|
|
3598
|
+
"lodash.mergewith": "^4.6.2",
|
|
3599
|
+
"resolve-from": "^5.0.0",
|
|
3600
|
+
"resolve-global": "^1.0.0"
|
|
3601
|
+
},
|
|
3602
|
+
"engines": {
|
|
3603
|
+
"node": ">=v14"
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/rules": {
|
|
3607
|
+
"version": "17.8.1",
|
|
3608
|
+
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.8.1.tgz",
|
|
3609
|
+
"integrity": "sha512-2b7OdVbN7MTAt9U0vKOYKCDsOvESVXxQmrvuVUZ0rGFMCrCPJWWP1GJ7f0lAypbDAhaGb8zqtdOr47192LBrIA==",
|
|
3610
|
+
"dev": true,
|
|
3611
|
+
"license": "MIT",
|
|
3612
|
+
"dependencies": {
|
|
3613
|
+
"@commitlint/ensure": "^17.8.1",
|
|
3614
|
+
"@commitlint/message": "^17.8.1",
|
|
3615
|
+
"@commitlint/to-lines": "^17.8.1",
|
|
3616
|
+
"@commitlint/types": "^17.8.1",
|
|
3617
|
+
"execa": "^5.0.0"
|
|
3618
|
+
},
|
|
3619
|
+
"engines": {
|
|
3620
|
+
"node": ">=v14"
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/rules/node_modules/execa": {
|
|
3624
|
+
"version": "5.1.1",
|
|
3625
|
+
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
|
|
3626
|
+
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
|
|
3627
|
+
"dev": true,
|
|
3628
|
+
"license": "MIT",
|
|
3629
|
+
"dependencies": {
|
|
3630
|
+
"cross-spawn": "^7.0.3",
|
|
3631
|
+
"get-stream": "^6.0.0",
|
|
3632
|
+
"human-signals": "^2.1.0",
|
|
3633
|
+
"is-stream": "^2.0.0",
|
|
3634
|
+
"merge-stream": "^2.0.0",
|
|
3635
|
+
"npm-run-path": "^4.0.1",
|
|
3636
|
+
"onetime": "^5.1.2",
|
|
3637
|
+
"signal-exit": "^3.0.3",
|
|
3638
|
+
"strip-final-newline": "^2.0.0"
|
|
3639
|
+
},
|
|
3640
|
+
"engines": {
|
|
3641
|
+
"node": ">=10"
|
|
3642
|
+
},
|
|
3643
|
+
"funding": {
|
|
3644
|
+
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3647
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/rules/node_modules/get-stream": {
|
|
3648
|
+
"version": "6.0.1",
|
|
3649
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
3650
|
+
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
3651
|
+
"dev": true,
|
|
3652
|
+
"license": "MIT",
|
|
3653
|
+
"engines": {
|
|
3654
|
+
"node": ">=10"
|
|
3655
|
+
},
|
|
3656
|
+
"funding": {
|
|
3657
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3658
|
+
}
|
|
3659
|
+
},
|
|
3660
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/rules/node_modules/human-signals": {
|
|
3661
|
+
"version": "2.1.0",
|
|
3662
|
+
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
|
|
3663
|
+
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
|
|
3664
|
+
"dev": true,
|
|
3665
|
+
"license": "Apache-2.0",
|
|
3666
|
+
"engines": {
|
|
3667
|
+
"node": ">=10.17.0"
|
|
3668
|
+
}
|
|
3669
|
+
},
|
|
3670
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/to-lines": {
|
|
3671
|
+
"version": "17.8.1",
|
|
3672
|
+
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.8.1.tgz",
|
|
3673
|
+
"integrity": "sha512-LE0jb8CuR/mj6xJyrIk8VLz03OEzXFgLdivBytoooKO5xLt5yalc8Ma5guTWobw998sbR3ogDd+2jed03CFmJA==",
|
|
3674
|
+
"dev": true,
|
|
3675
|
+
"license": "MIT",
|
|
3676
|
+
"engines": {
|
|
3677
|
+
"node": ">=v14"
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/top-level": {
|
|
3681
|
+
"version": "17.8.1",
|
|
3682
|
+
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-17.8.1.tgz",
|
|
3683
|
+
"integrity": "sha512-l6+Z6rrNf5p333SHfEte6r+WkOxGlWK4bLuZKbtf/2TXRN+qhrvn1XE63VhD8Oe9oIHQ7F7W1nG2k/TJFhx2yA==",
|
|
3684
|
+
"dev": true,
|
|
3685
|
+
"license": "MIT",
|
|
3686
|
+
"dependencies": {
|
|
3687
|
+
"find-up": "^5.0.0"
|
|
3688
|
+
},
|
|
3689
|
+
"engines": {
|
|
3690
|
+
"node": ">=v14"
|
|
3691
|
+
}
|
|
3692
|
+
},
|
|
3693
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/top-level/node_modules/find-up": {
|
|
3694
|
+
"version": "5.0.0",
|
|
3695
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
3696
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
3697
|
+
"dev": true,
|
|
3698
|
+
"license": "MIT",
|
|
3699
|
+
"dependencies": {
|
|
3700
|
+
"locate-path": "^6.0.0",
|
|
3701
|
+
"path-exists": "^4.0.0"
|
|
3702
|
+
},
|
|
3703
|
+
"engines": {
|
|
3704
|
+
"node": ">=10"
|
|
3705
|
+
},
|
|
3706
|
+
"funding": {
|
|
3707
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3708
|
+
}
|
|
3709
|
+
},
|
|
3710
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/types": {
|
|
3711
|
+
"version": "17.8.1",
|
|
3712
|
+
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.8.1.tgz",
|
|
3713
|
+
"integrity": "sha512-PXDQXkAmiMEG162Bqdh9ChML/GJZo6vU+7F03ALKDK8zYc6SuAr47LjG7hGYRqUOz+WK0dU7bQ0xzuqFMdxzeQ==",
|
|
3714
|
+
"dev": true,
|
|
3715
|
+
"license": "MIT",
|
|
3716
|
+
"dependencies": {
|
|
3717
|
+
"chalk": "^4.1.0"
|
|
3718
|
+
},
|
|
3719
|
+
"engines": {
|
|
3720
|
+
"node": ">=v14"
|
|
3721
|
+
}
|
|
3722
|
+
},
|
|
3723
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@sinonjs/fake-timers": {
|
|
3724
|
+
"version": "6.0.1",
|
|
3725
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
|
|
3726
|
+
"integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
|
|
3727
|
+
"dev": true,
|
|
3728
|
+
"license": "BSD-3-Clause",
|
|
3729
|
+
"dependencies": {
|
|
3730
|
+
"@sinonjs/commons": "^1.7.0"
|
|
3731
|
+
}
|
|
3732
|
+
},
|
|
3733
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@sinonjs/samsam": {
|
|
3734
|
+
"version": "5.3.1",
|
|
3735
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-5.3.1.tgz",
|
|
3736
|
+
"integrity": "sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==",
|
|
3737
|
+
"dev": true,
|
|
3738
|
+
"license": "BSD-3-Clause",
|
|
3739
|
+
"dependencies": {
|
|
3740
|
+
"@sinonjs/commons": "^1.6.0",
|
|
3741
|
+
"lodash.get": "^4.4.2",
|
|
3742
|
+
"type-detect": "^4.0.8"
|
|
3743
|
+
}
|
|
3744
|
+
},
|
|
3745
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@types/chai": {
|
|
3746
|
+
"version": "4.3.20",
|
|
3747
|
+
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.20.tgz",
|
|
3748
|
+
"integrity": "sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==",
|
|
3749
|
+
"dev": true,
|
|
3750
|
+
"license": "MIT"
|
|
3751
|
+
},
|
|
3752
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
3753
|
+
"version": "18.19.130",
|
|
3754
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
|
3755
|
+
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
3756
|
+
"dev": true,
|
|
3757
|
+
"license": "MIT",
|
|
3758
|
+
"dependencies": {
|
|
3759
|
+
"undici-types": "~5.26.4"
|
|
3760
|
+
}
|
|
3761
|
+
},
|
|
3762
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@types/sinon": {
|
|
3763
|
+
"version": "10.0.20",
|
|
3764
|
+
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz",
|
|
3765
|
+
"integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==",
|
|
3766
|
+
"dev": true,
|
|
3767
|
+
"license": "MIT",
|
|
3768
|
+
"dependencies": {
|
|
3769
|
+
"@types/sinonjs__fake-timers": "*"
|
|
3770
|
+
}
|
|
3771
|
+
},
|
|
3772
|
+
"node_modules/@salesforce/dev-scripts/node_modules/ansi-styles": {
|
|
3773
|
+
"version": "4.3.0",
|
|
3774
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3775
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3776
|
+
"dev": true,
|
|
3777
|
+
"license": "MIT",
|
|
3778
|
+
"dependencies": {
|
|
3779
|
+
"color-convert": "^2.0.1"
|
|
3780
|
+
},
|
|
3781
|
+
"engines": {
|
|
3782
|
+
"node": ">=8"
|
|
3783
|
+
},
|
|
3784
|
+
"funding": {
|
|
3785
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3786
|
+
}
|
|
3787
|
+
},
|
|
3788
|
+
"node_modules/@salesforce/dev-scripts/node_modules/assertion-error": {
|
|
3789
|
+
"version": "1.1.0",
|
|
3790
|
+
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
|
|
3791
|
+
"integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==",
|
|
3792
|
+
"dev": true,
|
|
3793
|
+
"license": "MIT",
|
|
3794
|
+
"engines": {
|
|
3795
|
+
"node": "*"
|
|
3796
|
+
}
|
|
3797
|
+
},
|
|
3798
|
+
"node_modules/@salesforce/dev-scripts/node_modules/chai": {
|
|
3799
|
+
"version": "4.5.0",
|
|
3800
|
+
"resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz",
|
|
3801
|
+
"integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==",
|
|
3802
|
+
"dev": true,
|
|
3803
|
+
"license": "MIT",
|
|
3804
|
+
"dependencies": {
|
|
3805
|
+
"assertion-error": "^1.1.0",
|
|
3806
|
+
"check-error": "^1.0.3",
|
|
3807
|
+
"deep-eql": "^4.1.3",
|
|
3808
|
+
"get-func-name": "^2.0.2",
|
|
3809
|
+
"loupe": "^2.3.6",
|
|
3810
|
+
"pathval": "^1.1.1",
|
|
3811
|
+
"type-detect": "^4.1.0"
|
|
3812
|
+
},
|
|
3813
|
+
"engines": {
|
|
3814
|
+
"node": ">=4"
|
|
3815
|
+
}
|
|
3816
|
+
},
|
|
3817
|
+
"node_modules/@salesforce/dev-scripts/node_modules/cliui": {
|
|
3818
|
+
"version": "8.0.1",
|
|
3819
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
3820
|
+
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
3821
|
+
"dev": true,
|
|
3822
|
+
"license": "ISC",
|
|
3823
|
+
"dependencies": {
|
|
3824
|
+
"string-width": "^4.2.0",
|
|
3825
|
+
"strip-ansi": "^6.0.1",
|
|
3826
|
+
"wrap-ansi": "^7.0.0"
|
|
3827
|
+
},
|
|
3828
|
+
"engines": {
|
|
3829
|
+
"node": ">=12"
|
|
3830
|
+
}
|
|
3831
|
+
},
|
|
3832
|
+
"node_modules/@salesforce/dev-scripts/node_modules/conventional-changelog-angular": {
|
|
3833
|
+
"version": "6.0.0",
|
|
3834
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-6.0.0.tgz",
|
|
3835
|
+
"integrity": "sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==",
|
|
3836
|
+
"dev": true,
|
|
3837
|
+
"license": "ISC",
|
|
3838
|
+
"dependencies": {
|
|
3839
|
+
"compare-func": "^2.0.0"
|
|
3840
|
+
},
|
|
3841
|
+
"engines": {
|
|
3842
|
+
"node": ">=14"
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
"node_modules/@salesforce/dev-scripts/node_modules/conventional-changelog-conventionalcommits": {
|
|
3846
|
+
"version": "6.1.0",
|
|
3847
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz",
|
|
3848
|
+
"integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==",
|
|
3849
|
+
"dev": true,
|
|
3850
|
+
"license": "ISC",
|
|
3851
|
+
"dependencies": {
|
|
3852
|
+
"compare-func": "^2.0.0"
|
|
3853
|
+
},
|
|
3854
|
+
"engines": {
|
|
3855
|
+
"node": ">=14"
|
|
3856
|
+
}
|
|
3857
|
+
},
|
|
3858
|
+
"node_modules/@salesforce/dev-scripts/node_modules/conventional-commits-parser": {
|
|
3859
|
+
"version": "4.0.0",
|
|
3860
|
+
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-4.0.0.tgz",
|
|
3861
|
+
"integrity": "sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==",
|
|
3862
|
+
"dev": true,
|
|
3863
|
+
"license": "MIT",
|
|
3864
|
+
"dependencies": {
|
|
3865
|
+
"is-text-path": "^1.0.1",
|
|
3866
|
+
"JSONStream": "^1.3.5",
|
|
3867
|
+
"meow": "^8.1.2",
|
|
3868
|
+
"split2": "^3.2.2"
|
|
3869
|
+
},
|
|
3870
|
+
"bin": {
|
|
3871
|
+
"conventional-commits-parser": "cli.js"
|
|
3872
|
+
},
|
|
3873
|
+
"engines": {
|
|
3874
|
+
"node": ">=14"
|
|
3875
|
+
}
|
|
3876
|
+
},
|
|
3877
|
+
"node_modules/@salesforce/dev-scripts/node_modules/eslint-config-salesforce-typescript": {
|
|
3878
|
+
"version": "6.0.0",
|
|
3879
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-6.0.0.tgz",
|
|
3880
|
+
"integrity": "sha512-7QMSBDsNs6X1bd5gI5wIZpUQIKurDjSQhgQMmmPU3iLRcWtT2U9ytQgdTfRsg9TlPoRtkrrIEdg2QHMXjs3IPw==",
|
|
3881
|
+
"dev": true,
|
|
3882
|
+
"license": "Apache-2.0",
|
|
3883
|
+
"dependencies": {
|
|
3884
|
+
"@eslint/js": "^10.0.0",
|
|
3885
|
+
"@tony.ganchev/eslint-plugin-header": "^3.4.4",
|
|
3886
|
+
"eslint-config-prettier": "^10.1.5",
|
|
3887
|
+
"eslint-plugin-import-x": "^4.17.1",
|
|
3888
|
+
"eslint-plugin-jsdoc": "^63.3.2",
|
|
3889
|
+
"eslint-plugin-unicorn": "^72.0.0",
|
|
3890
|
+
"globals": "^15.14.0",
|
|
3891
|
+
"typescript-eslint": "^8.66.0"
|
|
3892
|
+
},
|
|
3893
|
+
"peerDependencies": {
|
|
3894
|
+
"eslint": "^10.0.0",
|
|
3895
|
+
"typescript": "^5.5.4 || ^6"
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
3898
|
+
"node_modules/@salesforce/dev-scripts/node_modules/execa": {
|
|
3899
|
+
"version": "4.1.0",
|
|
3900
|
+
"resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
|
|
3901
|
+
"integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
|
|
3902
|
+
"dev": true,
|
|
3903
|
+
"license": "MIT",
|
|
3904
|
+
"dependencies": {
|
|
3905
|
+
"cross-spawn": "^7.0.0",
|
|
3906
|
+
"get-stream": "^5.0.0",
|
|
3907
|
+
"human-signals": "^1.1.1",
|
|
3908
|
+
"is-stream": "^2.0.0",
|
|
3909
|
+
"merge-stream": "^2.0.0",
|
|
3910
|
+
"npm-run-path": "^4.0.0",
|
|
3911
|
+
"onetime": "^5.1.0",
|
|
3912
|
+
"signal-exit": "^3.0.2",
|
|
3913
|
+
"strip-final-newline": "^2.0.0"
|
|
3914
|
+
},
|
|
3915
|
+
"engines": {
|
|
3916
|
+
"node": ">=10"
|
|
3917
|
+
},
|
|
3918
|
+
"funding": {
|
|
3919
|
+
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3922
|
+
"node_modules/@salesforce/dev-scripts/node_modules/get-stream": {
|
|
3923
|
+
"version": "5.2.0",
|
|
3924
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
3925
|
+
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
3926
|
+
"dev": true,
|
|
3927
|
+
"license": "MIT",
|
|
3928
|
+
"dependencies": {
|
|
3929
|
+
"pump": "^3.0.0"
|
|
3930
|
+
},
|
|
3931
|
+
"engines": {
|
|
3932
|
+
"node": ">=8"
|
|
3933
|
+
},
|
|
3934
|
+
"funding": {
|
|
3935
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3936
|
+
}
|
|
3937
|
+
},
|
|
3938
|
+
"node_modules/@salesforce/dev-scripts/node_modules/glob": {
|
|
3939
|
+
"version": "8.1.0",
|
|
3940
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
3941
|
+
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
|
3942
|
+
"dev": true,
|
|
3943
|
+
"license": "ISC",
|
|
3944
|
+
"dependencies": {
|
|
3945
|
+
"fs.realpath": "^1.0.0",
|
|
3946
|
+
"inflight": "^1.0.4",
|
|
3947
|
+
"inherits": "2",
|
|
3948
|
+
"minimatch": "^5.0.1",
|
|
3949
|
+
"once": "^1.3.0"
|
|
3950
|
+
},
|
|
3951
|
+
"engines": {
|
|
3952
|
+
"node": ">=12"
|
|
3953
|
+
},
|
|
3954
|
+
"funding": {
|
|
3955
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3956
|
+
}
|
|
3957
|
+
},
|
|
3958
|
+
"node_modules/@salesforce/dev-scripts/node_modules/human-signals": {
|
|
3959
|
+
"version": "1.1.1",
|
|
3960
|
+
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
|
|
3961
|
+
"integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
|
|
3962
|
+
"dev": true,
|
|
3963
|
+
"license": "Apache-2.0",
|
|
3964
|
+
"engines": {
|
|
3965
|
+
"node": ">=8.12.0"
|
|
3966
|
+
}
|
|
3967
|
+
},
|
|
3968
|
+
"node_modules/@salesforce/dev-scripts/node_modules/husky": {
|
|
3969
|
+
"version": "7.0.4",
|
|
3970
|
+
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
|
|
3971
|
+
"integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
|
|
3972
|
+
"dev": true,
|
|
3973
|
+
"license": "MIT",
|
|
3974
|
+
"bin": {
|
|
3975
|
+
"husky": "lib/bin.js"
|
|
3976
|
+
},
|
|
3977
|
+
"engines": {
|
|
3978
|
+
"node": ">=12"
|
|
3979
|
+
},
|
|
3980
|
+
"funding": {
|
|
3981
|
+
"url": "https://github.com/sponsors/typicode"
|
|
3982
|
+
}
|
|
3983
|
+
},
|
|
3984
|
+
"node_modules/@salesforce/dev-scripts/node_modules/locate-path": {
|
|
3985
|
+
"version": "6.0.0",
|
|
3986
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
3987
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
3988
|
+
"dev": true,
|
|
3989
|
+
"license": "MIT",
|
|
3990
|
+
"dependencies": {
|
|
3991
|
+
"p-locate": "^5.0.0"
|
|
3992
|
+
},
|
|
3993
|
+
"engines": {
|
|
3994
|
+
"node": ">=10"
|
|
3995
|
+
},
|
|
3996
|
+
"funding": {
|
|
3997
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3998
|
+
}
|
|
3999
|
+
},
|
|
4000
|
+
"node_modules/@salesforce/dev-scripts/node_modules/lru-cache": {
|
|
4001
|
+
"version": "6.0.0",
|
|
4002
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
4003
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
4004
|
+
"dev": true,
|
|
4005
|
+
"license": "ISC",
|
|
4006
|
+
"dependencies": {
|
|
4007
|
+
"yallist": "^4.0.0"
|
|
4008
|
+
},
|
|
4009
|
+
"engines": {
|
|
4010
|
+
"node": ">=10"
|
|
4011
|
+
}
|
|
4012
|
+
},
|
|
4013
|
+
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
4014
|
+
"version": "5.1.9",
|
|
4015
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
|
|
4016
|
+
"integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
|
|
4017
|
+
"dev": true,
|
|
4018
|
+
"license": "ISC",
|
|
4019
|
+
"dependencies": {
|
|
4020
|
+
"brace-expansion": "^2.0.1"
|
|
4021
|
+
},
|
|
4022
|
+
"engines": {
|
|
4023
|
+
"node": ">=10"
|
|
4024
|
+
}
|
|
4025
|
+
},
|
|
4026
|
+
"node_modules/@salesforce/dev-scripts/node_modules/mocha": {
|
|
4027
|
+
"version": "10.8.2",
|
|
4028
|
+
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz",
|
|
4029
|
+
"integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==",
|
|
4030
|
+
"dev": true,
|
|
4031
|
+
"license": "MIT",
|
|
4032
|
+
"dependencies": {
|
|
4033
|
+
"ansi-colors": "^4.1.3",
|
|
4034
|
+
"browser-stdout": "^1.3.1",
|
|
4035
|
+
"chokidar": "^3.5.3",
|
|
4036
|
+
"debug": "^4.3.5",
|
|
4037
|
+
"diff": "^5.2.0",
|
|
4038
|
+
"escape-string-regexp": "^4.0.0",
|
|
4039
|
+
"find-up": "^5.0.0",
|
|
4040
|
+
"glob": "^8.1.0",
|
|
4041
|
+
"he": "^1.2.0",
|
|
4042
|
+
"js-yaml": "^4.1.0",
|
|
4043
|
+
"log-symbols": "^4.1.0",
|
|
4044
|
+
"minimatch": "^5.1.6",
|
|
4045
|
+
"ms": "^2.1.3",
|
|
4046
|
+
"serialize-javascript": "^6.0.2",
|
|
4047
|
+
"strip-json-comments": "^3.1.1",
|
|
4048
|
+
"supports-color": "^8.1.1",
|
|
4049
|
+
"workerpool": "^6.5.1",
|
|
4050
|
+
"yargs": "^16.2.0",
|
|
4051
|
+
"yargs-parser": "^20.2.9",
|
|
4052
|
+
"yargs-unparser": "^2.0.0"
|
|
4053
|
+
},
|
|
4054
|
+
"bin": {
|
|
4055
|
+
"_mocha": "bin/_mocha",
|
|
4056
|
+
"mocha": "bin/mocha.js"
|
|
4057
|
+
},
|
|
4058
|
+
"engines": {
|
|
4059
|
+
"node": ">= 14.0.0"
|
|
4060
|
+
}
|
|
4061
|
+
},
|
|
4062
|
+
"node_modules/@salesforce/dev-scripts/node_modules/mocha/node_modules/diff": {
|
|
4063
|
+
"version": "5.2.2",
|
|
4064
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.2.tgz",
|
|
4065
|
+
"integrity": "sha512-vtcDfH3TOjP8UekytvnHH1o1P4FcUdt4eQ1Y+Abap1tk/OB2MWQvcwS2ClCd1zuIhc3JKOx6p3kod8Vfys3E+A==",
|
|
4066
|
+
"dev": true,
|
|
4067
|
+
"license": "BSD-3-Clause",
|
|
4068
|
+
"engines": {
|
|
4069
|
+
"node": ">=0.3.1"
|
|
4070
|
+
}
|
|
3334
4071
|
},
|
|
3335
|
-
"node_modules/@salesforce/dev-scripts/node_modules/
|
|
3336
|
-
"version": "
|
|
3337
|
-
"resolved": "https://registry.npmjs.org/
|
|
3338
|
-
"integrity": "sha512-
|
|
4072
|
+
"node_modules/@salesforce/dev-scripts/node_modules/mocha/node_modules/find-up": {
|
|
4073
|
+
"version": "5.0.0",
|
|
4074
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
4075
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
3339
4076
|
"dev": true,
|
|
3340
4077
|
"license": "MIT",
|
|
3341
4078
|
"dependencies": {
|
|
3342
|
-
"
|
|
3343
|
-
"
|
|
3344
|
-
"parse-json": "^5.2.0",
|
|
3345
|
-
"path-type": "^4.0.0"
|
|
4079
|
+
"locate-path": "^6.0.0",
|
|
4080
|
+
"path-exists": "^4.0.0"
|
|
3346
4081
|
},
|
|
3347
4082
|
"engines": {
|
|
3348
|
-
"node": ">=
|
|
4083
|
+
"node": ">=10"
|
|
3349
4084
|
},
|
|
3350
4085
|
"funding": {
|
|
3351
|
-
"url": "https://github.com/sponsors/
|
|
3352
|
-
},
|
|
3353
|
-
"peerDependencies": {
|
|
3354
|
-
"typescript": ">=4.9.5"
|
|
3355
|
-
},
|
|
3356
|
-
"peerDependenciesMeta": {
|
|
3357
|
-
"typescript": {
|
|
3358
|
-
"optional": true
|
|
3359
|
-
}
|
|
4086
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3360
4087
|
}
|
|
3361
4088
|
},
|
|
3362
|
-
"node_modules/@salesforce/dev-scripts/node_modules/
|
|
3363
|
-
"version": "
|
|
3364
|
-
"resolved": "https://registry.npmjs.org/
|
|
3365
|
-
"integrity": "sha512-
|
|
4089
|
+
"node_modules/@salesforce/dev-scripts/node_modules/mocha/node_modules/supports-color": {
|
|
4090
|
+
"version": "8.1.1",
|
|
4091
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4092
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3366
4093
|
"dev": true,
|
|
3367
4094
|
"license": "MIT",
|
|
3368
4095
|
"dependencies": {
|
|
3369
|
-
"
|
|
3370
|
-
"get-stream": "^5.0.0",
|
|
3371
|
-
"human-signals": "^1.1.1",
|
|
3372
|
-
"is-stream": "^2.0.0",
|
|
3373
|
-
"merge-stream": "^2.0.0",
|
|
3374
|
-
"npm-run-path": "^4.0.0",
|
|
3375
|
-
"onetime": "^5.1.0",
|
|
3376
|
-
"signal-exit": "^3.0.2",
|
|
3377
|
-
"strip-final-newline": "^2.0.0"
|
|
4096
|
+
"has-flag": "^4.0.0"
|
|
3378
4097
|
},
|
|
3379
4098
|
"engines": {
|
|
3380
4099
|
"node": ">=10"
|
|
3381
4100
|
},
|
|
3382
4101
|
"funding": {
|
|
3383
|
-
"url": "https://github.com/
|
|
4102
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3384
4103
|
}
|
|
3385
4104
|
},
|
|
3386
|
-
"node_modules/@salesforce/dev-scripts/node_modules/
|
|
3387
|
-
"version": "
|
|
3388
|
-
"resolved": "https://registry.npmjs.org/
|
|
3389
|
-
"integrity": "sha512-
|
|
4105
|
+
"node_modules/@salesforce/dev-scripts/node_modules/nise": {
|
|
4106
|
+
"version": "4.1.0",
|
|
4107
|
+
"resolved": "https://registry.npmjs.org/nise/-/nise-4.1.0.tgz",
|
|
4108
|
+
"integrity": "sha512-eQMEmGN/8arp0xsvGoQ+B1qvSkR73B1nWSCh7nOt5neMCtwcQVYQGdzQMhcNscktTsWB54xnlSQFzOAPJD8nXA==",
|
|
4109
|
+
"dev": true,
|
|
4110
|
+
"license": "BSD-3-Clause",
|
|
4111
|
+
"dependencies": {
|
|
4112
|
+
"@sinonjs/commons": "^1.7.0",
|
|
4113
|
+
"@sinonjs/fake-timers": "^6.0.0",
|
|
4114
|
+
"@sinonjs/text-encoding": "^0.7.1",
|
|
4115
|
+
"just-extend": "^4.0.2",
|
|
4116
|
+
"path-to-regexp": "^1.7.0"
|
|
4117
|
+
}
|
|
4118
|
+
},
|
|
4119
|
+
"node_modules/@salesforce/dev-scripts/node_modules/p-limit": {
|
|
4120
|
+
"version": "3.1.0",
|
|
4121
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
4122
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
3390
4123
|
"dev": true,
|
|
3391
4124
|
"license": "MIT",
|
|
3392
4125
|
"dependencies": {
|
|
3393
|
-
"
|
|
4126
|
+
"yocto-queue": "^0.1.0"
|
|
3394
4127
|
},
|
|
3395
4128
|
"engines": {
|
|
3396
|
-
"node": ">=
|
|
4129
|
+
"node": ">=10"
|
|
3397
4130
|
},
|
|
3398
4131
|
"funding": {
|
|
3399
4132
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3400
4133
|
}
|
|
3401
4134
|
},
|
|
3402
|
-
"node_modules/@salesforce/dev-scripts/node_modules/
|
|
3403
|
-
"version": "
|
|
3404
|
-
"resolved": "https://registry.npmjs.org/
|
|
3405
|
-
"integrity": "sha512-
|
|
3406
|
-
"dev": true,
|
|
3407
|
-
"license": "Apache-2.0",
|
|
3408
|
-
"engines": {
|
|
3409
|
-
"node": ">=8.12.0"
|
|
3410
|
-
}
|
|
3411
|
-
},
|
|
3412
|
-
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
3413
|
-
"version": "9.0.9",
|
|
3414
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
3415
|
-
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
4135
|
+
"node_modules/@salesforce/dev-scripts/node_modules/p-locate": {
|
|
4136
|
+
"version": "5.0.0",
|
|
4137
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
4138
|
+
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
3416
4139
|
"dev": true,
|
|
3417
|
-
"license": "
|
|
4140
|
+
"license": "MIT",
|
|
3418
4141
|
"dependencies": {
|
|
3419
|
-
"
|
|
4142
|
+
"p-limit": "^3.0.2"
|
|
3420
4143
|
},
|
|
3421
4144
|
"engines": {
|
|
3422
|
-
"node": ">=
|
|
4145
|
+
"node": ">=10"
|
|
3423
4146
|
},
|
|
3424
4147
|
"funding": {
|
|
3425
|
-
"url": "https://github.com/sponsors/
|
|
4148
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3426
4149
|
}
|
|
3427
4150
|
},
|
|
3428
4151
|
"node_modules/@salesforce/dev-scripts/node_modules/picomatch": {
|
|
@@ -3479,6 +4202,41 @@
|
|
|
3479
4202
|
"prettier": "^2.0.0"
|
|
3480
4203
|
}
|
|
3481
4204
|
},
|
|
4205
|
+
"node_modules/@salesforce/dev-scripts/node_modules/semver": {
|
|
4206
|
+
"version": "7.5.4",
|
|
4207
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
|
4208
|
+
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
|
|
4209
|
+
"dev": true,
|
|
4210
|
+
"license": "ISC",
|
|
4211
|
+
"dependencies": {
|
|
4212
|
+
"lru-cache": "^6.0.0"
|
|
4213
|
+
},
|
|
4214
|
+
"bin": {
|
|
4215
|
+
"semver": "bin/semver.js"
|
|
4216
|
+
},
|
|
4217
|
+
"engines": {
|
|
4218
|
+
"node": ">=10"
|
|
4219
|
+
}
|
|
4220
|
+
},
|
|
4221
|
+
"node_modules/@salesforce/dev-scripts/node_modules/sinon": {
|
|
4222
|
+
"version": "10.0.0",
|
|
4223
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-10.0.0.tgz",
|
|
4224
|
+
"integrity": "sha512-XAn5DxtGVJBlBWYrcYKEhWCz7FLwZGdyvANRyK06419hyEpdT0dMc5A8Vcxg5SCGHc40CsqoKsc1bt1CbJPfNw==",
|
|
4225
|
+
"dev": true,
|
|
4226
|
+
"license": "BSD-3-Clause",
|
|
4227
|
+
"dependencies": {
|
|
4228
|
+
"@sinonjs/commons": "^1.8.1",
|
|
4229
|
+
"@sinonjs/fake-timers": "^6.0.1",
|
|
4230
|
+
"@sinonjs/samsam": "^5.3.1",
|
|
4231
|
+
"diff": "^4.0.2",
|
|
4232
|
+
"nise": "^4.1.0",
|
|
4233
|
+
"supports-color": "^7.1.0"
|
|
4234
|
+
},
|
|
4235
|
+
"funding": {
|
|
4236
|
+
"type": "opencollective",
|
|
4237
|
+
"url": "https://opencollective.com/sinon"
|
|
4238
|
+
}
|
|
4239
|
+
},
|
|
3482
4240
|
"node_modules/@salesforce/dev-scripts/node_modules/ts-node": {
|
|
3483
4241
|
"version": "10.9.2",
|
|
3484
4242
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
@@ -3546,6 +4304,32 @@
|
|
|
3546
4304
|
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x"
|
|
3547
4305
|
}
|
|
3548
4306
|
},
|
|
4307
|
+
"node_modules/@salesforce/dev-scripts/node_modules/typedoc-plugin-missing-exports": {
|
|
4308
|
+
"version": "3.1.0",
|
|
4309
|
+
"resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.1.0.tgz",
|
|
4310
|
+
"integrity": "sha512-Sogbaj+qDa21NjB3SlIw4JXSwmcl/WOjwiPNaVEcPhpNG/MiRTtpwV81cT7h1cbu9StpONFPbddYWR0KV/fTWA==",
|
|
4311
|
+
"dev": true,
|
|
4312
|
+
"license": "MIT",
|
|
4313
|
+
"peerDependencies": {
|
|
4314
|
+
"typedoc": "0.26.x || 0.27.x"
|
|
4315
|
+
}
|
|
4316
|
+
},
|
|
4317
|
+
"node_modules/@salesforce/dev-scripts/node_modules/typedoc/node_modules/minimatch": {
|
|
4318
|
+
"version": "9.0.9",
|
|
4319
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
4320
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
4321
|
+
"dev": true,
|
|
4322
|
+
"license": "ISC",
|
|
4323
|
+
"dependencies": {
|
|
4324
|
+
"brace-expansion": "^2.0.2"
|
|
4325
|
+
},
|
|
4326
|
+
"engines": {
|
|
4327
|
+
"node": ">=16 || 14 >=14.17"
|
|
4328
|
+
},
|
|
4329
|
+
"funding": {
|
|
4330
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4331
|
+
}
|
|
4332
|
+
},
|
|
3549
4333
|
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
|
3550
4334
|
"version": "5.9.3",
|
|
3551
4335
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
@@ -3567,6 +4351,31 @@
|
|
|
3567
4351
|
"dev": true,
|
|
3568
4352
|
"license": "MIT"
|
|
3569
4353
|
},
|
|
4354
|
+
"node_modules/@salesforce/dev-scripts/node_modules/workerpool": {
|
|
4355
|
+
"version": "6.5.1",
|
|
4356
|
+
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz",
|
|
4357
|
+
"integrity": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==",
|
|
4358
|
+
"dev": true,
|
|
4359
|
+
"license": "Apache-2.0"
|
|
4360
|
+
},
|
|
4361
|
+
"node_modules/@salesforce/dev-scripts/node_modules/wrap-ansi": {
|
|
4362
|
+
"version": "7.0.0",
|
|
4363
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4364
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4365
|
+
"dev": true,
|
|
4366
|
+
"license": "MIT",
|
|
4367
|
+
"dependencies": {
|
|
4368
|
+
"ansi-styles": "^4.0.0",
|
|
4369
|
+
"string-width": "^4.1.0",
|
|
4370
|
+
"strip-ansi": "^6.0.0"
|
|
4371
|
+
},
|
|
4372
|
+
"engines": {
|
|
4373
|
+
"node": ">=10"
|
|
4374
|
+
},
|
|
4375
|
+
"funding": {
|
|
4376
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4377
|
+
}
|
|
4378
|
+
},
|
|
3570
4379
|
"node_modules/@salesforce/kit": {
|
|
3571
4380
|
"version": "4.0.0",
|
|
3572
4381
|
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-4.0.0.tgz",
|
|
@@ -3841,9 +4650,9 @@
|
|
|
3841
4650
|
}
|
|
3842
4651
|
},
|
|
3843
4652
|
"node_modules/@salesforce/ts-types": {
|
|
3844
|
-
"version": "3.0
|
|
3845
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-3.0.
|
|
3846
|
-
"integrity": "sha512-
|
|
4653
|
+
"version": "3.1.0",
|
|
4654
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-3.1.0.tgz",
|
|
4655
|
+
"integrity": "sha512-ynzIcFj6JVL3PcbxKlHfJ9dtGQUqZvND3APrfPjUPB63FeSN+HK12pYhpJV49wrjPiig0FYFFwhmSYq2OSQoRA==",
|
|
3847
4656
|
"license": "Apache-2.0",
|
|
3848
4657
|
"engines": {
|
|
3849
4658
|
"node": ">=22.0.0"
|
|
@@ -3897,23 +4706,45 @@
|
|
|
3897
4706
|
}
|
|
3898
4707
|
},
|
|
3899
4708
|
"node_modules/@shikijs/langs": {
|
|
3900
|
-
"version": "
|
|
3901
|
-
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-
|
|
3902
|
-
"integrity": "sha512-
|
|
4709
|
+
"version": "3.23.0",
|
|
4710
|
+
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.23.0.tgz",
|
|
4711
|
+
"integrity": "sha512-2Ep4W3Re5aB1/62RSYQInK9mM3HsLeB91cHqznAJMuylqjzNVAVCMnNWRHFtcNHXsoNRayP9z1qj4Sq3nMqYXg==",
|
|
3903
4712
|
"dev": true,
|
|
3904
4713
|
"license": "MIT",
|
|
3905
4714
|
"dependencies": {
|
|
3906
|
-
"@shikijs/types": "
|
|
4715
|
+
"@shikijs/types": "3.23.0"
|
|
4716
|
+
}
|
|
4717
|
+
},
|
|
4718
|
+
"node_modules/@shikijs/langs/node_modules/@shikijs/types": {
|
|
4719
|
+
"version": "3.23.0",
|
|
4720
|
+
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz",
|
|
4721
|
+
"integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==",
|
|
4722
|
+
"dev": true,
|
|
4723
|
+
"license": "MIT",
|
|
4724
|
+
"dependencies": {
|
|
4725
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
4726
|
+
"@types/hast": "^3.0.4"
|
|
3907
4727
|
}
|
|
3908
4728
|
},
|
|
3909
4729
|
"node_modules/@shikijs/themes": {
|
|
3910
|
-
"version": "
|
|
3911
|
-
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-
|
|
3912
|
-
"integrity": "sha512-
|
|
4730
|
+
"version": "3.23.0",
|
|
4731
|
+
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.23.0.tgz",
|
|
4732
|
+
"integrity": "sha512-5qySYa1ZgAT18HR/ypENL9cUSGOeI2x+4IvYJu4JgVJdizn6kG4ia5Q1jDEOi7gTbN4RbuYtmHh0W3eccOrjMA==",
|
|
3913
4733
|
"dev": true,
|
|
3914
4734
|
"license": "MIT",
|
|
3915
4735
|
"dependencies": {
|
|
3916
|
-
"@shikijs/types": "
|
|
4736
|
+
"@shikijs/types": "3.23.0"
|
|
4737
|
+
}
|
|
4738
|
+
},
|
|
4739
|
+
"node_modules/@shikijs/themes/node_modules/@shikijs/types": {
|
|
4740
|
+
"version": "3.23.0",
|
|
4741
|
+
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz",
|
|
4742
|
+
"integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==",
|
|
4743
|
+
"dev": true,
|
|
4744
|
+
"license": "MIT",
|
|
4745
|
+
"dependencies": {
|
|
4746
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
4747
|
+
"@types/hast": "^3.0.4"
|
|
3917
4748
|
}
|
|
3918
4749
|
},
|
|
3919
4750
|
"node_modules/@shikijs/types": {
|
|
@@ -3934,6 +4765,35 @@
|
|
|
3934
4765
|
"dev": true,
|
|
3935
4766
|
"license": "MIT"
|
|
3936
4767
|
},
|
|
4768
|
+
"node_modules/@simple-libs/child-process-utils": {
|
|
4769
|
+
"version": "2.0.0",
|
|
4770
|
+
"resolved": "https://registry.npmjs.org/@simple-libs/child-process-utils/-/child-process-utils-2.0.0.tgz",
|
|
4771
|
+
"integrity": "sha512-dvNoRKLijXnD0XoJAz94pbNuB5GQgDr55UhpSPhffDkTT0Cmcqh9jSCOtwfT2d4H6MI9E7c4SgtMuJXZ6F3c6A==",
|
|
4772
|
+
"dev": true,
|
|
4773
|
+
"license": "MIT",
|
|
4774
|
+
"dependencies": {
|
|
4775
|
+
"@simple-libs/stream-utils": "^2.0.0"
|
|
4776
|
+
},
|
|
4777
|
+
"engines": {
|
|
4778
|
+
"node": ">=22"
|
|
4779
|
+
},
|
|
4780
|
+
"funding": {
|
|
4781
|
+
"url": "https://ko-fi.com/dangreen"
|
|
4782
|
+
}
|
|
4783
|
+
},
|
|
4784
|
+
"node_modules/@simple-libs/stream-utils": {
|
|
4785
|
+
"version": "2.0.0",
|
|
4786
|
+
"resolved": "https://registry.npmjs.org/@simple-libs/stream-utils/-/stream-utils-2.0.0.tgz",
|
|
4787
|
+
"integrity": "sha512-fCTuZK4QBa+39Oz9l4OGfJfz+GpwCp3AqO7Zch3to99xHPgstVsRFpeQ8LNd2o1Gv8raL2mCFwiaHh7bFSp5DQ==",
|
|
4788
|
+
"dev": true,
|
|
4789
|
+
"license": "MIT",
|
|
4790
|
+
"engines": {
|
|
4791
|
+
"node": ">=22"
|
|
4792
|
+
},
|
|
4793
|
+
"funding": {
|
|
4794
|
+
"url": "https://ko-fi.com/dangreen"
|
|
4795
|
+
}
|
|
4796
|
+
},
|
|
3937
4797
|
"node_modules/@sindresorhus/base62": {
|
|
3938
4798
|
"version": "1.0.0",
|
|
3939
4799
|
"resolved": "https://registry.npmjs.org/@sindresorhus/base62/-/base62-1.0.0.tgz",
|
|
@@ -4002,7 +4862,48 @@
|
|
|
4002
4862
|
"@sinonjs/commons": "^3.0.1"
|
|
4003
4863
|
}
|
|
4004
4864
|
},
|
|
4005
|
-
"node_modules/@sinonjs/fake-timers/node_modules/@sinonjs/commons": {
|
|
4865
|
+
"node_modules/@sinonjs/fake-timers/node_modules/@sinonjs/commons": {
|
|
4866
|
+
"version": "3.0.1",
|
|
4867
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
4868
|
+
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
4869
|
+
"dev": true,
|
|
4870
|
+
"license": "BSD-3-Clause",
|
|
4871
|
+
"dependencies": {
|
|
4872
|
+
"type-detect": "4.0.8"
|
|
4873
|
+
}
|
|
4874
|
+
},
|
|
4875
|
+
"node_modules/@sinonjs/fake-timers/node_modules/type-detect": {
|
|
4876
|
+
"version": "4.0.8",
|
|
4877
|
+
"resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
|
|
4878
|
+
"integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
|
|
4879
|
+
"dev": true,
|
|
4880
|
+
"license": "MIT",
|
|
4881
|
+
"engines": {
|
|
4882
|
+
"node": ">=4"
|
|
4883
|
+
}
|
|
4884
|
+
},
|
|
4885
|
+
"node_modules/@sinonjs/formatio": {
|
|
4886
|
+
"version": "2.0.0",
|
|
4887
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-2.0.0.tgz",
|
|
4888
|
+
"integrity": "sha512-ls6CAMA6/5gG+O/IdsBcblvnd8qcO/l1TYoNeAzp3wcISOxlPXQEus0mLcdwazEkWjaBdaJ3TaxmNgCLWwvWzg==",
|
|
4889
|
+
"dev": true,
|
|
4890
|
+
"license": "BSD-3-Clause",
|
|
4891
|
+
"dependencies": {
|
|
4892
|
+
"samsam": "1.3.0"
|
|
4893
|
+
}
|
|
4894
|
+
},
|
|
4895
|
+
"node_modules/@sinonjs/samsam": {
|
|
4896
|
+
"version": "10.0.2",
|
|
4897
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-10.0.2.tgz",
|
|
4898
|
+
"integrity": "sha512-8lVwD1Df1BmzoaOLhMcGGcz/Jyr5QY2KSB75/YK1QgKzoabTeLdIVyhXNZK9ojfSKSdirbXqdbsXXqP9/Ve8+A==",
|
|
4899
|
+
"dev": true,
|
|
4900
|
+
"license": "BSD-3-Clause",
|
|
4901
|
+
"dependencies": {
|
|
4902
|
+
"@sinonjs/commons": "^3.0.1",
|
|
4903
|
+
"type-detect": "^4.1.0"
|
|
4904
|
+
}
|
|
4905
|
+
},
|
|
4906
|
+
"node_modules/@sinonjs/samsam/node_modules/@sinonjs/commons": {
|
|
4006
4907
|
"version": "3.0.1",
|
|
4007
4908
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
4008
4909
|
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
@@ -4012,7 +4913,7 @@
|
|
|
4012
4913
|
"type-detect": "4.0.8"
|
|
4013
4914
|
}
|
|
4014
4915
|
},
|
|
4015
|
-
"node_modules/@sinonjs/
|
|
4916
|
+
"node_modules/@sinonjs/samsam/node_modules/@sinonjs/commons/node_modules/type-detect": {
|
|
4016
4917
|
"version": "4.0.8",
|
|
4017
4918
|
"resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
|
|
4018
4919
|
"integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
|
|
@@ -4022,28 +4923,6 @@
|
|
|
4022
4923
|
"node": ">=4"
|
|
4023
4924
|
}
|
|
4024
4925
|
},
|
|
4025
|
-
"node_modules/@sinonjs/formatio": {
|
|
4026
|
-
"version": "2.0.0",
|
|
4027
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-2.0.0.tgz",
|
|
4028
|
-
"integrity": "sha512-ls6CAMA6/5gG+O/IdsBcblvnd8qcO/l1TYoNeAzp3wcISOxlPXQEus0mLcdwazEkWjaBdaJ3TaxmNgCLWwvWzg==",
|
|
4029
|
-
"dev": true,
|
|
4030
|
-
"license": "BSD-3-Clause",
|
|
4031
|
-
"dependencies": {
|
|
4032
|
-
"samsam": "1.3.0"
|
|
4033
|
-
}
|
|
4034
|
-
},
|
|
4035
|
-
"node_modules/@sinonjs/samsam": {
|
|
4036
|
-
"version": "5.3.1",
|
|
4037
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-5.3.1.tgz",
|
|
4038
|
-
"integrity": "sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==",
|
|
4039
|
-
"dev": true,
|
|
4040
|
-
"license": "BSD-3-Clause",
|
|
4041
|
-
"dependencies": {
|
|
4042
|
-
"@sinonjs/commons": "^1.6.0",
|
|
4043
|
-
"lodash.get": "^4.4.2",
|
|
4044
|
-
"type-detect": "^4.0.8"
|
|
4045
|
-
}
|
|
4046
|
-
},
|
|
4047
4926
|
"node_modules/@sinonjs/text-encoding": {
|
|
4048
4927
|
"version": "0.7.3",
|
|
4049
4928
|
"resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.3.tgz",
|
|
@@ -4343,9 +5222,9 @@
|
|
|
4343
5222
|
}
|
|
4344
5223
|
},
|
|
4345
5224
|
"node_modules/@types/node": {
|
|
4346
|
-
"version": "26.
|
|
4347
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.
|
|
4348
|
-
"integrity": "sha512-
|
|
5225
|
+
"version": "26.3.0",
|
|
5226
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.3.0.tgz",
|
|
5227
|
+
"integrity": "sha512-L3fgrnchriRC2ExBflb8j4uZZURHZfQsmQeyVzhjcHW4kkwVyo8/0h1B2MVzMTrYUJYu6G7EWs14hW/L9putqw==",
|
|
4349
5228
|
"license": "MIT",
|
|
4350
5229
|
"dependencies": {
|
|
4351
5230
|
"undici-types": "~8.3.0"
|
|
@@ -4425,6 +5304,134 @@
|
|
|
4425
5304
|
"dev": true,
|
|
4426
5305
|
"license": "MIT"
|
|
4427
5306
|
},
|
|
5307
|
+
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
5308
|
+
"version": "8.67.0",
|
|
5309
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.67.0.tgz",
|
|
5310
|
+
"integrity": "sha512-Un7Heoyj65NREbKAyIrFxeM143NZpExWmy1Nep4DLeQOeLlTeumPjoNKnBrU5D5moWXbPJgRa5Uwcdu0faVNGQ==",
|
|
5311
|
+
"dev": true,
|
|
5312
|
+
"license": "MIT",
|
|
5313
|
+
"dependencies": {
|
|
5314
|
+
"@eslint-community/regexpp": "^4.12.2",
|
|
5315
|
+
"@typescript-eslint/scope-manager": "8.67.0",
|
|
5316
|
+
"@typescript-eslint/type-utils": "8.67.0",
|
|
5317
|
+
"@typescript-eslint/utils": "8.67.0",
|
|
5318
|
+
"@typescript-eslint/visitor-keys": "8.67.0",
|
|
5319
|
+
"ignore": "^7.0.5",
|
|
5320
|
+
"natural-compare": "^1.4.0",
|
|
5321
|
+
"ts-api-utils": "^2.5.0"
|
|
5322
|
+
},
|
|
5323
|
+
"engines": {
|
|
5324
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5325
|
+
},
|
|
5326
|
+
"funding": {
|
|
5327
|
+
"type": "opencollective",
|
|
5328
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5329
|
+
},
|
|
5330
|
+
"peerDependencies": {
|
|
5331
|
+
"@typescript-eslint/parser": "^8.67.0",
|
|
5332
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5333
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
5334
|
+
}
|
|
5335
|
+
},
|
|
5336
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": {
|
|
5337
|
+
"version": "8.67.0",
|
|
5338
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.67.0.tgz",
|
|
5339
|
+
"integrity": "sha512-aVWDXbRmdXO9siTfX4ditQI1T9+zVcNazT48EJCD0v40/9RIFoUgZ05CmGEq9H2gixRpjUn/iplwvlcvutJW/Q==",
|
|
5340
|
+
"dev": true,
|
|
5341
|
+
"license": "MIT",
|
|
5342
|
+
"dependencies": {
|
|
5343
|
+
"@typescript-eslint/types": "8.67.0",
|
|
5344
|
+
"@typescript-eslint/typescript-estree": "8.67.0",
|
|
5345
|
+
"@typescript-eslint/utils": "8.67.0",
|
|
5346
|
+
"debug": "^4.4.3",
|
|
5347
|
+
"ts-api-utils": "^2.5.0"
|
|
5348
|
+
},
|
|
5349
|
+
"engines": {
|
|
5350
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5351
|
+
},
|
|
5352
|
+
"funding": {
|
|
5353
|
+
"type": "opencollective",
|
|
5354
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5355
|
+
},
|
|
5356
|
+
"peerDependencies": {
|
|
5357
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5358
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
5359
|
+
}
|
|
5360
|
+
},
|
|
5361
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
5362
|
+
"version": "7.0.6",
|
|
5363
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.6.tgz",
|
|
5364
|
+
"integrity": "sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==",
|
|
5365
|
+
"dev": true,
|
|
5366
|
+
"license": "MIT",
|
|
5367
|
+
"engines": {
|
|
5368
|
+
"node": ">= 4"
|
|
5369
|
+
}
|
|
5370
|
+
},
|
|
5371
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
|
|
5372
|
+
"version": "2.5.0",
|
|
5373
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
5374
|
+
"integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
|
|
5375
|
+
"dev": true,
|
|
5376
|
+
"license": "MIT",
|
|
5377
|
+
"engines": {
|
|
5378
|
+
"node": ">=18.12"
|
|
5379
|
+
},
|
|
5380
|
+
"peerDependencies": {
|
|
5381
|
+
"typescript": ">=4.8.4"
|
|
5382
|
+
}
|
|
5383
|
+
},
|
|
5384
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/typescript": {
|
|
5385
|
+
"version": "5.9.3",
|
|
5386
|
+
"dev": true,
|
|
5387
|
+
"license": "Apache-2.0",
|
|
5388
|
+
"peer": true,
|
|
5389
|
+
"bin": {
|
|
5390
|
+
"tsc": "bin/tsc",
|
|
5391
|
+
"tsserver": "bin/tsserver"
|
|
5392
|
+
},
|
|
5393
|
+
"engines": {
|
|
5394
|
+
"node": ">=14.17"
|
|
5395
|
+
}
|
|
5396
|
+
},
|
|
5397
|
+
"node_modules/@typescript-eslint/parser": {
|
|
5398
|
+
"version": "8.67.0",
|
|
5399
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.67.0.tgz",
|
|
5400
|
+
"integrity": "sha512-fUBfTuuEulWqX6V8+O3PtScV01tzYYRUDTAirHFKoRAt7nOzoGiPt0M/bB47wWNy0coOOcgEwAMUtBpykMxl6w==",
|
|
5401
|
+
"dev": true,
|
|
5402
|
+
"license": "MIT",
|
|
5403
|
+
"dependencies": {
|
|
5404
|
+
"@typescript-eslint/scope-manager": "8.67.0",
|
|
5405
|
+
"@typescript-eslint/types": "8.67.0",
|
|
5406
|
+
"@typescript-eslint/typescript-estree": "8.67.0",
|
|
5407
|
+
"@typescript-eslint/visitor-keys": "8.67.0",
|
|
5408
|
+
"debug": "^4.4.3"
|
|
5409
|
+
},
|
|
5410
|
+
"engines": {
|
|
5411
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5412
|
+
},
|
|
5413
|
+
"funding": {
|
|
5414
|
+
"type": "opencollective",
|
|
5415
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5416
|
+
},
|
|
5417
|
+
"peerDependencies": {
|
|
5418
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5419
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
5420
|
+
}
|
|
5421
|
+
},
|
|
5422
|
+
"node_modules/@typescript-eslint/parser/node_modules/typescript": {
|
|
5423
|
+
"version": "5.9.3",
|
|
5424
|
+
"dev": true,
|
|
5425
|
+
"license": "Apache-2.0",
|
|
5426
|
+
"peer": true,
|
|
5427
|
+
"bin": {
|
|
5428
|
+
"tsc": "bin/tsc",
|
|
5429
|
+
"tsserver": "bin/tsserver"
|
|
5430
|
+
},
|
|
5431
|
+
"engines": {
|
|
5432
|
+
"node": ">=14.17"
|
|
5433
|
+
}
|
|
5434
|
+
},
|
|
4428
5435
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
4429
5436
|
"version": "8.67.0",
|
|
4430
5437
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.67.0.tgz",
|
|
@@ -4948,6 +5955,19 @@
|
|
|
4948
5955
|
"dev": true,
|
|
4949
5956
|
"license": "Python-2.0"
|
|
4950
5957
|
},
|
|
5958
|
+
"node_modules/argue-cli": {
|
|
5959
|
+
"version": "3.1.0",
|
|
5960
|
+
"resolved": "https://registry.npmjs.org/argue-cli/-/argue-cli-3.1.0.tgz",
|
|
5961
|
+
"integrity": "sha512-DhBpBfXL4SS2uC0N922MMajKR3CdrTG0u2or1PNYgXMsrSzViJrbtvT0nCLlLGUI0plam/ZZCs7aAauHtW9thw==",
|
|
5962
|
+
"dev": true,
|
|
5963
|
+
"license": "MIT",
|
|
5964
|
+
"engines": {
|
|
5965
|
+
"node": ">=22"
|
|
5966
|
+
},
|
|
5967
|
+
"funding": {
|
|
5968
|
+
"url": "https://ko-fi.com/dangreen"
|
|
5969
|
+
}
|
|
5970
|
+
},
|
|
4951
5971
|
"node_modules/array-from": {
|
|
4952
5972
|
"version": "2.1.1",
|
|
4953
5973
|
"resolved": "https://registry.npmjs.org/array-from/-/array-from-2.1.1.tgz",
|
|
@@ -5775,32 +6795,13 @@
|
|
|
5775
6795
|
}
|
|
5776
6796
|
},
|
|
5777
6797
|
"node_modules/chai": {
|
|
5778
|
-
"version": "
|
|
5779
|
-
"resolved": "https://registry.npmjs.org/chai/-/chai-
|
|
5780
|
-
"integrity": "sha512-
|
|
5781
|
-
"dev": true,
|
|
5782
|
-
"license": "MIT",
|
|
5783
|
-
"dependencies": {
|
|
5784
|
-
"assertion-error": "^1.1.0",
|
|
5785
|
-
"check-error": "^1.0.3",
|
|
5786
|
-
"deep-eql": "^4.1.3",
|
|
5787
|
-
"get-func-name": "^2.0.2",
|
|
5788
|
-
"loupe": "^2.3.6",
|
|
5789
|
-
"pathval": "^1.1.1",
|
|
5790
|
-
"type-detect": "^4.1.0"
|
|
5791
|
-
},
|
|
5792
|
-
"engines": {
|
|
5793
|
-
"node": ">=4"
|
|
5794
|
-
}
|
|
5795
|
-
},
|
|
5796
|
-
"node_modules/chai/node_modules/assertion-error": {
|
|
5797
|
-
"version": "1.1.0",
|
|
5798
|
-
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
|
|
5799
|
-
"integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==",
|
|
6798
|
+
"version": "6.2.2",
|
|
6799
|
+
"resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
|
|
6800
|
+
"integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
|
|
5800
6801
|
"dev": true,
|
|
5801
6802
|
"license": "MIT",
|
|
5802
6803
|
"engines": {
|
|
5803
|
-
"node": "
|
|
6804
|
+
"node": ">=18"
|
|
5804
6805
|
}
|
|
5805
6806
|
},
|
|
5806
6807
|
"node_modules/chalk": {
|
|
@@ -6330,48 +7331,46 @@
|
|
|
6330
7331
|
}
|
|
6331
7332
|
},
|
|
6332
7333
|
"node_modules/conventional-changelog-angular": {
|
|
6333
|
-
"version": "
|
|
6334
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-
|
|
6335
|
-
"integrity": "sha512-
|
|
7334
|
+
"version": "9.4.0",
|
|
7335
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-9.4.0.tgz",
|
|
7336
|
+
"integrity": "sha512-HdxRxuS8bBXVIuo4V82gvSwAXT0vYQUizrjs/izmPg5JdDstr8v8I5hduGL3iQbG+o310dUDxC4+LetuS5hu9w==",
|
|
6336
7337
|
"dev": true,
|
|
6337
7338
|
"license": "ISC",
|
|
6338
7339
|
"dependencies": {
|
|
6339
|
-
"
|
|
7340
|
+
"@conventional-changelog/template": "^1.4.0"
|
|
6340
7341
|
},
|
|
6341
7342
|
"engines": {
|
|
6342
|
-
"node": ">=
|
|
7343
|
+
"node": ">=22"
|
|
6343
7344
|
}
|
|
6344
7345
|
},
|
|
6345
7346
|
"node_modules/conventional-changelog-conventionalcommits": {
|
|
6346
|
-
"version": "
|
|
6347
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-
|
|
6348
|
-
"integrity": "sha512-
|
|
7347
|
+
"version": "10.4.0",
|
|
7348
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-10.4.0.tgz",
|
|
7349
|
+
"integrity": "sha512-Rriac6ZrAlVm6cy9Bz4NSp+WMHpwNXoPIYex+HjCgduAVUSbnew29DQjQw0C4g9u3HtSYzGiGY+pdBXAZo+4aA==",
|
|
6349
7350
|
"dev": true,
|
|
6350
7351
|
"license": "ISC",
|
|
6351
7352
|
"dependencies": {
|
|
6352
|
-
"
|
|
7353
|
+
"@conventional-changelog/template": "^1.4.0"
|
|
6353
7354
|
},
|
|
6354
7355
|
"engines": {
|
|
6355
|
-
"node": ">=
|
|
7356
|
+
"node": ">=22"
|
|
6356
7357
|
}
|
|
6357
7358
|
},
|
|
6358
7359
|
"node_modules/conventional-commits-parser": {
|
|
6359
|
-
"version": "
|
|
6360
|
-
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-
|
|
6361
|
-
"integrity": "sha512-
|
|
7360
|
+
"version": "7.1.2",
|
|
7361
|
+
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-7.1.2.tgz",
|
|
7362
|
+
"integrity": "sha512-O+x4N2yH+ijvqWlIyTHsXTAP+algNWgGbjY2duCe8w2vUMvUB95cLRslCPfTMQyLAKlet3bhZTdu6ozn4M+QJQ==",
|
|
6362
7363
|
"dev": true,
|
|
6363
7364
|
"license": "MIT",
|
|
6364
7365
|
"dependencies": {
|
|
6365
|
-
"
|
|
6366
|
-
"
|
|
6367
|
-
"meow": "^8.1.2",
|
|
6368
|
-
"split2": "^3.2.2"
|
|
7366
|
+
"@simple-libs/stream-utils": "^2.0.0",
|
|
7367
|
+
"argue-cli": "^3.1.0"
|
|
6369
7368
|
},
|
|
6370
7369
|
"bin": {
|
|
6371
|
-
"conventional-commits-parser": "cli.js"
|
|
7370
|
+
"conventional-commits-parser": "dist/cli/index.js"
|
|
6372
7371
|
},
|
|
6373
7372
|
"engines": {
|
|
6374
|
-
"node": ">=
|
|
7373
|
+
"node": ">=22"
|
|
6375
7374
|
}
|
|
6376
7375
|
},
|
|
6377
7376
|
"node_modules/convert-hrtime": {
|
|
@@ -6381,50 +7380,133 @@
|
|
|
6381
7380
|
"dev": true,
|
|
6382
7381
|
"license": "MIT",
|
|
6383
7382
|
"engines": {
|
|
6384
|
-
"node": ">=12"
|
|
7383
|
+
"node": ">=12"
|
|
7384
|
+
},
|
|
7385
|
+
"funding": {
|
|
7386
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
7387
|
+
}
|
|
7388
|
+
},
|
|
7389
|
+
"node_modules/convert-source-map": {
|
|
7390
|
+
"version": "2.0.0",
|
|
7391
|
+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
7392
|
+
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
7393
|
+
"dev": true,
|
|
7394
|
+
"license": "MIT"
|
|
7395
|
+
},
|
|
7396
|
+
"node_modules/convert-to-spaces": {
|
|
7397
|
+
"version": "2.0.1",
|
|
7398
|
+
"resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz",
|
|
7399
|
+
"integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==",
|
|
7400
|
+
"license": "MIT",
|
|
7401
|
+
"engines": {
|
|
7402
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
7403
|
+
}
|
|
7404
|
+
},
|
|
7405
|
+
"node_modules/core-js-compat": {
|
|
7406
|
+
"version": "3.50.0",
|
|
7407
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.50.0.tgz",
|
|
7408
|
+
"integrity": "sha512-XGpFGbMLHwSt74YLTKho7Ib242qi6O8MSX+sRokV4oz7iKXvQWGYZthjIhjRGMxjzVkAubBO512dKGYcefmX3Q==",
|
|
7409
|
+
"dev": true,
|
|
7410
|
+
"license": "MIT",
|
|
7411
|
+
"dependencies": {
|
|
7412
|
+
"browserslist": "^4.28.7"
|
|
7413
|
+
},
|
|
7414
|
+
"engines": {
|
|
7415
|
+
"node": ">=6.4.0"
|
|
7416
|
+
},
|
|
7417
|
+
"funding": {
|
|
7418
|
+
"type": "opencollective",
|
|
7419
|
+
"url": "https://opencollective.com/core-js"
|
|
7420
|
+
}
|
|
7421
|
+
},
|
|
7422
|
+
"node_modules/core-util-is": {
|
|
7423
|
+
"version": "1.0.3",
|
|
7424
|
+
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
7425
|
+
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
7426
|
+
"license": "MIT"
|
|
7427
|
+
},
|
|
7428
|
+
"node_modules/cosmiconfig": {
|
|
7429
|
+
"version": "8.3.6",
|
|
7430
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
|
|
7431
|
+
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
|
|
7432
|
+
"dev": true,
|
|
7433
|
+
"license": "MIT",
|
|
7434
|
+
"dependencies": {
|
|
7435
|
+
"import-fresh": "^3.3.0",
|
|
7436
|
+
"js-yaml": "^4.1.0",
|
|
7437
|
+
"parse-json": "^5.2.0",
|
|
7438
|
+
"path-type": "^4.0.0"
|
|
7439
|
+
},
|
|
7440
|
+
"engines": {
|
|
7441
|
+
"node": ">=14"
|
|
6385
7442
|
},
|
|
6386
7443
|
"funding": {
|
|
6387
|
-
"url": "https://github.com/sponsors/
|
|
7444
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
7445
|
+
},
|
|
7446
|
+
"peerDependencies": {
|
|
7447
|
+
"typescript": ">=4.9.5"
|
|
7448
|
+
},
|
|
7449
|
+
"peerDependenciesMeta": {
|
|
7450
|
+
"typescript": {
|
|
7451
|
+
"optional": true
|
|
7452
|
+
}
|
|
6388
7453
|
}
|
|
6389
7454
|
},
|
|
6390
|
-
"node_modules/
|
|
6391
|
-
"version": "
|
|
6392
|
-
"resolved": "https://registry.npmjs.org/
|
|
6393
|
-
"integrity": "sha512-
|
|
7455
|
+
"node_modules/cosmiconfig-typescript-loader": {
|
|
7456
|
+
"version": "6.3.0",
|
|
7457
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-6.3.0.tgz",
|
|
7458
|
+
"integrity": "sha512-Akr82WH1Wfqatyiqpj8HDkO2o2KmJRu1FhKfSNJP3K4IdXwHfEyL7MOb62i1AGQVLtIQM+iCE9CGOtrfhR+mmA==",
|
|
6394
7459
|
"dev": true,
|
|
6395
|
-
"license": "MIT"
|
|
6396
|
-
},
|
|
6397
|
-
"node_modules/convert-to-spaces": {
|
|
6398
|
-
"version": "2.0.1",
|
|
6399
|
-
"resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz",
|
|
6400
|
-
"integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==",
|
|
6401
7460
|
"license": "MIT",
|
|
7461
|
+
"dependencies": {
|
|
7462
|
+
"jiti": "2.6.1"
|
|
7463
|
+
},
|
|
6402
7464
|
"engines": {
|
|
6403
|
-
"node": "
|
|
7465
|
+
"node": ">=v18"
|
|
7466
|
+
},
|
|
7467
|
+
"peerDependencies": {
|
|
7468
|
+
"@types/node": "*",
|
|
7469
|
+
"cosmiconfig": ">=9",
|
|
7470
|
+
"typescript": ">=5"
|
|
6404
7471
|
}
|
|
6405
7472
|
},
|
|
6406
|
-
"node_modules/
|
|
6407
|
-
"version": "
|
|
6408
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.50.0.tgz",
|
|
6409
|
-
"integrity": "sha512-XGpFGbMLHwSt74YLTKho7Ib242qi6O8MSX+sRokV4oz7iKXvQWGYZthjIhjRGMxjzVkAubBO512dKGYcefmX3Q==",
|
|
7473
|
+
"node_modules/cosmiconfig-typescript-loader/node_modules/cosmiconfig": {
|
|
7474
|
+
"version": "9.0.2",
|
|
6410
7475
|
"dev": true,
|
|
6411
7476
|
"license": "MIT",
|
|
7477
|
+
"peer": true,
|
|
6412
7478
|
"dependencies": {
|
|
6413
|
-
"
|
|
7479
|
+
"env-paths": "^2.2.1",
|
|
7480
|
+
"import-fresh": "^3.3.0",
|
|
7481
|
+
"js-yaml": "^4.1.0",
|
|
7482
|
+
"parse-json": "^5.2.0"
|
|
6414
7483
|
},
|
|
6415
7484
|
"engines": {
|
|
6416
|
-
"node": ">=
|
|
7485
|
+
"node": ">=14"
|
|
6417
7486
|
},
|
|
6418
7487
|
"funding": {
|
|
6419
|
-
"
|
|
6420
|
-
|
|
7488
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
7489
|
+
},
|
|
7490
|
+
"peerDependencies": {
|
|
7491
|
+
"typescript": ">=4.9.5"
|
|
7492
|
+
},
|
|
7493
|
+
"peerDependenciesMeta": {
|
|
7494
|
+
"typescript": {
|
|
7495
|
+
"optional": true
|
|
7496
|
+
}
|
|
6421
7497
|
}
|
|
6422
7498
|
},
|
|
6423
|
-
"node_modules/
|
|
6424
|
-
"version": "
|
|
6425
|
-
"
|
|
6426
|
-
"
|
|
6427
|
-
"
|
|
7499
|
+
"node_modules/cosmiconfig/node_modules/typescript": {
|
|
7500
|
+
"version": "5.9.3",
|
|
7501
|
+
"extraneous": true,
|
|
7502
|
+
"license": "Apache-2.0",
|
|
7503
|
+
"bin": {
|
|
7504
|
+
"tsc": "bin/tsc",
|
|
7505
|
+
"tsserver": "bin/tsserver"
|
|
7506
|
+
},
|
|
7507
|
+
"engines": {
|
|
7508
|
+
"node": ">=14.17"
|
|
7509
|
+
}
|
|
6428
7510
|
},
|
|
6429
7511
|
"node_modules/crc-32": {
|
|
6430
7512
|
"version": "1.2.2",
|
|
@@ -6891,6 +7973,16 @@
|
|
|
6891
7973
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
6892
7974
|
}
|
|
6893
7975
|
},
|
|
7976
|
+
"node_modules/env-paths": {
|
|
7977
|
+
"version": "2.2.1",
|
|
7978
|
+
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
|
7979
|
+
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
7980
|
+
"dev": true,
|
|
7981
|
+
"license": "MIT",
|
|
7982
|
+
"engines": {
|
|
7983
|
+
"node": ">=6"
|
|
7984
|
+
}
|
|
7985
|
+
},
|
|
6894
7986
|
"node_modules/environment": {
|
|
6895
7987
|
"version": "1.1.0",
|
|
6896
7988
|
"resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz",
|
|
@@ -6958,6 +8050,19 @@
|
|
|
6958
8050
|
"node": ">= 0.4"
|
|
6959
8051
|
}
|
|
6960
8052
|
},
|
|
8053
|
+
"node_modules/es-toolkit": {
|
|
8054
|
+
"version": "1.51.0",
|
|
8055
|
+
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.51.0.tgz",
|
|
8056
|
+
"integrity": "sha512-zC2lQGkM7QX+Gm6iM3+WIdZJzthsEd14LvRNJneSO2hzyz/zNBENR8+YXWo1cKxgPBtV6ksPYHELbcwBRzmdCw==",
|
|
8057
|
+
"dev": true,
|
|
8058
|
+
"license": "MIT",
|
|
8059
|
+
"workspaces": [
|
|
8060
|
+
"docs",
|
|
8061
|
+
"benchmarks",
|
|
8062
|
+
"tests/types",
|
|
8063
|
+
"tests/browser-compat"
|
|
8064
|
+
]
|
|
8065
|
+
},
|
|
6961
8066
|
"node_modules/es6-error": {
|
|
6962
8067
|
"version": "4.1.1",
|
|
6963
8068
|
"resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
|
|
@@ -7057,9 +8162,9 @@
|
|
|
7057
8162
|
}
|
|
7058
8163
|
},
|
|
7059
8164
|
"node_modules/eslint": {
|
|
7060
|
-
"version": "10.9.
|
|
7061
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.
|
|
7062
|
-
"integrity": "sha512-
|
|
8165
|
+
"version": "10.9.1",
|
|
8166
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.1.tgz",
|
|
8167
|
+
"integrity": "sha512-9VaAkDURekixUQJy0oJYl2DcN6oKMfxay7XzaGYAWQwsb6qfKf+x76R2k1L8kb1boc+FyCAaTA9GmiKaaiaF+A==",
|
|
7063
8168
|
"dev": true,
|
|
7064
8169
|
"license": "MIT",
|
|
7065
8170
|
"workspaces": [
|
|
@@ -7132,9 +8237,9 @@
|
|
|
7132
8237
|
}
|
|
7133
8238
|
},
|
|
7134
8239
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
7135
|
-
"version": "
|
|
7136
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-
|
|
7137
|
-
"integrity": "sha512-
|
|
8240
|
+
"version": "7.0.0",
|
|
8241
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-7.0.0.tgz",
|
|
8242
|
+
"integrity": "sha512-uxYafaxZiUoqE32I5hwnYhYaZ4s24J+YyjSa3xQ5Aw9frS7H0tcXxe2egFDsIOig4JZ3HmDeWesMMaFeawYRXw==",
|
|
7138
8243
|
"dev": true,
|
|
7139
8244
|
"license": "Apache-2.0",
|
|
7140
8245
|
"dependencies": {
|
|
@@ -7149,7 +8254,7 @@
|
|
|
7149
8254
|
},
|
|
7150
8255
|
"peerDependencies": {
|
|
7151
8256
|
"eslint": "^10.0.0",
|
|
7152
|
-
"typescript": "^
|
|
8257
|
+
"typescript": "^6"
|
|
7153
8258
|
}
|
|
7154
8259
|
},
|
|
7155
8260
|
"node_modules/eslint-import-context": {
|
|
@@ -8397,6 +9502,32 @@
|
|
|
8397
9502
|
"node": "*"
|
|
8398
9503
|
}
|
|
8399
9504
|
},
|
|
9505
|
+
"node_modules/global-directory": {
|
|
9506
|
+
"version": "5.0.0",
|
|
9507
|
+
"resolved": "https://registry.npmjs.org/global-directory/-/global-directory-5.0.0.tgz",
|
|
9508
|
+
"integrity": "sha512-1pgFdhK3J2LeM+dVf2Pd424yHx2ou338lC0ErNP2hPx4j8eW1Sp0XqSjNxtk6Tc4Kr5wlWtSvz8cn2yb7/SG/w==",
|
|
9509
|
+
"dev": true,
|
|
9510
|
+
"license": "MIT",
|
|
9511
|
+
"dependencies": {
|
|
9512
|
+
"ini": "6.0.0"
|
|
9513
|
+
},
|
|
9514
|
+
"engines": {
|
|
9515
|
+
"node": ">=20"
|
|
9516
|
+
},
|
|
9517
|
+
"funding": {
|
|
9518
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
9519
|
+
}
|
|
9520
|
+
},
|
|
9521
|
+
"node_modules/global-directory/node_modules/ini": {
|
|
9522
|
+
"version": "6.0.0",
|
|
9523
|
+
"resolved": "https://registry.npmjs.org/ini/-/ini-6.0.0.tgz",
|
|
9524
|
+
"integrity": "sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==",
|
|
9525
|
+
"dev": true,
|
|
9526
|
+
"license": "ISC",
|
|
9527
|
+
"engines": {
|
|
9528
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
9529
|
+
}
|
|
9530
|
+
},
|
|
8400
9531
|
"node_modules/global-dirs": {
|
|
8401
9532
|
"version": "0.1.1",
|
|
8402
9533
|
"resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
|
|
@@ -8904,16 +10035,16 @@
|
|
|
8904
10035
|
}
|
|
8905
10036
|
},
|
|
8906
10037
|
"node_modules/husky": {
|
|
8907
|
-
"version": "
|
|
8908
|
-
"resolved": "https://registry.npmjs.org/husky/-/husky-
|
|
8909
|
-
"integrity": "sha512-
|
|
10038
|
+
"version": "9.1.7",
|
|
10039
|
+
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
|
|
10040
|
+
"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
|
|
8910
10041
|
"dev": true,
|
|
8911
10042
|
"license": "MIT",
|
|
8912
10043
|
"bin": {
|
|
8913
|
-
"husky": "
|
|
10044
|
+
"husky": "bin.js"
|
|
8914
10045
|
},
|
|
8915
10046
|
"engines": {
|
|
8916
|
-
"node": ">=
|
|
10047
|
+
"node": ">=18"
|
|
8917
10048
|
},
|
|
8918
10049
|
"funding": {
|
|
8919
10050
|
"url": "https://github.com/sponsors/typicode"
|
|
@@ -9484,6 +10615,16 @@
|
|
|
9484
10615
|
"node": ">=8"
|
|
9485
10616
|
}
|
|
9486
10617
|
},
|
|
10618
|
+
"node_modules/is-path-inside": {
|
|
10619
|
+
"version": "3.0.3",
|
|
10620
|
+
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
|
|
10621
|
+
"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
|
|
10622
|
+
"dev": true,
|
|
10623
|
+
"license": "MIT",
|
|
10624
|
+
"engines": {
|
|
10625
|
+
"node": ">=8"
|
|
10626
|
+
}
|
|
10627
|
+
},
|
|
9487
10628
|
"node_modules/is-plain-obj": {
|
|
9488
10629
|
"version": "1.1.0",
|
|
9489
10630
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
|
|
@@ -9614,9 +10755,9 @@
|
|
|
9614
10755
|
"license": "ISC"
|
|
9615
10756
|
},
|
|
9616
10757
|
"node_modules/isomorphic-git": {
|
|
9617
|
-
"version": "1.41.
|
|
9618
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.41.
|
|
9619
|
-
"integrity": "sha512-
|
|
10758
|
+
"version": "1.41.9",
|
|
10759
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.41.9.tgz",
|
|
10760
|
+
"integrity": "sha512-WOh4ujm5mznHphzQvwj9bVj+pQpV0oZ8H4lAnh4dSaie+lN/lJ2rb6rNOOcP+2m4z8IOQp186TkEULD28NMBJg==",
|
|
9620
10761
|
"license": "MIT",
|
|
9621
10762
|
"dependencies": {
|
|
9622
10763
|
"async-lock": "^1.4.1",
|
|
@@ -9806,6 +10947,16 @@
|
|
|
9806
10947
|
"node": ">=10"
|
|
9807
10948
|
}
|
|
9808
10949
|
},
|
|
10950
|
+
"node_modules/jiti": {
|
|
10951
|
+
"version": "2.6.1",
|
|
10952
|
+
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
|
|
10953
|
+
"integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
|
|
10954
|
+
"dev": true,
|
|
10955
|
+
"license": "MIT",
|
|
10956
|
+
"bin": {
|
|
10957
|
+
"jiti": "lib/jiti-cli.mjs"
|
|
10958
|
+
}
|
|
10959
|
+
},
|
|
9809
10960
|
"node_modules/joycon": {
|
|
9810
10961
|
"version": "3.1.1",
|
|
9811
10962
|
"resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
|
|
@@ -11105,31 +12256,32 @@
|
|
|
11105
12256
|
}
|
|
11106
12257
|
},
|
|
11107
12258
|
"node_modules/mocha": {
|
|
11108
|
-
"version": "
|
|
11109
|
-
"resolved": "https://registry.npmjs.org/mocha/-/mocha-
|
|
11110
|
-
"integrity": "sha512-
|
|
12259
|
+
"version": "11.8.0",
|
|
12260
|
+
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.8.0.tgz",
|
|
12261
|
+
"integrity": "sha512-VyCeUdGN3A9lmCTTgG4yuvY9ixxaDk+xt2R/7/+1AP6EqNG+G9OKkzBwhVtVYoNX8YsxNSgAl8mOv3IAeOpFbw==",
|
|
11111
12262
|
"dev": true,
|
|
11112
12263
|
"license": "MIT",
|
|
11113
12264
|
"dependencies": {
|
|
11114
|
-
"ansi-colors": "^4.1.3",
|
|
11115
12265
|
"browser-stdout": "^1.3.1",
|
|
11116
|
-
"chokidar": "^
|
|
12266
|
+
"chokidar": "^4.0.1",
|
|
11117
12267
|
"debug": "^4.3.5",
|
|
11118
|
-
"diff": "^
|
|
12268
|
+
"diff": "^7.0.0",
|
|
11119
12269
|
"escape-string-regexp": "^4.0.0",
|
|
11120
12270
|
"find-up": "^5.0.0",
|
|
11121
|
-
"glob": "^
|
|
12271
|
+
"glob": "^10.4.5",
|
|
11122
12272
|
"he": "^1.2.0",
|
|
12273
|
+
"is-path-inside": "^3.0.3",
|
|
11123
12274
|
"js-yaml": "^4.1.0",
|
|
11124
12275
|
"log-symbols": "^4.1.0",
|
|
11125
|
-
"minimatch": "^
|
|
12276
|
+
"minimatch": "^9.0.5",
|
|
11126
12277
|
"ms": "^2.1.3",
|
|
12278
|
+
"picocolors": "^1.1.1",
|
|
11127
12279
|
"serialize-javascript": "^6.0.2",
|
|
11128
12280
|
"strip-json-comments": "^3.1.1",
|
|
11129
12281
|
"supports-color": "^8.1.1",
|
|
11130
|
-
"workerpool": "^
|
|
11131
|
-
"yargs": "^
|
|
11132
|
-
"yargs-parser": "^
|
|
12282
|
+
"workerpool": "^9.2.0",
|
|
12283
|
+
"yargs": "^17.7.2",
|
|
12284
|
+
"yargs-parser": "^21.1.1",
|
|
11133
12285
|
"yargs-unparser": "^2.0.0"
|
|
11134
12286
|
},
|
|
11135
12287
|
"bin": {
|
|
@@ -11137,13 +12289,60 @@
|
|
|
11137
12289
|
"mocha": "bin/mocha.js"
|
|
11138
12290
|
},
|
|
11139
12291
|
"engines": {
|
|
11140
|
-
"node": "
|
|
12292
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
12293
|
+
}
|
|
12294
|
+
},
|
|
12295
|
+
"node_modules/mocha/node_modules/ansi-styles": {
|
|
12296
|
+
"version": "4.3.0",
|
|
12297
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
12298
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
12299
|
+
"dev": true,
|
|
12300
|
+
"license": "MIT",
|
|
12301
|
+
"dependencies": {
|
|
12302
|
+
"color-convert": "^2.0.1"
|
|
12303
|
+
},
|
|
12304
|
+
"engines": {
|
|
12305
|
+
"node": ">=8"
|
|
12306
|
+
},
|
|
12307
|
+
"funding": {
|
|
12308
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
12309
|
+
}
|
|
12310
|
+
},
|
|
12311
|
+
"node_modules/mocha/node_modules/chokidar": {
|
|
12312
|
+
"version": "4.0.3",
|
|
12313
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
|
|
12314
|
+
"integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
|
|
12315
|
+
"dev": true,
|
|
12316
|
+
"license": "MIT",
|
|
12317
|
+
"dependencies": {
|
|
12318
|
+
"readdirp": "^4.0.1"
|
|
12319
|
+
},
|
|
12320
|
+
"engines": {
|
|
12321
|
+
"node": ">= 14.16.0"
|
|
12322
|
+
},
|
|
12323
|
+
"funding": {
|
|
12324
|
+
"url": "https://paulmillr.com/funding/"
|
|
12325
|
+
}
|
|
12326
|
+
},
|
|
12327
|
+
"node_modules/mocha/node_modules/cliui": {
|
|
12328
|
+
"version": "8.0.1",
|
|
12329
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
12330
|
+
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
12331
|
+
"dev": true,
|
|
12332
|
+
"license": "ISC",
|
|
12333
|
+
"dependencies": {
|
|
12334
|
+
"string-width": "^4.2.0",
|
|
12335
|
+
"strip-ansi": "^6.0.1",
|
|
12336
|
+
"wrap-ansi": "^7.0.0"
|
|
12337
|
+
},
|
|
12338
|
+
"engines": {
|
|
12339
|
+
"node": ">=12"
|
|
11141
12340
|
}
|
|
11142
12341
|
},
|
|
11143
12342
|
"node_modules/mocha/node_modules/diff": {
|
|
11144
|
-
"version": "
|
|
11145
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-
|
|
11146
|
-
"integrity": "sha512-
|
|
12343
|
+
"version": "7.0.0",
|
|
12344
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz",
|
|
12345
|
+
"integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==",
|
|
11147
12346
|
"dev": true,
|
|
11148
12347
|
"license": "BSD-3-Clause",
|
|
11149
12348
|
"engines": {
|
|
@@ -11168,20 +12367,21 @@
|
|
|
11168
12367
|
}
|
|
11169
12368
|
},
|
|
11170
12369
|
"node_modules/mocha/node_modules/glob": {
|
|
11171
|
-
"version": "
|
|
11172
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
11173
|
-
"integrity": "sha512-
|
|
12370
|
+
"version": "10.5.0",
|
|
12371
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
12372
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
11174
12373
|
"dev": true,
|
|
11175
12374
|
"license": "ISC",
|
|
11176
12375
|
"dependencies": {
|
|
11177
|
-
"
|
|
11178
|
-
"
|
|
11179
|
-
"
|
|
11180
|
-
"
|
|
11181
|
-
"
|
|
12376
|
+
"foreground-child": "^3.1.0",
|
|
12377
|
+
"jackspeak": "^3.1.2",
|
|
12378
|
+
"minimatch": "^9.0.4",
|
|
12379
|
+
"minipass": "^7.1.2",
|
|
12380
|
+
"package-json-from-dist": "^1.0.0",
|
|
12381
|
+
"path-scurry": "^1.11.1"
|
|
11182
12382
|
},
|
|
11183
|
-
"
|
|
11184
|
-
"
|
|
12383
|
+
"bin": {
|
|
12384
|
+
"glob": "dist/esm/bin.mjs"
|
|
11185
12385
|
},
|
|
11186
12386
|
"funding": {
|
|
11187
12387
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -11204,16 +12404,19 @@
|
|
|
11204
12404
|
}
|
|
11205
12405
|
},
|
|
11206
12406
|
"node_modules/mocha/node_modules/minimatch": {
|
|
11207
|
-
"version": "
|
|
11208
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
11209
|
-
"integrity": "sha512-
|
|
12407
|
+
"version": "9.0.9",
|
|
12408
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
12409
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
11210
12410
|
"dev": true,
|
|
11211
12411
|
"license": "ISC",
|
|
11212
12412
|
"dependencies": {
|
|
11213
|
-
"brace-expansion": "^2.0.
|
|
12413
|
+
"brace-expansion": "^2.0.2"
|
|
11214
12414
|
},
|
|
11215
12415
|
"engines": {
|
|
11216
|
-
"node": ">=
|
|
12416
|
+
"node": ">=16 || 14 >=14.17"
|
|
12417
|
+
},
|
|
12418
|
+
"funding": {
|
|
12419
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
11217
12420
|
}
|
|
11218
12421
|
},
|
|
11219
12422
|
"node_modules/mocha/node_modules/p-limit": {
|
|
@@ -11245,23 +12448,84 @@
|
|
|
11245
12448
|
"node": ">=10"
|
|
11246
12449
|
},
|
|
11247
12450
|
"funding": {
|
|
11248
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
12451
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
12452
|
+
}
|
|
12453
|
+
},
|
|
12454
|
+
"node_modules/mocha/node_modules/readdirp": {
|
|
12455
|
+
"version": "4.1.2",
|
|
12456
|
+
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
|
|
12457
|
+
"integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
|
|
12458
|
+
"dev": true,
|
|
12459
|
+
"license": "MIT",
|
|
12460
|
+
"engines": {
|
|
12461
|
+
"node": ">= 14.18.0"
|
|
12462
|
+
},
|
|
12463
|
+
"funding": {
|
|
12464
|
+
"type": "individual",
|
|
12465
|
+
"url": "https://paulmillr.com/funding/"
|
|
12466
|
+
}
|
|
12467
|
+
},
|
|
12468
|
+
"node_modules/mocha/node_modules/supports-color": {
|
|
12469
|
+
"version": "8.1.1",
|
|
12470
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
12471
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
12472
|
+
"dev": true,
|
|
12473
|
+
"license": "MIT",
|
|
12474
|
+
"dependencies": {
|
|
12475
|
+
"has-flag": "^4.0.0"
|
|
12476
|
+
},
|
|
12477
|
+
"engines": {
|
|
12478
|
+
"node": ">=10"
|
|
12479
|
+
},
|
|
12480
|
+
"funding": {
|
|
12481
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
12482
|
+
}
|
|
12483
|
+
},
|
|
12484
|
+
"node_modules/mocha/node_modules/wrap-ansi": {
|
|
12485
|
+
"version": "7.0.0",
|
|
12486
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
12487
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
12488
|
+
"dev": true,
|
|
12489
|
+
"license": "MIT",
|
|
12490
|
+
"dependencies": {
|
|
12491
|
+
"ansi-styles": "^4.0.0",
|
|
12492
|
+
"string-width": "^4.1.0",
|
|
12493
|
+
"strip-ansi": "^6.0.0"
|
|
12494
|
+
},
|
|
12495
|
+
"engines": {
|
|
12496
|
+
"node": ">=10"
|
|
12497
|
+
},
|
|
12498
|
+
"funding": {
|
|
12499
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
11249
12500
|
}
|
|
11250
12501
|
},
|
|
11251
|
-
"node_modules/mocha/node_modules/
|
|
11252
|
-
"version": "
|
|
11253
|
-
"resolved": "https://registry.npmjs.org/
|
|
11254
|
-
"integrity": "sha512-
|
|
12502
|
+
"node_modules/mocha/node_modules/yargs": {
|
|
12503
|
+
"version": "17.7.3",
|
|
12504
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.3.tgz",
|
|
12505
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
11255
12506
|
"dev": true,
|
|
11256
12507
|
"license": "MIT",
|
|
11257
12508
|
"dependencies": {
|
|
11258
|
-
"
|
|
12509
|
+
"cliui": "^8.0.1",
|
|
12510
|
+
"escalade": "^3.1.1",
|
|
12511
|
+
"get-caller-file": "^2.0.5",
|
|
12512
|
+
"require-directory": "^2.1.1",
|
|
12513
|
+
"string-width": "^4.2.3",
|
|
12514
|
+
"y18n": "^5.0.5",
|
|
12515
|
+
"yargs-parser": "^21.1.1"
|
|
11259
12516
|
},
|
|
11260
12517
|
"engines": {
|
|
11261
|
-
"node": ">=
|
|
11262
|
-
}
|
|
11263
|
-
|
|
11264
|
-
|
|
12518
|
+
"node": ">=12"
|
|
12519
|
+
}
|
|
12520
|
+
},
|
|
12521
|
+
"node_modules/mocha/node_modules/yargs-parser": {
|
|
12522
|
+
"version": "21.1.1",
|
|
12523
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
12524
|
+
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
12525
|
+
"dev": true,
|
|
12526
|
+
"license": "ISC",
|
|
12527
|
+
"engines": {
|
|
12528
|
+
"node": ">=12"
|
|
11265
12529
|
}
|
|
11266
12530
|
},
|
|
11267
12531
|
"node_modules/mri": {
|
|
@@ -11699,9 +12963,9 @@
|
|
|
11699
12963
|
}
|
|
11700
12964
|
},
|
|
11701
12965
|
"node_modules/oclif": {
|
|
11702
|
-
"version": "4.
|
|
11703
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
11704
|
-
"integrity": "sha512-
|
|
12966
|
+
"version": "4.24.0",
|
|
12967
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.24.0.tgz",
|
|
12968
|
+
"integrity": "sha512-qBSOMDV7T9G7QkJM1XXeC08jVnGjXK/EQaol6MpkXN1ELEOzi/9SeuwElH3zQuCRVEE+MlJLME6nQzNlwN5zVw==",
|
|
11705
12969
|
"dev": true,
|
|
11706
12970
|
"license": "MIT",
|
|
11707
12971
|
"dependencies": {
|
|
@@ -11712,8 +12976,8 @@
|
|
|
11712
12976
|
"@inquirer/select": "^2.5.0",
|
|
11713
12977
|
"@oclif/core": "^4.11.11",
|
|
11714
12978
|
"@oclif/plugin-help": "^6.2.53",
|
|
11715
|
-
"@oclif/plugin-not-found": "^3.2.
|
|
11716
|
-
"@oclif/plugin-warn-if-update-available": "^3.1.
|
|
12979
|
+
"@oclif/plugin-not-found": "^3.2.93",
|
|
12980
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.73",
|
|
11717
12981
|
"ansis": "^3.16.0",
|
|
11718
12982
|
"async-retry": "^1.3.3",
|
|
11719
12983
|
"change-case": "^4",
|
|
@@ -12702,6 +13966,13 @@
|
|
|
12702
13966
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
12703
13967
|
}
|
|
12704
13968
|
},
|
|
13969
|
+
"node_modules/pretty-quick/node_modules/tinyexec": {
|
|
13970
|
+
"version": "0.3.2",
|
|
13971
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
|
|
13972
|
+
"integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
|
|
13973
|
+
"dev": true,
|
|
13974
|
+
"license": "MIT"
|
|
13975
|
+
},
|
|
12705
13976
|
"node_modules/process": {
|
|
12706
13977
|
"version": "0.11.10",
|
|
12707
13978
|
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
|
@@ -13543,6 +14814,26 @@
|
|
|
13543
14814
|
"@types/hast": "^3.0.4"
|
|
13544
14815
|
}
|
|
13545
14816
|
},
|
|
14817
|
+
"node_modules/shiki/node_modules/@shikijs/langs": {
|
|
14818
|
+
"version": "1.29.2",
|
|
14819
|
+
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-1.29.2.tgz",
|
|
14820
|
+
"integrity": "sha512-FIBA7N3LZ+223U7cJDUYd5shmciFQlYkFXlkKVaHsCPgfVLiO+e12FmQE6Tf9vuyEsFe3dIl8qGWKXgEHL9wmQ==",
|
|
14821
|
+
"dev": true,
|
|
14822
|
+
"license": "MIT",
|
|
14823
|
+
"dependencies": {
|
|
14824
|
+
"@shikijs/types": "1.29.2"
|
|
14825
|
+
}
|
|
14826
|
+
},
|
|
14827
|
+
"node_modules/shiki/node_modules/@shikijs/themes": {
|
|
14828
|
+
"version": "1.29.2",
|
|
14829
|
+
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-1.29.2.tgz",
|
|
14830
|
+
"integrity": "sha512-i9TNZlsq4uoyqSbluIcZkmPL9Bfi3djVxRnofUHwvx/h6SRW3cwgBC5SML7vsDcWyukY0eCzVN980rqP6qNl9g==",
|
|
14831
|
+
"dev": true,
|
|
14832
|
+
"license": "MIT",
|
|
14833
|
+
"dependencies": {
|
|
14834
|
+
"@shikijs/types": "1.29.2"
|
|
14835
|
+
}
|
|
14836
|
+
},
|
|
13546
14837
|
"node_modules/signal-exit": {
|
|
13547
14838
|
"version": "3.0.7",
|
|
13548
14839
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
@@ -13595,46 +14886,60 @@
|
|
|
13595
14886
|
}
|
|
13596
14887
|
},
|
|
13597
14888
|
"node_modules/sinon": {
|
|
13598
|
-
"version": "
|
|
13599
|
-
"resolved": "https://registry.npmjs.org/sinon/-/sinon-
|
|
13600
|
-
"integrity": "sha512-
|
|
14889
|
+
"version": "22.1.0",
|
|
14890
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-22.1.0.tgz",
|
|
14891
|
+
"integrity": "sha512-n1ajF2rBWMTtEwbKcw4UdFg4nCnDdq/U6RDoxtOd7oapOlRoJ5ynwFx60owROyhDpA9QhMZi0pCO/xtmwFjG7w==",
|
|
13601
14892
|
"dev": true,
|
|
13602
14893
|
"license": "BSD-3-Clause",
|
|
13603
14894
|
"dependencies": {
|
|
13604
|
-
"@sinonjs/commons": "^
|
|
13605
|
-
"@sinonjs/fake-timers": "^
|
|
13606
|
-
"@sinonjs/samsam": "^
|
|
13607
|
-
"diff": "^
|
|
13608
|
-
"nise": "^4.1.0",
|
|
13609
|
-
"supports-color": "^7.1.0"
|
|
14895
|
+
"@sinonjs/commons": "^3.0.1",
|
|
14896
|
+
"@sinonjs/fake-timers": "^15.4.0",
|
|
14897
|
+
"@sinonjs/samsam": "^10.0.2",
|
|
14898
|
+
"diff": "^9.0.0"
|
|
13610
14899
|
},
|
|
13611
14900
|
"funding": {
|
|
13612
14901
|
"type": "opencollective",
|
|
13613
14902
|
"url": "https://opencollective.com/sinon"
|
|
13614
14903
|
}
|
|
13615
14904
|
},
|
|
13616
|
-
"node_modules/sinon/node_modules/@sinonjs/
|
|
13617
|
-
"version": "
|
|
13618
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/
|
|
13619
|
-
"integrity": "sha512-
|
|
14905
|
+
"node_modules/sinon/node_modules/@sinonjs/commons": {
|
|
14906
|
+
"version": "3.0.1",
|
|
14907
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
14908
|
+
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
13620
14909
|
"dev": true,
|
|
13621
14910
|
"license": "BSD-3-Clause",
|
|
13622
14911
|
"dependencies": {
|
|
13623
|
-
"
|
|
14912
|
+
"type-detect": "4.0.8"
|
|
13624
14913
|
}
|
|
13625
14914
|
},
|
|
13626
|
-
"node_modules/sinon/node_modules/
|
|
13627
|
-
"version": "4.
|
|
13628
|
-
"resolved": "https://registry.npmjs.org/
|
|
13629
|
-
"integrity": "sha512-
|
|
14915
|
+
"node_modules/sinon/node_modules/@sinonjs/fake-timers": {
|
|
14916
|
+
"version": "15.4.0",
|
|
14917
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.4.0.tgz",
|
|
14918
|
+
"integrity": "sha512-DsG+8/LscQIQg68J6Ef3dv10u6nVyetYn923s3/sus5eaGfTo1of5WMZSLf0UJc9KDuKPilPH0UDJCjvNbDNCA==",
|
|
13630
14919
|
"dev": true,
|
|
13631
14920
|
"license": "BSD-3-Clause",
|
|
13632
14921
|
"dependencies": {
|
|
13633
|
-
"@sinonjs/commons": "^
|
|
13634
|
-
|
|
13635
|
-
|
|
13636
|
-
|
|
13637
|
-
|
|
14922
|
+
"@sinonjs/commons": "^3.0.1"
|
|
14923
|
+
}
|
|
14924
|
+
},
|
|
14925
|
+
"node_modules/sinon/node_modules/diff": {
|
|
14926
|
+
"version": "9.0.0",
|
|
14927
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
|
|
14928
|
+
"integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
|
|
14929
|
+
"dev": true,
|
|
14930
|
+
"license": "BSD-3-Clause",
|
|
14931
|
+
"engines": {
|
|
14932
|
+
"node": ">=0.3.1"
|
|
14933
|
+
}
|
|
14934
|
+
},
|
|
14935
|
+
"node_modules/sinon/node_modules/type-detect": {
|
|
14936
|
+
"version": "4.0.8",
|
|
14937
|
+
"resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
|
|
14938
|
+
"integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
|
|
14939
|
+
"dev": true,
|
|
14940
|
+
"license": "MIT",
|
|
14941
|
+
"engines": {
|
|
14942
|
+
"node": ">=4"
|
|
13638
14943
|
}
|
|
13639
14944
|
},
|
|
13640
14945
|
"node_modules/skin-tone": {
|
|
@@ -14311,11 +15616,14 @@
|
|
|
14311
15616
|
"license": "MIT"
|
|
14312
15617
|
},
|
|
14313
15618
|
"node_modules/tinyexec": {
|
|
14314
|
-
"version": "
|
|
14315
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-
|
|
14316
|
-
"integrity": "sha512-
|
|
15619
|
+
"version": "1.3.0",
|
|
15620
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz",
|
|
15621
|
+
"integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==",
|
|
14317
15622
|
"dev": true,
|
|
14318
|
-
"license": "MIT"
|
|
15623
|
+
"license": "MIT",
|
|
15624
|
+
"engines": {
|
|
15625
|
+
"node": ">=18"
|
|
15626
|
+
}
|
|
14319
15627
|
},
|
|
14320
15628
|
"node_modules/tinyglobby": {
|
|
14321
15629
|
"version": "0.2.17",
|
|
@@ -14676,54 +15984,37 @@
|
|
|
14676
15984
|
}
|
|
14677
15985
|
},
|
|
14678
15986
|
"node_modules/typedoc": {
|
|
14679
|
-
"version": "0.
|
|
14680
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.
|
|
14681
|
-
"integrity": "sha512-
|
|
15987
|
+
"version": "0.28.20",
|
|
15988
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.20.tgz",
|
|
15989
|
+
"integrity": "sha512-uSKqkh8Cr48vllnEy+jdaAgOeR6Y+QCBW7usgUsKj7gJEfR7stw9U/fE49LBnj2tPRKPY0c0EBJSWe9Appmplg==",
|
|
14682
15990
|
"dev": true,
|
|
14683
15991
|
"license": "Apache-2.0",
|
|
14684
|
-
"peer": true,
|
|
14685
15992
|
"dependencies": {
|
|
15993
|
+
"@gerrit0/mini-shiki": "^3.23.0",
|
|
14686
15994
|
"lunr": "^2.3.9",
|
|
14687
|
-
"markdown-it": "^14.
|
|
14688
|
-
"minimatch": "^
|
|
14689
|
-
"
|
|
14690
|
-
"yaml": "^2.5.1"
|
|
15995
|
+
"markdown-it": "^14.3.0",
|
|
15996
|
+
"minimatch": "^10.2.5",
|
|
15997
|
+
"yaml": "^2.9.0"
|
|
14691
15998
|
},
|
|
14692
15999
|
"bin": {
|
|
14693
16000
|
"typedoc": "bin/typedoc"
|
|
14694
16001
|
},
|
|
14695
16002
|
"engines": {
|
|
14696
|
-
"node": ">= 18"
|
|
16003
|
+
"node": ">= 18",
|
|
16004
|
+
"pnpm": ">= 10"
|
|
14697
16005
|
},
|
|
14698
16006
|
"peerDependencies": {
|
|
14699
|
-
"typescript": "
|
|
16007
|
+
"typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x || 5.9.x || 6.0.x"
|
|
14700
16008
|
}
|
|
14701
16009
|
},
|
|
14702
16010
|
"node_modules/typedoc-plugin-missing-exports": {
|
|
14703
|
-
"version": "
|
|
14704
|
-
"resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-
|
|
14705
|
-
"integrity": "sha512-
|
|
16011
|
+
"version": "4.1.4",
|
|
16012
|
+
"resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-4.1.4.tgz",
|
|
16013
|
+
"integrity": "sha512-tIay6z6MRb/4+mfWgKNPR6qEM5rz9S8rTiz0JWmSb/66A6AlZIl9q+1lAFygj4n8GHH1fsqKYQNt9JbNcuE0Uw==",
|
|
14706
16014
|
"dev": true,
|
|
14707
16015
|
"license": "MIT",
|
|
14708
16016
|
"peerDependencies": {
|
|
14709
|
-
"typedoc": "0.
|
|
14710
|
-
}
|
|
14711
|
-
},
|
|
14712
|
-
"node_modules/typedoc/node_modules/minimatch": {
|
|
14713
|
-
"version": "9.0.9",
|
|
14714
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
14715
|
-
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
14716
|
-
"dev": true,
|
|
14717
|
-
"license": "ISC",
|
|
14718
|
-
"peer": true,
|
|
14719
|
-
"dependencies": {
|
|
14720
|
-
"brace-expansion": "^2.0.2"
|
|
14721
|
-
},
|
|
14722
|
-
"engines": {
|
|
14723
|
-
"node": ">=16 || 14 >=14.17"
|
|
14724
|
-
},
|
|
14725
|
-
"funding": {
|
|
14726
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
16017
|
+
"typedoc": "^0.28.1"
|
|
14727
16018
|
}
|
|
14728
16019
|
},
|
|
14729
16020
|
"node_modules/typescript": {
|
|
@@ -14764,121 +16055,6 @@
|
|
|
14764
16055
|
"typescript": ">=4.8.4 <6.1.0"
|
|
14765
16056
|
}
|
|
14766
16057
|
},
|
|
14767
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/eslint-plugin": {
|
|
14768
|
-
"version": "8.67.0",
|
|
14769
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.67.0.tgz",
|
|
14770
|
-
"integrity": "sha512-Un7Heoyj65NREbKAyIrFxeM143NZpExWmy1Nep4DLeQOeLlTeumPjoNKnBrU5D5moWXbPJgRa5Uwcdu0faVNGQ==",
|
|
14771
|
-
"dev": true,
|
|
14772
|
-
"license": "MIT",
|
|
14773
|
-
"dependencies": {
|
|
14774
|
-
"@eslint-community/regexpp": "^4.12.2",
|
|
14775
|
-
"@typescript-eslint/scope-manager": "8.67.0",
|
|
14776
|
-
"@typescript-eslint/type-utils": "8.67.0",
|
|
14777
|
-
"@typescript-eslint/utils": "8.67.0",
|
|
14778
|
-
"@typescript-eslint/visitor-keys": "8.67.0",
|
|
14779
|
-
"ignore": "^7.0.5",
|
|
14780
|
-
"natural-compare": "^1.4.0",
|
|
14781
|
-
"ts-api-utils": "^2.5.0"
|
|
14782
|
-
},
|
|
14783
|
-
"engines": {
|
|
14784
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14785
|
-
},
|
|
14786
|
-
"funding": {
|
|
14787
|
-
"type": "opencollective",
|
|
14788
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14789
|
-
},
|
|
14790
|
-
"peerDependencies": {
|
|
14791
|
-
"@typescript-eslint/parser": "^8.67.0",
|
|
14792
|
-
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
14793
|
-
"typescript": ">=4.8.4 <6.1.0"
|
|
14794
|
-
}
|
|
14795
|
-
},
|
|
14796
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/parser": {
|
|
14797
|
-
"version": "8.67.0",
|
|
14798
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.67.0.tgz",
|
|
14799
|
-
"integrity": "sha512-fUBfTuuEulWqX6V8+O3PtScV01tzYYRUDTAirHFKoRAt7nOzoGiPt0M/bB47wWNy0coOOcgEwAMUtBpykMxl6w==",
|
|
14800
|
-
"dev": true,
|
|
14801
|
-
"license": "MIT",
|
|
14802
|
-
"dependencies": {
|
|
14803
|
-
"@typescript-eslint/scope-manager": "8.67.0",
|
|
14804
|
-
"@typescript-eslint/types": "8.67.0",
|
|
14805
|
-
"@typescript-eslint/typescript-estree": "8.67.0",
|
|
14806
|
-
"@typescript-eslint/visitor-keys": "8.67.0",
|
|
14807
|
-
"debug": "^4.4.3"
|
|
14808
|
-
},
|
|
14809
|
-
"engines": {
|
|
14810
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14811
|
-
},
|
|
14812
|
-
"funding": {
|
|
14813
|
-
"type": "opencollective",
|
|
14814
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14815
|
-
},
|
|
14816
|
-
"peerDependencies": {
|
|
14817
|
-
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
14818
|
-
"typescript": ">=4.8.4 <6.1.0"
|
|
14819
|
-
}
|
|
14820
|
-
},
|
|
14821
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/type-utils": {
|
|
14822
|
-
"version": "8.67.0",
|
|
14823
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.67.0.tgz",
|
|
14824
|
-
"integrity": "sha512-aVWDXbRmdXO9siTfX4ditQI1T9+zVcNazT48EJCD0v40/9RIFoUgZ05CmGEq9H2gixRpjUn/iplwvlcvutJW/Q==",
|
|
14825
|
-
"dev": true,
|
|
14826
|
-
"license": "MIT",
|
|
14827
|
-
"dependencies": {
|
|
14828
|
-
"@typescript-eslint/types": "8.67.0",
|
|
14829
|
-
"@typescript-eslint/typescript-estree": "8.67.0",
|
|
14830
|
-
"@typescript-eslint/utils": "8.67.0",
|
|
14831
|
-
"debug": "^4.4.3",
|
|
14832
|
-
"ts-api-utils": "^2.5.0"
|
|
14833
|
-
},
|
|
14834
|
-
"engines": {
|
|
14835
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14836
|
-
},
|
|
14837
|
-
"funding": {
|
|
14838
|
-
"type": "opencollective",
|
|
14839
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14840
|
-
},
|
|
14841
|
-
"peerDependencies": {
|
|
14842
|
-
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
14843
|
-
"typescript": ">=4.8.4 <6.1.0"
|
|
14844
|
-
}
|
|
14845
|
-
},
|
|
14846
|
-
"node_modules/typescript-eslint/node_modules/ignore": {
|
|
14847
|
-
"version": "7.0.6",
|
|
14848
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.6.tgz",
|
|
14849
|
-
"integrity": "sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==",
|
|
14850
|
-
"dev": true,
|
|
14851
|
-
"license": "MIT",
|
|
14852
|
-
"engines": {
|
|
14853
|
-
"node": ">= 4"
|
|
14854
|
-
}
|
|
14855
|
-
},
|
|
14856
|
-
"node_modules/typescript-eslint/node_modules/ts-api-utils": {
|
|
14857
|
-
"version": "2.5.0",
|
|
14858
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
14859
|
-
"integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
|
|
14860
|
-
"dev": true,
|
|
14861
|
-
"license": "MIT",
|
|
14862
|
-
"engines": {
|
|
14863
|
-
"node": ">=18.12"
|
|
14864
|
-
},
|
|
14865
|
-
"peerDependencies": {
|
|
14866
|
-
"typescript": ">=4.8.4"
|
|
14867
|
-
}
|
|
14868
|
-
},
|
|
14869
|
-
"node_modules/typescript-eslint/node_modules/typescript": {
|
|
14870
|
-
"version": "5.9.3",
|
|
14871
|
-
"dev": true,
|
|
14872
|
-
"license": "Apache-2.0",
|
|
14873
|
-
"peer": true,
|
|
14874
|
-
"bin": {
|
|
14875
|
-
"tsc": "bin/tsc",
|
|
14876
|
-
"tsserver": "bin/tsserver"
|
|
14877
|
-
},
|
|
14878
|
-
"engines": {
|
|
14879
|
-
"node": ">=14.17"
|
|
14880
|
-
}
|
|
14881
|
-
},
|
|
14882
16058
|
"node_modules/uc.micro": {
|
|
14883
16059
|
"version": "2.1.0",
|
|
14884
16060
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
|
@@ -15358,9 +16534,9 @@
|
|
|
15358
16534
|
"license": "MIT"
|
|
15359
16535
|
},
|
|
15360
16536
|
"node_modules/workerpool": {
|
|
15361
|
-
"version": "
|
|
15362
|
-
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-
|
|
15363
|
-
"integrity": "sha512-
|
|
16537
|
+
"version": "9.3.4",
|
|
16538
|
+
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-9.3.4.tgz",
|
|
16539
|
+
"integrity": "sha512-TmPRQYYSAnnDiEB0P/Ytip7bFGvqnSU6I2BcuSw7Hx+JSg/DsUi5ebYfc8GYaSdpuvOcEs6dXxPurOYpe9QFwg==",
|
|
15364
16540
|
"dev": true,
|
|
15365
16541
|
"license": "Apache-2.0"
|
|
15366
16542
|
},
|