netlify-cli 8.0.20 → 8.0.21
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/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.21",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "8.0.
|
|
9
|
+
"version": "8.0.21",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -3633,6 +3633,128 @@
|
|
|
3633
3633
|
"node": ">= 8"
|
|
3634
3634
|
}
|
|
3635
3635
|
},
|
|
3636
|
+
"node_modules/@oclif/cmd": {
|
|
3637
|
+
"name": "@oclif/command",
|
|
3638
|
+
"version": "1.8.12",
|
|
3639
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.12.tgz",
|
|
3640
|
+
"integrity": "sha512-Qv+5kUdydIUM00HN0m/xuEB+SxI+5lI4bap1P5I4d8ZLqtwVi7Q6wUZpDM5QqVvRkay7p4TiYXRXw1rfXYwEjw==",
|
|
3641
|
+
"dependencies": {
|
|
3642
|
+
"@oclif/config": "^1.18.2",
|
|
3643
|
+
"@oclif/errors": "^1.3.5",
|
|
3644
|
+
"@oclif/parser": "^3.8.6",
|
|
3645
|
+
"@oclif/plugin-help": "3.2.16",
|
|
3646
|
+
"debug": "^4.1.1",
|
|
3647
|
+
"semver": "^7.3.2"
|
|
3648
|
+
},
|
|
3649
|
+
"engines": {
|
|
3650
|
+
"node": ">=12.0.0"
|
|
3651
|
+
},
|
|
3652
|
+
"peerDependencies": {
|
|
3653
|
+
"@oclif/config": "^1"
|
|
3654
|
+
}
|
|
3655
|
+
},
|
|
3656
|
+
"node_modules/@oclif/cmd/node_modules/@oclif/command": {
|
|
3657
|
+
"version": "1.8.11",
|
|
3658
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.11.tgz",
|
|
3659
|
+
"integrity": "sha512-2fGLMvi6J5+oNxTaZfdWPMWY8oW15rYj0V8yLzmZBAEjfzjLqLIzJE9IlNccN1zwRqRHc1bcISSRDdxJ56IS/Q==",
|
|
3660
|
+
"dependencies": {
|
|
3661
|
+
"@oclif/config": "^1.18.2",
|
|
3662
|
+
"@oclif/errors": "^1.3.5",
|
|
3663
|
+
"@oclif/parser": "^3.8.6",
|
|
3664
|
+
"@oclif/plugin-help": "3.2.14",
|
|
3665
|
+
"debug": "^4.1.1",
|
|
3666
|
+
"semver": "^7.3.2"
|
|
3667
|
+
},
|
|
3668
|
+
"engines": {
|
|
3669
|
+
"node": ">=12.0.0"
|
|
3670
|
+
},
|
|
3671
|
+
"peerDependencies": {
|
|
3672
|
+
"@oclif/config": "^1"
|
|
3673
|
+
}
|
|
3674
|
+
},
|
|
3675
|
+
"node_modules/@oclif/cmd/node_modules/@oclif/command/node_modules/@oclif/plugin-help": {
|
|
3676
|
+
"version": "3.2.14",
|
|
3677
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
3678
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
3679
|
+
"dependencies": {
|
|
3680
|
+
"@oclif/command": "^1.8.9",
|
|
3681
|
+
"@oclif/config": "^1.18.2",
|
|
3682
|
+
"@oclif/errors": "^1.3.5",
|
|
3683
|
+
"chalk": "^4.1.2",
|
|
3684
|
+
"indent-string": "^4.0.0",
|
|
3685
|
+
"lodash": "^4.17.21",
|
|
3686
|
+
"string-width": "^4.2.0",
|
|
3687
|
+
"strip-ansi": "^6.0.0",
|
|
3688
|
+
"widest-line": "^3.1.0",
|
|
3689
|
+
"wrap-ansi": "^6.2.0"
|
|
3690
|
+
},
|
|
3691
|
+
"engines": {
|
|
3692
|
+
"node": ">=8.0.0"
|
|
3693
|
+
}
|
|
3694
|
+
},
|
|
3695
|
+
"node_modules/@oclif/cmd/node_modules/@oclif/plugin-help": {
|
|
3696
|
+
"version": "3.2.16",
|
|
3697
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.16.tgz",
|
|
3698
|
+
"integrity": "sha512-O78iV+NhBQtviIhVEVuI21vZ9nRr9B5pR+P60oB5XFvvPKkSkV5Culih42mYU30VuWiaiWlg7+OdA4pmSPEpwg==",
|
|
3699
|
+
"dependencies": {
|
|
3700
|
+
"@oclif/command": "1.8.11",
|
|
3701
|
+
"@oclif/config": "1.18.2",
|
|
3702
|
+
"@oclif/errors": "1.3.5",
|
|
3703
|
+
"chalk": "^4.1.2",
|
|
3704
|
+
"indent-string": "^4.0.0",
|
|
3705
|
+
"lodash": "^4.17.21",
|
|
3706
|
+
"string-width": "^4.2.0",
|
|
3707
|
+
"strip-ansi": "^6.0.0",
|
|
3708
|
+
"widest-line": "^3.1.0",
|
|
3709
|
+
"wrap-ansi": "^6.2.0"
|
|
3710
|
+
},
|
|
3711
|
+
"engines": {
|
|
3712
|
+
"node": ">=8.0.0"
|
|
3713
|
+
}
|
|
3714
|
+
},
|
|
3715
|
+
"node_modules/@oclif/cmd/node_modules/ansi-styles": {
|
|
3716
|
+
"version": "4.3.0",
|
|
3717
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3718
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3719
|
+
"dependencies": {
|
|
3720
|
+
"color-convert": "^2.0.1"
|
|
3721
|
+
},
|
|
3722
|
+
"engines": {
|
|
3723
|
+
"node": ">=8"
|
|
3724
|
+
},
|
|
3725
|
+
"funding": {
|
|
3726
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3727
|
+
}
|
|
3728
|
+
},
|
|
3729
|
+
"node_modules/@oclif/cmd/node_modules/color-convert": {
|
|
3730
|
+
"version": "2.0.1",
|
|
3731
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
3732
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
3733
|
+
"dependencies": {
|
|
3734
|
+
"color-name": "~1.1.4"
|
|
3735
|
+
},
|
|
3736
|
+
"engines": {
|
|
3737
|
+
"node": ">=7.0.0"
|
|
3738
|
+
}
|
|
3739
|
+
},
|
|
3740
|
+
"node_modules/@oclif/cmd/node_modules/color-name": {
|
|
3741
|
+
"version": "1.1.4",
|
|
3742
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
3743
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
3744
|
+
},
|
|
3745
|
+
"node_modules/@oclif/cmd/node_modules/wrap-ansi": {
|
|
3746
|
+
"version": "6.2.0",
|
|
3747
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3748
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3749
|
+
"dependencies": {
|
|
3750
|
+
"ansi-styles": "^4.0.0",
|
|
3751
|
+
"string-width": "^4.1.0",
|
|
3752
|
+
"strip-ansi": "^6.0.0"
|
|
3753
|
+
},
|
|
3754
|
+
"engines": {
|
|
3755
|
+
"node": ">=8"
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3636
3758
|
"node_modules/@oclif/color": {
|
|
3637
3759
|
"version": "0.1.2",
|
|
3638
3760
|
"resolved": "https://registry.npmjs.org/@oclif/color/-/color-0.1.2.tgz",
|
|
@@ -3756,14 +3878,14 @@
|
|
|
3756
3878
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
3757
3879
|
},
|
|
3758
3880
|
"node_modules/@oclif/command": {
|
|
3759
|
-
"version": "1.8.
|
|
3760
|
-
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.
|
|
3761
|
-
"integrity": "sha512-
|
|
3881
|
+
"version": "1.8.13",
|
|
3882
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.13.tgz",
|
|
3883
|
+
"integrity": "sha512-yJcOWEJA3DTkdE2VDh3TqpRAuokpSeVyaGRh4qkcBNTIROp+WRlk/XnK6IvS8b3UreBEFmz1BKZrBa6aQpn4Ew==",
|
|
3762
3884
|
"dependencies": {
|
|
3763
|
-
"@oclif/config": "^1.18.
|
|
3885
|
+
"@oclif/config": "^1.18.2",
|
|
3764
3886
|
"@oclif/errors": "^1.3.5",
|
|
3765
3887
|
"@oclif/parser": "^3.8.6",
|
|
3766
|
-
"@oclif/plugin-help": "
|
|
3888
|
+
"@oclif/plugin-help": "3.2.14",
|
|
3767
3889
|
"debug": "^4.1.1",
|
|
3768
3890
|
"semver": "^7.3.2"
|
|
3769
3891
|
},
|
|
@@ -3774,10 +3896,73 @@
|
|
|
3774
3896
|
"@oclif/config": "^1"
|
|
3775
3897
|
}
|
|
3776
3898
|
},
|
|
3899
|
+
"node_modules/@oclif/command/node_modules/@oclif/plugin-help": {
|
|
3900
|
+
"version": "3.2.14",
|
|
3901
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
3902
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
3903
|
+
"dependencies": {
|
|
3904
|
+
"@oclif/command": "^1.8.9",
|
|
3905
|
+
"@oclif/config": "^1.18.2",
|
|
3906
|
+
"@oclif/errors": "^1.3.5",
|
|
3907
|
+
"chalk": "^4.1.2",
|
|
3908
|
+
"indent-string": "^4.0.0",
|
|
3909
|
+
"lodash": "^4.17.21",
|
|
3910
|
+
"string-width": "^4.2.0",
|
|
3911
|
+
"strip-ansi": "^6.0.0",
|
|
3912
|
+
"widest-line": "^3.1.0",
|
|
3913
|
+
"wrap-ansi": "^6.2.0"
|
|
3914
|
+
},
|
|
3915
|
+
"engines": {
|
|
3916
|
+
"node": ">=8.0.0"
|
|
3917
|
+
}
|
|
3918
|
+
},
|
|
3919
|
+
"node_modules/@oclif/command/node_modules/ansi-styles": {
|
|
3920
|
+
"version": "4.3.0",
|
|
3921
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3922
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3923
|
+
"dependencies": {
|
|
3924
|
+
"color-convert": "^2.0.1"
|
|
3925
|
+
},
|
|
3926
|
+
"engines": {
|
|
3927
|
+
"node": ">=8"
|
|
3928
|
+
},
|
|
3929
|
+
"funding": {
|
|
3930
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3931
|
+
}
|
|
3932
|
+
},
|
|
3933
|
+
"node_modules/@oclif/command/node_modules/color-convert": {
|
|
3934
|
+
"version": "2.0.1",
|
|
3935
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
3936
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
3937
|
+
"dependencies": {
|
|
3938
|
+
"color-name": "~1.1.4"
|
|
3939
|
+
},
|
|
3940
|
+
"engines": {
|
|
3941
|
+
"node": ">=7.0.0"
|
|
3942
|
+
}
|
|
3943
|
+
},
|
|
3944
|
+
"node_modules/@oclif/command/node_modules/color-name": {
|
|
3945
|
+
"version": "1.1.4",
|
|
3946
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
3947
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
3948
|
+
},
|
|
3949
|
+
"node_modules/@oclif/command/node_modules/wrap-ansi": {
|
|
3950
|
+
"version": "6.2.0",
|
|
3951
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3952
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3953
|
+
"dependencies": {
|
|
3954
|
+
"ansi-styles": "^4.0.0",
|
|
3955
|
+
"string-width": "^4.1.0",
|
|
3956
|
+
"strip-ansi": "^6.0.0"
|
|
3957
|
+
},
|
|
3958
|
+
"engines": {
|
|
3959
|
+
"node": ">=8"
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3777
3962
|
"node_modules/@oclif/config": {
|
|
3778
|
-
"version": "1.18.
|
|
3779
|
-
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.
|
|
3780
|
-
"integrity": "sha512-
|
|
3963
|
+
"version": "1.18.2",
|
|
3964
|
+
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.2.tgz",
|
|
3965
|
+
"integrity": "sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==",
|
|
3781
3966
|
"dependencies": {
|
|
3782
3967
|
"@oclif/errors": "^1.3.3",
|
|
3783
3968
|
"@oclif/parser": "^3.8.0",
|
|
@@ -3791,16 +3976,16 @@
|
|
|
3791
3976
|
}
|
|
3792
3977
|
},
|
|
3793
3978
|
"node_modules/@oclif/dev-cli": {
|
|
3794
|
-
"version": "1.26.
|
|
3795
|
-
"resolved": "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.
|
|
3796
|
-
"integrity": "sha512
|
|
3979
|
+
"version": "1.26.9",
|
|
3980
|
+
"resolved": "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.9.tgz",
|
|
3981
|
+
"integrity": "sha512-/kHU558nkU9qXx08l9hTTE6oi5/Mtik9D7hmdc5+jeqGYTdCRv7Xx0iabsqC/fJVZLWbnjKSEbGqisBS280lCA==",
|
|
3797
3982
|
"dev": true,
|
|
3798
3983
|
"dependencies": {
|
|
3799
|
-
"@oclif/command": "
|
|
3800
|
-
"@oclif/config": "^1.18.
|
|
3984
|
+
"@oclif/command": "1.8.10",
|
|
3985
|
+
"@oclif/config": "^1.18.2",
|
|
3801
3986
|
"@oclif/errors": "^1.3.5",
|
|
3802
|
-
"@oclif/plugin-help": "
|
|
3803
|
-
"cli-ux": "
|
|
3987
|
+
"@oclif/plugin-help": "3.2.14",
|
|
3988
|
+
"cli-ux": "5.6.6",
|
|
3804
3989
|
"debug": "^4.1.1",
|
|
3805
3990
|
"find-yarn-workspace-root": "^2.0.0",
|
|
3806
3991
|
"fs-extra": "^8.1",
|
|
@@ -3817,6 +4002,80 @@
|
|
|
3817
4002
|
"node": ">=8.10.0"
|
|
3818
4003
|
}
|
|
3819
4004
|
},
|
|
4005
|
+
"node_modules/@oclif/dev-cli/node_modules/@oclif/command": {
|
|
4006
|
+
"version": "1.8.10",
|
|
4007
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.10.tgz",
|
|
4008
|
+
"integrity": "sha512-GHL3Cdmabg2VAt5DL2GmRwmlROsN+Ma0JfxWlAhsKjxsa5vdWZ7BG82+A1NJQFgElm808z22Pldb7A4OJCq1pw==",
|
|
4009
|
+
"dev": true,
|
|
4010
|
+
"dependencies": {
|
|
4011
|
+
"@oclif/config": "^1.18.2",
|
|
4012
|
+
"@oclif/errors": "^1.3.5",
|
|
4013
|
+
"@oclif/parser": "^3.8.6",
|
|
4014
|
+
"@oclif/plugin-help": "3.2.14",
|
|
4015
|
+
"debug": "^4.1.1",
|
|
4016
|
+
"semver": "^7.3.2"
|
|
4017
|
+
},
|
|
4018
|
+
"engines": {
|
|
4019
|
+
"node": ">=12.0.0"
|
|
4020
|
+
},
|
|
4021
|
+
"peerDependencies": {
|
|
4022
|
+
"@oclif/config": "^1"
|
|
4023
|
+
}
|
|
4024
|
+
},
|
|
4025
|
+
"node_modules/@oclif/dev-cli/node_modules/@oclif/plugin-help": {
|
|
4026
|
+
"version": "3.2.14",
|
|
4027
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
4028
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
4029
|
+
"dev": true,
|
|
4030
|
+
"dependencies": {
|
|
4031
|
+
"@oclif/command": "^1.8.9",
|
|
4032
|
+
"@oclif/config": "^1.18.2",
|
|
4033
|
+
"@oclif/errors": "^1.3.5",
|
|
4034
|
+
"chalk": "^4.1.2",
|
|
4035
|
+
"indent-string": "^4.0.0",
|
|
4036
|
+
"lodash": "^4.17.21",
|
|
4037
|
+
"string-width": "^4.2.0",
|
|
4038
|
+
"strip-ansi": "^6.0.0",
|
|
4039
|
+
"widest-line": "^3.1.0",
|
|
4040
|
+
"wrap-ansi": "^6.2.0"
|
|
4041
|
+
},
|
|
4042
|
+
"engines": {
|
|
4043
|
+
"node": ">=8.0.0"
|
|
4044
|
+
}
|
|
4045
|
+
},
|
|
4046
|
+
"node_modules/@oclif/dev-cli/node_modules/ansi-styles": {
|
|
4047
|
+
"version": "4.3.0",
|
|
4048
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
4049
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
4050
|
+
"dev": true,
|
|
4051
|
+
"dependencies": {
|
|
4052
|
+
"color-convert": "^2.0.1"
|
|
4053
|
+
},
|
|
4054
|
+
"engines": {
|
|
4055
|
+
"node": ">=8"
|
|
4056
|
+
},
|
|
4057
|
+
"funding": {
|
|
4058
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
"node_modules/@oclif/dev-cli/node_modules/color-convert": {
|
|
4062
|
+
"version": "2.0.1",
|
|
4063
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
4064
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
4065
|
+
"dev": true,
|
|
4066
|
+
"dependencies": {
|
|
4067
|
+
"color-name": "~1.1.4"
|
|
4068
|
+
},
|
|
4069
|
+
"engines": {
|
|
4070
|
+
"node": ">=7.0.0"
|
|
4071
|
+
}
|
|
4072
|
+
},
|
|
4073
|
+
"node_modules/@oclif/dev-cli/node_modules/color-name": {
|
|
4074
|
+
"version": "1.1.4",
|
|
4075
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
4076
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
4077
|
+
"dev": true
|
|
4078
|
+
},
|
|
3820
4079
|
"node_modules/@oclif/dev-cli/node_modules/fs-extra": {
|
|
3821
4080
|
"version": "8.1.0",
|
|
3822
4081
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
@@ -3849,6 +4108,20 @@
|
|
|
3849
4108
|
"node": ">= 4.0.0"
|
|
3850
4109
|
}
|
|
3851
4110
|
},
|
|
4111
|
+
"node_modules/@oclif/dev-cli/node_modules/wrap-ansi": {
|
|
4112
|
+
"version": "6.2.0",
|
|
4113
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
4114
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
4115
|
+
"dev": true,
|
|
4116
|
+
"dependencies": {
|
|
4117
|
+
"ansi-styles": "^4.0.0",
|
|
4118
|
+
"string-width": "^4.1.0",
|
|
4119
|
+
"strip-ansi": "^6.0.0"
|
|
4120
|
+
},
|
|
4121
|
+
"engines": {
|
|
4122
|
+
"node": ">=8"
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
3852
4125
|
"node_modules/@oclif/errors": {
|
|
3853
4126
|
"version": "1.3.5",
|
|
3854
4127
|
"resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.5.tgz",
|
|
@@ -3913,13 +4186,13 @@
|
|
|
3913
4186
|
}
|
|
3914
4187
|
},
|
|
3915
4188
|
"node_modules/@oclif/plugin-help": {
|
|
3916
|
-
"version": "3.2.
|
|
3917
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.
|
|
3918
|
-
"integrity": "sha512-
|
|
4189
|
+
"version": "3.2.17",
|
|
4190
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.17.tgz",
|
|
4191
|
+
"integrity": "sha512-dutwtACVnQ0tDqu9Fq3nhYzBAW5jwhslC6tYlyMQv4WBbQXowJ1ML5CnPmaSRhm5rHtIAcR8wrK3xCV3CUcQCQ==",
|
|
3919
4192
|
"dependencies": {
|
|
3920
|
-
"@oclif/
|
|
3921
|
-
"@oclif/config": "
|
|
3922
|
-
"@oclif/errors": "
|
|
4193
|
+
"@oclif/cmd": "npm:@oclif/command@1.8.12",
|
|
4194
|
+
"@oclif/config": "1.18.2",
|
|
4195
|
+
"@oclif/errors": "1.3.5",
|
|
3923
4196
|
"chalk": "^4.1.2",
|
|
3924
4197
|
"indent-string": "^4.0.0",
|
|
3925
4198
|
"lodash": "^4.17.21",
|
|
@@ -3976,237 +4249,124 @@
|
|
|
3976
4249
|
}
|
|
3977
4250
|
},
|
|
3978
4251
|
"node_modules/@oclif/plugin-not-found": {
|
|
3979
|
-
"version": "1.2.
|
|
3980
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-1.2.
|
|
3981
|
-
"integrity": "sha512-
|
|
4252
|
+
"version": "1.2.6",
|
|
4253
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-1.2.6.tgz",
|
|
4254
|
+
"integrity": "sha512-cfkDub79I9EpselfU/W8FTXhslrkOgfqjaa25tyGo99dAX5UVr6BWL2wbUobsU+rUcm4HN3byzdHDcqfu6hoAw==",
|
|
3982
4255
|
"dependencies": {
|
|
3983
|
-
"@oclif/color": "^0.
|
|
3984
|
-
"@oclif/command": "
|
|
3985
|
-
"cli-ux": "
|
|
3986
|
-
"fast-levenshtein": "^
|
|
3987
|
-
"lodash": "^4.17.
|
|
4256
|
+
"@oclif/color": "^0.1.2",
|
|
4257
|
+
"@oclif/command": "1.8.11",
|
|
4258
|
+
"cli-ux": "5.6.6",
|
|
4259
|
+
"fast-levenshtein": "^3.0.0",
|
|
4260
|
+
"lodash": "^4.17.21"
|
|
3988
4261
|
},
|
|
3989
4262
|
"engines": {
|
|
3990
4263
|
"node": ">=8.0.0"
|
|
3991
4264
|
}
|
|
3992
4265
|
},
|
|
3993
|
-
"node_modules/@oclif/plugin-not-found/node_modules/
|
|
3994
|
-
"version": "
|
|
3995
|
-
"resolved": "https://registry.npmjs.org/
|
|
3996
|
-
"integrity": "sha512-
|
|
3997
|
-
"engines": {
|
|
3998
|
-
"node": ">=4"
|
|
3999
|
-
}
|
|
4000
|
-
},
|
|
4001
|
-
"node_modules/@oclif/plugin-not-found/node_modules/ansi-regex": {
|
|
4002
|
-
"version": "4.1.0",
|
|
4003
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
|
|
4004
|
-
"integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
|
|
4005
|
-
"engines": {
|
|
4006
|
-
"node": ">=6"
|
|
4007
|
-
}
|
|
4008
|
-
},
|
|
4009
|
-
"node_modules/@oclif/plugin-not-found/node_modules/ansi-styles": {
|
|
4010
|
-
"version": "3.2.1",
|
|
4011
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
4012
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
4266
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/command": {
|
|
4267
|
+
"version": "1.8.11",
|
|
4268
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.11.tgz",
|
|
4269
|
+
"integrity": "sha512-2fGLMvi6J5+oNxTaZfdWPMWY8oW15rYj0V8yLzmZBAEjfzjLqLIzJE9IlNccN1zwRqRHc1bcISSRDdxJ56IS/Q==",
|
|
4013
4270
|
"dependencies": {
|
|
4014
|
-
"
|
|
4271
|
+
"@oclif/config": "^1.18.2",
|
|
4272
|
+
"@oclif/errors": "^1.3.5",
|
|
4273
|
+
"@oclif/parser": "^3.8.6",
|
|
4274
|
+
"@oclif/plugin-help": "3.2.14",
|
|
4275
|
+
"debug": "^4.1.1",
|
|
4276
|
+
"semver": "^7.3.2"
|
|
4015
4277
|
},
|
|
4016
4278
|
"engines": {
|
|
4017
|
-
"node": ">=
|
|
4018
|
-
}
|
|
4019
|
-
},
|
|
4020
|
-
"node_modules/@oclif/plugin-not-found/node_modules/chalk": {
|
|
4021
|
-
"version": "2.4.2",
|
|
4022
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
4023
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
4024
|
-
"dependencies": {
|
|
4025
|
-
"ansi-styles": "^3.2.1",
|
|
4026
|
-
"escape-string-regexp": "^1.0.5",
|
|
4027
|
-
"supports-color": "^5.3.0"
|
|
4279
|
+
"node": ">=12.0.0"
|
|
4028
4280
|
},
|
|
4029
|
-
"
|
|
4030
|
-
"
|
|
4031
|
-
}
|
|
4032
|
-
},
|
|
4033
|
-
"node_modules/@oclif/plugin-not-found/node_modules/clean-stack": {
|
|
4034
|
-
"version": "2.2.0",
|
|
4035
|
-
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
|
4036
|
-
"integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
|
|
4037
|
-
"engines": {
|
|
4038
|
-
"node": ">=6"
|
|
4281
|
+
"peerDependencies": {
|
|
4282
|
+
"@oclif/config": "^1"
|
|
4039
4283
|
}
|
|
4040
4284
|
},
|
|
4041
|
-
"node_modules/@oclif/plugin-not-found/node_modules/
|
|
4042
|
-
"version": "
|
|
4043
|
-
"resolved": "https://registry.npmjs.org/
|
|
4044
|
-
"integrity": "sha512
|
|
4285
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/plugin-help": {
|
|
4286
|
+
"version": "3.2.14",
|
|
4287
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
4288
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
4045
4289
|
"dependencies": {
|
|
4046
|
-
"@oclif/
|
|
4047
|
-
"@oclif/
|
|
4048
|
-
"@oclif/
|
|
4049
|
-
"
|
|
4050
|
-
"
|
|
4051
|
-
"
|
|
4052
|
-
"
|
|
4053
|
-
"
|
|
4054
|
-
"
|
|
4055
|
-
"
|
|
4056
|
-
"hyperlinker": "^1.0.0",
|
|
4057
|
-
"indent-string": "^3.2.0",
|
|
4058
|
-
"is-wsl": "^1.1.0",
|
|
4059
|
-
"lodash": "^4.17.11",
|
|
4060
|
-
"password-prompt": "^1.0.7",
|
|
4061
|
-
"semver": "^5.6.0",
|
|
4062
|
-
"strip-ansi": "^5.0.0",
|
|
4063
|
-
"supports-color": "^5.5.0",
|
|
4064
|
-
"supports-hyperlinks": "^1.0.1",
|
|
4065
|
-
"treeify": "^1.1.0",
|
|
4066
|
-
"tslib": "^1.9.3"
|
|
4290
|
+
"@oclif/command": "^1.8.9",
|
|
4291
|
+
"@oclif/config": "^1.18.2",
|
|
4292
|
+
"@oclif/errors": "^1.3.5",
|
|
4293
|
+
"chalk": "^4.1.2",
|
|
4294
|
+
"indent-string": "^4.0.0",
|
|
4295
|
+
"lodash": "^4.17.21",
|
|
4296
|
+
"string-width": "^4.2.0",
|
|
4297
|
+
"strip-ansi": "^6.0.0",
|
|
4298
|
+
"widest-line": "^3.1.0",
|
|
4299
|
+
"wrap-ansi": "^6.2.0"
|
|
4067
4300
|
},
|
|
4068
4301
|
"engines": {
|
|
4069
4302
|
"node": ">=8.0.0"
|
|
4070
4303
|
}
|
|
4071
4304
|
},
|
|
4072
|
-
"node_modules/@oclif/plugin-not-found/node_modules/
|
|
4073
|
-
"version": "
|
|
4074
|
-
"resolved": "https://registry.npmjs.org/
|
|
4075
|
-
"integrity": "
|
|
4076
|
-
"engines": {
|
|
4077
|
-
"node": ">=0.8.0"
|
|
4078
|
-
}
|
|
4079
|
-
},
|
|
4080
|
-
"node_modules/@oclif/plugin-not-found/node_modules/extract-stack": {
|
|
4081
|
-
"version": "1.0.0",
|
|
4082
|
-
"resolved": "https://registry.npmjs.org/extract-stack/-/extract-stack-1.0.0.tgz",
|
|
4083
|
-
"integrity": "sha1-uXrK+UQe6iMyUpYktzL8WhyBZfo=",
|
|
4084
|
-
"engines": {
|
|
4085
|
-
"node": ">=4"
|
|
4086
|
-
}
|
|
4087
|
-
},
|
|
4088
|
-
"node_modules/@oclif/plugin-not-found/node_modules/fs-extra": {
|
|
4089
|
-
"version": "7.0.1",
|
|
4090
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
|
|
4091
|
-
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
|
|
4305
|
+
"node_modules/@oclif/plugin-not-found/node_modules/ansi-styles": {
|
|
4306
|
+
"version": "4.3.0",
|
|
4307
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
4308
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
4092
4309
|
"dependencies": {
|
|
4093
|
-
"
|
|
4094
|
-
"jsonfile": "^4.0.0",
|
|
4095
|
-
"universalify": "^0.1.0"
|
|
4310
|
+
"color-convert": "^2.0.1"
|
|
4096
4311
|
},
|
|
4097
4312
|
"engines": {
|
|
4098
|
-
"node": ">=
|
|
4099
|
-
}
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
"version": "3.0.0",
|
|
4103
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
4104
|
-
"integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
|
|
4105
|
-
"engines": {
|
|
4106
|
-
"node": ">=4"
|
|
4107
|
-
}
|
|
4108
|
-
},
|
|
4109
|
-
"node_modules/@oclif/plugin-not-found/node_modules/indent-string": {
|
|
4110
|
-
"version": "3.2.0",
|
|
4111
|
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz",
|
|
4112
|
-
"integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=",
|
|
4113
|
-
"engines": {
|
|
4114
|
-
"node": ">=4"
|
|
4115
|
-
}
|
|
4116
|
-
},
|
|
4117
|
-
"node_modules/@oclif/plugin-not-found/node_modules/is-wsl": {
|
|
4118
|
-
"version": "1.1.0",
|
|
4119
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
|
|
4120
|
-
"integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
|
|
4121
|
-
"engines": {
|
|
4122
|
-
"node": ">=4"
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
"node_modules/@oclif/plugin-not-found/node_modules/jsonfile": {
|
|
4126
|
-
"version": "4.0.0",
|
|
4127
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
4128
|
-
"integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
|
|
4129
|
-
"optionalDependencies": {
|
|
4130
|
-
"graceful-fs": "^4.1.6"
|
|
4131
|
-
}
|
|
4132
|
-
},
|
|
4133
|
-
"node_modules/@oclif/plugin-not-found/node_modules/semver": {
|
|
4134
|
-
"version": "5.7.1",
|
|
4135
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
|
4136
|
-
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
|
|
4137
|
-
"bin": {
|
|
4138
|
-
"semver": "bin/semver"
|
|
4313
|
+
"node": ">=8"
|
|
4314
|
+
},
|
|
4315
|
+
"funding": {
|
|
4316
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4139
4317
|
}
|
|
4140
4318
|
},
|
|
4141
|
-
"node_modules/@oclif/plugin-not-found/node_modules/
|
|
4142
|
-
"version": "
|
|
4143
|
-
"resolved": "https://registry.npmjs.org/
|
|
4144
|
-
"integrity": "sha512-
|
|
4319
|
+
"node_modules/@oclif/plugin-not-found/node_modules/color-convert": {
|
|
4320
|
+
"version": "2.0.1",
|
|
4321
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
4322
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
4145
4323
|
"dependencies": {
|
|
4146
|
-
"
|
|
4324
|
+
"color-name": "~1.1.4"
|
|
4147
4325
|
},
|
|
4148
4326
|
"engines": {
|
|
4149
|
-
"node": ">=
|
|
4327
|
+
"node": ">=7.0.0"
|
|
4150
4328
|
}
|
|
4151
4329
|
},
|
|
4152
|
-
"node_modules/@oclif/plugin-not-found/node_modules/
|
|
4153
|
-
"version": "
|
|
4154
|
-
"resolved": "https://registry.npmjs.org/
|
|
4155
|
-
"integrity": "sha512-
|
|
4330
|
+
"node_modules/@oclif/plugin-not-found/node_modules/color-name": {
|
|
4331
|
+
"version": "1.1.4",
|
|
4332
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
4333
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
4334
|
+
},
|
|
4335
|
+
"node_modules/@oclif/plugin-not-found/node_modules/fast-levenshtein": {
|
|
4336
|
+
"version": "3.0.0",
|
|
4337
|
+
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz",
|
|
4338
|
+
"integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==",
|
|
4156
4339
|
"dependencies": {
|
|
4157
|
-
"
|
|
4158
|
-
},
|
|
4159
|
-
"engines": {
|
|
4160
|
-
"node": ">=4"
|
|
4340
|
+
"fastest-levenshtein": "^1.0.7"
|
|
4161
4341
|
}
|
|
4162
4342
|
},
|
|
4163
|
-
"node_modules/@oclif/plugin-not-found/node_modules/
|
|
4164
|
-
"version": "
|
|
4165
|
-
"resolved": "https://registry.npmjs.org/
|
|
4166
|
-
"integrity": "sha512-
|
|
4343
|
+
"node_modules/@oclif/plugin-not-found/node_modules/wrap-ansi": {
|
|
4344
|
+
"version": "6.2.0",
|
|
4345
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
4346
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
4167
4347
|
"dependencies": {
|
|
4168
|
-
"
|
|
4169
|
-
"
|
|
4348
|
+
"ansi-styles": "^4.0.0",
|
|
4349
|
+
"string-width": "^4.1.0",
|
|
4350
|
+
"strip-ansi": "^6.0.0"
|
|
4170
4351
|
},
|
|
4171
4352
|
"engines": {
|
|
4172
|
-
"node": ">=
|
|
4173
|
-
}
|
|
4174
|
-
},
|
|
4175
|
-
"node_modules/@oclif/plugin-not-found/node_modules/supports-hyperlinks/node_modules/has-flag": {
|
|
4176
|
-
"version": "2.0.0",
|
|
4177
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
|
|
4178
|
-
"integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
|
|
4179
|
-
"engines": {
|
|
4180
|
-
"node": ">=0.10.0"
|
|
4181
|
-
}
|
|
4182
|
-
},
|
|
4183
|
-
"node_modules/@oclif/plugin-not-found/node_modules/tslib": {
|
|
4184
|
-
"version": "1.14.1",
|
|
4185
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
4186
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
4187
|
-
},
|
|
4188
|
-
"node_modules/@oclif/plugin-not-found/node_modules/universalify": {
|
|
4189
|
-
"version": "0.1.2",
|
|
4190
|
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
4191
|
-
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
4192
|
-
"engines": {
|
|
4193
|
-
"node": ">= 4.0.0"
|
|
4353
|
+
"node": ">=8"
|
|
4194
4354
|
}
|
|
4195
4355
|
},
|
|
4196
4356
|
"node_modules/@oclif/plugin-plugins": {
|
|
4197
|
-
"version": "1.10.
|
|
4198
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.10.
|
|
4199
|
-
"integrity": "sha512
|
|
4357
|
+
"version": "1.10.10",
|
|
4358
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.10.10.tgz",
|
|
4359
|
+
"integrity": "sha512-axEwF2LkXykhHMQLCfcNETAVr6vLjehwLmsECpU83lYQ3PSO6AA9wpZKTtZZkT98CMklJblSkLnR+TpX9Nxnhg==",
|
|
4200
4360
|
"dependencies": {
|
|
4201
4361
|
"@oclif/color": "^0.1.2",
|
|
4202
|
-
"@oclif/command": "^1.8.
|
|
4362
|
+
"@oclif/command": "^1.8.9",
|
|
4203
4363
|
"@oclif/errors": "^1.3.5",
|
|
4204
|
-
"chalk": "^4.1.
|
|
4205
|
-
"cli-ux": "^5.6.
|
|
4206
|
-
"debug": "^4.
|
|
4364
|
+
"chalk": "^4.1.2",
|
|
4365
|
+
"cli-ux": "^5.6.6",
|
|
4366
|
+
"debug": "^4.3.3",
|
|
4207
4367
|
"fs-extra": "^9.0",
|
|
4208
|
-
"http-call": "^5.
|
|
4209
|
-
"load-json-file": "^5.
|
|
4368
|
+
"http-call": "^5.3.0",
|
|
4369
|
+
"load-json-file": "^5.3.0",
|
|
4210
4370
|
"npm-run-path": "^4.0.1",
|
|
4211
4371
|
"semver": "^7.3.2",
|
|
4212
4372
|
"tslib": "^2.0.0",
|
|
@@ -4239,12 +4399,12 @@
|
|
|
4239
4399
|
}
|
|
4240
4400
|
},
|
|
4241
4401
|
"node_modules/@oclif/test": {
|
|
4242
|
-
"version": "1.2.
|
|
4243
|
-
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-1.2.
|
|
4244
|
-
"integrity": "sha512-
|
|
4402
|
+
"version": "1.2.9",
|
|
4403
|
+
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-1.2.9.tgz",
|
|
4404
|
+
"integrity": "sha512-op+ak0NTyeBKqjLVH1jfPCRGWK5befIoQpCL/xwekjucUEmMfCbUpV1Sa60f9rU8X58HEqrclwWbAH+DtQR6FQ==",
|
|
4245
4405
|
"dev": true,
|
|
4246
4406
|
"dependencies": {
|
|
4247
|
-
"fancy-test": "^1.4.
|
|
4407
|
+
"fancy-test": "^1.4.10"
|
|
4248
4408
|
},
|
|
4249
4409
|
"engines": {
|
|
4250
4410
|
"node": ">=8.0.0"
|
|
@@ -6730,11 +6890,11 @@
|
|
|
6730
6890
|
}
|
|
6731
6891
|
},
|
|
6732
6892
|
"node_modules/cli-ux": {
|
|
6733
|
-
"version": "5.6.
|
|
6734
|
-
"resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.
|
|
6735
|
-
"integrity": "sha512-
|
|
6893
|
+
"version": "5.6.6",
|
|
6894
|
+
"resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.6.tgz",
|
|
6895
|
+
"integrity": "sha512-4wUB34zoFklcZV0z5YiOM5IqVMMt9c3TK3QYRK3dqyk3XoRC0ybiWDWHfsMDjkKrzsVTw95rXn9NrzSHbae4pg==",
|
|
6736
6896
|
"dependencies": {
|
|
6737
|
-
"@oclif/command": "^1.8.
|
|
6897
|
+
"@oclif/command": "^1.8.9",
|
|
6738
6898
|
"@oclif/errors": "^1.3.5",
|
|
6739
6899
|
"@oclif/linewrap": "^1.0.0",
|
|
6740
6900
|
"@oclif/screen": "^1.0.4",
|
|
@@ -10562,6 +10722,11 @@
|
|
|
10562
10722
|
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
|
|
10563
10723
|
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA=="
|
|
10564
10724
|
},
|
|
10725
|
+
"node_modules/fastest-levenshtein": {
|
|
10726
|
+
"version": "1.0.12",
|
|
10727
|
+
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz",
|
|
10728
|
+
"integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow=="
|
|
10729
|
+
},
|
|
10565
10730
|
"node_modules/fastq": {
|
|
10566
10731
|
"version": "1.13.0",
|
|
10567
10732
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
|
|
@@ -21000,14 +21165,6 @@
|
|
|
21000
21165
|
"tree-kill": "cli.js"
|
|
21001
21166
|
}
|
|
21002
21167
|
},
|
|
21003
|
-
"node_modules/treeify": {
|
|
21004
|
-
"version": "1.1.0",
|
|
21005
|
-
"resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz",
|
|
21006
|
-
"integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==",
|
|
21007
|
-
"engines": {
|
|
21008
|
-
"node": ">=0.6"
|
|
21009
|
-
}
|
|
21010
|
-
},
|
|
21011
21168
|
"node_modules/trim-newlines": {
|
|
21012
21169
|
"version": "3.0.1",
|
|
21013
21170
|
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
|
|
@@ -24544,6 +24701,101 @@
|
|
|
24544
24701
|
"fastq": "^1.6.0"
|
|
24545
24702
|
}
|
|
24546
24703
|
},
|
|
24704
|
+
"@oclif/cmd": {
|
|
24705
|
+
"version": "npm:@oclif/command@1.8.12",
|
|
24706
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.12.tgz",
|
|
24707
|
+
"integrity": "sha512-Qv+5kUdydIUM00HN0m/xuEB+SxI+5lI4bap1P5I4d8ZLqtwVi7Q6wUZpDM5QqVvRkay7p4TiYXRXw1rfXYwEjw==",
|
|
24708
|
+
"requires": {
|
|
24709
|
+
"@oclif/config": "^1.18.2",
|
|
24710
|
+
"@oclif/errors": "^1.3.5",
|
|
24711
|
+
"@oclif/parser": "^3.8.6",
|
|
24712
|
+
"@oclif/plugin-help": "3.2.16",
|
|
24713
|
+
"debug": "^4.1.1",
|
|
24714
|
+
"semver": "^7.3.2"
|
|
24715
|
+
},
|
|
24716
|
+
"dependencies": {
|
|
24717
|
+
"@oclif/command": {
|
|
24718
|
+
"version": "1.8.11",
|
|
24719
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.11.tgz",
|
|
24720
|
+
"integrity": "sha512-2fGLMvi6J5+oNxTaZfdWPMWY8oW15rYj0V8yLzmZBAEjfzjLqLIzJE9IlNccN1zwRqRHc1bcISSRDdxJ56IS/Q==",
|
|
24721
|
+
"requires": {
|
|
24722
|
+
"@oclif/config": "^1.18.2",
|
|
24723
|
+
"@oclif/errors": "^1.3.5",
|
|
24724
|
+
"@oclif/parser": "^3.8.6",
|
|
24725
|
+
"@oclif/plugin-help": "3.2.14",
|
|
24726
|
+
"debug": "^4.1.1",
|
|
24727
|
+
"semver": "^7.3.2"
|
|
24728
|
+
},
|
|
24729
|
+
"dependencies": {
|
|
24730
|
+
"@oclif/plugin-help": {
|
|
24731
|
+
"version": "3.2.14",
|
|
24732
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
24733
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
24734
|
+
"requires": {
|
|
24735
|
+
"@oclif/command": "^1.8.9",
|
|
24736
|
+
"@oclif/config": "^1.18.2",
|
|
24737
|
+
"@oclif/errors": "^1.3.5",
|
|
24738
|
+
"chalk": "^4.1.2",
|
|
24739
|
+
"indent-string": "^4.0.0",
|
|
24740
|
+
"lodash": "^4.17.21",
|
|
24741
|
+
"string-width": "^4.2.0",
|
|
24742
|
+
"strip-ansi": "^6.0.0",
|
|
24743
|
+
"widest-line": "^3.1.0",
|
|
24744
|
+
"wrap-ansi": "^6.2.0"
|
|
24745
|
+
}
|
|
24746
|
+
}
|
|
24747
|
+
}
|
|
24748
|
+
},
|
|
24749
|
+
"@oclif/plugin-help": {
|
|
24750
|
+
"version": "3.2.16",
|
|
24751
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.16.tgz",
|
|
24752
|
+
"integrity": "sha512-O78iV+NhBQtviIhVEVuI21vZ9nRr9B5pR+P60oB5XFvvPKkSkV5Culih42mYU30VuWiaiWlg7+OdA4pmSPEpwg==",
|
|
24753
|
+
"requires": {
|
|
24754
|
+
"@oclif/command": "1.8.11",
|
|
24755
|
+
"@oclif/config": "1.18.2",
|
|
24756
|
+
"@oclif/errors": "1.3.5",
|
|
24757
|
+
"chalk": "^4.1.2",
|
|
24758
|
+
"indent-string": "^4.0.0",
|
|
24759
|
+
"lodash": "^4.17.21",
|
|
24760
|
+
"string-width": "^4.2.0",
|
|
24761
|
+
"strip-ansi": "^6.0.0",
|
|
24762
|
+
"widest-line": "^3.1.0",
|
|
24763
|
+
"wrap-ansi": "^6.2.0"
|
|
24764
|
+
}
|
|
24765
|
+
},
|
|
24766
|
+
"ansi-styles": {
|
|
24767
|
+
"version": "4.3.0",
|
|
24768
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
24769
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
24770
|
+
"requires": {
|
|
24771
|
+
"color-convert": "^2.0.1"
|
|
24772
|
+
}
|
|
24773
|
+
},
|
|
24774
|
+
"color-convert": {
|
|
24775
|
+
"version": "2.0.1",
|
|
24776
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
24777
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
24778
|
+
"requires": {
|
|
24779
|
+
"color-name": "~1.1.4"
|
|
24780
|
+
}
|
|
24781
|
+
},
|
|
24782
|
+
"color-name": {
|
|
24783
|
+
"version": "1.1.4",
|
|
24784
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
24785
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
24786
|
+
},
|
|
24787
|
+
"wrap-ansi": {
|
|
24788
|
+
"version": "6.2.0",
|
|
24789
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
24790
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
24791
|
+
"requires": {
|
|
24792
|
+
"ansi-styles": "^4.0.0",
|
|
24793
|
+
"string-width": "^4.1.0",
|
|
24794
|
+
"strip-ansi": "^6.0.0"
|
|
24795
|
+
}
|
|
24796
|
+
}
|
|
24797
|
+
}
|
|
24798
|
+
},
|
|
24547
24799
|
"@oclif/color": {
|
|
24548
24800
|
"version": "0.1.2",
|
|
24549
24801
|
"resolved": "https://registry.npmjs.org/@oclif/color/-/color-0.1.2.tgz",
|
|
@@ -24640,22 +24892,72 @@
|
|
|
24640
24892
|
}
|
|
24641
24893
|
},
|
|
24642
24894
|
"@oclif/command": {
|
|
24643
|
-
"version": "1.8.
|
|
24644
|
-
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.
|
|
24645
|
-
"integrity": "sha512-
|
|
24895
|
+
"version": "1.8.13",
|
|
24896
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.13.tgz",
|
|
24897
|
+
"integrity": "sha512-yJcOWEJA3DTkdE2VDh3TqpRAuokpSeVyaGRh4qkcBNTIROp+WRlk/XnK6IvS8b3UreBEFmz1BKZrBa6aQpn4Ew==",
|
|
24646
24898
|
"requires": {
|
|
24647
|
-
"@oclif/config": "^1.18.
|
|
24899
|
+
"@oclif/config": "^1.18.2",
|
|
24648
24900
|
"@oclif/errors": "^1.3.5",
|
|
24649
24901
|
"@oclif/parser": "^3.8.6",
|
|
24650
|
-
"@oclif/plugin-help": "
|
|
24902
|
+
"@oclif/plugin-help": "3.2.14",
|
|
24651
24903
|
"debug": "^4.1.1",
|
|
24652
24904
|
"semver": "^7.3.2"
|
|
24905
|
+
},
|
|
24906
|
+
"dependencies": {
|
|
24907
|
+
"@oclif/plugin-help": {
|
|
24908
|
+
"version": "3.2.14",
|
|
24909
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
24910
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
24911
|
+
"requires": {
|
|
24912
|
+
"@oclif/command": "^1.8.9",
|
|
24913
|
+
"@oclif/config": "^1.18.2",
|
|
24914
|
+
"@oclif/errors": "^1.3.5",
|
|
24915
|
+
"chalk": "^4.1.2",
|
|
24916
|
+
"indent-string": "^4.0.0",
|
|
24917
|
+
"lodash": "^4.17.21",
|
|
24918
|
+
"string-width": "^4.2.0",
|
|
24919
|
+
"strip-ansi": "^6.0.0",
|
|
24920
|
+
"widest-line": "^3.1.0",
|
|
24921
|
+
"wrap-ansi": "^6.2.0"
|
|
24922
|
+
}
|
|
24923
|
+
},
|
|
24924
|
+
"ansi-styles": {
|
|
24925
|
+
"version": "4.3.0",
|
|
24926
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
24927
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
24928
|
+
"requires": {
|
|
24929
|
+
"color-convert": "^2.0.1"
|
|
24930
|
+
}
|
|
24931
|
+
},
|
|
24932
|
+
"color-convert": {
|
|
24933
|
+
"version": "2.0.1",
|
|
24934
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
24935
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
24936
|
+
"requires": {
|
|
24937
|
+
"color-name": "~1.1.4"
|
|
24938
|
+
}
|
|
24939
|
+
},
|
|
24940
|
+
"color-name": {
|
|
24941
|
+
"version": "1.1.4",
|
|
24942
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
24943
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
24944
|
+
},
|
|
24945
|
+
"wrap-ansi": {
|
|
24946
|
+
"version": "6.2.0",
|
|
24947
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
24948
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
24949
|
+
"requires": {
|
|
24950
|
+
"ansi-styles": "^4.0.0",
|
|
24951
|
+
"string-width": "^4.1.0",
|
|
24952
|
+
"strip-ansi": "^6.0.0"
|
|
24953
|
+
}
|
|
24954
|
+
}
|
|
24653
24955
|
}
|
|
24654
24956
|
},
|
|
24655
24957
|
"@oclif/config": {
|
|
24656
|
-
"version": "1.18.
|
|
24657
|
-
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.
|
|
24658
|
-
"integrity": "sha512-
|
|
24958
|
+
"version": "1.18.2",
|
|
24959
|
+
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.2.tgz",
|
|
24960
|
+
"integrity": "sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==",
|
|
24659
24961
|
"requires": {
|
|
24660
24962
|
"@oclif/errors": "^1.3.3",
|
|
24661
24963
|
"@oclif/parser": "^3.8.0",
|
|
@@ -24666,16 +24968,16 @@
|
|
|
24666
24968
|
}
|
|
24667
24969
|
},
|
|
24668
24970
|
"@oclif/dev-cli": {
|
|
24669
|
-
"version": "1.26.
|
|
24670
|
-
"resolved": "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.
|
|
24671
|
-
"integrity": "sha512
|
|
24971
|
+
"version": "1.26.9",
|
|
24972
|
+
"resolved": "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.9.tgz",
|
|
24973
|
+
"integrity": "sha512-/kHU558nkU9qXx08l9hTTE6oi5/Mtik9D7hmdc5+jeqGYTdCRv7Xx0iabsqC/fJVZLWbnjKSEbGqisBS280lCA==",
|
|
24672
24974
|
"dev": true,
|
|
24673
24975
|
"requires": {
|
|
24674
|
-
"@oclif/command": "
|
|
24675
|
-
"@oclif/config": "^1.18.
|
|
24976
|
+
"@oclif/command": "1.8.10",
|
|
24977
|
+
"@oclif/config": "^1.18.2",
|
|
24676
24978
|
"@oclif/errors": "^1.3.5",
|
|
24677
|
-
"@oclif/plugin-help": "
|
|
24678
|
-
"cli-ux": "
|
|
24979
|
+
"@oclif/plugin-help": "3.2.14",
|
|
24980
|
+
"cli-ux": "5.6.6",
|
|
24679
24981
|
"debug": "^4.1.1",
|
|
24680
24982
|
"find-yarn-workspace-root": "^2.0.0",
|
|
24681
24983
|
"fs-extra": "^8.1",
|
|
@@ -24686,6 +24988,62 @@
|
|
|
24686
24988
|
"tslib": "^2.0.3"
|
|
24687
24989
|
},
|
|
24688
24990
|
"dependencies": {
|
|
24991
|
+
"@oclif/command": {
|
|
24992
|
+
"version": "1.8.10",
|
|
24993
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.10.tgz",
|
|
24994
|
+
"integrity": "sha512-GHL3Cdmabg2VAt5DL2GmRwmlROsN+Ma0JfxWlAhsKjxsa5vdWZ7BG82+A1NJQFgElm808z22Pldb7A4OJCq1pw==",
|
|
24995
|
+
"dev": true,
|
|
24996
|
+
"requires": {
|
|
24997
|
+
"@oclif/config": "^1.18.2",
|
|
24998
|
+
"@oclif/errors": "^1.3.5",
|
|
24999
|
+
"@oclif/parser": "^3.8.6",
|
|
25000
|
+
"@oclif/plugin-help": "3.2.14",
|
|
25001
|
+
"debug": "^4.1.1",
|
|
25002
|
+
"semver": "^7.3.2"
|
|
25003
|
+
}
|
|
25004
|
+
},
|
|
25005
|
+
"@oclif/plugin-help": {
|
|
25006
|
+
"version": "3.2.14",
|
|
25007
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
25008
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
25009
|
+
"dev": true,
|
|
25010
|
+
"requires": {
|
|
25011
|
+
"@oclif/command": "^1.8.9",
|
|
25012
|
+
"@oclif/config": "^1.18.2",
|
|
25013
|
+
"@oclif/errors": "^1.3.5",
|
|
25014
|
+
"chalk": "^4.1.2",
|
|
25015
|
+
"indent-string": "^4.0.0",
|
|
25016
|
+
"lodash": "^4.17.21",
|
|
25017
|
+
"string-width": "^4.2.0",
|
|
25018
|
+
"strip-ansi": "^6.0.0",
|
|
25019
|
+
"widest-line": "^3.1.0",
|
|
25020
|
+
"wrap-ansi": "^6.2.0"
|
|
25021
|
+
}
|
|
25022
|
+
},
|
|
25023
|
+
"ansi-styles": {
|
|
25024
|
+
"version": "4.3.0",
|
|
25025
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
25026
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
25027
|
+
"dev": true,
|
|
25028
|
+
"requires": {
|
|
25029
|
+
"color-convert": "^2.0.1"
|
|
25030
|
+
}
|
|
25031
|
+
},
|
|
25032
|
+
"color-convert": {
|
|
25033
|
+
"version": "2.0.1",
|
|
25034
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
25035
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
25036
|
+
"dev": true,
|
|
25037
|
+
"requires": {
|
|
25038
|
+
"color-name": "~1.1.4"
|
|
25039
|
+
}
|
|
25040
|
+
},
|
|
25041
|
+
"color-name": {
|
|
25042
|
+
"version": "1.1.4",
|
|
25043
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
25044
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
25045
|
+
"dev": true
|
|
25046
|
+
},
|
|
24689
25047
|
"fs-extra": {
|
|
24690
25048
|
"version": "8.1.0",
|
|
24691
25049
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
@@ -24711,6 +25069,17 @@
|
|
|
24711
25069
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
24712
25070
|
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
24713
25071
|
"dev": true
|
|
25072
|
+
},
|
|
25073
|
+
"wrap-ansi": {
|
|
25074
|
+
"version": "6.2.0",
|
|
25075
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
25076
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
25077
|
+
"dev": true,
|
|
25078
|
+
"requires": {
|
|
25079
|
+
"ansi-styles": "^4.0.0",
|
|
25080
|
+
"string-width": "^4.1.0",
|
|
25081
|
+
"strip-ansi": "^6.0.0"
|
|
25082
|
+
}
|
|
24714
25083
|
}
|
|
24715
25084
|
}
|
|
24716
25085
|
},
|
|
@@ -24768,13 +25137,13 @@
|
|
|
24768
25137
|
}
|
|
24769
25138
|
},
|
|
24770
25139
|
"@oclif/plugin-help": {
|
|
24771
|
-
"version": "3.2.
|
|
24772
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.
|
|
24773
|
-
"integrity": "sha512-
|
|
25140
|
+
"version": "3.2.17",
|
|
25141
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.17.tgz",
|
|
25142
|
+
"integrity": "sha512-dutwtACVnQ0tDqu9Fq3nhYzBAW5jwhslC6tYlyMQv4WBbQXowJ1ML5CnPmaSRhm5rHtIAcR8wrK3xCV3CUcQCQ==",
|
|
24774
25143
|
"requires": {
|
|
24775
|
-
"@oclif/
|
|
24776
|
-
"@oclif/config": "
|
|
24777
|
-
"@oclif/errors": "
|
|
25144
|
+
"@oclif/cmd": "npm:@oclif/command@1.8.12",
|
|
25145
|
+
"@oclif/config": "1.18.2",
|
|
25146
|
+
"@oclif/errors": "1.3.5",
|
|
24778
25147
|
"chalk": "^4.1.2",
|
|
24779
25148
|
"indent-string": "^4.0.0",
|
|
24780
25149
|
"lodash": "^4.17.21",
|
|
@@ -24818,184 +25187,102 @@
|
|
|
24818
25187
|
}
|
|
24819
25188
|
},
|
|
24820
25189
|
"@oclif/plugin-not-found": {
|
|
24821
|
-
"version": "1.2.
|
|
24822
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-1.2.
|
|
24823
|
-
"integrity": "sha512-
|
|
25190
|
+
"version": "1.2.6",
|
|
25191
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-1.2.6.tgz",
|
|
25192
|
+
"integrity": "sha512-cfkDub79I9EpselfU/W8FTXhslrkOgfqjaa25tyGo99dAX5UVr6BWL2wbUobsU+rUcm4HN3byzdHDcqfu6hoAw==",
|
|
24824
25193
|
"requires": {
|
|
24825
|
-
"@oclif/color": "^0.
|
|
24826
|
-
"@oclif/command": "
|
|
24827
|
-
"cli-ux": "
|
|
24828
|
-
"fast-levenshtein": "^
|
|
24829
|
-
"lodash": "^4.17.
|
|
24830
|
-
},
|
|
24831
|
-
"dependencies": {
|
|
24832
|
-
"
|
|
24833
|
-
"version": "
|
|
24834
|
-
"resolved": "https://registry.npmjs.org/
|
|
24835
|
-
"integrity": "sha512-
|
|
24836
|
-
|
|
24837
|
-
|
|
24838
|
-
|
|
24839
|
-
|
|
24840
|
-
|
|
24841
|
-
|
|
24842
|
-
|
|
24843
|
-
|
|
24844
|
-
|
|
24845
|
-
|
|
24846
|
-
"
|
|
24847
|
-
|
|
25194
|
+
"@oclif/color": "^0.1.2",
|
|
25195
|
+
"@oclif/command": "1.8.11",
|
|
25196
|
+
"cli-ux": "5.6.6",
|
|
25197
|
+
"fast-levenshtein": "^3.0.0",
|
|
25198
|
+
"lodash": "^4.17.21"
|
|
25199
|
+
},
|
|
25200
|
+
"dependencies": {
|
|
25201
|
+
"@oclif/command": {
|
|
25202
|
+
"version": "1.8.11",
|
|
25203
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.11.tgz",
|
|
25204
|
+
"integrity": "sha512-2fGLMvi6J5+oNxTaZfdWPMWY8oW15rYj0V8yLzmZBAEjfzjLqLIzJE9IlNccN1zwRqRHc1bcISSRDdxJ56IS/Q==",
|
|
25205
|
+
"requires": {
|
|
25206
|
+
"@oclif/config": "^1.18.2",
|
|
25207
|
+
"@oclif/errors": "^1.3.5",
|
|
25208
|
+
"@oclif/parser": "^3.8.6",
|
|
25209
|
+
"@oclif/plugin-help": "3.2.14",
|
|
25210
|
+
"debug": "^4.1.1",
|
|
25211
|
+
"semver": "^7.3.2"
|
|
25212
|
+
}
|
|
25213
|
+
},
|
|
25214
|
+
"@oclif/plugin-help": {
|
|
25215
|
+
"version": "3.2.14",
|
|
25216
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
25217
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
25218
|
+
"requires": {
|
|
25219
|
+
"@oclif/command": "^1.8.9",
|
|
25220
|
+
"@oclif/config": "^1.18.2",
|
|
25221
|
+
"@oclif/errors": "^1.3.5",
|
|
25222
|
+
"chalk": "^4.1.2",
|
|
25223
|
+
"indent-string": "^4.0.0",
|
|
25224
|
+
"lodash": "^4.17.21",
|
|
25225
|
+
"string-width": "^4.2.0",
|
|
25226
|
+
"strip-ansi": "^6.0.0",
|
|
25227
|
+
"widest-line": "^3.1.0",
|
|
25228
|
+
"wrap-ansi": "^6.2.0"
|
|
24848
25229
|
}
|
|
24849
25230
|
},
|
|
24850
|
-
"
|
|
24851
|
-
"version": "
|
|
24852
|
-
"resolved": "https://registry.npmjs.org/
|
|
24853
|
-
"integrity": "sha512-
|
|
25231
|
+
"ansi-styles": {
|
|
25232
|
+
"version": "4.3.0",
|
|
25233
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
25234
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
24854
25235
|
"requires": {
|
|
24855
|
-
"
|
|
24856
|
-
"escape-string-regexp": "^1.0.5",
|
|
24857
|
-
"supports-color": "^5.3.0"
|
|
25236
|
+
"color-convert": "^2.0.1"
|
|
24858
25237
|
}
|
|
24859
25238
|
},
|
|
24860
|
-
"
|
|
24861
|
-
"version": "2.
|
|
24862
|
-
"resolved": "https://registry.npmjs.org/
|
|
24863
|
-
"integrity": "sha512-
|
|
24864
|
-
},
|
|
24865
|
-
"cli-ux": {
|
|
24866
|
-
"version": "4.9.3",
|
|
24867
|
-
"resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-4.9.3.tgz",
|
|
24868
|
-
"integrity": "sha512-/1owvF0SZ5Gn54cgrikJ0QskgTzeg30HGjkmjFoaHDJzAqFpuX1DBpFR8aLvsE1J5s9MgeYRENQK4BFwOag5VA==",
|
|
25239
|
+
"color-convert": {
|
|
25240
|
+
"version": "2.0.1",
|
|
25241
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
25242
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
24869
25243
|
"requires": {
|
|
24870
|
-
"
|
|
24871
|
-
"@oclif/linewrap": "^1.0.0",
|
|
24872
|
-
"@oclif/screen": "^1.0.3",
|
|
24873
|
-
"ansi-escapes": "^3.1.0",
|
|
24874
|
-
"ansi-styles": "^3.2.1",
|
|
24875
|
-
"cardinal": "^2.1.1",
|
|
24876
|
-
"chalk": "^2.4.1",
|
|
24877
|
-
"clean-stack": "^2.0.0",
|
|
24878
|
-
"extract-stack": "^1.0.0",
|
|
24879
|
-
"fs-extra": "^7.0.0",
|
|
24880
|
-
"hyperlinker": "^1.0.0",
|
|
24881
|
-
"indent-string": "^3.2.0",
|
|
24882
|
-
"is-wsl": "^1.1.0",
|
|
24883
|
-
"lodash": "^4.17.11",
|
|
24884
|
-
"password-prompt": "^1.0.7",
|
|
24885
|
-
"semver": "^5.6.0",
|
|
24886
|
-
"strip-ansi": "^5.0.0",
|
|
24887
|
-
"supports-color": "^5.5.0",
|
|
24888
|
-
"supports-hyperlinks": "^1.0.1",
|
|
24889
|
-
"treeify": "^1.1.0",
|
|
24890
|
-
"tslib": "^1.9.3"
|
|
25244
|
+
"color-name": "~1.1.4"
|
|
24891
25245
|
}
|
|
24892
25246
|
},
|
|
24893
|
-
"
|
|
24894
|
-
"version": "1.
|
|
24895
|
-
"resolved": "https://registry.npmjs.org/
|
|
24896
|
-
"integrity": "
|
|
24897
|
-
},
|
|
24898
|
-
"extract-stack": {
|
|
24899
|
-
"version": "1.0.0",
|
|
24900
|
-
"resolved": "https://registry.npmjs.org/extract-stack/-/extract-stack-1.0.0.tgz",
|
|
24901
|
-
"integrity": "sha1-uXrK+UQe6iMyUpYktzL8WhyBZfo="
|
|
24902
|
-
},
|
|
24903
|
-
"fs-extra": {
|
|
24904
|
-
"version": "7.0.1",
|
|
24905
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
|
|
24906
|
-
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
|
|
24907
|
-
"requires": {
|
|
24908
|
-
"graceful-fs": "^4.1.2",
|
|
24909
|
-
"jsonfile": "^4.0.0",
|
|
24910
|
-
"universalify": "^0.1.0"
|
|
24911
|
-
}
|
|
25247
|
+
"color-name": {
|
|
25248
|
+
"version": "1.1.4",
|
|
25249
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
25250
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
24912
25251
|
},
|
|
24913
|
-
"
|
|
25252
|
+
"fast-levenshtein": {
|
|
24914
25253
|
"version": "3.0.0",
|
|
24915
|
-
"resolved": "https://registry.npmjs.org/
|
|
24916
|
-
"integrity": "
|
|
24917
|
-
},
|
|
24918
|
-
"indent-string": {
|
|
24919
|
-
"version": "3.2.0",
|
|
24920
|
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz",
|
|
24921
|
-
"integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok="
|
|
24922
|
-
},
|
|
24923
|
-
"is-wsl": {
|
|
24924
|
-
"version": "1.1.0",
|
|
24925
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
|
|
24926
|
-
"integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0="
|
|
24927
|
-
},
|
|
24928
|
-
"jsonfile": {
|
|
24929
|
-
"version": "4.0.0",
|
|
24930
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
24931
|
-
"integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
|
|
25254
|
+
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz",
|
|
25255
|
+
"integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==",
|
|
24932
25256
|
"requires": {
|
|
24933
|
-
"
|
|
25257
|
+
"fastest-levenshtein": "^1.0.7"
|
|
24934
25258
|
}
|
|
24935
25259
|
},
|
|
24936
|
-
"
|
|
24937
|
-
"version": "
|
|
24938
|
-
"resolved": "https://registry.npmjs.org/
|
|
24939
|
-
"integrity": "sha512-
|
|
24940
|
-
},
|
|
24941
|
-
"strip-ansi": {
|
|
24942
|
-
"version": "5.2.0",
|
|
24943
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
|
24944
|
-
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
|
24945
|
-
"requires": {
|
|
24946
|
-
"ansi-regex": "^4.1.0"
|
|
24947
|
-
}
|
|
24948
|
-
},
|
|
24949
|
-
"supports-color": {
|
|
24950
|
-
"version": "5.5.0",
|
|
24951
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
24952
|
-
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
24953
|
-
"requires": {
|
|
24954
|
-
"has-flag": "^3.0.0"
|
|
24955
|
-
}
|
|
24956
|
-
},
|
|
24957
|
-
"supports-hyperlinks": {
|
|
24958
|
-
"version": "1.0.1",
|
|
24959
|
-
"resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-1.0.1.tgz",
|
|
24960
|
-
"integrity": "sha512-HHi5kVSefKaJkGYXbDuKbUGRVxqnWGn3J2e39CYcNJEfWciGq2zYtOhXLTlvrOZW1QU7VX67w7fMmWafHX9Pfw==",
|
|
25260
|
+
"wrap-ansi": {
|
|
25261
|
+
"version": "6.2.0",
|
|
25262
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
25263
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
24961
25264
|
"requires": {
|
|
24962
|
-
"
|
|
24963
|
-
"
|
|
24964
|
-
|
|
24965
|
-
"dependencies": {
|
|
24966
|
-
"has-flag": {
|
|
24967
|
-
"version": "2.0.0",
|
|
24968
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
|
|
24969
|
-
"integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE="
|
|
24970
|
-
}
|
|
25265
|
+
"ansi-styles": "^4.0.0",
|
|
25266
|
+
"string-width": "^4.1.0",
|
|
25267
|
+
"strip-ansi": "^6.0.0"
|
|
24971
25268
|
}
|
|
24972
|
-
},
|
|
24973
|
-
"tslib": {
|
|
24974
|
-
"version": "1.14.1",
|
|
24975
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
24976
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
24977
|
-
},
|
|
24978
|
-
"universalify": {
|
|
24979
|
-
"version": "0.1.2",
|
|
24980
|
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
24981
|
-
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
|
|
24982
25269
|
}
|
|
24983
25270
|
}
|
|
24984
25271
|
},
|
|
24985
25272
|
"@oclif/plugin-plugins": {
|
|
24986
|
-
"version": "1.10.
|
|
24987
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.10.
|
|
24988
|
-
"integrity": "sha512
|
|
25273
|
+
"version": "1.10.10",
|
|
25274
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.10.10.tgz",
|
|
25275
|
+
"integrity": "sha512-axEwF2LkXykhHMQLCfcNETAVr6vLjehwLmsECpU83lYQ3PSO6AA9wpZKTtZZkT98CMklJblSkLnR+TpX9Nxnhg==",
|
|
24989
25276
|
"requires": {
|
|
24990
25277
|
"@oclif/color": "^0.1.2",
|
|
24991
|
-
"@oclif/command": "^1.8.
|
|
25278
|
+
"@oclif/command": "^1.8.9",
|
|
24992
25279
|
"@oclif/errors": "^1.3.5",
|
|
24993
|
-
"chalk": "^4.1.
|
|
24994
|
-
"cli-ux": "^5.6.
|
|
24995
|
-
"debug": "^4.
|
|
25280
|
+
"chalk": "^4.1.2",
|
|
25281
|
+
"cli-ux": "^5.6.6",
|
|
25282
|
+
"debug": "^4.3.3",
|
|
24996
25283
|
"fs-extra": "^9.0",
|
|
24997
|
-
"http-call": "^5.
|
|
24998
|
-
"load-json-file": "^5.
|
|
25284
|
+
"http-call": "^5.3.0",
|
|
25285
|
+
"load-json-file": "^5.3.0",
|
|
24999
25286
|
"npm-run-path": "^4.0.1",
|
|
25000
25287
|
"semver": "^7.3.2",
|
|
25001
25288
|
"tslib": "^2.0.0",
|
|
@@ -25021,12 +25308,12 @@
|
|
|
25021
25308
|
"integrity": "sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw=="
|
|
25022
25309
|
},
|
|
25023
25310
|
"@oclif/test": {
|
|
25024
|
-
"version": "1.2.
|
|
25025
|
-
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-1.2.
|
|
25026
|
-
"integrity": "sha512-
|
|
25311
|
+
"version": "1.2.9",
|
|
25312
|
+
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-1.2.9.tgz",
|
|
25313
|
+
"integrity": "sha512-op+ak0NTyeBKqjLVH1jfPCRGWK5befIoQpCL/xwekjucUEmMfCbUpV1Sa60f9rU8X58HEqrclwWbAH+DtQR6FQ==",
|
|
25027
25314
|
"dev": true,
|
|
25028
25315
|
"requires": {
|
|
25029
|
-
"fancy-test": "^1.4.
|
|
25316
|
+
"fancy-test": "^1.4.10"
|
|
25030
25317
|
}
|
|
25031
25318
|
},
|
|
25032
25319
|
"@octokit/auth-token": {
|
|
@@ -26928,11 +27215,11 @@
|
|
|
26928
27215
|
}
|
|
26929
27216
|
},
|
|
26930
27217
|
"cli-ux": {
|
|
26931
|
-
"version": "5.6.
|
|
26932
|
-
"resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.
|
|
26933
|
-
"integrity": "sha512-
|
|
27218
|
+
"version": "5.6.6",
|
|
27219
|
+
"resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.6.tgz",
|
|
27220
|
+
"integrity": "sha512-4wUB34zoFklcZV0z5YiOM5IqVMMt9c3TK3QYRK3dqyk3XoRC0ybiWDWHfsMDjkKrzsVTw95rXn9NrzSHbae4pg==",
|
|
26934
27221
|
"requires": {
|
|
26935
|
-
"@oclif/command": "^1.8.
|
|
27222
|
+
"@oclif/command": "^1.8.9",
|
|
26936
27223
|
"@oclif/errors": "^1.3.5",
|
|
26937
27224
|
"@oclif/linewrap": "^1.0.0",
|
|
26938
27225
|
"@oclif/screen": "^1.0.4",
|
|
@@ -29886,6 +30173,11 @@
|
|
|
29886
30173
|
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
|
|
29887
30174
|
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA=="
|
|
29888
30175
|
},
|
|
30176
|
+
"fastest-levenshtein": {
|
|
30177
|
+
"version": "1.0.12",
|
|
30178
|
+
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz",
|
|
30179
|
+
"integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow=="
|
|
30180
|
+
},
|
|
29889
30181
|
"fastq": {
|
|
29890
30182
|
"version": "1.13.0",
|
|
29891
30183
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
|
|
@@ -37852,11 +38144,6 @@
|
|
|
37852
38144
|
"integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
|
|
37853
38145
|
"dev": true
|
|
37854
38146
|
},
|
|
37855
|
-
"treeify": {
|
|
37856
|
-
"version": "1.1.0",
|
|
37857
|
-
"resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz",
|
|
37858
|
-
"integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A=="
|
|
37859
|
-
},
|
|
37860
38147
|
"trim-newlines": {
|
|
37861
38148
|
"version": "3.0.1",
|
|
37862
38149
|
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
|