@salesforce/cli 2.39.5 → 2.39.6
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 +8 -8
- package/npm-shrinkwrap.json +124 -3203
- package/oclif.lock +39 -140
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.39.
|
|
3
|
+
"version": "2.39.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.39.
|
|
9
|
+
"version": "2.39.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "3.3.1",
|
|
17
17
|
"@oclif/plugin-help": "6.0.21",
|
|
18
18
|
"@oclif/plugin-not-found": "3.1.6",
|
|
19
|
-
"@oclif/plugin-plugins": "5.0.
|
|
19
|
+
"@oclif/plugin-plugins": "5.0.14",
|
|
20
20
|
"@oclif/plugin-search": "1.0.23",
|
|
21
21
|
"@oclif/plugin-update": "4.2.7",
|
|
22
22
|
"@oclif/plugin-version": "2.0.17",
|
|
@@ -3128,6 +3128,16 @@
|
|
|
3128
3128
|
"node": "^16.14.0 || >=18.0.0"
|
|
3129
3129
|
}
|
|
3130
3130
|
},
|
|
3131
|
+
"node_modules/@npmcli/config/node_modules/ini": {
|
|
3132
|
+
"version": "4.1.2",
|
|
3133
|
+
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.2.tgz",
|
|
3134
|
+
"integrity": "sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==",
|
|
3135
|
+
"extraneous": true,
|
|
3136
|
+
"license": "ISC",
|
|
3137
|
+
"engines": {
|
|
3138
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
3139
|
+
}
|
|
3140
|
+
},
|
|
3131
3141
|
"node_modules/@npmcli/disparity-colors": {
|
|
3132
3142
|
"version": "3.0.0",
|
|
3133
3143
|
"resolved": "https://registry.npmjs.org/@npmcli/disparity-colors/-/disparity-colors-3.0.0.tgz",
|
|
@@ -3676,3190 +3686,148 @@
|
|
|
3676
3686
|
"lodash.uniqby": "^4.7.0"
|
|
3677
3687
|
},
|
|
3678
3688
|
"engines": {
|
|
3679
|
-
"node": ">=18.0.0"
|
|
3680
|
-
}
|
|
3681
|
-
},
|
|
3682
|
-
"node_modules/@oclif/plugin-help": {
|
|
3683
|
-
"version": "6.0.21",
|
|
3684
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
|
3685
|
-
"integrity": "sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==",
|
|
3686
|
-
"license": "MIT",
|
|
3687
|
-
"dependencies": {
|
|
3688
|
-
"@oclif/core": "^3.26.2"
|
|
3689
|
-
},
|
|
3690
|
-
"engines": {
|
|
3691
|
-
"node": ">=18.0.0"
|
|
3692
|
-
}
|
|
3693
|
-
},
|
|
3694
|
-
"node_modules/@oclif/plugin-not-found": {
|
|
3695
|
-
"version": "3.1.6",
|
|
3696
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.6.tgz",
|
|
3697
|
-
"integrity": "sha512-87ckgDz+to7WySD7vrbELfWtK6uiaA8qf1Sp1AvU7m87tMSYOAkE7Jr+hX3MLpwM5Lt5nksG6t/gzP0PwSIKnA==",
|
|
3698
|
-
"license": "MIT",
|
|
3699
|
-
"dependencies": {
|
|
3700
|
-
"@inquirer/confirm": "^3.1.5",
|
|
3701
|
-
"@oclif/core": "^3.26.4",
|
|
3702
|
-
"chalk": "^5.3.0",
|
|
3703
|
-
"fast-levenshtein": "^3.0.0"
|
|
3704
|
-
},
|
|
3705
|
-
"engines": {
|
|
3706
|
-
"node": ">=18.0.0"
|
|
3707
|
-
}
|
|
3708
|
-
},
|
|
3709
|
-
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/confirm": {
|
|
3710
|
-
"version": "3.1.5",
|
|
3711
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.5.tgz",
|
|
3712
|
-
"integrity": "sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==",
|
|
3713
|
-
"license": "MIT",
|
|
3714
|
-
"dependencies": {
|
|
3715
|
-
"@inquirer/core": "^8.0.1",
|
|
3716
|
-
"@inquirer/type": "^1.3.0"
|
|
3717
|
-
},
|
|
3718
|
-
"engines": {
|
|
3719
|
-
"node": ">=18"
|
|
3720
|
-
}
|
|
3721
|
-
},
|
|
3722
|
-
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/core": {
|
|
3723
|
-
"version": "8.0.1",
|
|
3724
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.0.1.tgz",
|
|
3725
|
-
"integrity": "sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==",
|
|
3726
|
-
"license": "MIT",
|
|
3727
|
-
"dependencies": {
|
|
3728
|
-
"@inquirer/figures": "^1.0.1",
|
|
3729
|
-
"@inquirer/type": "^1.3.0",
|
|
3730
|
-
"@types/mute-stream": "^0.0.4",
|
|
3731
|
-
"@types/node": "^20.12.7",
|
|
3732
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
3733
|
-
"ansi-escapes": "^4.3.2",
|
|
3734
|
-
"chalk": "^4.1.2",
|
|
3735
|
-
"cli-spinners": "^2.9.2",
|
|
3736
|
-
"cli-width": "^4.1.0",
|
|
3737
|
-
"mute-stream": "^1.0.0",
|
|
3738
|
-
"signal-exit": "^4.1.0",
|
|
3739
|
-
"strip-ansi": "^6.0.1",
|
|
3740
|
-
"wrap-ansi": "^6.2.0"
|
|
3741
|
-
},
|
|
3742
|
-
"engines": {
|
|
3743
|
-
"node": ">=18"
|
|
3744
|
-
}
|
|
3745
|
-
},
|
|
3746
|
-
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/core/node_modules/chalk": {
|
|
3747
|
-
"version": "4.1.2",
|
|
3748
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3749
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3750
|
-
"license": "MIT",
|
|
3751
|
-
"dependencies": {
|
|
3752
|
-
"ansi-styles": "^4.1.0",
|
|
3753
|
-
"supports-color": "^7.1.0"
|
|
3754
|
-
},
|
|
3755
|
-
"engines": {
|
|
3756
|
-
"node": ">=10"
|
|
3757
|
-
},
|
|
3758
|
-
"funding": {
|
|
3759
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3760
|
-
}
|
|
3761
|
-
},
|
|
3762
|
-
"node_modules/@oclif/plugin-not-found/node_modules/signal-exit": {
|
|
3763
|
-
"version": "4.1.0",
|
|
3764
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
3765
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
3766
|
-
"license": "ISC",
|
|
3767
|
-
"engines": {
|
|
3768
|
-
"node": ">=14"
|
|
3769
|
-
},
|
|
3770
|
-
"funding": {
|
|
3771
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3772
|
-
}
|
|
3773
|
-
},
|
|
3774
|
-
"node_modules/@oclif/plugin-not-found/node_modules/strip-ansi": {
|
|
3775
|
-
"version": "6.0.1",
|
|
3776
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3777
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
3778
|
-
"license": "MIT",
|
|
3779
|
-
"dependencies": {
|
|
3780
|
-
"ansi-regex": "^5.0.1"
|
|
3781
|
-
},
|
|
3782
|
-
"engines": {
|
|
3783
|
-
"node": ">=8"
|
|
3784
|
-
}
|
|
3785
|
-
},
|
|
3786
|
-
"node_modules/@oclif/plugin-plugins": {
|
|
3787
|
-
"version": "5.0.13",
|
|
3788
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.13.tgz",
|
|
3789
|
-
"integrity": "sha512-BNjT/O/50yw816qUIVZD0zmLklGhXqCnmxD2msGCrWJcsmylXkORe3BRF0ZJXAhf+fpO+kIJN/Tl42RUm/NX2Q==",
|
|
3790
|
-
"license": "MIT",
|
|
3791
|
-
"dependencies": {
|
|
3792
|
-
"@oclif/core": "^3.26.4",
|
|
3793
|
-
"chalk": "^5.3.0",
|
|
3794
|
-
"debug": "^4.3.4",
|
|
3795
|
-
"npm": "10.5.2",
|
|
3796
|
-
"npm-package-arg": "^11.0.2",
|
|
3797
|
-
"npm-run-path": "^5.3.0",
|
|
3798
|
-
"semver": "^7.6.0",
|
|
3799
|
-
"validate-npm-package-name": "^5.0.0",
|
|
3800
|
-
"yarn": "^1.22.22"
|
|
3801
|
-
},
|
|
3802
|
-
"engines": {
|
|
3803
|
-
"node": ">=18.0.0"
|
|
3804
|
-
}
|
|
3805
|
-
},
|
|
3806
|
-
"node_modules/@oclif/plugin-plugins/node_modules/minimatch": {
|
|
3807
|
-
"version": "9.0.4",
|
|
3808
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3809
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3810
|
-
"extraneous": true,
|
|
3811
|
-
"license": "ISC",
|
|
3812
|
-
"dependencies": {
|
|
3813
|
-
"brace-expansion": "^2.0.1"
|
|
3814
|
-
},
|
|
3815
|
-
"engines": {
|
|
3816
|
-
"node": ">=16 || 14 >=14.17"
|
|
3817
|
-
},
|
|
3818
|
-
"funding": {
|
|
3819
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3820
|
-
}
|
|
3821
|
-
},
|
|
3822
|
-
"node_modules/@oclif/plugin-plugins/node_modules/minipass": {
|
|
3823
|
-
"version": "7.0.4",
|
|
3824
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
3825
|
-
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
3826
|
-
"extraneous": true,
|
|
3827
|
-
"license": "ISC",
|
|
3828
|
-
"engines": {
|
|
3829
|
-
"node": ">=16 || 14 >=14.17"
|
|
3830
|
-
}
|
|
3831
|
-
},
|
|
3832
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm": {
|
|
3833
|
-
"version": "10.5.2",
|
|
3834
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.5.2.tgz",
|
|
3835
|
-
"integrity": "sha512-cHVG7QEJwJdZyOrK0dKX5uf3R5Fd0E8AcmSES1jLtO52UT1enUKZ96Onw/xwq4CbrTZEnDuu2Vf9kCQh/Sd12w==",
|
|
3836
|
-
"bundleDependencies": [
|
|
3837
|
-
"@isaacs/string-locale-compare",
|
|
3838
|
-
"@npmcli/arborist",
|
|
3839
|
-
"@npmcli/config",
|
|
3840
|
-
"@npmcli/fs",
|
|
3841
|
-
"@npmcli/map-workspaces",
|
|
3842
|
-
"@npmcli/package-json",
|
|
3843
|
-
"@npmcli/promise-spawn",
|
|
3844
|
-
"@npmcli/redact",
|
|
3845
|
-
"@npmcli/run-script",
|
|
3846
|
-
"@sigstore/tuf",
|
|
3847
|
-
"abbrev",
|
|
3848
|
-
"archy",
|
|
3849
|
-
"cacache",
|
|
3850
|
-
"chalk",
|
|
3851
|
-
"ci-info",
|
|
3852
|
-
"cli-columns",
|
|
3853
|
-
"cli-table3",
|
|
3854
|
-
"columnify",
|
|
3855
|
-
"fastest-levenshtein",
|
|
3856
|
-
"fs-minipass",
|
|
3857
|
-
"glob",
|
|
3858
|
-
"graceful-fs",
|
|
3859
|
-
"hosted-git-info",
|
|
3860
|
-
"ini",
|
|
3861
|
-
"init-package-json",
|
|
3862
|
-
"is-cidr",
|
|
3863
|
-
"json-parse-even-better-errors",
|
|
3864
|
-
"libnpmaccess",
|
|
3865
|
-
"libnpmdiff",
|
|
3866
|
-
"libnpmexec",
|
|
3867
|
-
"libnpmfund",
|
|
3868
|
-
"libnpmhook",
|
|
3869
|
-
"libnpmorg",
|
|
3870
|
-
"libnpmpack",
|
|
3871
|
-
"libnpmpublish",
|
|
3872
|
-
"libnpmsearch",
|
|
3873
|
-
"libnpmteam",
|
|
3874
|
-
"libnpmversion",
|
|
3875
|
-
"make-fetch-happen",
|
|
3876
|
-
"minimatch",
|
|
3877
|
-
"minipass",
|
|
3878
|
-
"minipass-pipeline",
|
|
3879
|
-
"ms",
|
|
3880
|
-
"node-gyp",
|
|
3881
|
-
"nopt",
|
|
3882
|
-
"normalize-package-data",
|
|
3883
|
-
"npm-audit-report",
|
|
3884
|
-
"npm-install-checks",
|
|
3885
|
-
"npm-package-arg",
|
|
3886
|
-
"npm-pick-manifest",
|
|
3887
|
-
"npm-profile",
|
|
3888
|
-
"npm-registry-fetch",
|
|
3889
|
-
"npm-user-validate",
|
|
3890
|
-
"npmlog",
|
|
3891
|
-
"p-map",
|
|
3892
|
-
"pacote",
|
|
3893
|
-
"parse-conflict-json",
|
|
3894
|
-
"proc-log",
|
|
3895
|
-
"qrcode-terminal",
|
|
3896
|
-
"read",
|
|
3897
|
-
"semver",
|
|
3898
|
-
"spdx-expression-parse",
|
|
3899
|
-
"ssri",
|
|
3900
|
-
"supports-color",
|
|
3901
|
-
"tar",
|
|
3902
|
-
"text-table",
|
|
3903
|
-
"tiny-relative-date",
|
|
3904
|
-
"treeverse",
|
|
3905
|
-
"validate-npm-package-name",
|
|
3906
|
-
"which",
|
|
3907
|
-
"write-file-atomic"
|
|
3908
|
-
],
|
|
3909
|
-
"license": "Artistic-2.0",
|
|
3910
|
-
"workspaces": [
|
|
3911
|
-
"docs",
|
|
3912
|
-
"smoke-tests",
|
|
3913
|
-
"mock-globals",
|
|
3914
|
-
"mock-registry",
|
|
3915
|
-
"workspaces/*"
|
|
3916
|
-
],
|
|
3917
|
-
"dependencies": {
|
|
3918
|
-
"@isaacs/string-locale-compare": "^1.1.0",
|
|
3919
|
-
"@npmcli/arborist": "^7.2.1",
|
|
3920
|
-
"@npmcli/config": "^8.0.2",
|
|
3921
|
-
"@npmcli/fs": "^3.1.0",
|
|
3922
|
-
"@npmcli/map-workspaces": "^3.0.6",
|
|
3923
|
-
"@npmcli/package-json": "^5.0.2",
|
|
3924
|
-
"@npmcli/promise-spawn": "^7.0.1",
|
|
3925
|
-
"@npmcli/redact": "^1.1.0",
|
|
3926
|
-
"@npmcli/run-script": "^7.0.4",
|
|
3927
|
-
"@sigstore/tuf": "^2.3.2",
|
|
3928
|
-
"abbrev": "^2.0.0",
|
|
3929
|
-
"archy": "~1.0.0",
|
|
3930
|
-
"cacache": "^18.0.2",
|
|
3931
|
-
"chalk": "^5.3.0",
|
|
3932
|
-
"ci-info": "^4.0.0",
|
|
3933
|
-
"cli-columns": "^4.0.0",
|
|
3934
|
-
"cli-table3": "^0.6.4",
|
|
3935
|
-
"columnify": "^1.6.0",
|
|
3936
|
-
"fastest-levenshtein": "^1.0.16",
|
|
3937
|
-
"fs-minipass": "^3.0.3",
|
|
3938
|
-
"glob": "^10.3.12",
|
|
3939
|
-
"graceful-fs": "^4.2.11",
|
|
3940
|
-
"hosted-git-info": "^7.0.1",
|
|
3941
|
-
"ini": "^4.1.2",
|
|
3942
|
-
"init-package-json": "^6.0.2",
|
|
3943
|
-
"is-cidr": "^5.0.5",
|
|
3944
|
-
"json-parse-even-better-errors": "^3.0.1",
|
|
3945
|
-
"libnpmaccess": "^8.0.1",
|
|
3946
|
-
"libnpmdiff": "^6.0.3",
|
|
3947
|
-
"libnpmexec": "^7.0.4",
|
|
3948
|
-
"libnpmfund": "^5.0.1",
|
|
3949
|
-
"libnpmhook": "^10.0.0",
|
|
3950
|
-
"libnpmorg": "^6.0.1",
|
|
3951
|
-
"libnpmpack": "^6.0.3",
|
|
3952
|
-
"libnpmpublish": "^9.0.2",
|
|
3953
|
-
"libnpmsearch": "^7.0.0",
|
|
3954
|
-
"libnpmteam": "^6.0.0",
|
|
3955
|
-
"libnpmversion": "^5.0.1",
|
|
3956
|
-
"make-fetch-happen": "^13.0.0",
|
|
3957
|
-
"minimatch": "^9.0.4",
|
|
3958
|
-
"minipass": "^7.0.4",
|
|
3959
|
-
"minipass-pipeline": "^1.2.4",
|
|
3960
|
-
"ms": "^2.1.2",
|
|
3961
|
-
"node-gyp": "^10.1.0",
|
|
3962
|
-
"nopt": "^7.2.0",
|
|
3963
|
-
"normalize-package-data": "^6.0.0",
|
|
3964
|
-
"npm-audit-report": "^5.0.0",
|
|
3965
|
-
"npm-install-checks": "^6.3.0",
|
|
3966
|
-
"npm-package-arg": "^11.0.1",
|
|
3967
|
-
"npm-pick-manifest": "^9.0.0",
|
|
3968
|
-
"npm-profile": "^9.0.0",
|
|
3969
|
-
"npm-registry-fetch": "^16.2.0",
|
|
3970
|
-
"npm-user-validate": "^2.0.0",
|
|
3971
|
-
"npmlog": "^7.0.1",
|
|
3972
|
-
"p-map": "^4.0.0",
|
|
3973
|
-
"pacote": "^17.0.6",
|
|
3974
|
-
"parse-conflict-json": "^3.0.1",
|
|
3975
|
-
"proc-log": "^3.0.0",
|
|
3976
|
-
"qrcode-terminal": "^0.12.0",
|
|
3977
|
-
"read": "^3.0.1",
|
|
3978
|
-
"semver": "^7.6.0",
|
|
3979
|
-
"spdx-expression-parse": "^4.0.0",
|
|
3980
|
-
"ssri": "^10.0.5",
|
|
3981
|
-
"supports-color": "^9.4.0",
|
|
3982
|
-
"tar": "^6.2.1",
|
|
3983
|
-
"text-table": "~0.2.0",
|
|
3984
|
-
"tiny-relative-date": "^1.3.0",
|
|
3985
|
-
"treeverse": "^3.0.0",
|
|
3986
|
-
"validate-npm-package-name": "^5.0.0",
|
|
3987
|
-
"which": "^4.0.0",
|
|
3988
|
-
"write-file-atomic": "^5.0.1"
|
|
3989
|
-
},
|
|
3990
|
-
"bin": {
|
|
3991
|
-
"npm": "bin/npm-cli.js",
|
|
3992
|
-
"npx": "bin/npx-cli.js"
|
|
3993
|
-
},
|
|
3994
|
-
"engines": {
|
|
3995
|
-
"node": "^18.17.0 || >=20.5.0"
|
|
3996
|
-
}
|
|
3997
|
-
},
|
|
3998
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm-run-path": {
|
|
3999
|
-
"version": "5.3.0",
|
|
4000
|
-
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
|
|
4001
|
-
"integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
|
|
4002
|
-
"license": "MIT",
|
|
4003
|
-
"dependencies": {
|
|
4004
|
-
"path-key": "^4.0.0"
|
|
4005
|
-
},
|
|
4006
|
-
"engines": {
|
|
4007
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4008
|
-
},
|
|
4009
|
-
"funding": {
|
|
4010
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4011
|
-
}
|
|
4012
|
-
},
|
|
4013
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@colors/colors": {
|
|
4014
|
-
"version": "1.5.0",
|
|
4015
|
-
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
|
4016
|
-
"integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
|
|
4017
|
-
"inBundle": true,
|
|
4018
|
-
"license": "MIT",
|
|
4019
|
-
"optional": true,
|
|
4020
|
-
"engines": {
|
|
4021
|
-
"node": ">=0.1.90"
|
|
4022
|
-
}
|
|
4023
|
-
},
|
|
4024
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui": {
|
|
4025
|
-
"version": "8.0.2",
|
|
4026
|
-
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
4027
|
-
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
4028
|
-
"inBundle": true,
|
|
4029
|
-
"license": "ISC",
|
|
4030
|
-
"dependencies": {
|
|
4031
|
-
"string-width": "^5.1.2",
|
|
4032
|
-
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
4033
|
-
"strip-ansi": "^7.0.1",
|
|
4034
|
-
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
4035
|
-
"wrap-ansi": "^8.1.0",
|
|
4036
|
-
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
4037
|
-
},
|
|
4038
|
-
"engines": {
|
|
4039
|
-
"node": ">=12"
|
|
4040
|
-
}
|
|
4041
|
-
},
|
|
4042
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
4043
|
-
"version": "6.0.1",
|
|
4044
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4045
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4046
|
-
"inBundle": true,
|
|
4047
|
-
"license": "MIT",
|
|
4048
|
-
"engines": {
|
|
4049
|
-
"node": ">=12"
|
|
4050
|
-
},
|
|
4051
|
-
"funding": {
|
|
4052
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4053
|
-
}
|
|
4054
|
-
},
|
|
4055
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
4056
|
-
"version": "9.2.2",
|
|
4057
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
4058
|
-
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
4059
|
-
"inBundle": true,
|
|
4060
|
-
"license": "MIT"
|
|
4061
|
-
},
|
|
4062
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
4063
|
-
"version": "5.1.2",
|
|
4064
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
4065
|
-
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
4066
|
-
"inBundle": true,
|
|
4067
|
-
"license": "MIT",
|
|
4068
|
-
"dependencies": {
|
|
4069
|
-
"eastasianwidth": "^0.2.0",
|
|
4070
|
-
"emoji-regex": "^9.2.2",
|
|
4071
|
-
"strip-ansi": "^7.0.1"
|
|
4072
|
-
},
|
|
4073
|
-
"engines": {
|
|
4074
|
-
"node": ">=12"
|
|
4075
|
-
},
|
|
4076
|
-
"funding": {
|
|
4077
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4078
|
-
}
|
|
4079
|
-
},
|
|
4080
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
4081
|
-
"version": "7.1.0",
|
|
4082
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4083
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4084
|
-
"inBundle": true,
|
|
4085
|
-
"license": "MIT",
|
|
4086
|
-
"dependencies": {
|
|
4087
|
-
"ansi-regex": "^6.0.1"
|
|
4088
|
-
},
|
|
4089
|
-
"engines": {
|
|
4090
|
-
"node": ">=12"
|
|
4091
|
-
},
|
|
4092
|
-
"funding": {
|
|
4093
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4094
|
-
}
|
|
4095
|
-
},
|
|
4096
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
4097
|
-
"version": "1.1.0",
|
|
4098
|
-
"resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
|
|
4099
|
-
"integrity": "sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==",
|
|
4100
|
-
"inBundle": true,
|
|
4101
|
-
"license": "ISC"
|
|
4102
|
-
},
|
|
4103
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/agent": {
|
|
4104
|
-
"version": "2.2.2",
|
|
4105
|
-
"resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz",
|
|
4106
|
-
"integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==",
|
|
4107
|
-
"inBundle": true,
|
|
4108
|
-
"license": "ISC",
|
|
4109
|
-
"dependencies": {
|
|
4110
|
-
"agent-base": "^7.1.0",
|
|
4111
|
-
"http-proxy-agent": "^7.0.0",
|
|
4112
|
-
"https-proxy-agent": "^7.0.1",
|
|
4113
|
-
"lru-cache": "^10.0.1",
|
|
4114
|
-
"socks-proxy-agent": "^8.0.3"
|
|
4115
|
-
},
|
|
4116
|
-
"engines": {
|
|
4117
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4118
|
-
}
|
|
4119
|
-
},
|
|
4120
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
|
|
4121
|
-
"version": "7.4.2",
|
|
4122
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.4.2.tgz",
|
|
4123
|
-
"integrity": "sha512-13flK0DTIhG7VEmPtoKFoi+88hIjuZxuZAvnHUTthIFql1Kc51VlsMRpbJPIcDEZHaHkILwFjHRXtCUYdFWvAQ==",
|
|
4124
|
-
"inBundle": true,
|
|
4125
|
-
"license": "ISC",
|
|
4126
|
-
"dependencies": {
|
|
4127
|
-
"@isaacs/string-locale-compare": "^1.1.0",
|
|
4128
|
-
"@npmcli/fs": "^3.1.0",
|
|
4129
|
-
"@npmcli/installed-package-contents": "^2.0.2",
|
|
4130
|
-
"@npmcli/map-workspaces": "^3.0.2",
|
|
4131
|
-
"@npmcli/metavuln-calculator": "^7.0.0",
|
|
4132
|
-
"@npmcli/name-from-folder": "^2.0.0",
|
|
4133
|
-
"@npmcli/node-gyp": "^3.0.0",
|
|
4134
|
-
"@npmcli/package-json": "^5.0.0",
|
|
4135
|
-
"@npmcli/query": "^3.1.0",
|
|
4136
|
-
"@npmcli/redact": "^1.1.0",
|
|
4137
|
-
"@npmcli/run-script": "^7.0.2",
|
|
4138
|
-
"bin-links": "^4.0.1",
|
|
4139
|
-
"cacache": "^18.0.0",
|
|
4140
|
-
"common-ancestor-path": "^1.0.1",
|
|
4141
|
-
"hosted-git-info": "^7.0.1",
|
|
4142
|
-
"json-parse-even-better-errors": "^3.0.0",
|
|
4143
|
-
"json-stringify-nice": "^1.1.4",
|
|
4144
|
-
"minimatch": "^9.0.4",
|
|
4145
|
-
"nopt": "^7.0.0",
|
|
4146
|
-
"npm-install-checks": "^6.2.0",
|
|
4147
|
-
"npm-package-arg": "^11.0.1",
|
|
4148
|
-
"npm-pick-manifest": "^9.0.0",
|
|
4149
|
-
"npm-registry-fetch": "^16.2.0",
|
|
4150
|
-
"npmlog": "^7.0.1",
|
|
4151
|
-
"pacote": "^17.0.4",
|
|
4152
|
-
"parse-conflict-json": "^3.0.0",
|
|
4153
|
-
"proc-log": "^3.0.0",
|
|
4154
|
-
"promise-all-reject-late": "^1.0.0",
|
|
4155
|
-
"promise-call-limit": "^3.0.1",
|
|
4156
|
-
"read-package-json-fast": "^3.0.2",
|
|
4157
|
-
"semver": "^7.3.7",
|
|
4158
|
-
"ssri": "^10.0.5",
|
|
4159
|
-
"treeverse": "^3.0.0",
|
|
4160
|
-
"walk-up-path": "^3.0.1"
|
|
4161
|
-
},
|
|
4162
|
-
"bin": {
|
|
4163
|
-
"arborist": "bin/index.js"
|
|
4164
|
-
},
|
|
4165
|
-
"engines": {
|
|
4166
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4167
|
-
}
|
|
4168
|
-
},
|
|
4169
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/config": {
|
|
4170
|
-
"version": "8.2.2",
|
|
4171
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.2.2.tgz",
|
|
4172
|
-
"integrity": "sha512-VvMHPIzcsKHCaNh9h4kCbn7NyDtcNJFMOUZ8Wu9SWhds5Egr1gMGU2fv+M50P1V5iAUZWZcv2Iguo5HTckpzww==",
|
|
4173
|
-
"inBundle": true,
|
|
4174
|
-
"license": "ISC",
|
|
4175
|
-
"dependencies": {
|
|
4176
|
-
"@npmcli/map-workspaces": "^3.0.2",
|
|
4177
|
-
"ci-info": "^4.0.0",
|
|
4178
|
-
"ini": "^4.1.2",
|
|
4179
|
-
"nopt": "^7.0.0",
|
|
4180
|
-
"proc-log": "^3.0.0",
|
|
4181
|
-
"read-package-json-fast": "^3.0.2",
|
|
4182
|
-
"semver": "^7.3.5",
|
|
4183
|
-
"walk-up-path": "^3.0.1"
|
|
4184
|
-
},
|
|
4185
|
-
"engines": {
|
|
4186
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4187
|
-
}
|
|
4188
|
-
},
|
|
4189
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/disparity-colors": {
|
|
4190
|
-
"version": "3.0.0",
|
|
4191
|
-
"resolved": "https://registry.npmjs.org/@npmcli/disparity-colors/-/disparity-colors-3.0.0.tgz",
|
|
4192
|
-
"integrity": "sha512-5R/z157/f20Fi0Ou4ZttL51V0xz0EdPEOauFtPCEYOLInDBRCj1/TxOJ5aGTrtShxEshN2d+hXb9ZKSi5RLBcg==",
|
|
4193
|
-
"inBundle": true,
|
|
4194
|
-
"license": "ISC",
|
|
4195
|
-
"dependencies": {
|
|
4196
|
-
"ansi-styles": "^4.3.0"
|
|
4197
|
-
},
|
|
4198
|
-
"engines": {
|
|
4199
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4200
|
-
}
|
|
4201
|
-
},
|
|
4202
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/disparity-colors/node_modules/ansi-styles": {
|
|
4203
|
-
"version": "4.3.0",
|
|
4204
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
4205
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
4206
|
-
"inBundle": true,
|
|
4207
|
-
"license": "MIT",
|
|
4208
|
-
"dependencies": {
|
|
4209
|
-
"color-convert": "^2.0.1"
|
|
4210
|
-
},
|
|
4211
|
-
"engines": {
|
|
4212
|
-
"node": ">=8"
|
|
4213
|
-
},
|
|
4214
|
-
"funding": {
|
|
4215
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4216
|
-
}
|
|
4217
|
-
},
|
|
4218
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/fs": {
|
|
4219
|
-
"version": "3.1.0",
|
|
4220
|
-
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.0.tgz",
|
|
4221
|
-
"integrity": "sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==",
|
|
4222
|
-
"inBundle": true,
|
|
4223
|
-
"license": "ISC",
|
|
4224
|
-
"dependencies": {
|
|
4225
|
-
"semver": "^7.3.5"
|
|
4226
|
-
},
|
|
4227
|
-
"engines": {
|
|
4228
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4229
|
-
}
|
|
4230
|
-
},
|
|
4231
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/git": {
|
|
4232
|
-
"version": "5.0.5",
|
|
4233
|
-
"inBundle": true,
|
|
4234
|
-
"license": "ISC",
|
|
4235
|
-
"dependencies": {
|
|
4236
|
-
"@npmcli/promise-spawn": "^7.0.0",
|
|
4237
|
-
"lru-cache": "^10.0.1",
|
|
4238
|
-
"npm-pick-manifest": "^9.0.0",
|
|
4239
|
-
"proc-log": "^3.0.0",
|
|
4240
|
-
"promise-inflight": "^1.0.1",
|
|
4241
|
-
"promise-retry": "^2.0.1",
|
|
4242
|
-
"semver": "^7.3.5",
|
|
4243
|
-
"which": "^4.0.0"
|
|
4244
|
-
},
|
|
4245
|
-
"engines": {
|
|
4246
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4247
|
-
}
|
|
4248
|
-
},
|
|
4249
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/installed-package-contents": {
|
|
4250
|
-
"version": "2.0.2",
|
|
4251
|
-
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz",
|
|
4252
|
-
"integrity": "sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==",
|
|
4253
|
-
"inBundle": true,
|
|
4254
|
-
"license": "ISC",
|
|
4255
|
-
"dependencies": {
|
|
4256
|
-
"npm-bundled": "^3.0.0",
|
|
4257
|
-
"npm-normalize-package-bin": "^3.0.0"
|
|
4258
|
-
},
|
|
4259
|
-
"bin": {
|
|
4260
|
-
"installed-package-contents": "lib/index.js"
|
|
4261
|
-
},
|
|
4262
|
-
"engines": {
|
|
4263
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4264
|
-
}
|
|
4265
|
-
},
|
|
4266
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/map-workspaces": {
|
|
4267
|
-
"version": "3.0.6",
|
|
4268
|
-
"resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-3.0.6.tgz",
|
|
4269
|
-
"integrity": "sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA==",
|
|
4270
|
-
"inBundle": true,
|
|
4271
|
-
"license": "ISC",
|
|
4272
|
-
"dependencies": {
|
|
4273
|
-
"@npmcli/name-from-folder": "^2.0.0",
|
|
4274
|
-
"glob": "^10.2.2",
|
|
4275
|
-
"minimatch": "^9.0.0",
|
|
4276
|
-
"read-package-json-fast": "^3.0.0"
|
|
4277
|
-
},
|
|
4278
|
-
"engines": {
|
|
4279
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4280
|
-
}
|
|
4281
|
-
},
|
|
4282
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
|
|
4283
|
-
"version": "7.0.0",
|
|
4284
|
-
"inBundle": true,
|
|
4285
|
-
"license": "ISC",
|
|
4286
|
-
"dependencies": {
|
|
4287
|
-
"cacache": "^18.0.0",
|
|
4288
|
-
"json-parse-even-better-errors": "^3.0.0",
|
|
4289
|
-
"pacote": "^17.0.0",
|
|
4290
|
-
"semver": "^7.3.5"
|
|
4291
|
-
},
|
|
4292
|
-
"engines": {
|
|
4293
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4294
|
-
}
|
|
4295
|
-
},
|
|
4296
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/name-from-folder": {
|
|
4297
|
-
"version": "2.0.0",
|
|
4298
|
-
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
|
|
4299
|
-
"integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
|
|
4300
|
-
"inBundle": true,
|
|
4301
|
-
"license": "ISC",
|
|
4302
|
-
"engines": {
|
|
4303
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4304
|
-
}
|
|
4305
|
-
},
|
|
4306
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/node-gyp": {
|
|
4307
|
-
"version": "3.0.0",
|
|
4308
|
-
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz",
|
|
4309
|
-
"integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==",
|
|
4310
|
-
"inBundle": true,
|
|
4311
|
-
"license": "ISC",
|
|
4312
|
-
"engines": {
|
|
4313
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4314
|
-
}
|
|
4315
|
-
},
|
|
4316
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/package-json": {
|
|
4317
|
-
"version": "5.0.2",
|
|
4318
|
-
"inBundle": true,
|
|
4319
|
-
"license": "ISC",
|
|
4320
|
-
"dependencies": {
|
|
4321
|
-
"@npmcli/git": "^5.0.0",
|
|
4322
|
-
"glob": "^10.2.2",
|
|
4323
|
-
"hosted-git-info": "^7.0.0",
|
|
4324
|
-
"json-parse-even-better-errors": "^3.0.0",
|
|
4325
|
-
"normalize-package-data": "^6.0.0",
|
|
4326
|
-
"proc-log": "^3.0.0",
|
|
4327
|
-
"semver": "^7.5.3"
|
|
4328
|
-
},
|
|
4329
|
-
"engines": {
|
|
4330
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4331
|
-
}
|
|
4332
|
-
},
|
|
4333
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
4334
|
-
"version": "7.0.1",
|
|
4335
|
-
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz",
|
|
4336
|
-
"integrity": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==",
|
|
4337
|
-
"inBundle": true,
|
|
4338
|
-
"license": "ISC",
|
|
4339
|
-
"dependencies": {
|
|
4340
|
-
"which": "^4.0.0"
|
|
4341
|
-
},
|
|
4342
|
-
"engines": {
|
|
4343
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4344
|
-
}
|
|
4345
|
-
},
|
|
4346
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/query": {
|
|
4347
|
-
"version": "3.1.0",
|
|
4348
|
-
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
|
|
4349
|
-
"integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
|
|
4350
|
-
"inBundle": true,
|
|
4351
|
-
"license": "ISC",
|
|
4352
|
-
"dependencies": {
|
|
4353
|
-
"postcss-selector-parser": "^6.0.10"
|
|
4354
|
-
},
|
|
4355
|
-
"engines": {
|
|
4356
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4357
|
-
}
|
|
4358
|
-
},
|
|
4359
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/redact": {
|
|
4360
|
-
"version": "1.1.0",
|
|
4361
|
-
"resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-1.1.0.tgz",
|
|
4362
|
-
"integrity": "sha512-PfnWuOkQgu7gCbnSsAisaX7hKOdZ4wSAhAzH3/ph5dSGau52kCRrMMGbiSQLwyTZpgldkZ49b0brkOr1AzGBHQ==",
|
|
4363
|
-
"inBundle": true,
|
|
4364
|
-
"license": "ISC",
|
|
4365
|
-
"engines": {
|
|
4366
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4367
|
-
}
|
|
4368
|
-
},
|
|
4369
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/run-script": {
|
|
4370
|
-
"version": "7.0.4",
|
|
4371
|
-
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
|
|
4372
|
-
"integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==",
|
|
4373
|
-
"inBundle": true,
|
|
4374
|
-
"license": "ISC",
|
|
4375
|
-
"dependencies": {
|
|
4376
|
-
"@npmcli/node-gyp": "^3.0.0",
|
|
4377
|
-
"@npmcli/package-json": "^5.0.0",
|
|
4378
|
-
"@npmcli/promise-spawn": "^7.0.0",
|
|
4379
|
-
"node-gyp": "^10.0.0",
|
|
4380
|
-
"which": "^4.0.0"
|
|
4381
|
-
},
|
|
4382
|
-
"engines": {
|
|
4383
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4384
|
-
}
|
|
4385
|
-
},
|
|
4386
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@pkgjs/parseargs": {
|
|
4387
|
-
"version": "0.11.0",
|
|
4388
|
-
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
4389
|
-
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
4390
|
-
"inBundle": true,
|
|
4391
|
-
"license": "MIT",
|
|
4392
|
-
"optional": true,
|
|
4393
|
-
"engines": {
|
|
4394
|
-
"node": ">=14"
|
|
4395
|
-
}
|
|
4396
|
-
},
|
|
4397
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/bundle": {
|
|
4398
|
-
"version": "2.3.1",
|
|
4399
|
-
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.3.1.tgz",
|
|
4400
|
-
"integrity": "sha512-eqV17lO3EIFqCWK3969Rz+J8MYrRZKw9IBHpSo6DEcEX2c+uzDFOgHE9f2MnyDpfs48LFO4hXmk9KhQ74JzU1g==",
|
|
4401
|
-
"inBundle": true,
|
|
4402
|
-
"license": "Apache-2.0",
|
|
4403
|
-
"dependencies": {
|
|
4404
|
-
"@sigstore/protobuf-specs": "^0.3.1"
|
|
4405
|
-
},
|
|
4406
|
-
"engines": {
|
|
4407
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4408
|
-
}
|
|
4409
|
-
},
|
|
4410
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/core": {
|
|
4411
|
-
"version": "1.1.0",
|
|
4412
|
-
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.1.0.tgz",
|
|
4413
|
-
"integrity": "sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==",
|
|
4414
|
-
"inBundle": true,
|
|
4415
|
-
"license": "Apache-2.0",
|
|
4416
|
-
"engines": {
|
|
4417
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4418
|
-
}
|
|
4419
|
-
},
|
|
4420
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
4421
|
-
"version": "0.3.1",
|
|
4422
|
-
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.1.tgz",
|
|
4423
|
-
"integrity": "sha512-aIL8Z9NsMr3C64jyQzE0XlkEyBLpgEJJFDHLVVStkFV5Q3Il/r/YtY6NJWKQ4cy4AE7spP1IX5Jq7VCAxHHMfQ==",
|
|
4424
|
-
"inBundle": true,
|
|
4425
|
-
"license": "Apache-2.0",
|
|
4426
|
-
"engines": {
|
|
4427
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4428
|
-
}
|
|
4429
|
-
},
|
|
4430
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/sign": {
|
|
4431
|
-
"version": "2.3.0",
|
|
4432
|
-
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.3.0.tgz",
|
|
4433
|
-
"integrity": "sha512-tsAyV6FC3R3pHmKS880IXcDJuiFJiKITO1jxR1qbplcsBkZLBmjrEw5GbC7ikD6f5RU1hr7WnmxB/2kKc1qUWQ==",
|
|
4434
|
-
"inBundle": true,
|
|
4435
|
-
"license": "Apache-2.0",
|
|
4436
|
-
"dependencies": {
|
|
4437
|
-
"@sigstore/bundle": "^2.3.0",
|
|
4438
|
-
"@sigstore/core": "^1.0.0",
|
|
4439
|
-
"@sigstore/protobuf-specs": "^0.3.1",
|
|
4440
|
-
"make-fetch-happen": "^13.0.0"
|
|
4441
|
-
},
|
|
4442
|
-
"engines": {
|
|
4443
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4444
|
-
}
|
|
4445
|
-
},
|
|
4446
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/tuf": {
|
|
4447
|
-
"version": "2.3.2",
|
|
4448
|
-
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.2.tgz",
|
|
4449
|
-
"integrity": "sha512-mwbY1VrEGU4CO55t+Kl6I7WZzIl+ysSzEYdA1Nv/FTrl2bkeaPXo5PnWZAVfcY2zSdhOpsUTJW67/M2zHXGn5w==",
|
|
4450
|
-
"inBundle": true,
|
|
4451
|
-
"license": "Apache-2.0",
|
|
4452
|
-
"dependencies": {
|
|
4453
|
-
"@sigstore/protobuf-specs": "^0.3.0",
|
|
4454
|
-
"tuf-js": "^2.2.0"
|
|
4455
|
-
},
|
|
4456
|
-
"engines": {
|
|
4457
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4458
|
-
}
|
|
4459
|
-
},
|
|
4460
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/verify": {
|
|
4461
|
-
"version": "1.2.0",
|
|
4462
|
-
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.2.0.tgz",
|
|
4463
|
-
"integrity": "sha512-hQF60nc9yab+Csi4AyoAmilGNfpXT+EXdBgFkP9OgPwIBPwyqVf7JAWPtmqrrrneTmAT6ojv7OlH1f6Ix5BG4Q==",
|
|
4464
|
-
"inBundle": true,
|
|
4465
|
-
"license": "Apache-2.0",
|
|
4466
|
-
"dependencies": {
|
|
4467
|
-
"@sigstore/bundle": "^2.3.1",
|
|
4468
|
-
"@sigstore/core": "^1.1.0",
|
|
4469
|
-
"@sigstore/protobuf-specs": "^0.3.1"
|
|
4470
|
-
},
|
|
4471
|
-
"engines": {
|
|
4472
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4473
|
-
}
|
|
4474
|
-
},
|
|
4475
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@tufjs/canonical-json": {
|
|
4476
|
-
"version": "2.0.0",
|
|
4477
|
-
"resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz",
|
|
4478
|
-
"integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==",
|
|
4479
|
-
"inBundle": true,
|
|
4480
|
-
"license": "MIT",
|
|
4481
|
-
"engines": {
|
|
4482
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4483
|
-
}
|
|
4484
|
-
},
|
|
4485
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@tufjs/models": {
|
|
4486
|
-
"version": "2.0.0",
|
|
4487
|
-
"resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.0.tgz",
|
|
4488
|
-
"integrity": "sha512-c8nj8BaOExmZKO2DXhDfegyhSGcG9E/mPN3U13L+/PsoWm1uaGiHHjxqSHQiasDBQwDA3aHuw9+9spYAP1qvvg==",
|
|
4489
|
-
"inBundle": true,
|
|
4490
|
-
"license": "MIT",
|
|
4491
|
-
"dependencies": {
|
|
4492
|
-
"@tufjs/canonical-json": "2.0.0",
|
|
4493
|
-
"minimatch": "^9.0.3"
|
|
4494
|
-
},
|
|
4495
|
-
"engines": {
|
|
4496
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4497
|
-
}
|
|
4498
|
-
},
|
|
4499
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/abbrev": {
|
|
4500
|
-
"version": "2.0.0",
|
|
4501
|
-
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
|
|
4502
|
-
"integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
|
|
4503
|
-
"inBundle": true,
|
|
4504
|
-
"license": "ISC",
|
|
4505
|
-
"engines": {
|
|
4506
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4507
|
-
}
|
|
4508
|
-
},
|
|
4509
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/agent-base": {
|
|
4510
|
-
"version": "7.1.1",
|
|
4511
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
|
|
4512
|
-
"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
|
|
4513
|
-
"inBundle": true,
|
|
4514
|
-
"license": "MIT",
|
|
4515
|
-
"dependencies": {
|
|
4516
|
-
"debug": "^4.3.4"
|
|
4517
|
-
},
|
|
4518
|
-
"engines": {
|
|
4519
|
-
"node": ">= 14"
|
|
4520
|
-
}
|
|
4521
|
-
},
|
|
4522
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/aggregate-error": {
|
|
4523
|
-
"version": "3.1.0",
|
|
4524
|
-
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
|
4525
|
-
"integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
|
|
4526
|
-
"inBundle": true,
|
|
4527
|
-
"license": "MIT",
|
|
4528
|
-
"dependencies": {
|
|
4529
|
-
"clean-stack": "^2.0.0",
|
|
4530
|
-
"indent-string": "^4.0.0"
|
|
4531
|
-
},
|
|
4532
|
-
"engines": {
|
|
4533
|
-
"node": ">=8"
|
|
4534
|
-
}
|
|
4535
|
-
},
|
|
4536
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-regex": {
|
|
4537
|
-
"version": "5.0.1",
|
|
4538
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4539
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4540
|
-
"inBundle": true,
|
|
4541
|
-
"license": "MIT",
|
|
4542
|
-
"engines": {
|
|
4543
|
-
"node": ">=8"
|
|
4544
|
-
}
|
|
4545
|
-
},
|
|
4546
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-styles": {
|
|
4547
|
-
"version": "6.2.1",
|
|
4548
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
4549
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
4550
|
-
"inBundle": true,
|
|
4551
|
-
"license": "MIT",
|
|
4552
|
-
"engines": {
|
|
4553
|
-
"node": ">=12"
|
|
4554
|
-
},
|
|
4555
|
-
"funding": {
|
|
4556
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4557
|
-
}
|
|
4558
|
-
},
|
|
4559
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/aproba": {
|
|
4560
|
-
"version": "2.0.0",
|
|
4561
|
-
"resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
|
|
4562
|
-
"integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==",
|
|
4563
|
-
"inBundle": true,
|
|
4564
|
-
"license": "ISC"
|
|
4565
|
-
},
|
|
4566
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/archy": {
|
|
4567
|
-
"version": "1.0.0",
|
|
4568
|
-
"resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
|
|
4569
|
-
"integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==",
|
|
4570
|
-
"inBundle": true,
|
|
4571
|
-
"license": "MIT"
|
|
4572
|
-
},
|
|
4573
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/are-we-there-yet": {
|
|
4574
|
-
"version": "4.0.2",
|
|
4575
|
-
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.2.tgz",
|
|
4576
|
-
"integrity": "sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==",
|
|
4577
|
-
"inBundle": true,
|
|
4578
|
-
"license": "ISC",
|
|
4579
|
-
"engines": {
|
|
4580
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4581
|
-
}
|
|
4582
|
-
},
|
|
4583
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/balanced-match": {
|
|
4584
|
-
"version": "1.0.2",
|
|
4585
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
4586
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
4587
|
-
"inBundle": true,
|
|
4588
|
-
"license": "MIT"
|
|
4589
|
-
},
|
|
4590
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/bin-links": {
|
|
4591
|
-
"version": "4.0.3",
|
|
4592
|
-
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.3.tgz",
|
|
4593
|
-
"integrity": "sha512-obsRaULtJurnfox/MDwgq6Yo9kzbv1CPTk/1/s7Z/61Lezc8IKkFCOXNeVLXz0456WRzBQmSsDWlai2tIhBsfA==",
|
|
4594
|
-
"inBundle": true,
|
|
4595
|
-
"license": "ISC",
|
|
4596
|
-
"dependencies": {
|
|
4597
|
-
"cmd-shim": "^6.0.0",
|
|
4598
|
-
"npm-normalize-package-bin": "^3.0.0",
|
|
4599
|
-
"read-cmd-shim": "^4.0.0",
|
|
4600
|
-
"write-file-atomic": "^5.0.0"
|
|
4601
|
-
},
|
|
4602
|
-
"engines": {
|
|
4603
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4604
|
-
}
|
|
4605
|
-
},
|
|
4606
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/binary-extensions": {
|
|
4607
|
-
"version": "2.3.0",
|
|
4608
|
-
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
4609
|
-
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
|
4610
|
-
"inBundle": true,
|
|
4611
|
-
"license": "MIT",
|
|
4612
|
-
"engines": {
|
|
4613
|
-
"node": ">=8"
|
|
4614
|
-
},
|
|
4615
|
-
"funding": {
|
|
4616
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4617
|
-
}
|
|
4618
|
-
},
|
|
4619
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/brace-expansion": {
|
|
4620
|
-
"version": "2.0.1",
|
|
4621
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
4622
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
4623
|
-
"inBundle": true,
|
|
4624
|
-
"license": "MIT",
|
|
4625
|
-
"dependencies": {
|
|
4626
|
-
"balanced-match": "^1.0.0"
|
|
4627
|
-
}
|
|
4628
|
-
},
|
|
4629
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/builtins": {
|
|
4630
|
-
"version": "5.1.0",
|
|
4631
|
-
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
|
|
4632
|
-
"integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
|
|
4633
|
-
"inBundle": true,
|
|
4634
|
-
"license": "MIT",
|
|
4635
|
-
"dependencies": {
|
|
4636
|
-
"semver": "^7.0.0"
|
|
4637
|
-
}
|
|
4638
|
-
},
|
|
4639
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cacache": {
|
|
4640
|
-
"version": "18.0.2",
|
|
4641
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.2.tgz",
|
|
4642
|
-
"integrity": "sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw==",
|
|
4643
|
-
"inBundle": true,
|
|
4644
|
-
"license": "ISC",
|
|
4645
|
-
"dependencies": {
|
|
4646
|
-
"@npmcli/fs": "^3.1.0",
|
|
4647
|
-
"fs-minipass": "^3.0.0",
|
|
4648
|
-
"glob": "^10.2.2",
|
|
4649
|
-
"lru-cache": "^10.0.1",
|
|
4650
|
-
"minipass": "^7.0.3",
|
|
4651
|
-
"minipass-collect": "^2.0.1",
|
|
4652
|
-
"minipass-flush": "^1.0.5",
|
|
4653
|
-
"minipass-pipeline": "^1.2.4",
|
|
4654
|
-
"p-map": "^4.0.0",
|
|
4655
|
-
"ssri": "^10.0.0",
|
|
4656
|
-
"tar": "^6.1.11",
|
|
4657
|
-
"unique-filename": "^3.0.0"
|
|
4658
|
-
},
|
|
4659
|
-
"engines": {
|
|
4660
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4661
|
-
}
|
|
4662
|
-
},
|
|
4663
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/chalk": {
|
|
4664
|
-
"version": "5.3.0",
|
|
4665
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
4666
|
-
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
4667
|
-
"inBundle": true,
|
|
4668
|
-
"license": "MIT",
|
|
4669
|
-
"engines": {
|
|
4670
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
4671
|
-
},
|
|
4672
|
-
"funding": {
|
|
4673
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4674
|
-
}
|
|
4675
|
-
},
|
|
4676
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/chownr": {
|
|
4677
|
-
"version": "2.0.0",
|
|
4678
|
-
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
|
|
4679
|
-
"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
|
|
4680
|
-
"inBundle": true,
|
|
4681
|
-
"license": "ISC",
|
|
4682
|
-
"engines": {
|
|
4683
|
-
"node": ">=10"
|
|
4684
|
-
}
|
|
4685
|
-
},
|
|
4686
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ci-info": {
|
|
4687
|
-
"version": "4.0.0",
|
|
4688
|
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
|
|
4689
|
-
"integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
|
|
4690
|
-
"funding": [
|
|
4691
|
-
{
|
|
4692
|
-
"type": "github",
|
|
4693
|
-
"url": "https://github.com/sponsors/sibiraj-s"
|
|
4694
|
-
}
|
|
4695
|
-
],
|
|
4696
|
-
"inBundle": true,
|
|
4697
|
-
"license": "MIT",
|
|
4698
|
-
"engines": {
|
|
4699
|
-
"node": ">=8"
|
|
4700
|
-
}
|
|
4701
|
-
},
|
|
4702
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cidr-regex": {
|
|
4703
|
-
"version": "4.0.5",
|
|
4704
|
-
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.0.5.tgz",
|
|
4705
|
-
"integrity": "sha512-gljhROSwEnEvC+2lKqfkv1dU2v46h8Cwob19LlfGeGRMDLuwFD5+3D6+/vaa9/QrVLDASiSQ2OYQwzzjQ5I57A==",
|
|
4706
|
-
"inBundle": true,
|
|
4707
|
-
"license": "BSD-2-Clause",
|
|
4708
|
-
"dependencies": {
|
|
4709
|
-
"ip-regex": "^5.0.0"
|
|
4710
|
-
},
|
|
4711
|
-
"engines": {
|
|
4712
|
-
"node": ">=14"
|
|
4713
|
-
}
|
|
4714
|
-
},
|
|
4715
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/clean-stack": {
|
|
4716
|
-
"version": "2.2.0",
|
|
4717
|
-
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
|
4718
|
-
"integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
|
|
4719
|
-
"inBundle": true,
|
|
4720
|
-
"license": "MIT",
|
|
4721
|
-
"engines": {
|
|
4722
|
-
"node": ">=6"
|
|
4723
|
-
}
|
|
4724
|
-
},
|
|
4725
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns": {
|
|
4726
|
-
"version": "4.0.0",
|
|
4727
|
-
"resolved": "https://registry.npmjs.org/cli-columns/-/cli-columns-4.0.0.tgz",
|
|
4728
|
-
"integrity": "sha512-XW2Vg+w+L9on9wtwKpyzluIPCWXjaBahI7mTcYjx+BVIYD9c3yqcv/yKC7CmdCZat4rq2yiE1UMSJC5ivKfMtQ==",
|
|
4729
|
-
"inBundle": true,
|
|
4730
|
-
"license": "MIT",
|
|
4731
|
-
"dependencies": {
|
|
4732
|
-
"string-width": "^4.2.3",
|
|
4733
|
-
"strip-ansi": "^6.0.1"
|
|
4734
|
-
},
|
|
4735
|
-
"engines": {
|
|
4736
|
-
"node": ">= 10"
|
|
4737
|
-
}
|
|
4738
|
-
},
|
|
4739
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-table3": {
|
|
4740
|
-
"version": "0.6.4",
|
|
4741
|
-
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.4.tgz",
|
|
4742
|
-
"integrity": "sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==",
|
|
4743
|
-
"inBundle": true,
|
|
4744
|
-
"license": "MIT",
|
|
4745
|
-
"dependencies": {
|
|
4746
|
-
"string-width": "^4.2.0"
|
|
4747
|
-
},
|
|
4748
|
-
"engines": {
|
|
4749
|
-
"node": "10.* || >= 12.*"
|
|
4750
|
-
},
|
|
4751
|
-
"optionalDependencies": {
|
|
4752
|
-
"@colors/colors": "1.5.0"
|
|
4753
|
-
}
|
|
4754
|
-
},
|
|
4755
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/clone": {
|
|
4756
|
-
"version": "1.0.4",
|
|
4757
|
-
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
4758
|
-
"integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
|
|
4759
|
-
"inBundle": true,
|
|
4760
|
-
"license": "MIT",
|
|
4761
|
-
"engines": {
|
|
4762
|
-
"node": ">=0.8"
|
|
4763
|
-
}
|
|
4764
|
-
},
|
|
4765
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cmd-shim": {
|
|
4766
|
-
"version": "6.0.2",
|
|
4767
|
-
"resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.2.tgz",
|
|
4768
|
-
"integrity": "sha512-+FFYbB0YLaAkhkcrjkyNLYDiOsFSfRjwjY19LXk/psmMx1z00xlCv7hhQoTGXXIKi+YXHL/iiFo8NqMVQX9nOw==",
|
|
4769
|
-
"inBundle": true,
|
|
4770
|
-
"license": "ISC",
|
|
4771
|
-
"engines": {
|
|
4772
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4773
|
-
}
|
|
4774
|
-
},
|
|
4775
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/color-convert": {
|
|
4776
|
-
"version": "2.0.1",
|
|
4777
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
4778
|
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
4779
|
-
"inBundle": true,
|
|
4780
|
-
"license": "MIT",
|
|
4781
|
-
"dependencies": {
|
|
4782
|
-
"color-name": "~1.1.4"
|
|
4783
|
-
},
|
|
4784
|
-
"engines": {
|
|
4785
|
-
"node": ">=7.0.0"
|
|
4786
|
-
}
|
|
4787
|
-
},
|
|
4788
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/color-name": {
|
|
4789
|
-
"version": "1.1.4",
|
|
4790
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
4791
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
4792
|
-
"inBundle": true,
|
|
4793
|
-
"license": "MIT"
|
|
4794
|
-
},
|
|
4795
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/color-support": {
|
|
4796
|
-
"version": "1.1.3",
|
|
4797
|
-
"resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
|
|
4798
|
-
"integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
|
|
4799
|
-
"inBundle": true,
|
|
4800
|
-
"license": "ISC",
|
|
4801
|
-
"bin": {
|
|
4802
|
-
"color-support": "bin.js"
|
|
4803
|
-
}
|
|
4804
|
-
},
|
|
4805
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify": {
|
|
4806
|
-
"version": "1.6.0",
|
|
4807
|
-
"resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz",
|
|
4808
|
-
"integrity": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==",
|
|
4809
|
-
"inBundle": true,
|
|
4810
|
-
"license": "MIT",
|
|
4811
|
-
"dependencies": {
|
|
4812
|
-
"strip-ansi": "^6.0.1",
|
|
4813
|
-
"wcwidth": "^1.0.0"
|
|
4814
|
-
},
|
|
4815
|
-
"engines": {
|
|
4816
|
-
"node": ">=8.0.0"
|
|
4817
|
-
}
|
|
4818
|
-
},
|
|
4819
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/common-ancestor-path": {
|
|
4820
|
-
"version": "1.0.1",
|
|
4821
|
-
"resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
|
|
4822
|
-
"integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==",
|
|
4823
|
-
"inBundle": true,
|
|
4824
|
-
"license": "ISC"
|
|
4825
|
-
},
|
|
4826
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/console-control-strings": {
|
|
4827
|
-
"version": "1.1.0",
|
|
4828
|
-
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
|
4829
|
-
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
|
|
4830
|
-
"inBundle": true,
|
|
4831
|
-
"license": "ISC"
|
|
4832
|
-
},
|
|
4833
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cross-spawn": {
|
|
4834
|
-
"version": "7.0.3",
|
|
4835
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
4836
|
-
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
4837
|
-
"inBundle": true,
|
|
4838
|
-
"license": "MIT",
|
|
4839
|
-
"dependencies": {
|
|
4840
|
-
"path-key": "^3.1.0",
|
|
4841
|
-
"shebang-command": "^2.0.0",
|
|
4842
|
-
"which": "^2.0.1"
|
|
4843
|
-
},
|
|
4844
|
-
"engines": {
|
|
4845
|
-
"node": ">= 8"
|
|
4846
|
-
}
|
|
4847
|
-
},
|
|
4848
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cross-spawn/node_modules/which": {
|
|
4849
|
-
"version": "2.0.2",
|
|
4850
|
-
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
4851
|
-
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
4852
|
-
"inBundle": true,
|
|
4853
|
-
"license": "ISC",
|
|
4854
|
-
"dependencies": {
|
|
4855
|
-
"isexe": "^2.0.0"
|
|
4856
|
-
},
|
|
4857
|
-
"bin": {
|
|
4858
|
-
"node-which": "bin/node-which"
|
|
4859
|
-
},
|
|
4860
|
-
"engines": {
|
|
4861
|
-
"node": ">= 8"
|
|
4862
|
-
}
|
|
4863
|
-
},
|
|
4864
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cssesc": {
|
|
4865
|
-
"version": "3.0.0",
|
|
4866
|
-
"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
|
|
4867
|
-
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
|
|
4868
|
-
"inBundle": true,
|
|
4869
|
-
"license": "MIT",
|
|
4870
|
-
"bin": {
|
|
4871
|
-
"cssesc": "bin/cssesc"
|
|
4872
|
-
},
|
|
4873
|
-
"engines": {
|
|
4874
|
-
"node": ">=4"
|
|
4875
|
-
}
|
|
4876
|
-
},
|
|
4877
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/debug": {
|
|
4878
|
-
"version": "4.3.4",
|
|
4879
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
4880
|
-
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
4881
|
-
"inBundle": true,
|
|
4882
|
-
"license": "MIT",
|
|
4883
|
-
"dependencies": {
|
|
4884
|
-
"ms": "2.1.2"
|
|
4885
|
-
},
|
|
4886
|
-
"engines": {
|
|
4887
|
-
"node": ">=6.0"
|
|
4888
|
-
},
|
|
4889
|
-
"peerDependenciesMeta": {
|
|
4890
|
-
"supports-color": {
|
|
4891
|
-
"optional": true
|
|
4892
|
-
}
|
|
4893
|
-
}
|
|
4894
|
-
},
|
|
4895
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/debug/node_modules/ms": {
|
|
4896
|
-
"version": "2.1.2",
|
|
4897
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
4898
|
-
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
|
4899
|
-
"inBundle": true,
|
|
4900
|
-
"license": "MIT"
|
|
4901
|
-
},
|
|
4902
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/defaults": {
|
|
4903
|
-
"version": "1.0.4",
|
|
4904
|
-
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
|
|
4905
|
-
"integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
|
|
4906
|
-
"inBundle": true,
|
|
4907
|
-
"license": "MIT",
|
|
4908
|
-
"dependencies": {
|
|
4909
|
-
"clone": "^1.0.2"
|
|
4910
|
-
},
|
|
4911
|
-
"funding": {
|
|
4912
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4913
|
-
}
|
|
4914
|
-
},
|
|
4915
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/diff": {
|
|
4916
|
-
"version": "5.2.0",
|
|
4917
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
4918
|
-
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
4919
|
-
"inBundle": true,
|
|
4920
|
-
"license": "BSD-3-Clause",
|
|
4921
|
-
"engines": {
|
|
4922
|
-
"node": ">=0.3.1"
|
|
4923
|
-
}
|
|
4924
|
-
},
|
|
4925
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/eastasianwidth": {
|
|
4926
|
-
"version": "0.2.0",
|
|
4927
|
-
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
4928
|
-
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
4929
|
-
"inBundle": true,
|
|
4930
|
-
"license": "MIT"
|
|
4931
|
-
},
|
|
4932
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/emoji-regex": {
|
|
4933
|
-
"version": "8.0.0",
|
|
4934
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
4935
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
4936
|
-
"inBundle": true,
|
|
4937
|
-
"license": "MIT"
|
|
4938
|
-
},
|
|
4939
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/encoding": {
|
|
4940
|
-
"version": "0.1.13",
|
|
4941
|
-
"resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
|
|
4942
|
-
"integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
|
|
4943
|
-
"inBundle": true,
|
|
4944
|
-
"license": "MIT",
|
|
4945
|
-
"optional": true,
|
|
4946
|
-
"dependencies": {
|
|
4947
|
-
"iconv-lite": "^0.6.2"
|
|
4948
|
-
}
|
|
4949
|
-
},
|
|
4950
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/env-paths": {
|
|
4951
|
-
"version": "2.2.1",
|
|
4952
|
-
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
|
4953
|
-
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
4954
|
-
"inBundle": true,
|
|
4955
|
-
"license": "MIT",
|
|
4956
|
-
"engines": {
|
|
4957
|
-
"node": ">=6"
|
|
4958
|
-
}
|
|
4959
|
-
},
|
|
4960
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/err-code": {
|
|
4961
|
-
"version": "2.0.3",
|
|
4962
|
-
"resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
|
|
4963
|
-
"integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==",
|
|
4964
|
-
"inBundle": true,
|
|
4965
|
-
"license": "MIT"
|
|
4966
|
-
},
|
|
4967
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/exponential-backoff": {
|
|
4968
|
-
"version": "3.1.1",
|
|
4969
|
-
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
4970
|
-
"integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==",
|
|
4971
|
-
"inBundle": true,
|
|
4972
|
-
"license": "Apache-2.0"
|
|
4973
|
-
},
|
|
4974
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/fastest-levenshtein": {
|
|
4975
|
-
"version": "1.0.16",
|
|
4976
|
-
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
|
|
4977
|
-
"integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
|
|
4978
|
-
"inBundle": true,
|
|
4979
|
-
"license": "MIT",
|
|
4980
|
-
"engines": {
|
|
4981
|
-
"node": ">= 4.9.1"
|
|
4982
|
-
}
|
|
4983
|
-
},
|
|
4984
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/foreground-child": {
|
|
4985
|
-
"version": "3.1.1",
|
|
4986
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
|
|
4987
|
-
"integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
|
|
4988
|
-
"inBundle": true,
|
|
4989
|
-
"license": "ISC",
|
|
4990
|
-
"dependencies": {
|
|
4991
|
-
"cross-spawn": "^7.0.0",
|
|
4992
|
-
"signal-exit": "^4.0.1"
|
|
4993
|
-
},
|
|
4994
|
-
"engines": {
|
|
4995
|
-
"node": ">=14"
|
|
4996
|
-
},
|
|
4997
|
-
"funding": {
|
|
4998
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4999
|
-
}
|
|
5000
|
-
},
|
|
5001
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/fs-minipass": {
|
|
5002
|
-
"version": "3.0.3",
|
|
5003
|
-
"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz",
|
|
5004
|
-
"integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==",
|
|
5005
|
-
"inBundle": true,
|
|
5006
|
-
"license": "ISC",
|
|
5007
|
-
"dependencies": {
|
|
5008
|
-
"minipass": "^7.0.3"
|
|
5009
|
-
},
|
|
5010
|
-
"engines": {
|
|
5011
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5012
|
-
}
|
|
5013
|
-
},
|
|
5014
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/function-bind": {
|
|
5015
|
-
"version": "1.1.2",
|
|
5016
|
-
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
5017
|
-
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
5018
|
-
"inBundle": true,
|
|
5019
|
-
"license": "MIT",
|
|
5020
|
-
"funding": {
|
|
5021
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5022
|
-
}
|
|
5023
|
-
},
|
|
5024
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge": {
|
|
5025
|
-
"version": "5.0.1",
|
|
5026
|
-
"resolved": "https://registry.npmjs.org/gauge/-/gauge-5.0.1.tgz",
|
|
5027
|
-
"integrity": "sha512-CmykPMJGuNan/3S4kZOpvvPYSNqSHANiWnh9XcMU2pSjtBfF0XzZ2p1bFAxTbnFxyBuPxQYHhzwaoOmUdqzvxQ==",
|
|
5028
|
-
"inBundle": true,
|
|
5029
|
-
"license": "ISC",
|
|
5030
|
-
"dependencies": {
|
|
5031
|
-
"aproba": "^1.0.3 || ^2.0.0",
|
|
5032
|
-
"color-support": "^1.1.3",
|
|
5033
|
-
"console-control-strings": "^1.1.0",
|
|
5034
|
-
"has-unicode": "^2.0.1",
|
|
5035
|
-
"signal-exit": "^4.0.1",
|
|
5036
|
-
"string-width": "^4.2.3",
|
|
5037
|
-
"strip-ansi": "^6.0.1",
|
|
5038
|
-
"wide-align": "^1.1.5"
|
|
5039
|
-
},
|
|
5040
|
-
"engines": {
|
|
5041
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5042
|
-
}
|
|
5043
|
-
},
|
|
5044
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/glob": {
|
|
5045
|
-
"version": "10.3.12",
|
|
5046
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
|
|
5047
|
-
"integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
|
|
5048
|
-
"inBundle": true,
|
|
5049
|
-
"license": "ISC",
|
|
5050
|
-
"dependencies": {
|
|
5051
|
-
"foreground-child": "^3.1.0",
|
|
5052
|
-
"jackspeak": "^2.3.6",
|
|
5053
|
-
"minimatch": "^9.0.1",
|
|
5054
|
-
"minipass": "^7.0.4",
|
|
5055
|
-
"path-scurry": "^1.10.2"
|
|
5056
|
-
},
|
|
5057
|
-
"bin": {
|
|
5058
|
-
"glob": "dist/esm/bin.mjs"
|
|
5059
|
-
},
|
|
5060
|
-
"engines": {
|
|
5061
|
-
"node": ">=16 || 14 >=14.17"
|
|
5062
|
-
},
|
|
5063
|
-
"funding": {
|
|
5064
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5065
|
-
}
|
|
5066
|
-
},
|
|
5067
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/graceful-fs": {
|
|
5068
|
-
"version": "4.2.11",
|
|
5069
|
-
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
5070
|
-
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
5071
|
-
"inBundle": true,
|
|
5072
|
-
"license": "ISC"
|
|
5073
|
-
},
|
|
5074
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/has-unicode": {
|
|
5075
|
-
"version": "2.0.1",
|
|
5076
|
-
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
|
|
5077
|
-
"integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
|
|
5078
|
-
"inBundle": true,
|
|
5079
|
-
"license": "ISC"
|
|
5080
|
-
},
|
|
5081
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/hasown": {
|
|
5082
|
-
"version": "2.0.2",
|
|
5083
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
5084
|
-
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
5085
|
-
"inBundle": true,
|
|
5086
|
-
"license": "MIT",
|
|
5087
|
-
"dependencies": {
|
|
5088
|
-
"function-bind": "^1.1.2"
|
|
5089
|
-
},
|
|
5090
|
-
"engines": {
|
|
5091
|
-
"node": ">= 0.4"
|
|
5092
|
-
}
|
|
5093
|
-
},
|
|
5094
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/hosted-git-info": {
|
|
5095
|
-
"version": "7.0.1",
|
|
5096
|
-
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz",
|
|
5097
|
-
"integrity": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==",
|
|
5098
|
-
"inBundle": true,
|
|
5099
|
-
"license": "ISC",
|
|
5100
|
-
"dependencies": {
|
|
5101
|
-
"lru-cache": "^10.0.1"
|
|
5102
|
-
},
|
|
5103
|
-
"engines": {
|
|
5104
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5105
|
-
}
|
|
5106
|
-
},
|
|
5107
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/http-cache-semantics": {
|
|
5108
|
-
"version": "4.1.1",
|
|
5109
|
-
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
|
|
5110
|
-
"integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==",
|
|
5111
|
-
"inBundle": true,
|
|
5112
|
-
"license": "BSD-2-Clause"
|
|
5113
|
-
},
|
|
5114
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/http-proxy-agent": {
|
|
5115
|
-
"version": "7.0.2",
|
|
5116
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
5117
|
-
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
5118
|
-
"inBundle": true,
|
|
5119
|
-
"license": "MIT",
|
|
5120
|
-
"dependencies": {
|
|
5121
|
-
"agent-base": "^7.1.0",
|
|
5122
|
-
"debug": "^4.3.4"
|
|
5123
|
-
},
|
|
5124
|
-
"engines": {
|
|
5125
|
-
"node": ">= 14"
|
|
5126
|
-
}
|
|
5127
|
-
},
|
|
5128
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/https-proxy-agent": {
|
|
5129
|
-
"version": "7.0.4",
|
|
5130
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
5131
|
-
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
5132
|
-
"inBundle": true,
|
|
5133
|
-
"license": "MIT",
|
|
5134
|
-
"dependencies": {
|
|
5135
|
-
"agent-base": "^7.0.2",
|
|
5136
|
-
"debug": "4"
|
|
5137
|
-
},
|
|
5138
|
-
"engines": {
|
|
5139
|
-
"node": ">= 14"
|
|
5140
|
-
}
|
|
5141
|
-
},
|
|
5142
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/iconv-lite": {
|
|
5143
|
-
"version": "0.6.3",
|
|
5144
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
5145
|
-
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
5146
|
-
"inBundle": true,
|
|
5147
|
-
"license": "MIT",
|
|
5148
|
-
"optional": true,
|
|
5149
|
-
"dependencies": {
|
|
5150
|
-
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
5151
|
-
},
|
|
5152
|
-
"engines": {
|
|
5153
|
-
"node": ">=0.10.0"
|
|
5154
|
-
}
|
|
5155
|
-
},
|
|
5156
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ignore-walk": {
|
|
5157
|
-
"version": "6.0.4",
|
|
5158
|
-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz",
|
|
5159
|
-
"integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==",
|
|
5160
|
-
"inBundle": true,
|
|
5161
|
-
"license": "ISC",
|
|
5162
|
-
"dependencies": {
|
|
5163
|
-
"minimatch": "^9.0.0"
|
|
5164
|
-
},
|
|
5165
|
-
"engines": {
|
|
5166
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5167
|
-
}
|
|
5168
|
-
},
|
|
5169
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/imurmurhash": {
|
|
5170
|
-
"version": "0.1.4",
|
|
5171
|
-
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
5172
|
-
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
5173
|
-
"inBundle": true,
|
|
5174
|
-
"license": "MIT",
|
|
5175
|
-
"engines": {
|
|
5176
|
-
"node": ">=0.8.19"
|
|
5177
|
-
}
|
|
5178
|
-
},
|
|
5179
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/indent-string": {
|
|
5180
|
-
"version": "4.0.0",
|
|
5181
|
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
|
|
5182
|
-
"integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
|
|
5183
|
-
"inBundle": true,
|
|
5184
|
-
"license": "MIT",
|
|
5185
|
-
"engines": {
|
|
5186
|
-
"node": ">=8"
|
|
5187
|
-
}
|
|
5188
|
-
},
|
|
5189
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ini": {
|
|
5190
|
-
"version": "4.1.2",
|
|
5191
|
-
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.2.tgz",
|
|
5192
|
-
"integrity": "sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==",
|
|
5193
|
-
"inBundle": true,
|
|
5194
|
-
"license": "ISC",
|
|
5195
|
-
"engines": {
|
|
5196
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5197
|
-
}
|
|
5198
|
-
},
|
|
5199
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/init-package-json": {
|
|
5200
|
-
"version": "6.0.2",
|
|
5201
|
-
"resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.2.tgz",
|
|
5202
|
-
"integrity": "sha512-ZQ9bxt6PkqIH6fPU69HPheOMoUqIqVqwZj0qlCBfoSCG4lplQhVM/qB3RS4f0RALK3WZZSrNQxNtCZgphuf3IA==",
|
|
5203
|
-
"inBundle": true,
|
|
5204
|
-
"license": "ISC",
|
|
5205
|
-
"dependencies": {
|
|
5206
|
-
"@npmcli/package-json": "^5.0.0",
|
|
5207
|
-
"npm-package-arg": "^11.0.0",
|
|
5208
|
-
"promzard": "^1.0.0",
|
|
5209
|
-
"read": "^3.0.1",
|
|
5210
|
-
"semver": "^7.3.5",
|
|
5211
|
-
"validate-npm-package-license": "^3.0.4",
|
|
5212
|
-
"validate-npm-package-name": "^5.0.0"
|
|
5213
|
-
},
|
|
5214
|
-
"engines": {
|
|
5215
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5216
|
-
}
|
|
5217
|
-
},
|
|
5218
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-address": {
|
|
5219
|
-
"version": "9.0.5",
|
|
5220
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
|
|
5221
|
-
"integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
|
|
5222
|
-
"inBundle": true,
|
|
5223
|
-
"license": "MIT",
|
|
5224
|
-
"dependencies": {
|
|
5225
|
-
"jsbn": "1.1.0",
|
|
5226
|
-
"sprintf-js": "^1.1.3"
|
|
5227
|
-
},
|
|
5228
|
-
"engines": {
|
|
5229
|
-
"node": ">= 12"
|
|
5230
|
-
}
|
|
5231
|
-
},
|
|
5232
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-address/node_modules/sprintf-js": {
|
|
5233
|
-
"version": "1.1.3",
|
|
5234
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
5235
|
-
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
5236
|
-
"inBundle": true,
|
|
5237
|
-
"license": "BSD-3-Clause"
|
|
5238
|
-
},
|
|
5239
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-regex": {
|
|
5240
|
-
"version": "5.0.0",
|
|
5241
|
-
"resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz",
|
|
5242
|
-
"integrity": "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==",
|
|
5243
|
-
"inBundle": true,
|
|
5244
|
-
"license": "MIT",
|
|
5245
|
-
"engines": {
|
|
5246
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
5247
|
-
},
|
|
5248
|
-
"funding": {
|
|
5249
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5250
|
-
}
|
|
5251
|
-
},
|
|
5252
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/is-cidr": {
|
|
5253
|
-
"version": "5.0.5",
|
|
5254
|
-
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.5.tgz",
|
|
5255
|
-
"integrity": "sha512-zDlCvz2v8dBpumuGD4/fc7wzFKY6UYOvFW29JWSstdJoByGN3TKwS0tFA9VWc7DM01VOVOn/DaR84D8Mihp9Rg==",
|
|
5256
|
-
"inBundle": true,
|
|
5257
|
-
"license": "BSD-2-Clause",
|
|
5258
|
-
"dependencies": {
|
|
5259
|
-
"cidr-regex": "^4.0.4"
|
|
5260
|
-
},
|
|
5261
|
-
"engines": {
|
|
5262
|
-
"node": ">=14"
|
|
5263
|
-
}
|
|
5264
|
-
},
|
|
5265
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/is-core-module": {
|
|
5266
|
-
"version": "2.13.1",
|
|
5267
|
-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
|
|
5268
|
-
"integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
|
|
5269
|
-
"inBundle": true,
|
|
5270
|
-
"license": "MIT",
|
|
5271
|
-
"dependencies": {
|
|
5272
|
-
"hasown": "^2.0.0"
|
|
5273
|
-
},
|
|
5274
|
-
"funding": {
|
|
5275
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5276
|
-
}
|
|
5277
|
-
},
|
|
5278
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/is-fullwidth-code-point": {
|
|
5279
|
-
"version": "3.0.0",
|
|
5280
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
5281
|
-
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
5282
|
-
"inBundle": true,
|
|
5283
|
-
"license": "MIT",
|
|
5284
|
-
"engines": {
|
|
5285
|
-
"node": ">=8"
|
|
5286
|
-
}
|
|
5287
|
-
},
|
|
5288
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/is-lambda": {
|
|
5289
|
-
"version": "1.0.1",
|
|
5290
|
-
"resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
|
|
5291
|
-
"integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==",
|
|
5292
|
-
"inBundle": true,
|
|
5293
|
-
"license": "MIT"
|
|
5294
|
-
},
|
|
5295
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/isexe": {
|
|
5296
|
-
"version": "2.0.0",
|
|
5297
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
5298
|
-
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
5299
|
-
"inBundle": true,
|
|
5300
|
-
"license": "ISC"
|
|
5301
|
-
},
|
|
5302
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/jackspeak": {
|
|
5303
|
-
"version": "2.3.6",
|
|
5304
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
|
|
5305
|
-
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
|
|
5306
|
-
"inBundle": true,
|
|
5307
|
-
"license": "BlueOak-1.0.0",
|
|
5308
|
-
"dependencies": {
|
|
5309
|
-
"@isaacs/cliui": "^8.0.2"
|
|
5310
|
-
},
|
|
5311
|
-
"engines": {
|
|
5312
|
-
"node": ">=14"
|
|
5313
|
-
},
|
|
5314
|
-
"funding": {
|
|
5315
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5316
|
-
},
|
|
5317
|
-
"optionalDependencies": {
|
|
5318
|
-
"@pkgjs/parseargs": "^0.11.0"
|
|
5319
|
-
}
|
|
5320
|
-
},
|
|
5321
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/jsbn": {
|
|
5322
|
-
"version": "1.1.0",
|
|
5323
|
-
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
|
|
5324
|
-
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
|
|
5325
|
-
"inBundle": true,
|
|
5326
|
-
"license": "MIT"
|
|
5327
|
-
},
|
|
5328
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
5329
|
-
"version": "3.0.1",
|
|
5330
|
-
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz",
|
|
5331
|
-
"integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==",
|
|
5332
|
-
"inBundle": true,
|
|
5333
|
-
"license": "MIT",
|
|
5334
|
-
"engines": {
|
|
5335
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5336
|
-
}
|
|
5337
|
-
},
|
|
5338
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/json-stringify-nice": {
|
|
5339
|
-
"version": "1.1.4",
|
|
5340
|
-
"resolved": "https://registry.npmjs.org/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz",
|
|
5341
|
-
"integrity": "sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw==",
|
|
5342
|
-
"inBundle": true,
|
|
5343
|
-
"license": "ISC",
|
|
5344
|
-
"funding": {
|
|
5345
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5346
|
-
}
|
|
5347
|
-
},
|
|
5348
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/jsonparse": {
|
|
5349
|
-
"version": "1.3.1",
|
|
5350
|
-
"resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
|
|
5351
|
-
"integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==",
|
|
5352
|
-
"engines": [
|
|
5353
|
-
"node >= 0.2.0"
|
|
5354
|
-
],
|
|
5355
|
-
"inBundle": true,
|
|
5356
|
-
"license": "MIT"
|
|
5357
|
-
},
|
|
5358
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/just-diff": {
|
|
5359
|
-
"version": "6.0.2",
|
|
5360
|
-
"resolved": "https://registry.npmjs.org/just-diff/-/just-diff-6.0.2.tgz",
|
|
5361
|
-
"integrity": "sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA==",
|
|
5362
|
-
"inBundle": true,
|
|
5363
|
-
"license": "MIT"
|
|
5364
|
-
},
|
|
5365
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/just-diff-apply": {
|
|
5366
|
-
"version": "5.5.0",
|
|
5367
|
-
"resolved": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-5.5.0.tgz",
|
|
5368
|
-
"integrity": "sha512-OYTthRfSh55WOItVqwpefPtNt2VdKsq5AnAK6apdtR6yCH8pr0CmSr710J0Mf+WdQy7K/OzMy7K2MgAfdQURDw==",
|
|
5369
|
-
"inBundle": true,
|
|
5370
|
-
"license": "MIT"
|
|
5371
|
-
},
|
|
5372
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmaccess": {
|
|
5373
|
-
"version": "8.0.3",
|
|
5374
|
-
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.3.tgz",
|
|
5375
|
-
"integrity": "sha512-0dU2ZZ8eWrI3JcPIEA5wnQ5s+OGeNtjrg0MHz1vcs06hRLDhZeXBWthuXG47jV1GO5ogClQi7RAFNAWVEjViWw==",
|
|
5376
|
-
"inBundle": true,
|
|
5377
|
-
"license": "ISC",
|
|
5378
|
-
"dependencies": {
|
|
5379
|
-
"npm-package-arg": "^11.0.1",
|
|
5380
|
-
"npm-registry-fetch": "^16.2.0"
|
|
5381
|
-
},
|
|
5382
|
-
"engines": {
|
|
5383
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5384
|
-
}
|
|
5385
|
-
},
|
|
5386
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
|
|
5387
|
-
"version": "6.0.9",
|
|
5388
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.9.tgz",
|
|
5389
|
-
"integrity": "sha512-K3Ey7VFXkasHOHa9S8SbALRMMEJkx5cHdAitJoLZH4pPL2cX89hdkNTQi8vcvjOlENbE2AjNsSjRkGhzeKfiSA==",
|
|
5390
|
-
"inBundle": true,
|
|
5391
|
-
"license": "ISC",
|
|
5392
|
-
"dependencies": {
|
|
5393
|
-
"@npmcli/arborist": "^7.2.1",
|
|
5394
|
-
"@npmcli/disparity-colors": "^3.0.0",
|
|
5395
|
-
"@npmcli/installed-package-contents": "^2.0.2",
|
|
5396
|
-
"binary-extensions": "^2.3.0",
|
|
5397
|
-
"diff": "^5.1.0",
|
|
5398
|
-
"minimatch": "^9.0.4",
|
|
5399
|
-
"npm-package-arg": "^11.0.1",
|
|
5400
|
-
"pacote": "^17.0.4",
|
|
5401
|
-
"tar": "^6.2.1"
|
|
5402
|
-
},
|
|
5403
|
-
"engines": {
|
|
5404
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5405
|
-
}
|
|
5406
|
-
},
|
|
5407
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmexec": {
|
|
5408
|
-
"version": "7.0.10",
|
|
5409
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.10.tgz",
|
|
5410
|
-
"integrity": "sha512-MwjY0SzG9pHBMW+Otl/6ZA2s4kRUYxelo9vIKeWHG3CV0b/4mzi88rYNk3fv46hQ4ypIIEZYOzV/pHky/DS8og==",
|
|
5411
|
-
"inBundle": true,
|
|
5412
|
-
"license": "ISC",
|
|
5413
|
-
"dependencies": {
|
|
5414
|
-
"@npmcli/arborist": "^7.2.1",
|
|
5415
|
-
"@npmcli/run-script": "^7.0.2",
|
|
5416
|
-
"ci-info": "^4.0.0",
|
|
5417
|
-
"npm-package-arg": "^11.0.1",
|
|
5418
|
-
"npmlog": "^7.0.1",
|
|
5419
|
-
"pacote": "^17.0.4",
|
|
5420
|
-
"proc-log": "^3.0.0",
|
|
5421
|
-
"read": "^3.0.1",
|
|
5422
|
-
"read-package-json-fast": "^3.0.2",
|
|
5423
|
-
"semver": "^7.3.7",
|
|
5424
|
-
"walk-up-path": "^3.0.1"
|
|
5425
|
-
},
|
|
5426
|
-
"engines": {
|
|
5427
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5428
|
-
}
|
|
5429
|
-
},
|
|
5430
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
|
|
5431
|
-
"version": "5.0.7",
|
|
5432
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.7.tgz",
|
|
5433
|
-
"integrity": "sha512-wRQSh2AeXFUtfHBciYha7m2+0xhX9PWa+ufMlfUFtUm6yTNsgghoZe8dciERklwhh2iax/9I+O/1lqKsGvJBaQ==",
|
|
5434
|
-
"inBundle": true,
|
|
5435
|
-
"license": "ISC",
|
|
5436
|
-
"dependencies": {
|
|
5437
|
-
"@npmcli/arborist": "^7.2.1"
|
|
5438
|
-
},
|
|
5439
|
-
"engines": {
|
|
5440
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5441
|
-
}
|
|
5442
|
-
},
|
|
5443
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmhook": {
|
|
5444
|
-
"version": "10.0.2",
|
|
5445
|
-
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.2.tgz",
|
|
5446
|
-
"integrity": "sha512-LF5peX3rmk2HqABmMXWhjdJ+HHHPIwMz7NXUM67MLSIy+JAExTymcQZgbGM9m/YQ6JDRPW8SBhWeWM0+vPNezw==",
|
|
5447
|
-
"inBundle": true,
|
|
5448
|
-
"license": "ISC",
|
|
5449
|
-
"dependencies": {
|
|
5450
|
-
"aproba": "^2.0.0",
|
|
5451
|
-
"npm-registry-fetch": "^16.2.0"
|
|
5452
|
-
},
|
|
5453
|
-
"engines": {
|
|
5454
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5455
|
-
}
|
|
5456
|
-
},
|
|
5457
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
|
|
5458
|
-
"version": "6.0.3",
|
|
5459
|
-
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.3.tgz",
|
|
5460
|
-
"integrity": "sha512-oxyQjJqvhvi0YqCOHQWLfWWre7NtWOGghX29LhhaqcDv3+Q61c4lJbht/iEEd00eucuHPjqfeh4aWXP6ftj2aA==",
|
|
5461
|
-
"inBundle": true,
|
|
5462
|
-
"license": "ISC",
|
|
5463
|
-
"dependencies": {
|
|
5464
|
-
"aproba": "^2.0.0",
|
|
5465
|
-
"npm-registry-fetch": "^16.2.0"
|
|
5466
|
-
},
|
|
5467
|
-
"engines": {
|
|
5468
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5469
|
-
}
|
|
5470
|
-
},
|
|
5471
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
5472
|
-
"version": "6.0.9",
|
|
5473
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.9.tgz",
|
|
5474
|
-
"integrity": "sha512-rkGVbP0amt7qNPL/u4NbH0MqhECRrvdRPcszXalYc6TP2ubEBPT54c5LFLxTLROSKjfre6PVvzc1ZNKc8jBWhQ==",
|
|
5475
|
-
"inBundle": true,
|
|
5476
|
-
"license": "ISC",
|
|
5477
|
-
"dependencies": {
|
|
5478
|
-
"@npmcli/arborist": "^7.2.1",
|
|
5479
|
-
"@npmcli/run-script": "^7.0.2",
|
|
5480
|
-
"npm-package-arg": "^11.0.1",
|
|
5481
|
-
"pacote": "^17.0.4"
|
|
5482
|
-
},
|
|
5483
|
-
"engines": {
|
|
5484
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5485
|
-
}
|
|
5486
|
-
},
|
|
5487
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpublish": {
|
|
5488
|
-
"version": "9.0.5",
|
|
5489
|
-
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.5.tgz",
|
|
5490
|
-
"integrity": "sha512-MSKHZN2NXmp8GafDMy2eH/FK6c0BjpCbuJ4vJU4xPqCguy0w805VoRnsCwxyrvzCC13MB2tU6VOAX08GioINBA==",
|
|
5491
|
-
"inBundle": true,
|
|
5492
|
-
"license": "ISC",
|
|
5493
|
-
"dependencies": {
|
|
5494
|
-
"ci-info": "^4.0.0",
|
|
5495
|
-
"normalize-package-data": "^6.0.0",
|
|
5496
|
-
"npm-package-arg": "^11.0.1",
|
|
5497
|
-
"npm-registry-fetch": "^16.2.0",
|
|
5498
|
-
"proc-log": "^3.0.0",
|
|
5499
|
-
"semver": "^7.3.7",
|
|
5500
|
-
"sigstore": "^2.2.0",
|
|
5501
|
-
"ssri": "^10.0.5"
|
|
5502
|
-
},
|
|
5503
|
-
"engines": {
|
|
5504
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5505
|
-
}
|
|
5506
|
-
},
|
|
5507
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmsearch": {
|
|
5508
|
-
"version": "7.0.2",
|
|
5509
|
-
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.2.tgz",
|
|
5510
|
-
"integrity": "sha512-SvYcq3SmexQWhch1i/9ML+vQx82+thVMRvgtZc/Yjf6s0Cfu/87ZQ3bb6jFe/whwaXxjwdDX8MrdmNXNKG+JPA==",
|
|
5511
|
-
"inBundle": true,
|
|
5512
|
-
"license": "ISC",
|
|
5513
|
-
"dependencies": {
|
|
5514
|
-
"npm-registry-fetch": "^16.2.0"
|
|
5515
|
-
},
|
|
5516
|
-
"engines": {
|
|
5517
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5518
|
-
}
|
|
5519
|
-
},
|
|
5520
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmteam": {
|
|
5521
|
-
"version": "6.0.2",
|
|
5522
|
-
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.2.tgz",
|
|
5523
|
-
"integrity": "sha512-EUTKCj1PmstpZE/MJ8QVs9L6wi4lMzD7TPyxHXiXWSsUy0/a1gKysW8TjC9dIAMVb/3okUUxiP/LIRwdShBpAQ==",
|
|
5524
|
-
"inBundle": true,
|
|
5525
|
-
"license": "ISC",
|
|
5526
|
-
"dependencies": {
|
|
5527
|
-
"aproba": "^2.0.0",
|
|
5528
|
-
"npm-registry-fetch": "^16.2.0"
|
|
5529
|
-
},
|
|
5530
|
-
"engines": {
|
|
5531
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5532
|
-
}
|
|
5533
|
-
},
|
|
5534
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmversion": {
|
|
5535
|
-
"version": "5.0.2",
|
|
5536
|
-
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz",
|
|
5537
|
-
"integrity": "sha512-6JBnLhd6SYgKRekJ4cotxpURLGbEtKxzw+a8p5o+wNwrveJPMH8yW/HKjeewyHzWmxzzwn9EQ3TkF2onkrwstA==",
|
|
5538
|
-
"inBundle": true,
|
|
5539
|
-
"license": "ISC",
|
|
5540
|
-
"dependencies": {
|
|
5541
|
-
"@npmcli/git": "^5.0.3",
|
|
5542
|
-
"@npmcli/run-script": "^7.0.2",
|
|
5543
|
-
"json-parse-even-better-errors": "^3.0.0",
|
|
5544
|
-
"proc-log": "^3.0.0",
|
|
5545
|
-
"semver": "^7.3.7"
|
|
5546
|
-
},
|
|
5547
|
-
"engines": {
|
|
5548
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5549
|
-
}
|
|
5550
|
-
},
|
|
5551
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/lru-cache": {
|
|
5552
|
-
"version": "10.2.0",
|
|
5553
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
5554
|
-
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
5555
|
-
"inBundle": true,
|
|
5556
|
-
"license": "ISC",
|
|
5557
|
-
"engines": {
|
|
5558
|
-
"node": "14 || >=16.14"
|
|
5559
|
-
}
|
|
5560
|
-
},
|
|
5561
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/make-fetch-happen": {
|
|
5562
|
-
"version": "13.0.0",
|
|
5563
|
-
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.0.tgz",
|
|
5564
|
-
"integrity": "sha512-7ThobcL8brtGo9CavByQrQi+23aIfgYU++wg4B87AIS8Rb2ZBt/MEaDqzA00Xwv/jUjAjYkLHjVolYuTLKda2A==",
|
|
5565
|
-
"inBundle": true,
|
|
5566
|
-
"license": "ISC",
|
|
5567
|
-
"dependencies": {
|
|
5568
|
-
"@npmcli/agent": "^2.0.0",
|
|
5569
|
-
"cacache": "^18.0.0",
|
|
5570
|
-
"http-cache-semantics": "^4.1.1",
|
|
5571
|
-
"is-lambda": "^1.0.1",
|
|
5572
|
-
"minipass": "^7.0.2",
|
|
5573
|
-
"minipass-fetch": "^3.0.0",
|
|
5574
|
-
"minipass-flush": "^1.0.5",
|
|
5575
|
-
"minipass-pipeline": "^1.2.4",
|
|
5576
|
-
"negotiator": "^0.6.3",
|
|
5577
|
-
"promise-retry": "^2.0.1",
|
|
5578
|
-
"ssri": "^10.0.0"
|
|
5579
|
-
},
|
|
5580
|
-
"engines": {
|
|
5581
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5582
|
-
}
|
|
5583
|
-
},
|
|
5584
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minimatch": {
|
|
5585
|
-
"version": "9.0.4",
|
|
5586
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
5587
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
5588
|
-
"inBundle": true,
|
|
5589
|
-
"license": "ISC",
|
|
5590
|
-
"dependencies": {
|
|
5591
|
-
"brace-expansion": "^2.0.1"
|
|
5592
|
-
},
|
|
5593
|
-
"engines": {
|
|
5594
|
-
"node": ">=16 || 14 >=14.17"
|
|
5595
|
-
},
|
|
5596
|
-
"funding": {
|
|
5597
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5598
|
-
}
|
|
5599
|
-
},
|
|
5600
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass": {
|
|
5601
|
-
"version": "7.0.4",
|
|
5602
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
5603
|
-
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
5604
|
-
"inBundle": true,
|
|
5605
|
-
"license": "ISC",
|
|
5606
|
-
"engines": {
|
|
5607
|
-
"node": ">=16 || 14 >=14.17"
|
|
5608
|
-
}
|
|
5609
|
-
},
|
|
5610
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect": {
|
|
5611
|
-
"version": "2.0.1",
|
|
5612
|
-
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz",
|
|
5613
|
-
"integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==",
|
|
5614
|
-
"inBundle": true,
|
|
5615
|
-
"license": "ISC",
|
|
5616
|
-
"dependencies": {
|
|
5617
|
-
"minipass": "^7.0.3"
|
|
5618
|
-
},
|
|
5619
|
-
"engines": {
|
|
5620
|
-
"node": ">=16 || 14 >=14.17"
|
|
5621
|
-
}
|
|
5622
|
-
},
|
|
5623
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-fetch": {
|
|
5624
|
-
"version": "3.0.4",
|
|
5625
|
-
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz",
|
|
5626
|
-
"integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==",
|
|
5627
|
-
"inBundle": true,
|
|
5628
|
-
"license": "MIT",
|
|
5629
|
-
"dependencies": {
|
|
5630
|
-
"minipass": "^7.0.3",
|
|
5631
|
-
"minipass-sized": "^1.0.3",
|
|
5632
|
-
"minizlib": "^2.1.2"
|
|
5633
|
-
},
|
|
5634
|
-
"engines": {
|
|
5635
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5636
|
-
},
|
|
5637
|
-
"optionalDependencies": {
|
|
5638
|
-
"encoding": "^0.1.13"
|
|
5639
|
-
}
|
|
5640
|
-
},
|
|
5641
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-flush": {
|
|
5642
|
-
"version": "1.0.5",
|
|
5643
|
-
"resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
|
|
5644
|
-
"integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
|
|
5645
|
-
"inBundle": true,
|
|
5646
|
-
"license": "ISC",
|
|
5647
|
-
"dependencies": {
|
|
5648
|
-
"minipass": "^3.0.0"
|
|
5649
|
-
},
|
|
5650
|
-
"engines": {
|
|
5651
|
-
"node": ">= 8"
|
|
5652
|
-
}
|
|
5653
|
-
},
|
|
5654
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-flush/node_modules/minipass": {
|
|
5655
|
-
"version": "3.3.6",
|
|
5656
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
5657
|
-
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
5658
|
-
"inBundle": true,
|
|
5659
|
-
"license": "ISC",
|
|
5660
|
-
"dependencies": {
|
|
5661
|
-
"yallist": "^4.0.0"
|
|
5662
|
-
},
|
|
5663
|
-
"engines": {
|
|
5664
|
-
"node": ">=8"
|
|
5665
|
-
}
|
|
5666
|
-
},
|
|
5667
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-json-stream": {
|
|
5668
|
-
"version": "1.0.1",
|
|
5669
|
-
"resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz",
|
|
5670
|
-
"integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==",
|
|
5671
|
-
"inBundle": true,
|
|
5672
|
-
"license": "MIT",
|
|
5673
|
-
"dependencies": {
|
|
5674
|
-
"jsonparse": "^1.3.1",
|
|
5675
|
-
"minipass": "^3.0.0"
|
|
5676
|
-
}
|
|
5677
|
-
},
|
|
5678
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass": {
|
|
5679
|
-
"version": "3.3.6",
|
|
5680
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
5681
|
-
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
5682
|
-
"inBundle": true,
|
|
5683
|
-
"license": "ISC",
|
|
5684
|
-
"dependencies": {
|
|
5685
|
-
"yallist": "^4.0.0"
|
|
5686
|
-
},
|
|
5687
|
-
"engines": {
|
|
5688
|
-
"node": ">=8"
|
|
5689
|
-
}
|
|
5690
|
-
},
|
|
5691
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-pipeline": {
|
|
5692
|
-
"version": "1.2.4",
|
|
5693
|
-
"resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
|
|
5694
|
-
"integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
|
|
5695
|
-
"inBundle": true,
|
|
5696
|
-
"license": "ISC",
|
|
5697
|
-
"dependencies": {
|
|
5698
|
-
"minipass": "^3.0.0"
|
|
5699
|
-
},
|
|
5700
|
-
"engines": {
|
|
5701
|
-
"node": ">=8"
|
|
5702
|
-
}
|
|
5703
|
-
},
|
|
5704
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass": {
|
|
5705
|
-
"version": "3.3.6",
|
|
5706
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
5707
|
-
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
5708
|
-
"inBundle": true,
|
|
5709
|
-
"license": "ISC",
|
|
5710
|
-
"dependencies": {
|
|
5711
|
-
"yallist": "^4.0.0"
|
|
5712
|
-
},
|
|
5713
|
-
"engines": {
|
|
5714
|
-
"node": ">=8"
|
|
5715
|
-
}
|
|
5716
|
-
},
|
|
5717
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-sized": {
|
|
5718
|
-
"version": "1.0.3",
|
|
5719
|
-
"resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
|
|
5720
|
-
"integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
|
|
5721
|
-
"inBundle": true,
|
|
5722
|
-
"license": "ISC",
|
|
5723
|
-
"dependencies": {
|
|
5724
|
-
"minipass": "^3.0.0"
|
|
5725
|
-
},
|
|
5726
|
-
"engines": {
|
|
5727
|
-
"node": ">=8"
|
|
5728
|
-
}
|
|
5729
|
-
},
|
|
5730
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-sized/node_modules/minipass": {
|
|
5731
|
-
"version": "3.3.6",
|
|
5732
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
5733
|
-
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
5734
|
-
"inBundle": true,
|
|
5735
|
-
"license": "ISC",
|
|
5736
|
-
"dependencies": {
|
|
5737
|
-
"yallist": "^4.0.0"
|
|
5738
|
-
},
|
|
5739
|
-
"engines": {
|
|
5740
|
-
"node": ">=8"
|
|
5741
|
-
}
|
|
5742
|
-
},
|
|
5743
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minizlib": {
|
|
5744
|
-
"version": "2.1.2",
|
|
5745
|
-
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
|
|
5746
|
-
"integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
|
|
5747
|
-
"inBundle": true,
|
|
5748
|
-
"license": "MIT",
|
|
5749
|
-
"dependencies": {
|
|
5750
|
-
"minipass": "^3.0.0",
|
|
5751
|
-
"yallist": "^4.0.0"
|
|
5752
|
-
},
|
|
5753
|
-
"engines": {
|
|
5754
|
-
"node": ">= 8"
|
|
5755
|
-
}
|
|
5756
|
-
},
|
|
5757
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minizlib/node_modules/minipass": {
|
|
5758
|
-
"version": "3.3.6",
|
|
5759
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
5760
|
-
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
5761
|
-
"inBundle": true,
|
|
5762
|
-
"license": "ISC",
|
|
5763
|
-
"dependencies": {
|
|
5764
|
-
"yallist": "^4.0.0"
|
|
5765
|
-
},
|
|
5766
|
-
"engines": {
|
|
5767
|
-
"node": ">=8"
|
|
5768
|
-
}
|
|
5769
|
-
},
|
|
5770
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/mkdirp": {
|
|
5771
|
-
"version": "1.0.4",
|
|
5772
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
5773
|
-
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
5774
|
-
"inBundle": true,
|
|
5775
|
-
"license": "MIT",
|
|
5776
|
-
"bin": {
|
|
5777
|
-
"mkdirp": "bin/cmd.js"
|
|
5778
|
-
},
|
|
5779
|
-
"engines": {
|
|
5780
|
-
"node": ">=10"
|
|
5781
|
-
}
|
|
5782
|
-
},
|
|
5783
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ms": {
|
|
5784
|
-
"version": "2.1.3",
|
|
5785
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
5786
|
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
5787
|
-
"inBundle": true,
|
|
5788
|
-
"license": "MIT"
|
|
5789
|
-
},
|
|
5790
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/mute-stream": {
|
|
5791
|
-
"version": "1.0.0",
|
|
5792
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
|
|
5793
|
-
"integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
|
|
5794
|
-
"inBundle": true,
|
|
5795
|
-
"license": "ISC",
|
|
5796
|
-
"engines": {
|
|
5797
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5798
|
-
}
|
|
5799
|
-
},
|
|
5800
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/negotiator": {
|
|
5801
|
-
"version": "0.6.3",
|
|
5802
|
-
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
|
|
5803
|
-
"integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
|
|
5804
|
-
"inBundle": true,
|
|
5805
|
-
"license": "MIT",
|
|
5806
|
-
"engines": {
|
|
5807
|
-
"node": ">= 0.6"
|
|
5808
|
-
}
|
|
5809
|
-
},
|
|
5810
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/node-gyp": {
|
|
5811
|
-
"version": "10.1.0",
|
|
5812
|
-
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.1.0.tgz",
|
|
5813
|
-
"integrity": "sha512-B4J5M1cABxPc5PwfjhbV5hoy2DP9p8lFXASnEN6hugXOa61416tnTZ29x9sSwAd0o99XNIcpvDDy1swAExsVKA==",
|
|
5814
|
-
"inBundle": true,
|
|
5815
|
-
"license": "MIT",
|
|
5816
|
-
"dependencies": {
|
|
5817
|
-
"env-paths": "^2.2.0",
|
|
5818
|
-
"exponential-backoff": "^3.1.1",
|
|
5819
|
-
"glob": "^10.3.10",
|
|
5820
|
-
"graceful-fs": "^4.2.6",
|
|
5821
|
-
"make-fetch-happen": "^13.0.0",
|
|
5822
|
-
"nopt": "^7.0.0",
|
|
5823
|
-
"proc-log": "^3.0.0",
|
|
5824
|
-
"semver": "^7.3.5",
|
|
5825
|
-
"tar": "^6.1.2",
|
|
5826
|
-
"which": "^4.0.0"
|
|
5827
|
-
},
|
|
5828
|
-
"bin": {
|
|
5829
|
-
"node-gyp": "bin/node-gyp.js"
|
|
5830
|
-
},
|
|
5831
|
-
"engines": {
|
|
5832
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5833
|
-
}
|
|
5834
|
-
},
|
|
5835
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/nopt": {
|
|
5836
|
-
"version": "7.2.0",
|
|
5837
|
-
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.0.tgz",
|
|
5838
|
-
"integrity": "sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==",
|
|
5839
|
-
"inBundle": true,
|
|
5840
|
-
"license": "ISC",
|
|
5841
|
-
"dependencies": {
|
|
5842
|
-
"abbrev": "^2.0.0"
|
|
5843
|
-
},
|
|
5844
|
-
"bin": {
|
|
5845
|
-
"nopt": "bin/nopt.js"
|
|
5846
|
-
},
|
|
5847
|
-
"engines": {
|
|
5848
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5849
|
-
}
|
|
5850
|
-
},
|
|
5851
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/normalize-package-data": {
|
|
5852
|
-
"version": "6.0.0",
|
|
5853
|
-
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.0.tgz",
|
|
5854
|
-
"integrity": "sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==",
|
|
5855
|
-
"inBundle": true,
|
|
5856
|
-
"license": "BSD-2-Clause",
|
|
5857
|
-
"dependencies": {
|
|
5858
|
-
"hosted-git-info": "^7.0.0",
|
|
5859
|
-
"is-core-module": "^2.8.1",
|
|
5860
|
-
"semver": "^7.3.5",
|
|
5861
|
-
"validate-npm-package-license": "^3.0.4"
|
|
5862
|
-
},
|
|
5863
|
-
"engines": {
|
|
5864
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5865
|
-
}
|
|
5866
|
-
},
|
|
5867
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-audit-report": {
|
|
5868
|
-
"version": "5.0.0",
|
|
5869
|
-
"resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-5.0.0.tgz",
|
|
5870
|
-
"integrity": "sha512-EkXrzat7zERmUhHaoren1YhTxFwsOu5jypE84k6632SXTHcQE1z8V51GC6GVZt8LxkC+tbBcKMUBZAgk8SUSbw==",
|
|
5871
|
-
"inBundle": true,
|
|
5872
|
-
"license": "ISC",
|
|
5873
|
-
"engines": {
|
|
5874
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5875
|
-
}
|
|
5876
|
-
},
|
|
5877
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-bundled": {
|
|
5878
|
-
"version": "3.0.0",
|
|
5879
|
-
"resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.0.tgz",
|
|
5880
|
-
"integrity": "sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==",
|
|
5881
|
-
"inBundle": true,
|
|
5882
|
-
"license": "ISC",
|
|
5883
|
-
"dependencies": {
|
|
5884
|
-
"npm-normalize-package-bin": "^3.0.0"
|
|
5885
|
-
},
|
|
5886
|
-
"engines": {
|
|
5887
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5888
|
-
}
|
|
5889
|
-
},
|
|
5890
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-install-checks": {
|
|
5891
|
-
"version": "6.3.0",
|
|
5892
|
-
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz",
|
|
5893
|
-
"integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==",
|
|
5894
|
-
"inBundle": true,
|
|
5895
|
-
"license": "BSD-2-Clause",
|
|
5896
|
-
"dependencies": {
|
|
5897
|
-
"semver": "^7.1.1"
|
|
5898
|
-
},
|
|
5899
|
-
"engines": {
|
|
5900
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5901
|
-
}
|
|
5902
|
-
},
|
|
5903
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-normalize-package-bin": {
|
|
5904
|
-
"version": "3.0.1",
|
|
5905
|
-
"resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz",
|
|
5906
|
-
"integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==",
|
|
5907
|
-
"inBundle": true,
|
|
5908
|
-
"license": "ISC",
|
|
5909
|
-
"engines": {
|
|
5910
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5911
|
-
}
|
|
5912
|
-
},
|
|
5913
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-package-arg": {
|
|
5914
|
-
"version": "11.0.1",
|
|
5915
|
-
"inBundle": true,
|
|
5916
|
-
"license": "ISC",
|
|
5917
|
-
"dependencies": {
|
|
5918
|
-
"hosted-git-info": "^7.0.0",
|
|
5919
|
-
"proc-log": "^3.0.0",
|
|
5920
|
-
"semver": "^7.3.5",
|
|
5921
|
-
"validate-npm-package-name": "^5.0.0"
|
|
5922
|
-
},
|
|
5923
|
-
"engines": {
|
|
5924
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5925
|
-
}
|
|
5926
|
-
},
|
|
5927
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-packlist": {
|
|
5928
|
-
"version": "8.0.2",
|
|
5929
|
-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
|
|
5930
|
-
"integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
|
|
5931
|
-
"inBundle": true,
|
|
5932
|
-
"license": "ISC",
|
|
5933
|
-
"dependencies": {
|
|
5934
|
-
"ignore-walk": "^6.0.4"
|
|
5935
|
-
},
|
|
5936
|
-
"engines": {
|
|
5937
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5938
|
-
}
|
|
5939
|
-
},
|
|
5940
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-pick-manifest": {
|
|
5941
|
-
"version": "9.0.0",
|
|
5942
|
-
"resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.0.0.tgz",
|
|
5943
|
-
"integrity": "sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==",
|
|
5944
|
-
"inBundle": true,
|
|
5945
|
-
"license": "ISC",
|
|
5946
|
-
"dependencies": {
|
|
5947
|
-
"npm-install-checks": "^6.0.0",
|
|
5948
|
-
"npm-normalize-package-bin": "^3.0.0",
|
|
5949
|
-
"npm-package-arg": "^11.0.0",
|
|
5950
|
-
"semver": "^7.3.5"
|
|
5951
|
-
},
|
|
5952
|
-
"engines": {
|
|
5953
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5954
|
-
}
|
|
5955
|
-
},
|
|
5956
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-profile": {
|
|
5957
|
-
"version": "9.0.0",
|
|
5958
|
-
"inBundle": true,
|
|
5959
|
-
"license": "ISC",
|
|
5960
|
-
"dependencies": {
|
|
5961
|
-
"npm-registry-fetch": "^16.0.0",
|
|
5962
|
-
"proc-log": "^3.0.0"
|
|
5963
|
-
},
|
|
5964
|
-
"engines": {
|
|
5965
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5966
|
-
}
|
|
5967
|
-
},
|
|
5968
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-registry-fetch": {
|
|
5969
|
-
"version": "16.2.0",
|
|
5970
|
-
"inBundle": true,
|
|
5971
|
-
"license": "ISC",
|
|
5972
|
-
"dependencies": {
|
|
5973
|
-
"@npmcli/redact": "^1.1.0",
|
|
5974
|
-
"make-fetch-happen": "^13.0.0",
|
|
5975
|
-
"minipass": "^7.0.2",
|
|
5976
|
-
"minipass-fetch": "^3.0.0",
|
|
5977
|
-
"minipass-json-stream": "^1.0.1",
|
|
5978
|
-
"minizlib": "^2.1.2",
|
|
5979
|
-
"npm-package-arg": "^11.0.0",
|
|
5980
|
-
"proc-log": "^3.0.0"
|
|
5981
|
-
},
|
|
5982
|
-
"engines": {
|
|
5983
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
5984
|
-
}
|
|
5985
|
-
},
|
|
5986
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-user-validate": {
|
|
5987
|
-
"version": "2.0.0",
|
|
5988
|
-
"resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.0.tgz",
|
|
5989
|
-
"integrity": "sha512-sSWeqAYJ2dUPStJB+AEj0DyLRltr/f6YNcvCA7phkB8/RMLMnVsQ41GMwHo/ERZLYNDsyB2wPm7pZo1mqPOl7Q==",
|
|
5990
|
-
"inBundle": true,
|
|
5991
|
-
"license": "BSD-2-Clause",
|
|
5992
|
-
"engines": {
|
|
5993
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5994
|
-
}
|
|
5995
|
-
},
|
|
5996
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npmlog": {
|
|
5997
|
-
"version": "7.0.1",
|
|
5998
|
-
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-7.0.1.tgz",
|
|
5999
|
-
"integrity": "sha512-uJ0YFk/mCQpLBt+bxN88AKd+gyqZvZDbtiNxk6Waqcj2aPRyfVx8ITawkyQynxUagInjdYT1+qj4NfA5KJJUxg==",
|
|
6000
|
-
"inBundle": true,
|
|
6001
|
-
"license": "ISC",
|
|
6002
|
-
"dependencies": {
|
|
6003
|
-
"are-we-there-yet": "^4.0.0",
|
|
6004
|
-
"console-control-strings": "^1.1.0",
|
|
6005
|
-
"gauge": "^5.0.0",
|
|
6006
|
-
"set-blocking": "^2.0.0"
|
|
6007
|
-
},
|
|
6008
|
-
"engines": {
|
|
6009
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6010
|
-
}
|
|
6011
|
-
},
|
|
6012
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/p-map": {
|
|
6013
|
-
"version": "4.0.0",
|
|
6014
|
-
"resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
|
|
6015
|
-
"integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
|
|
6016
|
-
"inBundle": true,
|
|
6017
|
-
"license": "MIT",
|
|
6018
|
-
"dependencies": {
|
|
6019
|
-
"aggregate-error": "^3.0.0"
|
|
6020
|
-
},
|
|
6021
|
-
"engines": {
|
|
6022
|
-
"node": ">=10"
|
|
6023
|
-
},
|
|
6024
|
-
"funding": {
|
|
6025
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6026
|
-
}
|
|
6027
|
-
},
|
|
6028
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/pacote": {
|
|
6029
|
-
"version": "17.0.6",
|
|
6030
|
-
"inBundle": true,
|
|
6031
|
-
"license": "ISC",
|
|
6032
|
-
"dependencies": {
|
|
6033
|
-
"@npmcli/git": "^5.0.0",
|
|
6034
|
-
"@npmcli/installed-package-contents": "^2.0.1",
|
|
6035
|
-
"@npmcli/promise-spawn": "^7.0.0",
|
|
6036
|
-
"@npmcli/run-script": "^7.0.0",
|
|
6037
|
-
"cacache": "^18.0.0",
|
|
6038
|
-
"fs-minipass": "^3.0.0",
|
|
6039
|
-
"minipass": "^7.0.2",
|
|
6040
|
-
"npm-package-arg": "^11.0.0",
|
|
6041
|
-
"npm-packlist": "^8.0.0",
|
|
6042
|
-
"npm-pick-manifest": "^9.0.0",
|
|
6043
|
-
"npm-registry-fetch": "^16.0.0",
|
|
6044
|
-
"proc-log": "^3.0.0",
|
|
6045
|
-
"promise-retry": "^2.0.1",
|
|
6046
|
-
"read-package-json": "^7.0.0",
|
|
6047
|
-
"read-package-json-fast": "^3.0.0",
|
|
6048
|
-
"sigstore": "^2.2.0",
|
|
6049
|
-
"ssri": "^10.0.0",
|
|
6050
|
-
"tar": "^6.1.11"
|
|
6051
|
-
},
|
|
6052
|
-
"bin": {
|
|
6053
|
-
"pacote": "lib/bin.js"
|
|
6054
|
-
},
|
|
6055
|
-
"engines": {
|
|
6056
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
6057
|
-
}
|
|
6058
|
-
},
|
|
6059
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/parse-conflict-json": {
|
|
6060
|
-
"version": "3.0.1",
|
|
6061
|
-
"resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-3.0.1.tgz",
|
|
6062
|
-
"integrity": "sha512-01TvEktc68vwbJOtWZluyWeVGWjP+bZwXtPDMQVbBKzbJ/vZBif0L69KH1+cHv1SZ6e0FKLvjyHe8mqsIqYOmw==",
|
|
6063
|
-
"inBundle": true,
|
|
6064
|
-
"license": "ISC",
|
|
6065
|
-
"dependencies": {
|
|
6066
|
-
"json-parse-even-better-errors": "^3.0.0",
|
|
6067
|
-
"just-diff": "^6.0.0",
|
|
6068
|
-
"just-diff-apply": "^5.2.0"
|
|
6069
|
-
},
|
|
6070
|
-
"engines": {
|
|
6071
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6072
|
-
}
|
|
6073
|
-
},
|
|
6074
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/path-key": {
|
|
6075
|
-
"version": "3.1.1",
|
|
6076
|
-
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
6077
|
-
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
6078
|
-
"inBundle": true,
|
|
6079
|
-
"license": "MIT",
|
|
6080
|
-
"engines": {
|
|
6081
|
-
"node": ">=8"
|
|
6082
|
-
}
|
|
6083
|
-
},
|
|
6084
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/path-scurry": {
|
|
6085
|
-
"version": "1.10.2",
|
|
6086
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz",
|
|
6087
|
-
"integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==",
|
|
6088
|
-
"inBundle": true,
|
|
6089
|
-
"license": "BlueOak-1.0.0",
|
|
6090
|
-
"dependencies": {
|
|
6091
|
-
"lru-cache": "^10.2.0",
|
|
6092
|
-
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
6093
|
-
},
|
|
6094
|
-
"engines": {
|
|
6095
|
-
"node": ">=16 || 14 >=14.17"
|
|
6096
|
-
},
|
|
6097
|
-
"funding": {
|
|
6098
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
6099
|
-
}
|
|
6100
|
-
},
|
|
6101
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
|
|
6102
|
-
"version": "6.0.16",
|
|
6103
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz",
|
|
6104
|
-
"integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==",
|
|
6105
|
-
"inBundle": true,
|
|
6106
|
-
"license": "MIT",
|
|
6107
|
-
"dependencies": {
|
|
6108
|
-
"cssesc": "^3.0.0",
|
|
6109
|
-
"util-deprecate": "^1.0.2"
|
|
6110
|
-
},
|
|
6111
|
-
"engines": {
|
|
6112
|
-
"node": ">=4"
|
|
6113
|
-
}
|
|
6114
|
-
},
|
|
6115
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/proc-log": {
|
|
6116
|
-
"version": "3.0.0",
|
|
6117
|
-
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz",
|
|
6118
|
-
"integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==",
|
|
6119
|
-
"inBundle": true,
|
|
6120
|
-
"license": "ISC",
|
|
6121
|
-
"engines": {
|
|
6122
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6123
|
-
}
|
|
6124
|
-
},
|
|
6125
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-all-reject-late": {
|
|
6126
|
-
"version": "1.0.1",
|
|
6127
|
-
"resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
|
|
6128
|
-
"integrity": "sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==",
|
|
6129
|
-
"inBundle": true,
|
|
6130
|
-
"license": "ISC",
|
|
6131
|
-
"funding": {
|
|
6132
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
6133
|
-
}
|
|
6134
|
-
},
|
|
6135
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-call-limit": {
|
|
6136
|
-
"version": "3.0.1",
|
|
6137
|
-
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz",
|
|
6138
|
-
"integrity": "sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==",
|
|
6139
|
-
"inBundle": true,
|
|
6140
|
-
"license": "ISC",
|
|
6141
|
-
"funding": {
|
|
6142
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
6143
|
-
}
|
|
6144
|
-
},
|
|
6145
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-inflight": {
|
|
6146
|
-
"version": "1.0.1",
|
|
6147
|
-
"resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
|
|
6148
|
-
"integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==",
|
|
6149
|
-
"inBundle": true,
|
|
6150
|
-
"license": "ISC"
|
|
6151
|
-
},
|
|
6152
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-retry": {
|
|
6153
|
-
"version": "2.0.1",
|
|
6154
|
-
"resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
|
|
6155
|
-
"integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
|
|
6156
|
-
"inBundle": true,
|
|
6157
|
-
"license": "MIT",
|
|
6158
|
-
"dependencies": {
|
|
6159
|
-
"err-code": "^2.0.2",
|
|
6160
|
-
"retry": "^0.12.0"
|
|
6161
|
-
},
|
|
6162
|
-
"engines": {
|
|
6163
|
-
"node": ">=10"
|
|
6164
|
-
}
|
|
6165
|
-
},
|
|
6166
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promzard": {
|
|
6167
|
-
"version": "1.0.1",
|
|
6168
|
-
"resolved": "https://registry.npmjs.org/promzard/-/promzard-1.0.1.tgz",
|
|
6169
|
-
"integrity": "sha512-ulDF77aULEHUoJkN5XZgRV5loHXBaqd9eorMvLNLvi2gXMuRAtwH6Gh4zsMHQY1kTt7tyv/YZwZW5C2gtj8F2A==",
|
|
6170
|
-
"inBundle": true,
|
|
6171
|
-
"license": "ISC",
|
|
6172
|
-
"dependencies": {
|
|
6173
|
-
"read": "^3.0.1"
|
|
6174
|
-
},
|
|
6175
|
-
"engines": {
|
|
6176
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6177
|
-
}
|
|
6178
|
-
},
|
|
6179
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/qrcode-terminal": {
|
|
6180
|
-
"version": "0.12.0",
|
|
6181
|
-
"resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
|
|
6182
|
-
"integrity": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==",
|
|
6183
|
-
"inBundle": true,
|
|
6184
|
-
"bin": {
|
|
6185
|
-
"qrcode-terminal": "bin/qrcode-terminal.js"
|
|
6186
|
-
}
|
|
6187
|
-
},
|
|
6188
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/read": {
|
|
6189
|
-
"version": "3.0.1",
|
|
6190
|
-
"resolved": "https://registry.npmjs.org/read/-/read-3.0.1.tgz",
|
|
6191
|
-
"integrity": "sha512-SLBrDU/Srs/9EoWhU5GdbAoxG1GzpQHo/6qiGItaoLJ1thmYpcNIM1qISEUvyHBzfGlWIyd6p2DNi1oV1VmAuw==",
|
|
6192
|
-
"inBundle": true,
|
|
6193
|
-
"license": "ISC",
|
|
6194
|
-
"dependencies": {
|
|
6195
|
-
"mute-stream": "^1.0.0"
|
|
6196
|
-
},
|
|
6197
|
-
"engines": {
|
|
6198
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6199
|
-
}
|
|
6200
|
-
},
|
|
6201
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/read-cmd-shim": {
|
|
6202
|
-
"version": "4.0.0",
|
|
6203
|
-
"resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-4.0.0.tgz",
|
|
6204
|
-
"integrity": "sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==",
|
|
6205
|
-
"inBundle": true,
|
|
6206
|
-
"license": "ISC",
|
|
6207
|
-
"engines": {
|
|
6208
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6209
|
-
}
|
|
6210
|
-
},
|
|
6211
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/read-package-json": {
|
|
6212
|
-
"version": "7.0.0",
|
|
6213
|
-
"resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-7.0.0.tgz",
|
|
6214
|
-
"integrity": "sha512-uL4Z10OKV4p6vbdvIXB+OzhInYtIozl/VxUBPgNkBuUi2DeRonnuspmaVAMcrkmfjKGNmRndyQAbE7/AmzGwFg==",
|
|
6215
|
-
"inBundle": true,
|
|
6216
|
-
"license": "ISC",
|
|
6217
|
-
"dependencies": {
|
|
6218
|
-
"glob": "^10.2.2",
|
|
6219
|
-
"json-parse-even-better-errors": "^3.0.0",
|
|
6220
|
-
"normalize-package-data": "^6.0.0",
|
|
6221
|
-
"npm-normalize-package-bin": "^3.0.0"
|
|
6222
|
-
},
|
|
6223
|
-
"engines": {
|
|
6224
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
6225
|
-
}
|
|
6226
|
-
},
|
|
6227
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/read-package-json-fast": {
|
|
6228
|
-
"version": "3.0.2",
|
|
6229
|
-
"resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz",
|
|
6230
|
-
"integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==",
|
|
6231
|
-
"inBundle": true,
|
|
6232
|
-
"license": "ISC",
|
|
6233
|
-
"dependencies": {
|
|
6234
|
-
"json-parse-even-better-errors": "^3.0.0",
|
|
6235
|
-
"npm-normalize-package-bin": "^3.0.0"
|
|
6236
|
-
},
|
|
6237
|
-
"engines": {
|
|
6238
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6239
|
-
}
|
|
6240
|
-
},
|
|
6241
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/retry": {
|
|
6242
|
-
"version": "0.12.0",
|
|
6243
|
-
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
6244
|
-
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
6245
|
-
"inBundle": true,
|
|
6246
|
-
"license": "MIT",
|
|
6247
|
-
"engines": {
|
|
6248
|
-
"node": ">= 4"
|
|
6249
|
-
}
|
|
6250
|
-
},
|
|
6251
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safer-buffer": {
|
|
6252
|
-
"version": "2.1.2",
|
|
6253
|
-
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
6254
|
-
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
6255
|
-
"inBundle": true,
|
|
6256
|
-
"license": "MIT",
|
|
6257
|
-
"optional": true
|
|
6258
|
-
},
|
|
6259
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/semver": {
|
|
6260
|
-
"version": "7.6.0",
|
|
6261
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
|
|
6262
|
-
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
|
|
6263
|
-
"inBundle": true,
|
|
6264
|
-
"license": "ISC",
|
|
6265
|
-
"dependencies": {
|
|
6266
|
-
"lru-cache": "^6.0.0"
|
|
6267
|
-
},
|
|
6268
|
-
"bin": {
|
|
6269
|
-
"semver": "bin/semver.js"
|
|
6270
|
-
},
|
|
6271
|
-
"engines": {
|
|
6272
|
-
"node": ">=10"
|
|
6273
|
-
}
|
|
6274
|
-
},
|
|
6275
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/semver/node_modules/lru-cache": {
|
|
6276
|
-
"version": "6.0.0",
|
|
6277
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
6278
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
6279
|
-
"inBundle": true,
|
|
6280
|
-
"license": "ISC",
|
|
6281
|
-
"dependencies": {
|
|
6282
|
-
"yallist": "^4.0.0"
|
|
6283
|
-
},
|
|
6284
|
-
"engines": {
|
|
6285
|
-
"node": ">=10"
|
|
6286
|
-
}
|
|
6287
|
-
},
|
|
6288
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/set-blocking": {
|
|
6289
|
-
"version": "2.0.0",
|
|
6290
|
-
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
6291
|
-
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
6292
|
-
"inBundle": true,
|
|
6293
|
-
"license": "ISC"
|
|
6294
|
-
},
|
|
6295
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/shebang-command": {
|
|
6296
|
-
"version": "2.0.0",
|
|
6297
|
-
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
6298
|
-
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
6299
|
-
"inBundle": true,
|
|
6300
|
-
"license": "MIT",
|
|
6301
|
-
"dependencies": {
|
|
6302
|
-
"shebang-regex": "^3.0.0"
|
|
6303
|
-
},
|
|
6304
|
-
"engines": {
|
|
6305
|
-
"node": ">=8"
|
|
6306
|
-
}
|
|
6307
|
-
},
|
|
6308
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/shebang-regex": {
|
|
6309
|
-
"version": "3.0.0",
|
|
6310
|
-
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
6311
|
-
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
6312
|
-
"inBundle": true,
|
|
6313
|
-
"license": "MIT",
|
|
6314
|
-
"engines": {
|
|
6315
|
-
"node": ">=8"
|
|
6316
|
-
}
|
|
6317
|
-
},
|
|
6318
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/signal-exit": {
|
|
6319
|
-
"version": "4.1.0",
|
|
6320
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
6321
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
6322
|
-
"inBundle": true,
|
|
6323
|
-
"license": "ISC",
|
|
6324
|
-
"engines": {
|
|
6325
|
-
"node": ">=14"
|
|
6326
|
-
},
|
|
6327
|
-
"funding": {
|
|
6328
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
6329
|
-
}
|
|
6330
|
-
},
|
|
6331
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/sigstore": {
|
|
6332
|
-
"version": "2.3.0",
|
|
6333
|
-
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.3.0.tgz",
|
|
6334
|
-
"integrity": "sha512-q+o8L2ebiWD1AxD17eglf1pFrl9jtW7FHa0ygqY6EKvibK8JHyq9Z26v9MZXeDiw+RbfOJ9j2v70M10Hd6E06A==",
|
|
6335
|
-
"inBundle": true,
|
|
6336
|
-
"license": "Apache-2.0",
|
|
6337
|
-
"dependencies": {
|
|
6338
|
-
"@sigstore/bundle": "^2.3.1",
|
|
6339
|
-
"@sigstore/core": "^1.0.0",
|
|
6340
|
-
"@sigstore/protobuf-specs": "^0.3.1",
|
|
6341
|
-
"@sigstore/sign": "^2.3.0",
|
|
6342
|
-
"@sigstore/tuf": "^2.3.1",
|
|
6343
|
-
"@sigstore/verify": "^1.2.0"
|
|
6344
|
-
},
|
|
6345
|
-
"engines": {
|
|
6346
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
6347
|
-
}
|
|
6348
|
-
},
|
|
6349
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/smart-buffer": {
|
|
6350
|
-
"version": "4.2.0",
|
|
6351
|
-
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
|
|
6352
|
-
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
|
|
6353
|
-
"inBundle": true,
|
|
6354
|
-
"license": "MIT",
|
|
6355
|
-
"engines": {
|
|
6356
|
-
"node": ">= 6.0.0",
|
|
6357
|
-
"npm": ">= 3.0.0"
|
|
6358
|
-
}
|
|
6359
|
-
},
|
|
6360
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/socks": {
|
|
6361
|
-
"version": "2.8.3",
|
|
6362
|
-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
|
|
6363
|
-
"integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
|
|
6364
|
-
"inBundle": true,
|
|
6365
|
-
"license": "MIT",
|
|
6366
|
-
"dependencies": {
|
|
6367
|
-
"ip-address": "^9.0.5",
|
|
6368
|
-
"smart-buffer": "^4.2.0"
|
|
6369
|
-
},
|
|
6370
|
-
"engines": {
|
|
6371
|
-
"node": ">= 10.0.0",
|
|
6372
|
-
"npm": ">= 3.0.0"
|
|
6373
|
-
}
|
|
6374
|
-
},
|
|
6375
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/socks-proxy-agent": {
|
|
6376
|
-
"version": "8.0.3",
|
|
6377
|
-
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz",
|
|
6378
|
-
"integrity": "sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==",
|
|
6379
|
-
"inBundle": true,
|
|
6380
|
-
"license": "MIT",
|
|
6381
|
-
"dependencies": {
|
|
6382
|
-
"agent-base": "^7.1.1",
|
|
6383
|
-
"debug": "^4.3.4",
|
|
6384
|
-
"socks": "^2.7.1"
|
|
6385
|
-
},
|
|
6386
|
-
"engines": {
|
|
6387
|
-
"node": ">= 14"
|
|
6388
|
-
}
|
|
6389
|
-
},
|
|
6390
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-correct": {
|
|
6391
|
-
"version": "3.2.0",
|
|
6392
|
-
"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
|
|
6393
|
-
"integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
|
|
6394
|
-
"inBundle": true,
|
|
6395
|
-
"license": "Apache-2.0",
|
|
6396
|
-
"dependencies": {
|
|
6397
|
-
"spdx-expression-parse": "^3.0.0",
|
|
6398
|
-
"spdx-license-ids": "^3.0.0"
|
|
6399
|
-
}
|
|
6400
|
-
},
|
|
6401
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse": {
|
|
6402
|
-
"version": "3.0.1",
|
|
6403
|
-
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
|
|
6404
|
-
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
|
|
6405
|
-
"inBundle": true,
|
|
6406
|
-
"license": "MIT",
|
|
6407
|
-
"dependencies": {
|
|
6408
|
-
"spdx-exceptions": "^2.1.0",
|
|
6409
|
-
"spdx-license-ids": "^3.0.0"
|
|
6410
|
-
}
|
|
6411
|
-
},
|
|
6412
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-exceptions": {
|
|
6413
|
-
"version": "2.5.0",
|
|
6414
|
-
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
6415
|
-
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
6416
|
-
"inBundle": true,
|
|
6417
|
-
"license": "CC-BY-3.0"
|
|
6418
|
-
},
|
|
6419
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-expression-parse": {
|
|
6420
|
-
"version": "4.0.0",
|
|
6421
|
-
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
|
|
6422
|
-
"integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
|
|
6423
|
-
"inBundle": true,
|
|
6424
|
-
"license": "MIT",
|
|
6425
|
-
"dependencies": {
|
|
6426
|
-
"spdx-exceptions": "^2.1.0",
|
|
6427
|
-
"spdx-license-ids": "^3.0.0"
|
|
6428
|
-
}
|
|
6429
|
-
},
|
|
6430
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-license-ids": {
|
|
6431
|
-
"version": "3.0.17",
|
|
6432
|
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
|
|
6433
|
-
"integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==",
|
|
6434
|
-
"inBundle": true,
|
|
6435
|
-
"license": "CC0-1.0"
|
|
6436
|
-
},
|
|
6437
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ssri": {
|
|
6438
|
-
"version": "10.0.5",
|
|
6439
|
-
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz",
|
|
6440
|
-
"integrity": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==",
|
|
6441
|
-
"inBundle": true,
|
|
6442
|
-
"license": "ISC",
|
|
6443
|
-
"dependencies": {
|
|
6444
|
-
"minipass": "^7.0.3"
|
|
6445
|
-
},
|
|
6446
|
-
"engines": {
|
|
6447
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6448
|
-
}
|
|
6449
|
-
},
|
|
6450
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width": {
|
|
6451
|
-
"version": "4.2.3",
|
|
6452
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
6453
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
6454
|
-
"inBundle": true,
|
|
6455
|
-
"license": "MIT",
|
|
6456
|
-
"dependencies": {
|
|
6457
|
-
"emoji-regex": "^8.0.0",
|
|
6458
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
6459
|
-
"strip-ansi": "^6.0.1"
|
|
6460
|
-
},
|
|
6461
|
-
"engines": {
|
|
6462
|
-
"node": ">=8"
|
|
6463
|
-
}
|
|
6464
|
-
},
|
|
6465
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs": {
|
|
6466
|
-
"name": "string-width",
|
|
6467
|
-
"version": "4.2.3",
|
|
6468
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
6469
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
6470
|
-
"inBundle": true,
|
|
6471
|
-
"license": "MIT",
|
|
6472
|
-
"dependencies": {
|
|
6473
|
-
"emoji-regex": "^8.0.0",
|
|
6474
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
6475
|
-
"strip-ansi": "^6.0.1"
|
|
6476
|
-
},
|
|
6477
|
-
"engines": {
|
|
6478
|
-
"node": ">=8"
|
|
6479
|
-
}
|
|
6480
|
-
},
|
|
6481
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
6482
|
-
"version": "6.0.1",
|
|
6483
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6484
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6485
|
-
"inBundle": true,
|
|
6486
|
-
"license": "MIT",
|
|
6487
|
-
"dependencies": {
|
|
6488
|
-
"ansi-regex": "^5.0.1"
|
|
6489
|
-
},
|
|
6490
|
-
"engines": {
|
|
6491
|
-
"node": ">=8"
|
|
6492
|
-
}
|
|
6493
|
-
},
|
|
6494
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs": {
|
|
6495
|
-
"name": "strip-ansi",
|
|
6496
|
-
"version": "6.0.1",
|
|
6497
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6498
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6499
|
-
"inBundle": true,
|
|
6500
|
-
"license": "MIT",
|
|
6501
|
-
"dependencies": {
|
|
6502
|
-
"ansi-regex": "^5.0.1"
|
|
6503
|
-
},
|
|
6504
|
-
"engines": {
|
|
6505
|
-
"node": ">=8"
|
|
6506
|
-
}
|
|
6507
|
-
},
|
|
6508
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/supports-color": {
|
|
6509
|
-
"version": "9.4.0",
|
|
6510
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
6511
|
-
"integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
|
|
6512
|
-
"inBundle": true,
|
|
6513
|
-
"license": "MIT",
|
|
6514
|
-
"engines": {
|
|
6515
|
-
"node": ">=12"
|
|
6516
|
-
},
|
|
6517
|
-
"funding": {
|
|
6518
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
6519
|
-
}
|
|
6520
|
-
},
|
|
6521
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tar": {
|
|
6522
|
-
"version": "6.2.1",
|
|
6523
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
|
|
6524
|
-
"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
|
|
6525
|
-
"inBundle": true,
|
|
6526
|
-
"license": "ISC",
|
|
6527
|
-
"dependencies": {
|
|
6528
|
-
"chownr": "^2.0.0",
|
|
6529
|
-
"fs-minipass": "^2.0.0",
|
|
6530
|
-
"minipass": "^5.0.0",
|
|
6531
|
-
"minizlib": "^2.1.1",
|
|
6532
|
-
"mkdirp": "^1.0.3",
|
|
6533
|
-
"yallist": "^4.0.0"
|
|
6534
|
-
},
|
|
6535
|
-
"engines": {
|
|
6536
|
-
"node": ">=10"
|
|
6537
|
-
}
|
|
6538
|
-
},
|
|
6539
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tar/node_modules/fs-minipass": {
|
|
6540
|
-
"version": "2.1.0",
|
|
6541
|
-
"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
|
|
6542
|
-
"integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
|
|
6543
|
-
"inBundle": true,
|
|
6544
|
-
"license": "ISC",
|
|
6545
|
-
"dependencies": {
|
|
6546
|
-
"minipass": "^3.0.0"
|
|
6547
|
-
},
|
|
6548
|
-
"engines": {
|
|
6549
|
-
"node": ">= 8"
|
|
6550
|
-
}
|
|
6551
|
-
},
|
|
6552
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
|
|
6553
|
-
"version": "3.3.6",
|
|
6554
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
6555
|
-
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
6556
|
-
"inBundle": true,
|
|
6557
|
-
"license": "ISC",
|
|
6558
|
-
"dependencies": {
|
|
6559
|
-
"yallist": "^4.0.0"
|
|
6560
|
-
},
|
|
6561
|
-
"engines": {
|
|
6562
|
-
"node": ">=8"
|
|
6563
|
-
}
|
|
6564
|
-
},
|
|
6565
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tar/node_modules/minipass": {
|
|
6566
|
-
"version": "5.0.0",
|
|
6567
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
6568
|
-
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
6569
|
-
"inBundle": true,
|
|
6570
|
-
"license": "ISC",
|
|
6571
|
-
"engines": {
|
|
6572
|
-
"node": ">=8"
|
|
6573
|
-
}
|
|
6574
|
-
},
|
|
6575
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/text-table": {
|
|
6576
|
-
"version": "0.2.0",
|
|
6577
|
-
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
|
|
6578
|
-
"integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
|
|
6579
|
-
"inBundle": true,
|
|
6580
|
-
"license": "MIT"
|
|
6581
|
-
},
|
|
6582
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tiny-relative-date": {
|
|
6583
|
-
"version": "1.3.0",
|
|
6584
|
-
"resolved": "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz",
|
|
6585
|
-
"integrity": "sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==",
|
|
6586
|
-
"inBundle": true,
|
|
6587
|
-
"license": "MIT"
|
|
6588
|
-
},
|
|
6589
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/treeverse": {
|
|
6590
|
-
"version": "3.0.0",
|
|
6591
|
-
"resolved": "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz",
|
|
6592
|
-
"integrity": "sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==",
|
|
6593
|
-
"inBundle": true,
|
|
6594
|
-
"license": "ISC",
|
|
6595
|
-
"engines": {
|
|
6596
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6597
|
-
}
|
|
6598
|
-
},
|
|
6599
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tuf-js": {
|
|
6600
|
-
"version": "2.2.0",
|
|
6601
|
-
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz",
|
|
6602
|
-
"integrity": "sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==",
|
|
6603
|
-
"inBundle": true,
|
|
6604
|
-
"license": "MIT",
|
|
6605
|
-
"dependencies": {
|
|
6606
|
-
"@tufjs/models": "2.0.0",
|
|
6607
|
-
"debug": "^4.3.4",
|
|
6608
|
-
"make-fetch-happen": "^13.0.0"
|
|
6609
|
-
},
|
|
6610
|
-
"engines": {
|
|
6611
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
6612
|
-
}
|
|
6613
|
-
},
|
|
6614
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/unique-filename": {
|
|
6615
|
-
"version": "3.0.0",
|
|
6616
|
-
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
|
|
6617
|
-
"integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==",
|
|
6618
|
-
"inBundle": true,
|
|
6619
|
-
"license": "ISC",
|
|
6620
|
-
"dependencies": {
|
|
6621
|
-
"unique-slug": "^4.0.0"
|
|
6622
|
-
},
|
|
6623
|
-
"engines": {
|
|
6624
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6625
|
-
}
|
|
6626
|
-
},
|
|
6627
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/unique-slug": {
|
|
6628
|
-
"version": "4.0.0",
|
|
6629
|
-
"resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz",
|
|
6630
|
-
"integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==",
|
|
6631
|
-
"inBundle": true,
|
|
6632
|
-
"license": "ISC",
|
|
6633
|
-
"dependencies": {
|
|
6634
|
-
"imurmurhash": "^0.1.4"
|
|
6635
|
-
},
|
|
6636
|
-
"engines": {
|
|
6637
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6638
|
-
}
|
|
6639
|
-
},
|
|
6640
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/util-deprecate": {
|
|
6641
|
-
"version": "1.0.2",
|
|
6642
|
-
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
6643
|
-
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
6644
|
-
"inBundle": true,
|
|
6645
|
-
"license": "MIT"
|
|
6646
|
-
},
|
|
6647
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/validate-npm-package-license": {
|
|
6648
|
-
"version": "3.0.4",
|
|
6649
|
-
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
|
|
6650
|
-
"integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
|
|
6651
|
-
"inBundle": true,
|
|
6652
|
-
"license": "Apache-2.0",
|
|
6653
|
-
"dependencies": {
|
|
6654
|
-
"spdx-correct": "^3.0.0",
|
|
6655
|
-
"spdx-expression-parse": "^3.0.0"
|
|
6656
|
-
}
|
|
6657
|
-
},
|
|
6658
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": {
|
|
6659
|
-
"version": "3.0.1",
|
|
6660
|
-
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
|
|
6661
|
-
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
|
|
6662
|
-
"inBundle": true,
|
|
6663
|
-
"license": "MIT",
|
|
6664
|
-
"dependencies": {
|
|
6665
|
-
"spdx-exceptions": "^2.1.0",
|
|
6666
|
-
"spdx-license-ids": "^3.0.0"
|
|
6667
|
-
}
|
|
6668
|
-
},
|
|
6669
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/validate-npm-package-name": {
|
|
6670
|
-
"version": "5.0.0",
|
|
6671
|
-
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz",
|
|
6672
|
-
"integrity": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==",
|
|
6673
|
-
"inBundle": true,
|
|
6674
|
-
"license": "ISC",
|
|
6675
|
-
"dependencies": {
|
|
6676
|
-
"builtins": "^5.0.0"
|
|
6677
|
-
},
|
|
6678
|
-
"engines": {
|
|
6679
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6680
|
-
}
|
|
6681
|
-
},
|
|
6682
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/walk-up-path": {
|
|
6683
|
-
"version": "3.0.1",
|
|
6684
|
-
"resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz",
|
|
6685
|
-
"integrity": "sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==",
|
|
6686
|
-
"inBundle": true,
|
|
6687
|
-
"license": "ISC"
|
|
6688
|
-
},
|
|
6689
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wcwidth": {
|
|
6690
|
-
"version": "1.0.1",
|
|
6691
|
-
"resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
|
|
6692
|
-
"integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
|
|
6693
|
-
"inBundle": true,
|
|
6694
|
-
"license": "MIT",
|
|
6695
|
-
"dependencies": {
|
|
6696
|
-
"defaults": "^1.0.3"
|
|
6697
|
-
}
|
|
6698
|
-
},
|
|
6699
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/which": {
|
|
6700
|
-
"version": "4.0.0",
|
|
6701
|
-
"resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
|
|
6702
|
-
"integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
|
|
6703
|
-
"inBundle": true,
|
|
6704
|
-
"license": "ISC",
|
|
6705
|
-
"dependencies": {
|
|
6706
|
-
"isexe": "^3.1.1"
|
|
6707
|
-
},
|
|
6708
|
-
"bin": {
|
|
6709
|
-
"node-which": "bin/which.js"
|
|
6710
|
-
},
|
|
6711
|
-
"engines": {
|
|
6712
|
-
"node": "^16.13.0 || >=18.0.0"
|
|
3689
|
+
"node": ">=18.0.0"
|
|
6713
3690
|
}
|
|
6714
3691
|
},
|
|
6715
|
-
"node_modules/@oclif/plugin-
|
|
6716
|
-
"version": "
|
|
6717
|
-
"resolved": "https://registry.npmjs.org/
|
|
6718
|
-
"integrity": "sha512-
|
|
6719
|
-
"
|
|
6720
|
-
"
|
|
3692
|
+
"node_modules/@oclif/plugin-help": {
|
|
3693
|
+
"version": "6.0.21",
|
|
3694
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
|
3695
|
+
"integrity": "sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==",
|
|
3696
|
+
"license": "MIT",
|
|
3697
|
+
"dependencies": {
|
|
3698
|
+
"@oclif/core": "^3.26.2"
|
|
3699
|
+
},
|
|
6721
3700
|
"engines": {
|
|
6722
|
-
"node": ">=
|
|
3701
|
+
"node": ">=18.0.0"
|
|
6723
3702
|
}
|
|
6724
3703
|
},
|
|
6725
|
-
"node_modules/@oclif/plugin-
|
|
6726
|
-
"version": "
|
|
6727
|
-
"resolved": "https://registry.npmjs.org/
|
|
6728
|
-
"integrity": "sha512-
|
|
6729
|
-
"
|
|
6730
|
-
"license": "ISC",
|
|
3704
|
+
"node_modules/@oclif/plugin-not-found": {
|
|
3705
|
+
"version": "3.1.6",
|
|
3706
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.6.tgz",
|
|
3707
|
+
"integrity": "sha512-87ckgDz+to7WySD7vrbELfWtK6uiaA8qf1Sp1AvU7m87tMSYOAkE7Jr+hX3MLpwM5Lt5nksG6t/gzP0PwSIKnA==",
|
|
3708
|
+
"license": "MIT",
|
|
6731
3709
|
"dependencies": {
|
|
6732
|
-
"
|
|
3710
|
+
"@inquirer/confirm": "^3.1.5",
|
|
3711
|
+
"@oclif/core": "^3.26.4",
|
|
3712
|
+
"chalk": "^5.3.0",
|
|
3713
|
+
"fast-levenshtein": "^3.0.0"
|
|
3714
|
+
},
|
|
3715
|
+
"engines": {
|
|
3716
|
+
"node": ">=18.0.0"
|
|
6733
3717
|
}
|
|
6734
3718
|
},
|
|
6735
|
-
"node_modules/@oclif/plugin-
|
|
6736
|
-
"version": "
|
|
6737
|
-
"resolved": "https://registry.npmjs.org/
|
|
6738
|
-
"integrity": "sha512-
|
|
6739
|
-
"inBundle": true,
|
|
3719
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/confirm": {
|
|
3720
|
+
"version": "3.1.5",
|
|
3721
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.5.tgz",
|
|
3722
|
+
"integrity": "sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==",
|
|
6740
3723
|
"license": "MIT",
|
|
6741
3724
|
"dependencies": {
|
|
6742
|
-
"
|
|
6743
|
-
"
|
|
6744
|
-
"strip-ansi": "^7.0.1"
|
|
3725
|
+
"@inquirer/core": "^8.0.1",
|
|
3726
|
+
"@inquirer/type": "^1.3.0"
|
|
6745
3727
|
},
|
|
6746
3728
|
"engines": {
|
|
6747
|
-
"node": ">=
|
|
6748
|
-
},
|
|
6749
|
-
"funding": {
|
|
6750
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3729
|
+
"node": ">=18"
|
|
6751
3730
|
}
|
|
6752
3731
|
},
|
|
6753
|
-
"node_modules/@oclif/plugin-
|
|
6754
|
-
"
|
|
6755
|
-
"
|
|
6756
|
-
"
|
|
6757
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
6758
|
-
"inBundle": true,
|
|
3732
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/core": {
|
|
3733
|
+
"version": "8.0.1",
|
|
3734
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.0.1.tgz",
|
|
3735
|
+
"integrity": "sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==",
|
|
6759
3736
|
"license": "MIT",
|
|
6760
3737
|
"dependencies": {
|
|
6761
|
-
"
|
|
6762
|
-
"
|
|
6763
|
-
"
|
|
3738
|
+
"@inquirer/figures": "^1.0.1",
|
|
3739
|
+
"@inquirer/type": "^1.3.0",
|
|
3740
|
+
"@types/mute-stream": "^0.0.4",
|
|
3741
|
+
"@types/node": "^20.12.7",
|
|
3742
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
3743
|
+
"ansi-escapes": "^4.3.2",
|
|
3744
|
+
"chalk": "^4.1.2",
|
|
3745
|
+
"cli-spinners": "^2.9.2",
|
|
3746
|
+
"cli-width": "^4.1.0",
|
|
3747
|
+
"mute-stream": "^1.0.0",
|
|
3748
|
+
"signal-exit": "^4.1.0",
|
|
3749
|
+
"strip-ansi": "^6.0.1",
|
|
3750
|
+
"wrap-ansi": "^6.2.0"
|
|
6764
3751
|
},
|
|
6765
3752
|
"engines": {
|
|
6766
|
-
"node": ">=
|
|
6767
|
-
},
|
|
6768
|
-
"funding": {
|
|
6769
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3753
|
+
"node": ">=18"
|
|
6770
3754
|
}
|
|
6771
3755
|
},
|
|
6772
|
-
"node_modules/@oclif/plugin-
|
|
6773
|
-
"version": "4.
|
|
6774
|
-
"resolved": "https://registry.npmjs.org/
|
|
6775
|
-
"integrity": "sha512-
|
|
6776
|
-
"inBundle": true,
|
|
3756
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/core/node_modules/chalk": {
|
|
3757
|
+
"version": "4.1.2",
|
|
3758
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3759
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
6777
3760
|
"license": "MIT",
|
|
6778
3761
|
"dependencies": {
|
|
6779
|
-
"
|
|
3762
|
+
"ansi-styles": "^4.1.0",
|
|
3763
|
+
"supports-color": "^7.1.0"
|
|
6780
3764
|
},
|
|
6781
3765
|
"engines": {
|
|
6782
|
-
"node": ">=
|
|
3766
|
+
"node": ">=10"
|
|
6783
3767
|
},
|
|
6784
3768
|
"funding": {
|
|
6785
|
-
"url": "https://github.com/chalk/
|
|
3769
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6786
3770
|
}
|
|
6787
3771
|
},
|
|
6788
|
-
"node_modules/@oclif/plugin-
|
|
6789
|
-
"version": "
|
|
6790
|
-
"resolved": "https://registry.npmjs.org/
|
|
6791
|
-
"integrity": "sha512-
|
|
6792
|
-
"
|
|
6793
|
-
"license": "MIT",
|
|
3772
|
+
"node_modules/@oclif/plugin-not-found/node_modules/signal-exit": {
|
|
3773
|
+
"version": "4.1.0",
|
|
3774
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
3775
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
3776
|
+
"license": "ISC",
|
|
6794
3777
|
"engines": {
|
|
6795
|
-
"node": ">=
|
|
3778
|
+
"node": ">=14"
|
|
6796
3779
|
},
|
|
6797
3780
|
"funding": {
|
|
6798
|
-
"url": "https://github.com/
|
|
3781
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
6799
3782
|
}
|
|
6800
3783
|
},
|
|
6801
|
-
"node_modules/@oclif/plugin-
|
|
6802
|
-
"version": "
|
|
6803
|
-
"resolved": "https://registry.npmjs.org/
|
|
6804
|
-
"integrity": "sha512-
|
|
6805
|
-
"inBundle": true,
|
|
6806
|
-
"license": "MIT"
|
|
6807
|
-
},
|
|
6808
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": {
|
|
6809
|
-
"version": "5.1.2",
|
|
6810
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
6811
|
-
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
6812
|
-
"inBundle": true,
|
|
3784
|
+
"node_modules/@oclif/plugin-not-found/node_modules/strip-ansi": {
|
|
3785
|
+
"version": "6.0.1",
|
|
3786
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3787
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6813
3788
|
"license": "MIT",
|
|
6814
3789
|
"dependencies": {
|
|
6815
|
-
"
|
|
6816
|
-
"emoji-regex": "^9.2.2",
|
|
6817
|
-
"strip-ansi": "^7.0.1"
|
|
3790
|
+
"ansi-regex": "^5.0.1"
|
|
6818
3791
|
},
|
|
6819
3792
|
"engines": {
|
|
6820
|
-
"node": ">=
|
|
6821
|
-
},
|
|
6822
|
-
"funding": {
|
|
6823
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3793
|
+
"node": ">=8"
|
|
6824
3794
|
}
|
|
6825
3795
|
},
|
|
6826
|
-
"node_modules/@oclif/plugin-plugins
|
|
6827
|
-
"version": "
|
|
6828
|
-
"resolved": "https://registry.npmjs.org/
|
|
6829
|
-
"integrity": "sha512-
|
|
6830
|
-
"inBundle": true,
|
|
3796
|
+
"node_modules/@oclif/plugin-plugins": {
|
|
3797
|
+
"version": "5.0.14",
|
|
3798
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.14.tgz",
|
|
3799
|
+
"integrity": "sha512-5LM3w2PPfB6qMtgrAq+n8hG295i4vbnuPfQN4wPGLJq1tIiDpBEAX1XHnGhUdAeU0V8CU2AnjiucXFMTKvIdow==",
|
|
6831
3800
|
"license": "MIT",
|
|
6832
3801
|
"dependencies": {
|
|
6833
|
-
"
|
|
3802
|
+
"@oclif/core": "^3.26.4",
|
|
3803
|
+
"chalk": "^5.3.0",
|
|
3804
|
+
"debug": "^4.3.4",
|
|
3805
|
+
"npm": "10.5.0",
|
|
3806
|
+
"npm-package-arg": "^11.0.2",
|
|
3807
|
+
"npm-run-path": "^5.3.0",
|
|
3808
|
+
"semver": "^7.6.0",
|
|
3809
|
+
"validate-npm-package-name": "^5.0.0",
|
|
3810
|
+
"yarn": "^1.22.22"
|
|
6834
3811
|
},
|
|
6835
3812
|
"engines": {
|
|
6836
|
-
"node": ">=
|
|
6837
|
-
},
|
|
6838
|
-
"funding": {
|
|
6839
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
3813
|
+
"node": ">=18.0.0"
|
|
6840
3814
|
}
|
|
6841
3815
|
},
|
|
6842
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm
|
|
6843
|
-
"version": "5.0
|
|
6844
|
-
"resolved": "https://registry.npmjs.org/
|
|
6845
|
-
"integrity": "sha512
|
|
6846
|
-
"
|
|
6847
|
-
"license": "ISC",
|
|
3816
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm-run-path": {
|
|
3817
|
+
"version": "5.3.0",
|
|
3818
|
+
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
|
|
3819
|
+
"integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
|
|
3820
|
+
"license": "MIT",
|
|
6848
3821
|
"dependencies": {
|
|
6849
|
-
"
|
|
6850
|
-
"signal-exit": "^4.0.1"
|
|
3822
|
+
"path-key": "^4.0.0"
|
|
6851
3823
|
},
|
|
6852
3824
|
"engines": {
|
|
6853
|
-
"node": "^
|
|
3825
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
3826
|
+
},
|
|
3827
|
+
"funding": {
|
|
3828
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6854
3829
|
}
|
|
6855
3830
|
},
|
|
6856
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/yallist": {
|
|
6857
|
-
"version": "4.0.0",
|
|
6858
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
6859
|
-
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
6860
|
-
"inBundle": true,
|
|
6861
|
-
"license": "ISC"
|
|
6862
|
-
},
|
|
6863
3831
|
"node_modules/@oclif/plugin-plugins/node_modules/path-key": {
|
|
6864
3832
|
"version": "4.0.0",
|
|
6865
3833
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
|
|
@@ -6872,30 +3840,6 @@
|
|
|
6872
3840
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6873
3841
|
}
|
|
6874
3842
|
},
|
|
6875
|
-
"node_modules/@oclif/plugin-plugins/node_modules/spdx-expression-parse": {
|
|
6876
|
-
"version": "4.0.0",
|
|
6877
|
-
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
|
|
6878
|
-
"integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
|
|
6879
|
-
"extraneous": true,
|
|
6880
|
-
"license": "MIT",
|
|
6881
|
-
"dependencies": {
|
|
6882
|
-
"spdx-exceptions": "^2.1.0",
|
|
6883
|
-
"spdx-license-ids": "^3.0.0"
|
|
6884
|
-
}
|
|
6885
|
-
},
|
|
6886
|
-
"node_modules/@oclif/plugin-plugins/node_modules/supports-color": {
|
|
6887
|
-
"version": "9.4.0",
|
|
6888
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
6889
|
-
"integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
|
|
6890
|
-
"extraneous": true,
|
|
6891
|
-
"license": "MIT",
|
|
6892
|
-
"engines": {
|
|
6893
|
-
"node": ">=12"
|
|
6894
|
-
},
|
|
6895
|
-
"funding": {
|
|
6896
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
6897
|
-
}
|
|
6898
|
-
},
|
|
6899
3843
|
"node_modules/@oclif/plugin-search": {
|
|
6900
3844
|
"version": "1.0.23",
|
|
6901
3845
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.23.tgz",
|
|
@@ -10198,14 +7142,10 @@
|
|
|
10198
7142
|
"license": "BSD-2-Clause"
|
|
10199
7143
|
},
|
|
10200
7144
|
"node_modules/abbrev": {
|
|
10201
|
-
"version": "
|
|
10202
|
-
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-
|
|
10203
|
-
"integrity": "sha512-
|
|
10204
|
-
"
|
|
10205
|
-
"license": "ISC",
|
|
10206
|
-
"engines": {
|
|
10207
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
10208
|
-
}
|
|
7145
|
+
"version": "1.1.1",
|
|
7146
|
+
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
|
7147
|
+
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
|
7148
|
+
"license": "ISC"
|
|
10209
7149
|
},
|
|
10210
7150
|
"node_modules/abort-controller": {
|
|
10211
7151
|
"version": "3.0.0",
|
|
@@ -14999,13 +11939,6 @@
|
|
|
14999
11939
|
"ini": "^1.3.2"
|
|
15000
11940
|
}
|
|
15001
11941
|
},
|
|
15002
|
-
"node_modules/gitconfiglocal/node_modules/ini": {
|
|
15003
|
-
"version": "1.3.8",
|
|
15004
|
-
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
15005
|
-
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
15006
|
-
"dev": true,
|
|
15007
|
-
"license": "ISC"
|
|
15008
|
-
},
|
|
15009
11942
|
"node_modules/github-slugger": {
|
|
15010
11943
|
"version": "1.5.0",
|
|
15011
11944
|
"resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz",
|
|
@@ -15127,13 +12060,6 @@
|
|
|
15127
12060
|
"node": ">=4"
|
|
15128
12061
|
}
|
|
15129
12062
|
},
|
|
15130
|
-
"node_modules/global-dirs/node_modules/ini": {
|
|
15131
|
-
"version": "1.3.8",
|
|
15132
|
-
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
15133
|
-
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
15134
|
-
"dev": true,
|
|
15135
|
-
"license": "ISC"
|
|
15136
|
-
},
|
|
15137
12063
|
"node_modules/globals": {
|
|
15138
12064
|
"version": "13.24.0",
|
|
15139
12065
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
@@ -15866,14 +12792,11 @@
|
|
|
15866
12792
|
"license": "ISC"
|
|
15867
12793
|
},
|
|
15868
12794
|
"node_modules/ini": {
|
|
15869
|
-
"version": "
|
|
15870
|
-
"resolved": "https://registry.npmjs.org/ini/-/ini-
|
|
15871
|
-
"integrity": "sha512-
|
|
15872
|
-
"
|
|
15873
|
-
"license": "ISC"
|
|
15874
|
-
"engines": {
|
|
15875
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
15876
|
-
}
|
|
12795
|
+
"version": "1.3.8",
|
|
12796
|
+
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
12797
|
+
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
12798
|
+
"dev": true,
|
|
12799
|
+
"license": "ISC"
|
|
15877
12800
|
},
|
|
15878
12801
|
"node_modules/init-package-json": {
|
|
15879
12802
|
"version": "6.0.2",
|
|
@@ -18955,6 +15878,16 @@
|
|
|
18955
15878
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
18956
15879
|
}
|
|
18957
15880
|
},
|
|
15881
|
+
"node_modules/nopt/node_modules/abbrev": {
|
|
15882
|
+
"version": "2.0.0",
|
|
15883
|
+
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
|
|
15884
|
+
"integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
|
|
15885
|
+
"extraneous": true,
|
|
15886
|
+
"license": "ISC",
|
|
15887
|
+
"engines": {
|
|
15888
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
15889
|
+
}
|
|
15890
|
+
},
|
|
18958
15891
|
"node_modules/normalize-package-data": {
|
|
18959
15892
|
"version": "6.0.0",
|
|
18960
15893
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.0.tgz",
|
|
@@ -27368,12 +24301,6 @@
|
|
|
27368
24301
|
"node": ">= 6"
|
|
27369
24302
|
}
|
|
27370
24303
|
},
|
|
27371
|
-
"node_modules/yeoman-environment/node_modules/abbrev": {
|
|
27372
|
-
"version": "1.1.1",
|
|
27373
|
-
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
|
27374
|
-
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
|
27375
|
-
"license": "ISC"
|
|
27376
|
-
},
|
|
27377
24304
|
"node_modules/yeoman-environment/node_modules/agent-base": {
|
|
27378
24305
|
"version": "6.0.2",
|
|
27379
24306
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
@@ -28488,12 +25415,6 @@
|
|
|
28488
25415
|
"url": "https://github.com/sponsors/isaacs"
|
|
28489
25416
|
}
|
|
28490
25417
|
},
|
|
28491
|
-
"node_modules/yeoman-generator/node_modules/abbrev": {
|
|
28492
|
-
"version": "1.1.1",
|
|
28493
|
-
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
|
28494
|
-
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
|
28495
|
-
"license": "ISC"
|
|
28496
|
-
},
|
|
28497
25418
|
"node_modules/yeoman-generator/node_modules/agent-base": {
|
|
28498
25419
|
"version": "6.0.2",
|
|
28499
25420
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|