@oclif/plugin-commands 3.0.6 → 3.0.7
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/README.md +14 -14
- package/oclif.lock +227 -183
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-commands
|
|
|
20
20
|
$ oclif-example COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ oclif-example (--version)
|
|
23
|
-
@oclif/plugin-commands/3.0.
|
|
23
|
+
@oclif/plugin-commands/3.0.7 linux-x64 node-v20.9.0
|
|
24
24
|
$ oclif-example --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ oclif-example COMMAND
|
|
@@ -43,18 +43,18 @@ USAGE
|
|
|
43
43
|
[--no-header | [--csv | --no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
44
44
|
|
|
45
45
|
FLAGS
|
|
46
|
-
-h, --help
|
|
47
|
-
-x, --extended
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
46
|
+
-h, --help Show CLI help.
|
|
47
|
+
-x, --extended show extra columns
|
|
48
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
49
|
+
--csv output is csv format [alias: --output=csv]
|
|
50
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
51
|
+
--hidden show hidden commands
|
|
52
|
+
--no-header hide table header from output
|
|
53
|
+
--no-truncate do not truncate output to fit screen
|
|
54
|
+
--output=<option> output in a more machine friendly format
|
|
55
|
+
<options: csv|json|yaml>
|
|
56
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
57
|
+
--tree show tree of commands
|
|
58
58
|
|
|
59
59
|
GLOBAL FLAGS
|
|
60
60
|
--json Format output as json.
|
|
@@ -63,5 +63,5 @@ DESCRIPTION
|
|
|
63
63
|
list all the commands
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
-
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.
|
|
66
|
+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.7/src/commands/commands.ts)_
|
|
67
67
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -291,10 +291,10 @@
|
|
|
291
291
|
resolve-global "1.0.0"
|
|
292
292
|
yargs "^17.0.0"
|
|
293
293
|
|
|
294
|
-
"@commitlint/config-conventional@^17.
|
|
295
|
-
version "17.
|
|
296
|
-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.
|
|
297
|
-
integrity sha512-
|
|
294
|
+
"@commitlint/config-conventional@^17.8.1":
|
|
295
|
+
version "17.8.1"
|
|
296
|
+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
|
|
297
|
+
integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
|
|
298
298
|
dependencies:
|
|
299
299
|
conventional-changelog-conventionalcommits "^6.1.0"
|
|
300
300
|
|
|
@@ -455,10 +455,10 @@
|
|
|
455
455
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
|
|
456
456
|
integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
|
|
457
457
|
|
|
458
|
-
"@eslint/eslintrc@^2.1.
|
|
459
|
-
version "2.1.
|
|
460
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
|
461
|
-
integrity sha512
|
|
458
|
+
"@eslint/eslintrc@^2.1.3":
|
|
459
|
+
version "2.1.3"
|
|
460
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
|
|
461
|
+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
|
|
462
462
|
dependencies:
|
|
463
463
|
ajv "^6.12.4"
|
|
464
464
|
debug "^4.3.2"
|
|
@@ -470,22 +470,22 @@
|
|
|
470
470
|
minimatch "^3.1.2"
|
|
471
471
|
strip-json-comments "^3.1.1"
|
|
472
472
|
|
|
473
|
-
"@eslint/js@8.
|
|
474
|
-
version "8.
|
|
475
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
|
476
|
-
integrity sha512-
|
|
473
|
+
"@eslint/js@8.53.0":
|
|
474
|
+
version "8.53.0"
|
|
475
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
|
|
476
|
+
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
|
|
477
477
|
|
|
478
478
|
"@gar/promisify@^1.0.1":
|
|
479
479
|
version "1.1.2"
|
|
480
480
|
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
|
|
481
481
|
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
|
|
482
482
|
|
|
483
|
-
"@humanwhocodes/config-array@^0.11.
|
|
484
|
-
version "0.11.
|
|
485
|
-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.
|
|
486
|
-
integrity sha512-
|
|
483
|
+
"@humanwhocodes/config-array@^0.11.13":
|
|
484
|
+
version "0.11.13"
|
|
485
|
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
|
|
486
|
+
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
|
|
487
487
|
dependencies:
|
|
488
|
-
"@humanwhocodes/object-schema" "^
|
|
488
|
+
"@humanwhocodes/object-schema" "^2.0.1"
|
|
489
489
|
debug "^4.1.1"
|
|
490
490
|
minimatch "^3.0.5"
|
|
491
491
|
|
|
@@ -494,10 +494,10 @@
|
|
|
494
494
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
|
|
495
495
|
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
|
|
496
496
|
|
|
497
|
-
"@humanwhocodes/object-schema@^
|
|
498
|
-
version "
|
|
499
|
-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-
|
|
500
|
-
integrity sha512-
|
|
497
|
+
"@humanwhocodes/object-schema@^2.0.1":
|
|
498
|
+
version "2.0.1"
|
|
499
|
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
500
|
+
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
501
501
|
|
|
502
502
|
"@isaacs/string-locale-compare@^1.1.0":
|
|
503
503
|
version "1.1.0"
|
|
@@ -570,14 +570,6 @@
|
|
|
570
570
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
571
571
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
572
572
|
|
|
573
|
-
"@nodelib/fs.scandir@2.1.3":
|
|
574
|
-
version "2.1.3"
|
|
575
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
|
|
576
|
-
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
|
|
577
|
-
dependencies:
|
|
578
|
-
"@nodelib/fs.stat" "2.0.3"
|
|
579
|
-
run-parallel "^1.1.9"
|
|
580
|
-
|
|
581
573
|
"@nodelib/fs.scandir@2.1.5":
|
|
582
574
|
version "2.1.5"
|
|
583
575
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -586,25 +578,17 @@
|
|
|
586
578
|
"@nodelib/fs.stat" "2.0.5"
|
|
587
579
|
run-parallel "^1.1.9"
|
|
588
580
|
|
|
589
|
-
"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2":
|
|
590
|
-
version "2.0.3"
|
|
591
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
|
|
592
|
-
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
|
|
593
|
-
|
|
594
581
|
"@nodelib/fs.stat@2.0.5":
|
|
595
582
|
version "2.0.5"
|
|
596
583
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
|
|
597
584
|
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
|
598
585
|
|
|
599
|
-
"@nodelib/fs.
|
|
600
|
-
version "
|
|
601
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.
|
|
602
|
-
integrity sha512-
|
|
603
|
-
dependencies:
|
|
604
|
-
"@nodelib/fs.scandir" "2.1.3"
|
|
605
|
-
fastq "^1.6.0"
|
|
586
|
+
"@nodelib/fs.stat@^2.0.2":
|
|
587
|
+
version "2.0.3"
|
|
588
|
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
|
|
589
|
+
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
|
|
606
590
|
|
|
607
|
-
"@nodelib/fs.walk@^1.2.8":
|
|
591
|
+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
|
|
608
592
|
version "1.2.8"
|
|
609
593
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
|
|
610
594
|
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
|
|
@@ -787,10 +771,10 @@
|
|
|
787
771
|
wordwrap "^1.0.0"
|
|
788
772
|
wrap-ansi "^7.0.0"
|
|
789
773
|
|
|
790
|
-
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.
|
|
791
|
-
version "3.
|
|
792
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
793
|
-
integrity sha512-
|
|
774
|
+
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1":
|
|
775
|
+
version "3.11.0"
|
|
776
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.11.0.tgz#dadfac39238af3b717e33b910dde1f1f0fd2105e"
|
|
777
|
+
integrity sha512-9A2LhDQATf1vrRqPoO0gGuBrey0jt3kDafC+eazxTNWV2EvlEpgY2587iyrxPK/fL2xg7f+0mtxYaSHdO2k8eg==
|
|
794
778
|
dependencies:
|
|
795
779
|
ansi-escapes "^4.3.2"
|
|
796
780
|
ansi-styles "^4.3.0"
|
|
@@ -1048,10 +1032,10 @@
|
|
|
1048
1032
|
"@types/node" "*"
|
|
1049
1033
|
"@types/responselike" "^1.0.0"
|
|
1050
1034
|
|
|
1051
|
-
"@types/chai@*", "@types/chai@^4.3.
|
|
1052
|
-
version "4.3.
|
|
1053
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
1054
|
-
integrity sha512-
|
|
1035
|
+
"@types/chai@*", "@types/chai@^4.3.10":
|
|
1036
|
+
version "4.3.10"
|
|
1037
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
|
|
1038
|
+
integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
|
|
1055
1039
|
|
|
1056
1040
|
"@types/cli-progress@^3.11.0":
|
|
1057
1041
|
version "3.11.0"
|
|
@@ -1087,31 +1071,31 @@
|
|
|
1087
1071
|
dependencies:
|
|
1088
1072
|
"@types/node" "*"
|
|
1089
1073
|
|
|
1090
|
-
"@types/lodash.pickby@^4.6.
|
|
1091
|
-
version "4.6.
|
|
1092
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.pickby/-/lodash.pickby-4.6.
|
|
1093
|
-
integrity sha512-
|
|
1074
|
+
"@types/lodash.pickby@^4.6.8":
|
|
1075
|
+
version "4.6.8"
|
|
1076
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.pickby/-/lodash.pickby-4.6.8.tgz#1acdd5c45fd98acbab9ebb2a13082b7beb737bac"
|
|
1077
|
+
integrity sha512-V9FXPmtaawzkyXQ3zVMtLrNinVSUTGNzzf6rkngzDZigzGxvRus+QT3HYpYvoEKMe1/t+sJtw8odeN1qf7sDmA==
|
|
1094
1078
|
dependencies:
|
|
1095
1079
|
"@types/lodash" "*"
|
|
1096
1080
|
|
|
1097
|
-
"@types/lodash.sortby@^4.7.
|
|
1098
|
-
version "4.7.
|
|
1099
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.sortby/-/lodash.sortby-4.7.
|
|
1100
|
-
integrity sha512
|
|
1081
|
+
"@types/lodash.sortby@^4.7.9":
|
|
1082
|
+
version "4.7.9"
|
|
1083
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.sortby/-/lodash.sortby-4.7.9.tgz#e4af00e03daece7a939378ff64f0d44e638d7db6"
|
|
1084
|
+
integrity sha512-PDmjHnOlndLS59GofH0pnxIs+n9i4CWeXGErSB5JyNFHu2cmvW6mQOaUKjG8EDPkni14IgF8NsRW8bKvFzTm9A==
|
|
1101
1085
|
dependencies:
|
|
1102
1086
|
"@types/lodash" "*"
|
|
1103
1087
|
|
|
1104
|
-
"@types/lodash.template@^4.5.
|
|
1105
|
-
version "4.5.
|
|
1106
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.
|
|
1107
|
-
integrity sha512-
|
|
1088
|
+
"@types/lodash.template@^4.5.3":
|
|
1089
|
+
version "4.5.3"
|
|
1090
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.3.tgz#1174483eaa761a76a9d68c4adbee4c4e2742f329"
|
|
1091
|
+
integrity sha512-Mo0UYKLu1oXgkV9TVoXZLlXXjyIXlW7ZQRxi/4gQJmzJr63dmicE8gG0OkPjYTKBrBic852q0JzqrtNUWLBIyA==
|
|
1108
1092
|
dependencies:
|
|
1109
1093
|
"@types/lodash" "*"
|
|
1110
1094
|
|
|
1111
|
-
"@types/lodash.uniqby@^4.7.
|
|
1112
|
-
version "4.7.
|
|
1113
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.uniqby/-/lodash.uniqby-4.7.
|
|
1114
|
-
integrity sha512-
|
|
1095
|
+
"@types/lodash.uniqby@^4.7.9":
|
|
1096
|
+
version "4.7.9"
|
|
1097
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.uniqby/-/lodash.uniqby-4.7.9.tgz#10bacba9cf3263c6e07ae11d953de6ada6605104"
|
|
1098
|
+
integrity sha512-rjrXji/seS6BZJRgXrU2h6FqxRVufsbq/HE0Tx0SdgbtlWr2YmD/M64BlYEYYlaMcpZwy32IYVkMfUMYlPuv0w==
|
|
1115
1099
|
dependencies:
|
|
1116
1100
|
"@types/lodash" "*"
|
|
1117
1101
|
|
|
@@ -1130,10 +1114,10 @@
|
|
|
1130
1114
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.3.tgz#dd249cef80c6fff2ba6a0d4e5beca913e04e25f8"
|
|
1131
1115
|
integrity sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A==
|
|
1132
1116
|
|
|
1133
|
-
"@types/mocha@^10.0.
|
|
1134
|
-
version "10.0.
|
|
1135
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
1136
|
-
integrity sha512-
|
|
1117
|
+
"@types/mocha@^10.0.4":
|
|
1118
|
+
version "10.0.4"
|
|
1119
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
|
|
1120
|
+
integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
|
|
1137
1121
|
|
|
1138
1122
|
"@types/nock@^11.1.0":
|
|
1139
1123
|
version "11.1.0"
|
|
@@ -1153,9 +1137,9 @@
|
|
|
1153
1137
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1154
1138
|
|
|
1155
1139
|
"@types/node@^18":
|
|
1156
|
-
version "18.18.
|
|
1157
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.
|
|
1158
|
-
integrity sha512-
|
|
1140
|
+
version "18.18.9"
|
|
1141
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592"
|
|
1142
|
+
integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==
|
|
1159
1143
|
dependencies:
|
|
1160
1144
|
undici-types "~5.26.4"
|
|
1161
1145
|
|
|
@@ -1196,16 +1180,16 @@
|
|
|
1196
1180
|
"@types/expect" "^1.20.4"
|
|
1197
1181
|
"@types/node" "*"
|
|
1198
1182
|
|
|
1199
|
-
"@typescript-eslint/eslint-plugin@^6.
|
|
1200
|
-
version "6.
|
|
1201
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
1202
|
-
integrity sha512-
|
|
1183
|
+
"@typescript-eslint/eslint-plugin@^6.9.1":
|
|
1184
|
+
version "6.10.0"
|
|
1185
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.10.0.tgz#cfe2bd34e26d2289212946b96ab19dcad64b661a"
|
|
1186
|
+
integrity sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==
|
|
1203
1187
|
dependencies:
|
|
1204
1188
|
"@eslint-community/regexpp" "^4.5.1"
|
|
1205
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1206
|
-
"@typescript-eslint/type-utils" "6.
|
|
1207
|
-
"@typescript-eslint/utils" "6.
|
|
1208
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1189
|
+
"@typescript-eslint/scope-manager" "6.10.0"
|
|
1190
|
+
"@typescript-eslint/type-utils" "6.10.0"
|
|
1191
|
+
"@typescript-eslint/utils" "6.10.0"
|
|
1192
|
+
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
1209
1193
|
debug "^4.3.4"
|
|
1210
1194
|
graphemer "^1.4.0"
|
|
1211
1195
|
ignore "^5.2.4"
|
|
@@ -1213,74 +1197,126 @@
|
|
|
1213
1197
|
semver "^7.5.4"
|
|
1214
1198
|
ts-api-utils "^1.0.1"
|
|
1215
1199
|
|
|
1216
|
-
"@typescript-eslint/parser@^6.
|
|
1217
|
-
version "6.
|
|
1218
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.
|
|
1219
|
-
integrity sha512
|
|
1200
|
+
"@typescript-eslint/parser@^6.9.1":
|
|
1201
|
+
version "6.10.0"
|
|
1202
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.10.0.tgz#578af79ae7273193b0b6b61a742a2bc8e02f875a"
|
|
1203
|
+
integrity sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==
|
|
1220
1204
|
dependencies:
|
|
1221
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1222
|
-
"@typescript-eslint/types" "6.
|
|
1223
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1224
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1205
|
+
"@typescript-eslint/scope-manager" "6.10.0"
|
|
1206
|
+
"@typescript-eslint/types" "6.10.0"
|
|
1207
|
+
"@typescript-eslint/typescript-estree" "6.10.0"
|
|
1208
|
+
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
1225
1209
|
debug "^4.3.4"
|
|
1226
1210
|
|
|
1227
|
-
"@typescript-eslint/scope-manager@6.
|
|
1228
|
-
version "6.
|
|
1229
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
1230
|
-
integrity sha512-
|
|
1211
|
+
"@typescript-eslint/scope-manager@6.10.0":
|
|
1212
|
+
version "6.10.0"
|
|
1213
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
|
|
1214
|
+
integrity sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==
|
|
1215
|
+
dependencies:
|
|
1216
|
+
"@typescript-eslint/types" "6.10.0"
|
|
1217
|
+
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
1218
|
+
|
|
1219
|
+
"@typescript-eslint/scope-manager@6.9.1":
|
|
1220
|
+
version "6.9.1"
|
|
1221
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
|
|
1222
|
+
integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
|
|
1231
1223
|
dependencies:
|
|
1232
|
-
"@typescript-eslint/types" "6.
|
|
1233
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1224
|
+
"@typescript-eslint/types" "6.9.1"
|
|
1225
|
+
"@typescript-eslint/visitor-keys" "6.9.1"
|
|
1234
1226
|
|
|
1235
|
-
"@typescript-eslint/type-utils@6.
|
|
1236
|
-
version "6.
|
|
1237
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.
|
|
1238
|
-
integrity sha512-
|
|
1227
|
+
"@typescript-eslint/type-utils@6.10.0":
|
|
1228
|
+
version "6.10.0"
|
|
1229
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz#1007faede067c78bdbcef2e8abb31437e163e2e1"
|
|
1230
|
+
integrity sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==
|
|
1239
1231
|
dependencies:
|
|
1240
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1241
|
-
"@typescript-eslint/utils" "6.
|
|
1232
|
+
"@typescript-eslint/typescript-estree" "6.10.0"
|
|
1233
|
+
"@typescript-eslint/utils" "6.10.0"
|
|
1242
1234
|
debug "^4.3.4"
|
|
1243
1235
|
ts-api-utils "^1.0.1"
|
|
1244
1236
|
|
|
1245
|
-
"@typescript-eslint/types@6.
|
|
1246
|
-
version "6.
|
|
1247
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
1248
|
-
integrity sha512-
|
|
1237
|
+
"@typescript-eslint/types@6.10.0":
|
|
1238
|
+
version "6.10.0"
|
|
1239
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
|
|
1240
|
+
integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
|
|
1241
|
+
|
|
1242
|
+
"@typescript-eslint/types@6.9.1":
|
|
1243
|
+
version "6.9.1"
|
|
1244
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
|
|
1245
|
+
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
|
|
1246
|
+
|
|
1247
|
+
"@typescript-eslint/typescript-estree@6.10.0":
|
|
1248
|
+
version "6.10.0"
|
|
1249
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.10.0.tgz#667381eed6f723a1a8ad7590a31f312e31e07697"
|
|
1250
|
+
integrity sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==
|
|
1251
|
+
dependencies:
|
|
1252
|
+
"@typescript-eslint/types" "6.10.0"
|
|
1253
|
+
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
1254
|
+
debug "^4.3.4"
|
|
1255
|
+
globby "^11.1.0"
|
|
1256
|
+
is-glob "^4.0.3"
|
|
1257
|
+
semver "^7.5.4"
|
|
1258
|
+
ts-api-utils "^1.0.1"
|
|
1249
1259
|
|
|
1250
|
-
"@typescript-eslint/typescript-estree@6.
|
|
1251
|
-
version "6.
|
|
1252
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
1253
|
-
integrity sha512-
|
|
1260
|
+
"@typescript-eslint/typescript-estree@6.9.1":
|
|
1261
|
+
version "6.9.1"
|
|
1262
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz#8c77910a49a04f0607ba94d78772da07dab275ad"
|
|
1263
|
+
integrity sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==
|
|
1254
1264
|
dependencies:
|
|
1255
|
-
"@typescript-eslint/types" "6.
|
|
1256
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1265
|
+
"@typescript-eslint/types" "6.9.1"
|
|
1266
|
+
"@typescript-eslint/visitor-keys" "6.9.1"
|
|
1257
1267
|
debug "^4.3.4"
|
|
1258
1268
|
globby "^11.1.0"
|
|
1259
1269
|
is-glob "^4.0.3"
|
|
1260
1270
|
semver "^7.5.4"
|
|
1261
1271
|
ts-api-utils "^1.0.1"
|
|
1262
1272
|
|
|
1263
|
-
"@typescript-eslint/utils@6.
|
|
1264
|
-
version "6.
|
|
1265
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.
|
|
1266
|
-
integrity sha512-
|
|
1273
|
+
"@typescript-eslint/utils@6.10.0":
|
|
1274
|
+
version "6.10.0"
|
|
1275
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
|
|
1276
|
+
integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
|
|
1267
1277
|
dependencies:
|
|
1268
1278
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1269
1279
|
"@types/json-schema" "^7.0.12"
|
|
1270
1280
|
"@types/semver" "^7.5.0"
|
|
1271
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1272
|
-
"@typescript-eslint/types" "6.
|
|
1273
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1281
|
+
"@typescript-eslint/scope-manager" "6.10.0"
|
|
1282
|
+
"@typescript-eslint/types" "6.10.0"
|
|
1283
|
+
"@typescript-eslint/typescript-estree" "6.10.0"
|
|
1274
1284
|
semver "^7.5.4"
|
|
1275
1285
|
|
|
1276
|
-
"@typescript-eslint/
|
|
1277
|
-
version "6.
|
|
1278
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1279
|
-
integrity sha512-
|
|
1286
|
+
"@typescript-eslint/utils@^6.7.5":
|
|
1287
|
+
version "6.9.1"
|
|
1288
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
|
|
1289
|
+
integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
|
|
1280
1290
|
dependencies:
|
|
1281
|
-
"@
|
|
1291
|
+
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1292
|
+
"@types/json-schema" "^7.0.12"
|
|
1293
|
+
"@types/semver" "^7.5.0"
|
|
1294
|
+
"@typescript-eslint/scope-manager" "6.9.1"
|
|
1295
|
+
"@typescript-eslint/types" "6.9.1"
|
|
1296
|
+
"@typescript-eslint/typescript-estree" "6.9.1"
|
|
1297
|
+
semver "^7.5.4"
|
|
1298
|
+
|
|
1299
|
+
"@typescript-eslint/visitor-keys@6.10.0":
|
|
1300
|
+
version "6.10.0"
|
|
1301
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.10.0.tgz#b9eaf855a1ac7e95633ae1073af43d451e8f84e3"
|
|
1302
|
+
integrity sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==
|
|
1303
|
+
dependencies:
|
|
1304
|
+
"@typescript-eslint/types" "6.10.0"
|
|
1305
|
+
eslint-visitor-keys "^3.4.1"
|
|
1306
|
+
|
|
1307
|
+
"@typescript-eslint/visitor-keys@6.9.1":
|
|
1308
|
+
version "6.9.1"
|
|
1309
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
|
|
1310
|
+
integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
|
|
1311
|
+
dependencies:
|
|
1312
|
+
"@typescript-eslint/types" "6.9.1"
|
|
1282
1313
|
eslint-visitor-keys "^3.4.1"
|
|
1283
1314
|
|
|
1315
|
+
"@ungap/structured-clone@^1.2.0":
|
|
1316
|
+
version "1.2.0"
|
|
1317
|
+
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
1318
|
+
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
|
1319
|
+
|
|
1284
1320
|
JSONStream@^1.3.5:
|
|
1285
1321
|
version "1.3.5"
|
|
1286
1322
|
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
|
|
@@ -1489,7 +1525,7 @@ array-ify@^1.0.0:
|
|
|
1489
1525
|
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
|
|
1490
1526
|
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
|
|
1491
1527
|
|
|
1492
|
-
array-includes@^3.1.
|
|
1528
|
+
array-includes@^3.1.7:
|
|
1493
1529
|
version "3.1.7"
|
|
1494
1530
|
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda"
|
|
1495
1531
|
integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==
|
|
@@ -1505,7 +1541,7 @@ array-union@^2.1.0:
|
|
|
1505
1541
|
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
|
|
1506
1542
|
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
|
|
1507
1543
|
|
|
1508
|
-
array.prototype.findlastindex@^1.2.
|
|
1544
|
+
array.prototype.findlastindex@^1.2.3:
|
|
1509
1545
|
version "1.2.3"
|
|
1510
1546
|
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
|
|
1511
1547
|
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
|
|
@@ -1516,7 +1552,7 @@ array.prototype.findlastindex@^1.2.2:
|
|
|
1516
1552
|
es-shim-unscopables "^1.0.0"
|
|
1517
1553
|
get-intrinsic "^1.2.1"
|
|
1518
1554
|
|
|
1519
|
-
array.prototype.flat@^1.3.
|
|
1555
|
+
array.prototype.flat@^1.3.2:
|
|
1520
1556
|
version "1.3.2"
|
|
1521
1557
|
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
|
|
1522
1558
|
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
|
|
@@ -1526,7 +1562,7 @@ array.prototype.flat@^1.3.1:
|
|
|
1526
1562
|
es-abstract "^1.22.1"
|
|
1527
1563
|
es-shim-unscopables "^1.0.0"
|
|
1528
1564
|
|
|
1529
|
-
array.prototype.flatmap@^1.3.
|
|
1565
|
+
array.prototype.flatmap@^1.3.2:
|
|
1530
1566
|
version "1.3.2"
|
|
1531
1567
|
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
|
|
1532
1568
|
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
|
|
@@ -2559,19 +2595,19 @@ escape-string-regexp@^1.0.5:
|
|
|
2559
2595
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
2560
2596
|
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
|
2561
2597
|
|
|
2562
|
-
eslint-config-oclif-typescript@^3.0.
|
|
2563
|
-
version "3.0.
|
|
2564
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.
|
|
2565
|
-
integrity sha512-
|
|
2598
|
+
eslint-config-oclif-typescript@^3.0.13:
|
|
2599
|
+
version "3.0.13"
|
|
2600
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.13.tgz#be9fd042f3e5143963d77c2be8ad78851109b13c"
|
|
2601
|
+
integrity sha512-w+lMp9Wb2mAMJBl+iHWbJYAIVqscctYBMDfJksdy5Mn3jAhQJKsMiDH84KayodTIjQGMcKCgyGALTqkSxvNjaQ==
|
|
2566
2602
|
dependencies:
|
|
2567
|
-
"@typescript-eslint/eslint-plugin" "^6.
|
|
2568
|
-
"@typescript-eslint/parser" "^6.
|
|
2603
|
+
"@typescript-eslint/eslint-plugin" "^6.9.1"
|
|
2604
|
+
"@typescript-eslint/parser" "^6.9.1"
|
|
2569
2605
|
eslint-config-xo-space "^0.34.0"
|
|
2570
2606
|
eslint-import-resolver-typescript "^3.6.1"
|
|
2571
|
-
eslint-plugin-import "^2.
|
|
2607
|
+
eslint-plugin-import "^2.29.0"
|
|
2572
2608
|
eslint-plugin-mocha "^10.2.0"
|
|
2573
2609
|
eslint-plugin-node "^11.1.0"
|
|
2574
|
-
eslint-plugin-perfectionist "^2.
|
|
2610
|
+
eslint-plugin-perfectionist "^2.2.0"
|
|
2575
2611
|
|
|
2576
2612
|
eslint-config-oclif@^5.0.0:
|
|
2577
2613
|
version "5.0.0"
|
|
@@ -2602,7 +2638,7 @@ eslint-config-xo@^0.43.0:
|
|
|
2602
2638
|
dependencies:
|
|
2603
2639
|
confusing-browser-globals "1.0.11"
|
|
2604
2640
|
|
|
2605
|
-
eslint-import-resolver-node@^0.3.
|
|
2641
|
+
eslint-import-resolver-node@^0.3.9:
|
|
2606
2642
|
version "0.3.9"
|
|
2607
2643
|
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
|
|
2608
2644
|
integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
|
|
@@ -2639,26 +2675,26 @@ eslint-plugin-es@^3.0.0:
|
|
|
2639
2675
|
eslint-utils "^2.0.0"
|
|
2640
2676
|
regexpp "^3.0.0"
|
|
2641
2677
|
|
|
2642
|
-
eslint-plugin-import@^2.
|
|
2643
|
-
version "2.
|
|
2644
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.
|
|
2645
|
-
integrity sha512-
|
|
2678
|
+
eslint-plugin-import@^2.29.0:
|
|
2679
|
+
version "2.29.0"
|
|
2680
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
|
|
2681
|
+
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
|
|
2646
2682
|
dependencies:
|
|
2647
|
-
array-includes "^3.1.
|
|
2648
|
-
array.prototype.findlastindex "^1.2.
|
|
2649
|
-
array.prototype.flat "^1.3.
|
|
2650
|
-
array.prototype.flatmap "^1.3.
|
|
2683
|
+
array-includes "^3.1.7"
|
|
2684
|
+
array.prototype.findlastindex "^1.2.3"
|
|
2685
|
+
array.prototype.flat "^1.3.2"
|
|
2686
|
+
array.prototype.flatmap "^1.3.2"
|
|
2651
2687
|
debug "^3.2.7"
|
|
2652
2688
|
doctrine "^2.1.0"
|
|
2653
|
-
eslint-import-resolver-node "^0.3.
|
|
2689
|
+
eslint-import-resolver-node "^0.3.9"
|
|
2654
2690
|
eslint-module-utils "^2.8.0"
|
|
2655
|
-
|
|
2656
|
-
is-core-module "^2.13.
|
|
2691
|
+
hasown "^2.0.0"
|
|
2692
|
+
is-core-module "^2.13.1"
|
|
2657
2693
|
is-glob "^4.0.3"
|
|
2658
2694
|
minimatch "^3.1.2"
|
|
2659
|
-
object.fromentries "^2.0.
|
|
2660
|
-
object.groupby "^1.0.
|
|
2661
|
-
object.values "^1.1.
|
|
2695
|
+
object.fromentries "^2.0.7"
|
|
2696
|
+
object.groupby "^1.0.1"
|
|
2697
|
+
object.values "^1.1.7"
|
|
2662
2698
|
semver "^6.3.1"
|
|
2663
2699
|
tsconfig-paths "^3.14.2"
|
|
2664
2700
|
|
|
@@ -2682,12 +2718,12 @@ eslint-plugin-node@^11.1.0:
|
|
|
2682
2718
|
resolve "^1.10.1"
|
|
2683
2719
|
semver "^6.1.0"
|
|
2684
2720
|
|
|
2685
|
-
eslint-plugin-perfectionist@^2.1.0:
|
|
2686
|
-
version "2.
|
|
2687
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.
|
|
2688
|
-
integrity sha512
|
|
2721
|
+
eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.2.0:
|
|
2722
|
+
version "2.2.0"
|
|
2723
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.2.0.tgz#a1b1f1407ce9bc20a4f0e2b8113fb84e5b9dfb9f"
|
|
2724
|
+
integrity sha512-/nG2Uurd6AY7CI6zlgjHPOoiPY8B7EYMUWdNb5w+EzyauYiQjjD5lQwAI1FlkBbCCFFZw/CdZIPQhXumYoiyaw==
|
|
2689
2725
|
dependencies:
|
|
2690
|
-
"@typescript-eslint/utils" "^6.
|
|
2726
|
+
"@typescript-eslint/utils" "^6.7.5"
|
|
2691
2727
|
minimatch "^9.0.3"
|
|
2692
2728
|
natural-compare-lite "^1.4.0"
|
|
2693
2729
|
|
|
@@ -2749,18 +2785,19 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
2749
2785
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
2750
2786
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
2751
2787
|
|
|
2752
|
-
eslint@^8.
|
|
2753
|
-
version "8.
|
|
2754
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
2755
|
-
integrity sha512-
|
|
2788
|
+
eslint@^8.53.0:
|
|
2789
|
+
version "8.53.0"
|
|
2790
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
|
|
2791
|
+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
|
|
2756
2792
|
dependencies:
|
|
2757
2793
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
2758
2794
|
"@eslint-community/regexpp" "^4.6.1"
|
|
2759
|
-
"@eslint/eslintrc" "^2.1.
|
|
2760
|
-
"@eslint/js" "8.
|
|
2761
|
-
"@humanwhocodes/config-array" "^0.11.
|
|
2795
|
+
"@eslint/eslintrc" "^2.1.3"
|
|
2796
|
+
"@eslint/js" "8.53.0"
|
|
2797
|
+
"@humanwhocodes/config-array" "^0.11.13"
|
|
2762
2798
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
2763
2799
|
"@nodelib/fs.walk" "^1.2.8"
|
|
2800
|
+
"@ungap/structured-clone" "^1.2.0"
|
|
2764
2801
|
ajv "^6.12.4"
|
|
2765
2802
|
chalk "^4.0.0"
|
|
2766
2803
|
cross-spawn "^7.0.2"
|
|
@@ -3113,6 +3150,11 @@ function-bind@^1.1.1:
|
|
|
3113
3150
|
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
|
3114
3151
|
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
|
3115
3152
|
|
|
3153
|
+
function-bind@^1.1.2:
|
|
3154
|
+
version "1.1.2"
|
|
3155
|
+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
|
|
3156
|
+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
|
|
3157
|
+
|
|
3116
3158
|
function.prototype.name@^1.1.6:
|
|
3117
3159
|
version "1.1.6"
|
|
3118
3160
|
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd"
|
|
@@ -3458,6 +3500,13 @@ hasha@^5.0.0:
|
|
|
3458
3500
|
is-stream "^2.0.0"
|
|
3459
3501
|
type-fest "^0.8.0"
|
|
3460
3502
|
|
|
3503
|
+
hasown@^2.0.0:
|
|
3504
|
+
version "2.0.0"
|
|
3505
|
+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c"
|
|
3506
|
+
integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
|
|
3507
|
+
dependencies:
|
|
3508
|
+
function-bind "^1.1.2"
|
|
3509
|
+
|
|
3461
3510
|
he@1.2.0:
|
|
3462
3511
|
version "1.2.0"
|
|
3463
3512
|
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
|
|
@@ -3597,16 +3646,11 @@ ignore-walk@^4.0.1:
|
|
|
3597
3646
|
dependencies:
|
|
3598
3647
|
minimatch "^3.0.4"
|
|
3599
3648
|
|
|
3600
|
-
ignore@^5.1.1, ignore@^5.2.4:
|
|
3649
|
+
ignore@^5.1.1, ignore@^5.2.0, ignore@^5.2.4:
|
|
3601
3650
|
version "5.2.4"
|
|
3602
3651
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
|
|
3603
3652
|
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
|
|
3604
3653
|
|
|
3605
|
-
ignore@^5.2.0:
|
|
3606
|
-
version "5.2.0"
|
|
3607
|
-
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
|
|
3608
|
-
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
|
|
3609
|
-
|
|
3610
3654
|
import-fresh@^3.0.0, import-fresh@^3.2.1:
|
|
3611
3655
|
version "3.2.2"
|
|
3612
3656
|
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.2.tgz#fc129c160c5d68235507f4331a6baad186bdbc3e"
|
|
@@ -3763,6 +3807,13 @@ is-core-module@^2.11.0, is-core-module@^2.13.0:
|
|
|
3763
3807
|
dependencies:
|
|
3764
3808
|
has "^1.0.3"
|
|
3765
3809
|
|
|
3810
|
+
is-core-module@^2.13.1:
|
|
3811
|
+
version "2.13.1"
|
|
3812
|
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
|
|
3813
|
+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
|
|
3814
|
+
dependencies:
|
|
3815
|
+
hasown "^2.0.0"
|
|
3816
|
+
|
|
3766
3817
|
is-core-module@^2.2.0, is-core-module@^2.5.0:
|
|
3767
3818
|
version "2.6.0"
|
|
3768
3819
|
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
|
|
@@ -3804,14 +3855,7 @@ is-generator-function@^1.0.7:
|
|
|
3804
3855
|
dependencies:
|
|
3805
3856
|
has-tostringtag "^1.0.0"
|
|
3806
3857
|
|
|
3807
|
-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
|
|
3808
|
-
version "4.0.1"
|
|
3809
|
-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
|
|
3810
|
-
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
|
|
3811
|
-
dependencies:
|
|
3812
|
-
is-extglob "^2.1.1"
|
|
3813
|
-
|
|
3814
|
-
is-glob@^4.0.3:
|
|
3858
|
+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
|
|
3815
3859
|
version "4.0.3"
|
|
3816
3860
|
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
|
|
3817
3861
|
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
|
|
@@ -5100,7 +5144,7 @@ object.assign@^4.1.4:
|
|
|
5100
5144
|
has-symbols "^1.0.3"
|
|
5101
5145
|
object-keys "^1.1.1"
|
|
5102
5146
|
|
|
5103
|
-
object.fromentries@^2.0.
|
|
5147
|
+
object.fromentries@^2.0.7:
|
|
5104
5148
|
version "2.0.7"
|
|
5105
5149
|
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616"
|
|
5106
5150
|
integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==
|
|
@@ -5109,7 +5153,7 @@ object.fromentries@^2.0.6:
|
|
|
5109
5153
|
define-properties "^1.2.0"
|
|
5110
5154
|
es-abstract "^1.22.1"
|
|
5111
5155
|
|
|
5112
|
-
object.groupby@^1.0.
|
|
5156
|
+
object.groupby@^1.0.1:
|
|
5113
5157
|
version "1.0.1"
|
|
5114
5158
|
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
|
|
5115
5159
|
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
|
|
@@ -5119,7 +5163,7 @@ object.groupby@^1.0.0:
|
|
|
5119
5163
|
es-abstract "^1.22.1"
|
|
5120
5164
|
get-intrinsic "^1.2.1"
|
|
5121
5165
|
|
|
5122
|
-
object.values@^1.1.
|
|
5166
|
+
object.values@^1.1.7:
|
|
5123
5167
|
version "1.1.7"
|
|
5124
5168
|
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
|
|
5125
5169
|
integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==
|
|
@@ -5495,10 +5539,10 @@ prelude-ls@^1.2.1:
|
|
|
5495
5539
|
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
|
5496
5540
|
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
|
5497
5541
|
|
|
5498
|
-
prettier@^3.0
|
|
5499
|
-
version "3.0
|
|
5500
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.
|
|
5501
|
-
integrity sha512-
|
|
5542
|
+
prettier@^3.1.0:
|
|
5543
|
+
version "3.1.0"
|
|
5544
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
|
|
5545
|
+
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
|
|
5502
5546
|
|
|
5503
5547
|
pretty-bytes@^5.3.0:
|
|
5504
5548
|
version "5.6.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-commands",
|
|
3
3
|
"description": "plugin to show the list of all the commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-commands/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.11.0",
|
|
9
9
|
"lodash.pickby": "^4.6.0",
|
|
10
10
|
"lodash.sortby": "^4.7.0",
|
|
11
11
|
"lodash.template": "^4.5.0",
|
|
12
12
|
"lodash.uniqby": "^4.7.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@commitlint/config-conventional": "^17.
|
|
15
|
+
"@commitlint/config-conventional": "^17.8.1",
|
|
16
16
|
"@oclif/plugin-help": "^5.2.20",
|
|
17
17
|
"@oclif/prettier-config": "^0.2.1",
|
|
18
18
|
"@oclif/test": "^3.0.2",
|
|
19
|
-
"@types/chai": "^4.3.
|
|
20
|
-
"@types/lodash.pickby": "^4.6.
|
|
21
|
-
"@types/lodash.sortby": "^4.7.
|
|
22
|
-
"@types/lodash.template": "^4.5.
|
|
23
|
-
"@types/lodash.uniqby": "^4.7.
|
|
24
|
-
"@types/mocha": "^10.0.
|
|
19
|
+
"@types/chai": "^4.3.10",
|
|
20
|
+
"@types/lodash.pickby": "^4.6.8",
|
|
21
|
+
"@types/lodash.sortby": "^4.7.9",
|
|
22
|
+
"@types/lodash.template": "^4.5.3",
|
|
23
|
+
"@types/lodash.uniqby": "^4.7.9",
|
|
24
|
+
"@types/mocha": "^10.0.4",
|
|
25
25
|
"@types/nock": "^11.1.0",
|
|
26
26
|
"@types/node": "^18",
|
|
27
27
|
"chai": "^4.3.10",
|
|
28
28
|
"commitlint": "^17.8.1",
|
|
29
|
-
"eslint": "^8.
|
|
29
|
+
"eslint": "^8.53.0",
|
|
30
30
|
"eslint-config-oclif": "^5.0.0",
|
|
31
|
-
"eslint-config-oclif-typescript": "^3.0.
|
|
31
|
+
"eslint-config-oclif-typescript": "^3.0.13",
|
|
32
32
|
"eslint-config-prettier": "^9.0.0",
|
|
33
33
|
"globby": "^11",
|
|
34
34
|
"husky": "^8.0.3",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"nock": "^13.3.6",
|
|
38
38
|
"nyc": "^15.1.0",
|
|
39
39
|
"oclif": "^4.0.3",
|
|
40
|
-
"prettier": "^3.0
|
|
40
|
+
"prettier": "^3.1.0",
|
|
41
41
|
"shx": "^0.3.3",
|
|
42
42
|
"ts-node": "^10.9.1",
|
|
43
43
|
"typescript": "^5.2.2"
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"postpack": "shx rm -f oclif.manifest.json oclif.lock",
|
|
73
73
|
"posttest": "yarn lint",
|
|
74
74
|
"prepack": "shx rm -rf lib && tsc && oclif lock && oclif manifest . && oclif readme",
|
|
75
|
-
"prepare": "husky install",
|
|
75
|
+
"prepare": "husky install && yarn build",
|
|
76
76
|
"pretest": "yarn build && tsc -p test --noEmit",
|
|
77
77
|
"test": "mocha \"test/**/*.test.ts\"",
|
|
78
78
|
"version": "oclif readme && git add README.md"
|