Skip to content

Commit 4e4934b

Browse files
authored
Move downloading binaries to new package (lensapp#7033)
* Move downloading binaries to new package Signed-off-by: Sebastian Malton <[email protected]> * Remove old location from files Signed-off-by: Sebastian Malton <[email protected]> * Swtich @k8slens/download-binaries to provide a binary Signed-off-by: Sebastian Malton <[email protected]> --------- Signed-off-by: Sebastian Malton <[email protected]>
1 parent 9eec04a commit 4e4934b

File tree

12 files changed

+1728
-3833
lines changed

12 files changed

+1728
-3833
lines changed

packages/core/package.json

-7
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
}
3838
},
3939
"files": [
40-
"build/download_binaries.ts",
4140
"build/*.plist",
4241
"build/installer.nsh",
4342
"build/notarize.js",
@@ -214,15 +213,13 @@
214213
"@types/byline": "^4.2.33",
215214
"@types/chart.js": "^2.9.36",
216215
"@types/circular-dependency-plugin": "5.0.5",
217-
"@types/cli-progress": "^3.11.0",
218216
"@types/color": "^3.0.3",
219217
"@types/command-line-args": "^5.2.0",
220218
"@types/crypto-js": "^3.1.47",
221219
"@types/dompurify": "^2.4.0",
222220
"@types/electron-devtools-installer": "^2.2.1",
223221
"@types/fs-extra": "^9.0.13",
224222
"@types/glob-to-regexp": "^0.4.1",
225-
"@types/gunzip-maybe": "^1.4.0",
226223
"@types/hapi__call": "^9.0.0",
227224
"@types/hapi__subtext": "^7.0.0",
228225
"@types/html-webpack-plugin": "^3.2.6",
@@ -251,7 +248,6 @@
251248
"@types/semver": "^7.3.13",
252249
"@types/sharp": "^0.31.1",
253250
"@types/tar": "^6.1.3",
254-
"@types/tar-stream": "^2.2.2",
255251
"@types/tcp-port-used": "^1.0.1",
256252
"@types/tempy": "^0.3.0",
257253
"@types/triple-beam": "^1.3.2",
@@ -268,7 +264,6 @@
268264
"chalk": "^4.1.2",
269265
"chart.js": "^2.9.4",
270266
"circular-dependency-plugin": "^5.2.2",
271-
"cli-progress": "^3.11.2",
272267
"color": "^3.2.1",
273268
"command-line-args": "^5.2.1",
274269
"concurrently": "^7.6.0",
@@ -288,7 +283,6 @@
288283
"eslint-plugin-react-hooks": "^4.6.0",
289284
"eslint-plugin-unused-imports": "^2.0.0",
290285
"fork-ts-checker-webpack-plugin": "^6.5.2",
291-
"gunzip-maybe": "^1.4.2",
292286
"html-webpack-plugin": "^5.5.0",
293287
"identity-obj-proxy": "^3.0.0",
294288
"ignore-loader": "^0.1.2",
@@ -325,7 +319,6 @@
325319
"sharp": "^0.31.3",
326320
"style-loader": "^3.3.1",
327321
"tailwindcss": "^3.2.4",
328-
"tar-stream": "^2.2.0",
329322
"ts-loader": "^9.4.2",
330323
"ts-node": "^10.9.1",
331324
"type-fest": "^2.14.0",

packages/core/yarn.lock

+2-151
Original file line numberDiff line numberDiff line change
@@ -1284,13 +1284,6 @@
12841284
"@jridgewell/resolve-uri" "^3.0.3"
12851285
"@jridgewell/sourcemap-codec" "^1.4.10"
12861286

1287-
"@k8slens/node-fetch@^6.4.0-beta.6":
1288-
version "6.4.0-beta.6"
1289-
resolved "https://registry.yarnpkg.com/@k8slens/node-fetch/-/node-fetch-6.4.0-beta.6.tgz#e7779f4adc9c85f485d2109d734cb7b4ab9130a1"
1290-
integrity sha512-6ryPxx+ENB4cmdqlc3WMLX8qDNS6Yon3q5ZtGIjnncUaRRQKRirzvSnQ62VruDi8ZSTssRlRtfKZ+WgeRnzH6g==
1291-
dependencies:
1292-
node-fetch "^3.3.0"
1293-
12941287
"@kubernetes/client-node@^0.18.1":
12951288
version "0.18.1"
12961289
resolved "https://registry.yarnpkg.com/@kubernetes/client-node/-/client-node-0.18.1.tgz#58d864c8f584efd0f8670f6c46bb8e9d5abd58f6"
@@ -2125,13 +2118,6 @@
21252118
"@types/node" "*"
21262119
source-map "^0.6.0"
21272120

2128-
"@types/cli-progress@^3.11.0":
2129-
version "3.11.0"
2130-
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.0.tgz#ec79df99b26757c3d1c7170af8422e0fc95eef7e"
2131-
integrity sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==
2132-
dependencies:
2133-
"@types/node" "*"
2134-
21352121
"@types/color-convert@*":
21362122
version "2.0.0"
21372123
resolved "https://registry.yarnpkg.com/@types/color-convert/-/color-convert-2.0.0.tgz#8f5ee6b9e863dcbee5703f5a517ffb13d3ea4e22"
@@ -2269,13 +2255,6 @@
22692255
dependencies:
22702256
"@types/node" "*"
22712257

2272-
"@types/gunzip-maybe@^1.4.0":
2273-
version "1.4.0"
2274-
resolved "https://registry.yarnpkg.com/@types/gunzip-maybe/-/gunzip-maybe-1.4.0.tgz#9410fd15ff68eca8907b7b9198e63e2a7c14d511"
2275-
integrity sha512-dFP9GrYAR9KhsjTkWJ8q8Gsfql75YIKcg9DuQOj/IrlPzR7W+1zX+cclw1McV82UXAQ+Lpufvgk3e9bC8+HzgA==
2276-
dependencies:
2277-
"@types/node" "*"
2278-
22792258
"@types/hapi__call@^9.0.0":
22802259
version "9.0.0"
22812260
resolved "https://registry.yarnpkg.com/@types/hapi__call/-/hapi__call-9.0.0.tgz#17e287ce9333c59716b194720eea9f12e63a72f2"
@@ -2700,13 +2679,6 @@
27002679
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310"
27012680
integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==
27022681

2703-
"@types/tar-stream@^2.2.2":
2704-
version "2.2.2"
2705-
resolved "https://registry.yarnpkg.com/@types/tar-stream/-/tar-stream-2.2.2.tgz#be9d0be9404166e4b114151f93e8442e6ab6fb1d"
2706-
integrity sha512-1AX+Yt3icFuU6kxwmPakaiGrJUwG44MpuiqPg4dSolRFk6jmvs4b3IbUol9wKDLIgU76gevn3EwE8y/DkSJCZQ==
2707-
dependencies:
2708-
"@types/node" "*"
2709-
27102682
"@types/tar@^6.1.3":
27112683
version "6.1.3"
27122684
resolved "https://registry.yarnpkg.com/@types/tar/-/tar-6.1.3.tgz#46a2ce7617950c4852dfd7e9cd41aa8161b9d750"
@@ -3849,13 +3821,6 @@ browser-process-hrtime@^1.0.0:
38493821
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
38503822
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
38513823

3852-
browserify-zlib@^0.1.4:
3853-
version "0.1.4"
3854-
resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.1.4.tgz#bb35f8a519f600e0fa6b8485241c979d0141fb2d"
3855-
integrity sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=
3856-
dependencies:
3857-
pako "~0.2.0"
3858-
38593824
browserslist@^4.14.5, browserslist@^4.20.2:
38603825
version "4.20.3"
38613826
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf"
@@ -4284,13 +4249,6 @@ cli-cursor@^3.1.0:
42844249
dependencies:
42854250
restore-cursor "^3.1.0"
42864251

4287-
cli-progress@^3.11.2:
4288-
version "3.11.2"
4289-
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.11.2.tgz#f8c89bd157e74f3f2c43bcfb3505670b4d48fc77"
4290-
integrity sha512-lCPoS6ncgX4+rJu5bS3F/iCz17kZ9MPZ6dpuTtI0KXKABkhyXIdYB3Inby1OpaGti3YlI3EeEkM9AuWpelJrVA==
4291-
dependencies:
4292-
string-width "^4.2.3"
4293-
42944252
cli-table3@^0.6.2:
42954253
version "0.6.2"
42964254
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.2.tgz#aaf5df9d8b5bf12634dc8b3040806a0c07120d2a"
@@ -4872,11 +4830,6 @@ dashdash@^1.12.0:
48724830
dependencies:
48734831
assert-plus "^1.0.0"
48744832

4875-
data-uri-to-buffer@^4.0.0:
4876-
version "4.0.1"
4877-
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
4878-
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
4879-
48804833
data-urls@^2.0.0:
48814834
version "2.0.0"
48824835
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"
@@ -5388,16 +5341,6 @@ duplexer3@^0.1.4:
53885341
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
53895342
integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
53905343

5391-
duplexify@^3.5.0, duplexify@^3.6.0:
5392-
version "3.7.1"
5393-
resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309"
5394-
integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==
5395-
dependencies:
5396-
end-of-stream "^1.0.0"
5397-
inherits "^2.0.1"
5398-
readable-stream "^2.0.0"
5399-
stream-shift "^1.0.0"
5400-
54015344
ecc-jsbn@~0.1.1:
54025345
version "0.1.2"
54035346
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -6302,14 +6245,6 @@ fecha@^4.2.0:
63026245
resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.3.tgz#4d9ccdbc61e8629b259fdca67e65891448d569fd"
63036246
integrity sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==
63046247

6305-
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
6306-
version "3.2.0"
6307-
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
6308-
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
6309-
dependencies:
6310-
node-domexception "^1.0.0"
6311-
web-streams-polyfill "^3.0.3"
6312-
63136248
figures@^3.0.0:
63146249
version "3.2.0"
63156250
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
@@ -6577,13 +6512,6 @@ form-data@~2.3.2:
65776512
combined-stream "^1.0.6"
65786513
mime-types "^2.1.12"
65796514

6580-
formdata-polyfill@^4.0.10:
6581-
version "4.0.10"
6582-
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
6583-
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
6584-
dependencies:
6585-
fetch-blob "^3.1.2"
6586-
65876515
65886516
version "0.2.0"
65896517
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -7003,18 +6931,6 @@ gulp-header@^1.7.1:
70036931
lodash.template "^4.4.0"
70046932
through2 "^2.0.0"
70056933

7006-
gunzip-maybe@^1.4.2:
7007-
version "1.4.2"
7008-
resolved "https://registry.yarnpkg.com/gunzip-maybe/-/gunzip-maybe-1.4.2.tgz#b913564ae3be0eda6f3de36464837a9cd94b98ac"
7009-
integrity sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==
7010-
dependencies:
7011-
browserify-zlib "^0.1.4"
7012-
is-deflate "^1.0.0"
7013-
is-gzip "^1.0.0"
7014-
peek-stream "^1.1.0"
7015-
pumpify "^1.3.3"
7016-
through2 "^2.0.3"
7017-
70186934
handle-thing@^2.0.0:
70196935
version "2.0.1"
70206936
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e"
@@ -7660,11 +7576,6 @@ is-date-object@^1.0.1:
76607576
dependencies:
76617577
has-tostringtag "^1.0.0"
76627578

7663-
is-deflate@^1.0.0:
7664-
version "1.0.0"
7665-
resolved "https://registry.yarnpkg.com/is-deflate/-/is-deflate-1.0.0.tgz#c862901c3c161fb09dac7cdc7e784f80e98f2f14"
7666-
integrity sha1-yGKQHDwWH7CdrHzcfnhPgOmPLxQ=
7667-
76687579
is-docker@^2.0.0, is-docker@^2.1.1:
76697580
version "2.2.1"
76707581
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
@@ -7714,11 +7625,6 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
77147625
dependencies:
77157626
is-extglob "^2.1.1"
77167627

7717-
is-gzip@^1.0.0:
7718-
version "1.0.0"
7719-
resolved "https://registry.yarnpkg.com/is-gzip/-/is-gzip-1.0.0.tgz#6ca8b07b99c77998025900e555ced8ed80879a83"
7720-
integrity sha1-bKiwe5nHeZgCWQDlVc7Y7YCHmoM=
7721-
77227628
is-in-browser@^1.0.2, is-in-browser@^1.1.3:
77237629
version "1.1.3"
77247630
resolved "https://registry.yarnpkg.com/is-in-browser/-/is-in-browser-1.1.3.tgz#56ff4db683a078c6082eb95dad7dc62e1d04f835"
@@ -9746,20 +9652,6 @@ node-addon-api@^5.0.0:
97469652
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.0.0.tgz#7d7e6f9ef89043befdb20c1989c905ebde18c501"
97479653
integrity sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA==
97489654

9749-
node-domexception@^1.0.0:
9750-
version "1.0.0"
9751-
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
9752-
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
9753-
9754-
node-fetch@^3.3.0:
9755-
version "3.3.0"
9756-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
9757-
integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
9758-
dependencies:
9759-
data-uri-to-buffer "^4.0.0"
9760-
fetch-blob "^3.1.4"
9761-
formdata-polyfill "^4.0.10"
9762-
97639655
node-forge@^1, node-forge@^1.2.1:
97649656
version "1.3.1"
97659657
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
@@ -10450,11 +10342,6 @@ pacote@^13.0.3, pacote@^13.6.1, pacote@^13.6.2:
1045010342
ssri "^9.0.0"
1045110343
tar "^6.1.11"
1045210344

10453-
pako@~0.2.0:
10454-
version "0.2.9"
10455-
resolved "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161bad9ecfd51bf83a75"
10456-
integrity sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=
10457-
1045810345
pako@~1.0.2:
1045910346
version "1.0.11"
1046010347
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
@@ -10569,15 +10456,6 @@ path-type@^4.0.0:
1056910456
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
1057010457
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
1057110458

10572-
peek-stream@^1.1.0:
10573-
version "1.1.3"
10574-
resolved "https://registry.yarnpkg.com/peek-stream/-/peek-stream-1.1.3.tgz#3b35d84b7ccbbd262fff31dc10da56856ead6d67"
10575-
integrity sha512-FhJ+YbOSBb9/rIl2ZeE/QHEsWn7PqNYt8ARAY3kIgNGOk13g9FGyIY6JIl/xB/3TFRVoTv5as0l11weORrTekA==
10576-
dependencies:
10577-
buffer-from "^1.0.0"
10578-
duplexify "^3.5.0"
10579-
through2 "^2.0.3"
10580-
1058110459
pend@~1.2.0:
1058210460
version "1.2.0"
1058310461
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
@@ -10984,14 +10862,6 @@ pstree.remy@^1.1.8:
1098410862
resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.8.tgz#c242224f4a67c21f686839bbdb4ac282b8373d3a"
1098510863
integrity sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==
1098610864

10987-
pump@^2.0.0:
10988-
version "2.0.1"
10989-
resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909"
10990-
integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==
10991-
dependencies:
10992-
end-of-stream "^1.1.0"
10993-
once "^1.3.1"
10994-
1099510865
pump@^3.0.0:
1099610866
version "3.0.0"
1099710867
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
@@ -11000,15 +10870,6 @@ pump@^3.0.0:
1100010870
end-of-stream "^1.1.0"
1100110871
once "^1.3.1"
1100210872

11003-
pumpify@^1.3.3:
11004-
version "1.5.1"
11005-
resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce"
11006-
integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==
11007-
dependencies:
11008-
duplexify "^3.6.0"
11009-
inherits "^2.0.3"
11010-
pump "^2.0.0"
11011-
1101210873
punycode@^2.1.0, punycode@^2.1.1:
1101310874
version "2.1.1"
1101410875
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@@ -12304,11 +12165,6 @@ stream-buffers@^3.0.2:
1230412165
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-3.0.2.tgz#5249005a8d5c2d00b3a32e6e0a6ea209dc4f3521"
1230512166
integrity sha512-DQi1h8VEBA/lURbSwFtEHnSTb9s2/pwLEaFuNhXwy1Dx3Sa0lOuYT2yNUr4/j2fs8oCAMANtrZ5OrPZtyVs3MQ==
1230612167

12307-
stream-shift@^1.0.0:
12308-
version "1.0.1"
12309-
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d"
12310-
integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==
12311-
1231212168
strict-uri-encode@^1.0.0:
1231312169
version "1.1.0"
1231412170
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
@@ -12623,7 +12479,7 @@ tar-stream@^1.5.2:
1262312479
to-buffer "^1.1.1"
1262412480
xtend "^4.0.0"
1262512481

12626-
tar-stream@^2.1.4, tar-stream@^2.2.0:
12482+
tar-stream@^2.1.4:
1262712483
version "2.2.0"
1262812484
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
1262912485
integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==
@@ -12736,7 +12592,7 @@ text-table@^0.2.0, text-table@~0.2.0:
1273612592
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
1273712593
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
1273812594

12739-
through2@^2.0.0, through2@^2.0.3:
12595+
through2@^2.0.0:
1274012596
version "2.0.5"
1274112597
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
1274212598
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
@@ -13432,11 +13288,6 @@ wcwidth@^1.0.0:
1343213288
dependencies:
1343313289
defaults "^1.0.3"
1343413290

13435-
web-streams-polyfill@^3.0.3:
13436-
version "3.2.1"
13437-
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
13438-
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
13439-
1344013291
webidl-conversions@^5.0.0:
1344113292
version "5.0.0"
1344213293
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"

packages/download-binaries/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dist/
2+
node_modules/
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "@k8slens/download-binaries",
3+
"version": "6.4.0-beta.6",
4+
"description": "CLI for downloading configured versions of the bundled versions of CLIs",
5+
"main": "dist/index.mjs",
6+
"license": "MIT",
7+
"scripts": {
8+
"clean": "rm -rf dist/",
9+
"build": "swc ./src/index.ts -o ./dist/index.mjs"
10+
},
11+
"bin": "./dist/index.mjs",
12+
"files": [
13+
"dist"
14+
],
15+
"dependencies": {
16+
"arg": "^5.0.2",
17+
"cli-progress": "^3.11.2",
18+
"gunzip-maybe": "^1.4.2",
19+
"node-fetch": "^3.3.0",
20+
"tar-stream": "^3.0.0",
21+
"zod": "^3.20.2"
22+
},
23+
"devDependencies": {
24+
"@swc/cli": "^0.1.59",
25+
"@swc/core": "^1.3.28",
26+
"@types/cli-progress": "^3.11.0",
27+
"@types/gunzip-maybe": "^1.4.0",
28+
"@types/node": "^16.18.11",
29+
"@types/semver": "^7.3.13",
30+
"@types/tar-stream": "^2.2.2"
31+
}
32+
}

0 commit comments

Comments
 (0)