@mistydemeo/cargodisttest 0.2.358 → 0.2.363
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/binary.js +2 -2
- package/npm-shrinkwrap.json +75 -429
- package/package.json +5 -5
package/binary.js
CHANGED
|
@@ -17,7 +17,7 @@ const {
|
|
|
17
17
|
} = require("./package.json");
|
|
18
18
|
|
|
19
19
|
const builderGlibcMajorVersion = glibcMinimum.major;
|
|
20
|
-
const
|
|
20
|
+
const builderGlibcMinorVersion = glibcMinimum.series;
|
|
21
21
|
|
|
22
22
|
const getPlatform = () => {
|
|
23
23
|
const rawOsType = os.type();
|
|
@@ -63,7 +63,7 @@ const getPlatform = () => {
|
|
|
63
63
|
let libcMinorVersion = splitLibcVersion[1];
|
|
64
64
|
if (
|
|
65
65
|
libcMajorVersion != builderGlibcMajorVersion ||
|
|
66
|
-
libcMinorVersion <
|
|
66
|
+
libcMinorVersion < builderGlibcMinorVersion
|
|
67
67
|
) {
|
|
68
68
|
// We can't run the glibc binaries, but we can run the static musl ones
|
|
69
69
|
// if they exist
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"axolotlsay": "run-axolotlsay.js"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"axios": "^1.
|
|
10
|
+
"axios": "^1.13.5",
|
|
11
11
|
"axios-proxy-builder": "^0.1.2",
|
|
12
12
|
"console.table": "^0.10.0",
|
|
13
13
|
"detect-libc": "^2.1.2",
|
|
14
|
-
"rimraf": "^6.
|
|
14
|
+
"rimraf": "^6.1.3"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"prettier": "^3.
|
|
17
|
+
"prettier": "^3.8.1"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=14",
|
|
@@ -23,69 +23,16 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "MIT OR Apache-2.0",
|
|
25
25
|
"name": "@mistydemeo/cargodisttest",
|
|
26
|
-
"version": "0.2.
|
|
27
|
-
},
|
|
28
|
-
"node_modules/@isaacs/balanced-match": {
|
|
29
|
-
"engines": {
|
|
30
|
-
"node": "20 || >=22"
|
|
31
|
-
},
|
|
32
|
-
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
33
|
-
"license": "MIT",
|
|
34
|
-
"resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
|
|
35
|
-
"version": "4.0.1"
|
|
36
|
-
},
|
|
37
|
-
"node_modules/@isaacs/brace-expansion": {
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@isaacs/balanced-match": "^4.0.1"
|
|
40
|
-
},
|
|
41
|
-
"engines": {
|
|
42
|
-
"node": "20 || >=22"
|
|
43
|
-
},
|
|
44
|
-
"integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
|
|
45
|
-
"license": "MIT",
|
|
46
|
-
"resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
|
|
47
|
-
"version": "5.0.0"
|
|
26
|
+
"version": "0.2.363"
|
|
48
27
|
},
|
|
49
28
|
"node_modules/@isaacs/cliui": {
|
|
50
|
-
"dependencies": {
|
|
51
|
-
"string-width": "^5.1.2",
|
|
52
|
-
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
53
|
-
"strip-ansi": "^7.0.1",
|
|
54
|
-
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
55
|
-
"wrap-ansi": "^8.1.0",
|
|
56
|
-
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
57
|
-
},
|
|
58
29
|
"engines": {
|
|
59
|
-
"node": ">=
|
|
30
|
+
"node": ">=18"
|
|
60
31
|
},
|
|
61
|
-
"integrity": "sha512-
|
|
62
|
-
"license": "
|
|
63
|
-
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-
|
|
64
|
-
"version": "
|
|
65
|
-
},
|
|
66
|
-
"node_modules/ansi-regex": {
|
|
67
|
-
"engines": {
|
|
68
|
-
"node": ">=12"
|
|
69
|
-
},
|
|
70
|
-
"funding": {
|
|
71
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
72
|
-
},
|
|
73
|
-
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
|
|
74
|
-
"license": "MIT",
|
|
75
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
|
|
76
|
-
"version": "6.1.0"
|
|
77
|
-
},
|
|
78
|
-
"node_modules/ansi-styles": {
|
|
79
|
-
"engines": {
|
|
80
|
-
"node": ">=12"
|
|
81
|
-
},
|
|
82
|
-
"funding": {
|
|
83
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
84
|
-
},
|
|
85
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
86
|
-
"license": "MIT",
|
|
87
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
88
|
-
"version": "6.2.1"
|
|
32
|
+
"integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
|
|
33
|
+
"license": "BlueOak-1.0.0",
|
|
34
|
+
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
|
|
35
|
+
"version": "9.0.0"
|
|
89
36
|
},
|
|
90
37
|
"node_modules/asynckit": {
|
|
91
38
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
@@ -95,14 +42,14 @@
|
|
|
95
42
|
},
|
|
96
43
|
"node_modules/axios": {
|
|
97
44
|
"dependencies": {
|
|
98
|
-
"follow-redirects": "^1.15.
|
|
99
|
-
"form-data": "^4.0.
|
|
45
|
+
"follow-redirects": "^1.15.11",
|
|
46
|
+
"form-data": "^4.0.5",
|
|
100
47
|
"proxy-from-env": "^1.1.0"
|
|
101
48
|
},
|
|
102
|
-
"integrity": "sha512-
|
|
49
|
+
"integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
|
|
103
50
|
"license": "MIT",
|
|
104
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
105
|
-
"version": "1.
|
|
51
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz",
|
|
52
|
+
"version": "1.13.5"
|
|
106
53
|
},
|
|
107
54
|
"node_modules/axios-proxy-builder": {
|
|
108
55
|
"dependencies": {
|
|
@@ -113,6 +60,30 @@
|
|
|
113
60
|
"resolved": "https://registry.npmjs.org/axios-proxy-builder/-/axios-proxy-builder-0.1.2.tgz",
|
|
114
61
|
"version": "0.1.2"
|
|
115
62
|
},
|
|
63
|
+
"node_modules/balanced-match": {
|
|
64
|
+
"dependencies": {
|
|
65
|
+
"jackspeak": "^4.2.3"
|
|
66
|
+
},
|
|
67
|
+
"engines": {
|
|
68
|
+
"node": "20 || >=22"
|
|
69
|
+
},
|
|
70
|
+
"integrity": "sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==",
|
|
71
|
+
"license": "MIT",
|
|
72
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.2.tgz",
|
|
73
|
+
"version": "4.0.2"
|
|
74
|
+
},
|
|
75
|
+
"node_modules/brace-expansion": {
|
|
76
|
+
"dependencies": {
|
|
77
|
+
"balanced-match": "^4.0.2"
|
|
78
|
+
},
|
|
79
|
+
"engines": {
|
|
80
|
+
"node": "20 || >=22"
|
|
81
|
+
},
|
|
82
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
83
|
+
"license": "MIT",
|
|
84
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
85
|
+
"version": "5.0.2"
|
|
86
|
+
},
|
|
116
87
|
"node_modules/call-bind-apply-helpers": {
|
|
117
88
|
"dependencies": {
|
|
118
89
|
"es-errors": "^1.3.0",
|
|
@@ -136,24 +107,6 @@
|
|
|
136
107
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
137
108
|
"version": "1.0.4"
|
|
138
109
|
},
|
|
139
|
-
"node_modules/color-convert": {
|
|
140
|
-
"dependencies": {
|
|
141
|
-
"color-name": "~1.1.4"
|
|
142
|
-
},
|
|
143
|
-
"engines": {
|
|
144
|
-
"node": ">=7.0.0"
|
|
145
|
-
},
|
|
146
|
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
147
|
-
"license": "MIT",
|
|
148
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
149
|
-
"version": "2.0.1"
|
|
150
|
-
},
|
|
151
|
-
"node_modules/color-name": {
|
|
152
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
153
|
-
"license": "MIT",
|
|
154
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
155
|
-
"version": "1.1.4"
|
|
156
|
-
},
|
|
157
110
|
"node_modules/combined-stream": {
|
|
158
111
|
"dependencies": {
|
|
159
112
|
"delayed-stream": "~1.0.0"
|
|
@@ -178,20 +131,6 @@
|
|
|
178
131
|
"resolved": "https://registry.npmjs.org/console.table/-/console.table-0.10.0.tgz",
|
|
179
132
|
"version": "0.10.0"
|
|
180
133
|
},
|
|
181
|
-
"node_modules/cross-spawn": {
|
|
182
|
-
"dependencies": {
|
|
183
|
-
"path-key": "^3.1.0",
|
|
184
|
-
"shebang-command": "^2.0.0",
|
|
185
|
-
"which": "^2.0.1"
|
|
186
|
-
},
|
|
187
|
-
"engines": {
|
|
188
|
-
"node": ">= 8"
|
|
189
|
-
},
|
|
190
|
-
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
191
|
-
"license": "MIT",
|
|
192
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
193
|
-
"version": "7.0.6"
|
|
194
|
-
},
|
|
195
134
|
"node_modules/defaults": {
|
|
196
135
|
"dependencies": {
|
|
197
136
|
"clone": "^1.0.2"
|
|
@@ -237,12 +176,6 @@
|
|
|
237
176
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
238
177
|
"version": "1.0.1"
|
|
239
178
|
},
|
|
240
|
-
"node_modules/eastasianwidth": {
|
|
241
|
-
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
242
|
-
"license": "MIT",
|
|
243
|
-
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
244
|
-
"version": "0.2.0"
|
|
245
|
-
},
|
|
246
179
|
"node_modules/easy-table": {
|
|
247
180
|
"integrity": "sha512-oq33hWOSSnl2Hoh00tZWaIPi1ievrD9aFG82/IgjlycAnW9hHx5PkJiXpxPsgEE+H7BsbVQXFVFST8TEXS6/pA==",
|
|
248
181
|
"license": "MIT",
|
|
@@ -252,12 +185,6 @@
|
|
|
252
185
|
"resolved": "https://registry.npmjs.org/easy-table/-/easy-table-1.1.0.tgz",
|
|
253
186
|
"version": "1.1.0"
|
|
254
187
|
},
|
|
255
|
-
"node_modules/emoji-regex": {
|
|
256
|
-
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
257
|
-
"license": "MIT",
|
|
258
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
259
|
-
"version": "9.2.2"
|
|
260
|
-
},
|
|
261
188
|
"node_modules/es-define-property": {
|
|
262
189
|
"engines": {
|
|
263
190
|
"node": ">= 0.4"
|
|
@@ -313,31 +240,15 @@
|
|
|
313
240
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
314
241
|
}
|
|
315
242
|
],
|
|
316
|
-
"integrity": "sha512-
|
|
243
|
+
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
317
244
|
"license": "MIT",
|
|
318
245
|
"peerDependenciesMeta": {
|
|
319
246
|
"debug": {
|
|
320
247
|
"optional": true
|
|
321
248
|
}
|
|
322
249
|
},
|
|
323
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.
|
|
324
|
-
"version": "1.15.
|
|
325
|
-
},
|
|
326
|
-
"node_modules/foreground-child": {
|
|
327
|
-
"dependencies": {
|
|
328
|
-
"cross-spawn": "^7.0.6",
|
|
329
|
-
"signal-exit": "^4.0.1"
|
|
330
|
-
},
|
|
331
|
-
"engines": {
|
|
332
|
-
"node": ">=14"
|
|
333
|
-
},
|
|
334
|
-
"funding": {
|
|
335
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
336
|
-
},
|
|
337
|
-
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
338
|
-
"license": "ISC",
|
|
339
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
340
|
-
"version": "3.3.1"
|
|
250
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
251
|
+
"version": "1.15.11"
|
|
341
252
|
},
|
|
342
253
|
"node_modules/form-data": {
|
|
343
254
|
"dependencies": {
|
|
@@ -350,10 +261,10 @@
|
|
|
350
261
|
"engines": {
|
|
351
262
|
"node": ">= 6"
|
|
352
263
|
},
|
|
353
|
-
"integrity": "sha512-
|
|
264
|
+
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
354
265
|
"license": "MIT",
|
|
355
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
356
|
-
"version": "4.0.
|
|
266
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
267
|
+
"version": "4.0.5"
|
|
357
268
|
},
|
|
358
269
|
"node_modules/function-bind": {
|
|
359
270
|
"funding": {
|
|
@@ -402,15 +313,9 @@
|
|
|
402
313
|
"version": "1.0.1"
|
|
403
314
|
},
|
|
404
315
|
"node_modules/glob": {
|
|
405
|
-
"bin": {
|
|
406
|
-
"glob": "dist/esm/bin.mjs"
|
|
407
|
-
},
|
|
408
316
|
"dependencies": {
|
|
409
|
-
"
|
|
410
|
-
"jackspeak": "^4.1.1",
|
|
411
|
-
"minimatch": "^10.0.3",
|
|
317
|
+
"minimatch": "^10.2.0",
|
|
412
318
|
"minipass": "^7.1.2",
|
|
413
|
-
"package-json-from-dist": "^1.0.0",
|
|
414
319
|
"path-scurry": "^2.0.0"
|
|
415
320
|
},
|
|
416
321
|
"engines": {
|
|
@@ -419,10 +324,10 @@
|
|
|
419
324
|
"funding": {
|
|
420
325
|
"url": "https://github.com/sponsors/isaacs"
|
|
421
326
|
},
|
|
422
|
-
"integrity": "sha512
|
|
423
|
-
"license": "
|
|
424
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
425
|
-
"version": "
|
|
327
|
+
"integrity": "sha512-/g3B0mC+4x724v1TgtBlBtt2hPi/EWptsIAmXUx9Z2rvBYleQcsrmaOzd5LyL50jf/Soi83ZDJmw2+XqvH/EeA==",
|
|
328
|
+
"license": "BlueOak-1.0.0",
|
|
329
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.3.tgz",
|
|
330
|
+
"version": "13.0.3"
|
|
426
331
|
},
|
|
427
332
|
"node_modules/gopd": {
|
|
428
333
|
"engines": {
|
|
@@ -475,24 +380,9 @@
|
|
|
475
380
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
476
381
|
"version": "2.0.2"
|
|
477
382
|
},
|
|
478
|
-
"node_modules/is-fullwidth-code-point": {
|
|
479
|
-
"engines": {
|
|
480
|
-
"node": ">=8"
|
|
481
|
-
},
|
|
482
|
-
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
483
|
-
"license": "MIT",
|
|
484
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
485
|
-
"version": "3.0.0"
|
|
486
|
-
},
|
|
487
|
-
"node_modules/isexe": {
|
|
488
|
-
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
489
|
-
"license": "ISC",
|
|
490
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
491
|
-
"version": "2.0.0"
|
|
492
|
-
},
|
|
493
383
|
"node_modules/jackspeak": {
|
|
494
384
|
"dependencies": {
|
|
495
|
-
"@isaacs/cliui": "^
|
|
385
|
+
"@isaacs/cliui": "^9.0.0"
|
|
496
386
|
},
|
|
497
387
|
"engines": {
|
|
498
388
|
"node": "20 || >=22"
|
|
@@ -500,19 +390,19 @@
|
|
|
500
390
|
"funding": {
|
|
501
391
|
"url": "https://github.com/sponsors/isaacs"
|
|
502
392
|
},
|
|
503
|
-
"integrity": "sha512-
|
|
393
|
+
"integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
|
|
504
394
|
"license": "BlueOak-1.0.0",
|
|
505
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.
|
|
506
|
-
"version": "4.
|
|
395
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
|
|
396
|
+
"version": "4.2.3"
|
|
507
397
|
},
|
|
508
398
|
"node_modules/lru-cache": {
|
|
509
399
|
"engines": {
|
|
510
400
|
"node": "20 || >=22"
|
|
511
401
|
},
|
|
512
|
-
"integrity": "sha512-
|
|
513
|
-
"license": "
|
|
514
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.
|
|
515
|
-
"version": "11.
|
|
402
|
+
"integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
|
|
403
|
+
"license": "BlueOak-1.0.0",
|
|
404
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
|
|
405
|
+
"version": "11.2.6"
|
|
516
406
|
},
|
|
517
407
|
"node_modules/math-intrinsics": {
|
|
518
408
|
"engines": {
|
|
@@ -546,7 +436,7 @@
|
|
|
546
436
|
},
|
|
547
437
|
"node_modules/minimatch": {
|
|
548
438
|
"dependencies": {
|
|
549
|
-
"
|
|
439
|
+
"brace-expansion": "^5.0.2"
|
|
550
440
|
},
|
|
551
441
|
"engines": {
|
|
552
442
|
"node": "20 || >=22"
|
|
@@ -554,10 +444,10 @@
|
|
|
554
444
|
"funding": {
|
|
555
445
|
"url": "https://github.com/sponsors/isaacs"
|
|
556
446
|
},
|
|
557
|
-
"integrity": "sha512-
|
|
558
|
-
"license": "
|
|
559
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.
|
|
560
|
-
"version": "10.0
|
|
447
|
+
"integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==",
|
|
448
|
+
"license": "BlueOak-1.0.0",
|
|
449
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.0.tgz",
|
|
450
|
+
"version": "10.2.0"
|
|
561
451
|
},
|
|
562
452
|
"node_modules/minipass": {
|
|
563
453
|
"engines": {
|
|
@@ -574,15 +464,6 @@
|
|
|
574
464
|
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
575
465
|
"version": "1.0.1"
|
|
576
466
|
},
|
|
577
|
-
"node_modules/path-key": {
|
|
578
|
-
"engines": {
|
|
579
|
-
"node": ">=8"
|
|
580
|
-
},
|
|
581
|
-
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
582
|
-
"license": "MIT",
|
|
583
|
-
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
584
|
-
"version": "3.1.1"
|
|
585
|
-
},
|
|
586
467
|
"node_modules/path-scurry": {
|
|
587
468
|
"dependencies": {
|
|
588
469
|
"lru-cache": "^11.0.0",
|
|
@@ -594,10 +475,10 @@
|
|
|
594
475
|
"funding": {
|
|
595
476
|
"url": "https://github.com/sponsors/isaacs"
|
|
596
477
|
},
|
|
597
|
-
"integrity": "sha512-
|
|
478
|
+
"integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
|
|
598
479
|
"license": "BlueOak-1.0.0",
|
|
599
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.
|
|
600
|
-
"version": "2.0.
|
|
480
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.1.tgz",
|
|
481
|
+
"version": "2.0.1"
|
|
601
482
|
},
|
|
602
483
|
"node_modules/prettier": {
|
|
603
484
|
"bin": {
|
|
@@ -610,10 +491,10 @@
|
|
|
610
491
|
"funding": {
|
|
611
492
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
612
493
|
},
|
|
613
|
-
"integrity": "sha512-
|
|
494
|
+
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
|
|
614
495
|
"license": "MIT",
|
|
615
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.
|
|
616
|
-
"version": "3.
|
|
496
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
|
|
497
|
+
"version": "3.8.1"
|
|
617
498
|
},
|
|
618
499
|
"node_modules/proxy-from-env": {
|
|
619
500
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
@@ -626,8 +507,8 @@
|
|
|
626
507
|
"rimraf": "dist/esm/bin.mjs"
|
|
627
508
|
},
|
|
628
509
|
"dependencies": {
|
|
629
|
-
"glob": "^
|
|
630
|
-
"package-json-from-dist": "^1.0.
|
|
510
|
+
"glob": "^13.0.3",
|
|
511
|
+
"package-json-from-dist": "^1.0.1"
|
|
631
512
|
},
|
|
632
513
|
"engines": {
|
|
633
514
|
"node": "20 || >=22"
|
|
@@ -635,139 +516,10 @@
|
|
|
635
516
|
"funding": {
|
|
636
517
|
"url": "https://github.com/sponsors/isaacs"
|
|
637
518
|
},
|
|
638
|
-
"integrity": "sha512-
|
|
639
|
-
"license": "
|
|
640
|
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.
|
|
641
|
-
"version": "6.
|
|
642
|
-
},
|
|
643
|
-
"node_modules/shebang-command": {
|
|
644
|
-
"dependencies": {
|
|
645
|
-
"shebang-regex": "^3.0.0"
|
|
646
|
-
},
|
|
647
|
-
"engines": {
|
|
648
|
-
"node": ">=8"
|
|
649
|
-
},
|
|
650
|
-
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
651
|
-
"license": "MIT",
|
|
652
|
-
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
653
|
-
"version": "2.0.0"
|
|
654
|
-
},
|
|
655
|
-
"node_modules/shebang-regex": {
|
|
656
|
-
"engines": {
|
|
657
|
-
"node": ">=8"
|
|
658
|
-
},
|
|
659
|
-
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
660
|
-
"license": "MIT",
|
|
661
|
-
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
662
|
-
"version": "3.0.0"
|
|
663
|
-
},
|
|
664
|
-
"node_modules/signal-exit": {
|
|
665
|
-
"engines": {
|
|
666
|
-
"node": ">=14"
|
|
667
|
-
},
|
|
668
|
-
"funding": {
|
|
669
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
670
|
-
},
|
|
671
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
672
|
-
"license": "ISC",
|
|
673
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
674
|
-
"version": "4.1.0"
|
|
675
|
-
},
|
|
676
|
-
"node_modules/string-width": {
|
|
677
|
-
"dependencies": {
|
|
678
|
-
"eastasianwidth": "^0.2.0",
|
|
679
|
-
"emoji-regex": "^9.2.2",
|
|
680
|
-
"strip-ansi": "^7.0.1"
|
|
681
|
-
},
|
|
682
|
-
"engines": {
|
|
683
|
-
"node": ">=12"
|
|
684
|
-
},
|
|
685
|
-
"funding": {
|
|
686
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
687
|
-
},
|
|
688
|
-
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
689
|
-
"license": "MIT",
|
|
690
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
691
|
-
"version": "5.1.2"
|
|
692
|
-
},
|
|
693
|
-
"node_modules/string-width-cjs": {
|
|
694
|
-
"dependencies": {
|
|
695
|
-
"emoji-regex": "^8.0.0",
|
|
696
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
697
|
-
"strip-ansi": "^6.0.1"
|
|
698
|
-
},
|
|
699
|
-
"engines": {
|
|
700
|
-
"node": ">=8"
|
|
701
|
-
},
|
|
702
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
703
|
-
"license": "MIT",
|
|
704
|
-
"name": "string-width",
|
|
705
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
706
|
-
"version": "4.2.3"
|
|
707
|
-
},
|
|
708
|
-
"node_modules/string-width-cjs/node_modules/ansi-regex": {
|
|
709
|
-
"engines": {
|
|
710
|
-
"node": ">=8"
|
|
711
|
-
},
|
|
712
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
713
|
-
"license": "MIT",
|
|
714
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
715
|
-
"version": "5.0.1"
|
|
716
|
-
},
|
|
717
|
-
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
718
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
719
|
-
"license": "MIT",
|
|
720
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
721
|
-
"version": "8.0.0"
|
|
722
|
-
},
|
|
723
|
-
"node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
724
|
-
"dependencies": {
|
|
725
|
-
"ansi-regex": "^5.0.1"
|
|
726
|
-
},
|
|
727
|
-
"engines": {
|
|
728
|
-
"node": ">=8"
|
|
729
|
-
},
|
|
730
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
731
|
-
"license": "MIT",
|
|
732
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
733
|
-
"version": "6.0.1"
|
|
734
|
-
},
|
|
735
|
-
"node_modules/strip-ansi": {
|
|
736
|
-
"dependencies": {
|
|
737
|
-
"ansi-regex": "^6.0.1"
|
|
738
|
-
},
|
|
739
|
-
"engines": {
|
|
740
|
-
"node": ">=12"
|
|
741
|
-
},
|
|
742
|
-
"funding": {
|
|
743
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
744
|
-
},
|
|
745
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
746
|
-
"license": "MIT",
|
|
747
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
748
|
-
"version": "7.1.0"
|
|
749
|
-
},
|
|
750
|
-
"node_modules/strip-ansi-cjs": {
|
|
751
|
-
"dependencies": {
|
|
752
|
-
"ansi-regex": "^5.0.1"
|
|
753
|
-
},
|
|
754
|
-
"engines": {
|
|
755
|
-
"node": ">=8"
|
|
756
|
-
},
|
|
757
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
758
|
-
"license": "MIT",
|
|
759
|
-
"name": "strip-ansi",
|
|
760
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
761
|
-
"version": "6.0.1"
|
|
762
|
-
},
|
|
763
|
-
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
764
|
-
"engines": {
|
|
765
|
-
"node": ">=8"
|
|
766
|
-
},
|
|
767
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
768
|
-
"license": "MIT",
|
|
769
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
770
|
-
"version": "5.0.1"
|
|
519
|
+
"integrity": "sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==",
|
|
520
|
+
"license": "BlueOak-1.0.0",
|
|
521
|
+
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.1.3.tgz",
|
|
522
|
+
"version": "6.1.3"
|
|
771
523
|
},
|
|
772
524
|
"node_modules/tunnel": {
|
|
773
525
|
"engines": {
|
|
@@ -787,114 +539,8 @@
|
|
|
787
539
|
"optional": true,
|
|
788
540
|
"resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
|
|
789
541
|
"version": "1.0.1"
|
|
790
|
-
},
|
|
791
|
-
"node_modules/which": {
|
|
792
|
-
"bin": {
|
|
793
|
-
"node-which": "bin/node-which"
|
|
794
|
-
},
|
|
795
|
-
"dependencies": {
|
|
796
|
-
"isexe": "^2.0.0"
|
|
797
|
-
},
|
|
798
|
-
"engines": {
|
|
799
|
-
"node": ">= 8"
|
|
800
|
-
},
|
|
801
|
-
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
802
|
-
"license": "ISC",
|
|
803
|
-
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
804
|
-
"version": "2.0.2"
|
|
805
|
-
},
|
|
806
|
-
"node_modules/wrap-ansi": {
|
|
807
|
-
"dependencies": {
|
|
808
|
-
"ansi-styles": "^6.1.0",
|
|
809
|
-
"string-width": "^5.0.1",
|
|
810
|
-
"strip-ansi": "^7.0.1"
|
|
811
|
-
},
|
|
812
|
-
"engines": {
|
|
813
|
-
"node": ">=12"
|
|
814
|
-
},
|
|
815
|
-
"funding": {
|
|
816
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
817
|
-
},
|
|
818
|
-
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
819
|
-
"license": "MIT",
|
|
820
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
821
|
-
"version": "8.1.0"
|
|
822
|
-
},
|
|
823
|
-
"node_modules/wrap-ansi-cjs": {
|
|
824
|
-
"dependencies": {
|
|
825
|
-
"ansi-styles": "^4.0.0",
|
|
826
|
-
"string-width": "^4.1.0",
|
|
827
|
-
"strip-ansi": "^6.0.0"
|
|
828
|
-
},
|
|
829
|
-
"engines": {
|
|
830
|
-
"node": ">=10"
|
|
831
|
-
},
|
|
832
|
-
"funding": {
|
|
833
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
834
|
-
},
|
|
835
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
836
|
-
"license": "MIT",
|
|
837
|
-
"name": "wrap-ansi",
|
|
838
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
839
|
-
"version": "7.0.0"
|
|
840
|
-
},
|
|
841
|
-
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
842
|
-
"engines": {
|
|
843
|
-
"node": ">=8"
|
|
844
|
-
},
|
|
845
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
846
|
-
"license": "MIT",
|
|
847
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
848
|
-
"version": "5.0.1"
|
|
849
|
-
},
|
|
850
|
-
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
851
|
-
"dependencies": {
|
|
852
|
-
"color-convert": "^2.0.1"
|
|
853
|
-
},
|
|
854
|
-
"engines": {
|
|
855
|
-
"node": ">=8"
|
|
856
|
-
},
|
|
857
|
-
"funding": {
|
|
858
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
859
|
-
},
|
|
860
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
861
|
-
"license": "MIT",
|
|
862
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
863
|
-
"version": "4.3.0"
|
|
864
|
-
},
|
|
865
|
-
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
|
|
866
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
867
|
-
"license": "MIT",
|
|
868
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
869
|
-
"version": "8.0.0"
|
|
870
|
-
},
|
|
871
|
-
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
872
|
-
"dependencies": {
|
|
873
|
-
"emoji-regex": "^8.0.0",
|
|
874
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
875
|
-
"strip-ansi": "^6.0.1"
|
|
876
|
-
},
|
|
877
|
-
"engines": {
|
|
878
|
-
"node": ">=8"
|
|
879
|
-
},
|
|
880
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
881
|
-
"license": "MIT",
|
|
882
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
883
|
-
"version": "4.2.3"
|
|
884
|
-
},
|
|
885
|
-
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
|
|
886
|
-
"dependencies": {
|
|
887
|
-
"ansi-regex": "^5.0.1"
|
|
888
|
-
},
|
|
889
|
-
"engines": {
|
|
890
|
-
"node": ">=8"
|
|
891
|
-
},
|
|
892
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
893
|
-
"license": "MIT",
|
|
894
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
895
|
-
"version": "6.0.1"
|
|
896
542
|
}
|
|
897
543
|
},
|
|
898
544
|
"requires": true,
|
|
899
|
-
"version": "0.2.
|
|
545
|
+
"version": "0.2.363"
|
|
900
546
|
}
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/mistydemeo/cargodisttest/releases/download/v0.2.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/mistydemeo/cargodisttest/releases/download/v0.2.363",
|
|
3
3
|
"bin": {
|
|
4
4
|
"axolotlsay": "run-axolotlsay.js"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"axios": "^1.
|
|
7
|
+
"axios": "^1.13.5",
|
|
8
8
|
"axios-proxy-builder": "^0.1.2",
|
|
9
9
|
"console.table": "^0.10.0",
|
|
10
10
|
"detect-libc": "^2.1.2",
|
|
11
|
-
"rimraf": "^6.
|
|
11
|
+
"rimraf": "^6.1.3"
|
|
12
12
|
},
|
|
13
13
|
"description": "💬 a CLI for learning to distribute CLIs in rust",
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"prettier": "^3.
|
|
15
|
+
"prettier": "^3.8.1"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|
|
18
18
|
"node": ">=14",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"zipExt": ".tar.xz"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
-
"version": "0.2.
|
|
93
|
+
"version": "0.2.363",
|
|
94
94
|
"volta": {
|
|
95
95
|
"node": "18.14.1",
|
|
96
96
|
"npm": "9.5.0"
|