@bitsocial/bitsocial-cli 0.19.53 → 0.19.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -15
- package/oclif.manifest.json +128 -128
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -344,7 +344,7 @@ EXAMPLES
|
|
|
344
344
|
$ bitsocial challenge install ./my-local-challenge
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [src/cli/commands/challenge/install.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
347
|
+
_See code: [src/cli/commands/challenge/install.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/challenge/install.ts)_
|
|
348
348
|
|
|
349
349
|
## `bitsocial challenge list`
|
|
350
350
|
|
|
@@ -367,7 +367,7 @@ EXAMPLES
|
|
|
367
367
|
$ bitsocial challenge list -q
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [src/cli/commands/challenge/list.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
370
|
+
_See code: [src/cli/commands/challenge/list.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/challenge/list.ts)_
|
|
371
371
|
|
|
372
372
|
## `bitsocial challenge remove NAME`
|
|
373
373
|
|
|
@@ -392,7 +392,7 @@ EXAMPLES
|
|
|
392
392
|
$ bitsocial challenge remove @scope/my-challenge
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [src/cli/commands/challenge/remove.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
395
|
+
_See code: [src/cli/commands/challenge/remove.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/challenge/remove.ts)_
|
|
396
396
|
|
|
397
397
|
## `bitsocial community create`
|
|
398
398
|
|
|
@@ -422,7 +422,7 @@ EXAMPLES
|
|
|
422
422
|
$ bitsocial community create --jsonFile ./create-options.json
|
|
423
423
|
```
|
|
424
424
|
|
|
425
|
-
_See code: [src/cli/commands/community/create.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
425
|
+
_See code: [src/cli/commands/community/create.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/community/create.ts)_
|
|
426
426
|
|
|
427
427
|
## `bitsocial community delete ADDRESSES`
|
|
428
428
|
|
|
@@ -447,7 +447,7 @@ EXAMPLES
|
|
|
447
447
|
$ bitsocial community delete 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
|
|
448
448
|
```
|
|
449
449
|
|
|
450
|
-
_See code: [src/cli/commands/community/delete.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
450
|
+
_See code: [src/cli/commands/community/delete.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/community/delete.ts)_
|
|
451
451
|
|
|
452
452
|
## `bitsocial community edit ADDRESS`
|
|
453
453
|
|
|
@@ -517,7 +517,7 @@ EXAMPLES
|
|
|
517
517
|
$ bitsocial community edit bitsocial.bso --jsonFile ./edit-options.json
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [src/cli/commands/community/edit.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
520
|
+
_See code: [src/cli/commands/community/edit.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/community/edit.ts)_
|
|
521
521
|
|
|
522
522
|
## `bitsocial community get [ADDRESS]`
|
|
523
523
|
|
|
@@ -548,7 +548,7 @@ EXAMPLES
|
|
|
548
548
|
$ bitsocial community get --publicKey 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
|
|
549
549
|
```
|
|
550
550
|
|
|
551
|
-
_See code: [src/cli/commands/community/get.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
551
|
+
_See code: [src/cli/commands/community/get.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/community/get.ts)_
|
|
552
552
|
|
|
553
553
|
## `bitsocial community list`
|
|
554
554
|
|
|
@@ -571,7 +571,7 @@ EXAMPLES
|
|
|
571
571
|
$ bitsocial community list
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [src/cli/commands/community/list.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
574
|
+
_See code: [src/cli/commands/community/list.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/community/list.ts)_
|
|
575
575
|
|
|
576
576
|
## `bitsocial community start ADDRESSES`
|
|
577
577
|
|
|
@@ -605,7 +605,7 @@ EXAMPLES
|
|
|
605
605
|
$ bitsocial community start $(bitsocial community list -q) --concurrency 1
|
|
606
606
|
```
|
|
607
607
|
|
|
608
|
-
_See code: [src/cli/commands/community/start.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
608
|
+
_See code: [src/cli/commands/community/start.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/community/start.ts)_
|
|
609
609
|
|
|
610
610
|
## `bitsocial community stop ADDRESSES`
|
|
611
611
|
|
|
@@ -630,7 +630,7 @@ EXAMPLES
|
|
|
630
630
|
$ bitsocial community stop Qmb99crTbSUfKXamXwZBe829Vf6w5w5TktPkb6WstC9RFW
|
|
631
631
|
```
|
|
632
632
|
|
|
633
|
-
_See code: [src/cli/commands/community/stop.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
633
|
+
_See code: [src/cli/commands/community/stop.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/community/stop.ts)_
|
|
634
634
|
|
|
635
635
|
## `bitsocial daemon`
|
|
636
636
|
|
|
@@ -671,7 +671,7 @@ EXAMPLES
|
|
|
671
671
|
$ bitsocial daemon --chainProviderUrls https://mainnet.infura.io/v3/YOUR_KEY
|
|
672
672
|
```
|
|
673
673
|
|
|
674
|
-
_See code: [src/cli/commands/daemon.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
674
|
+
_See code: [src/cli/commands/daemon.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/daemon.ts)_
|
|
675
675
|
|
|
676
676
|
## `bitsocial help [COMMAND]`
|
|
677
677
|
|
|
@@ -737,7 +737,7 @@ EXAMPLES
|
|
|
737
737
|
$ bitsocial logs --stdout -f
|
|
738
738
|
```
|
|
739
739
|
|
|
740
|
-
_See code: [src/cli/commands/logs.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
740
|
+
_See code: [src/cli/commands/logs.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/logs.ts)_
|
|
741
741
|
|
|
742
742
|
## `bitsocial update check`
|
|
743
743
|
|
|
@@ -754,7 +754,7 @@ EXAMPLES
|
|
|
754
754
|
$ bitsocial update check
|
|
755
755
|
```
|
|
756
756
|
|
|
757
|
-
_See code: [src/cli/commands/update/check.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
757
|
+
_See code: [src/cli/commands/update/check.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/update/check.ts)_
|
|
758
758
|
|
|
759
759
|
## `bitsocial update install [VERSION]`
|
|
760
760
|
|
|
@@ -786,7 +786,7 @@ EXAMPLES
|
|
|
786
786
|
$ bitsocial update install --no-restart-daemons
|
|
787
787
|
```
|
|
788
788
|
|
|
789
|
-
_See code: [src/cli/commands/update/install.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
789
|
+
_See code: [src/cli/commands/update/install.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/update/install.ts)_
|
|
790
790
|
|
|
791
791
|
## `bitsocial update versions`
|
|
792
792
|
|
|
@@ -808,7 +808,7 @@ EXAMPLES
|
|
|
808
808
|
$ bitsocial update versions --limit 5
|
|
809
809
|
```
|
|
810
810
|
|
|
811
|
-
_See code: [src/cli/commands/update/versions.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
811
|
+
_See code: [src/cli/commands/update/versions.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.55/src/cli/commands/update/versions.ts)_
|
|
812
812
|
<!-- commandsstop -->
|
|
813
813
|
|
|
814
814
|
## Contribution
|
package/oclif.manifest.json
CHANGED
|
@@ -153,6 +153,133 @@
|
|
|
153
153
|
"logs.js"
|
|
154
154
|
]
|
|
155
155
|
},
|
|
156
|
+
"challenge:install": {
|
|
157
|
+
"aliases": [],
|
|
158
|
+
"args": {
|
|
159
|
+
"package": {
|
|
160
|
+
"description": "Package specifier — anything npm can install (name, name@version, git URL, tarball URL, local path)",
|
|
161
|
+
"name": "package",
|
|
162
|
+
"required": true
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"description": "Install a challenge package (npm package name, git URL, tarball URL, or local path)",
|
|
166
|
+
"examples": [
|
|
167
|
+
"bitsocial challenge install @bitsocial/mintpass-challenge",
|
|
168
|
+
"bitsocial challenge install @bitsocial/mintpass-challenge@1.0.0",
|
|
169
|
+
"bitsocial challenge install github:user/repo",
|
|
170
|
+
"bitsocial challenge install https://example.com/my-challenge-1.0.0.tar.gz",
|
|
171
|
+
"bitsocial challenge install ./my-local-challenge"
|
|
172
|
+
],
|
|
173
|
+
"flags": {
|
|
174
|
+
"pkcOptions.dataPath": {
|
|
175
|
+
"description": "Data path to install the challenge into",
|
|
176
|
+
"name": "pkcOptions.dataPath",
|
|
177
|
+
"required": false,
|
|
178
|
+
"hasDynamicHelp": false,
|
|
179
|
+
"multiple": false,
|
|
180
|
+
"type": "option"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"hasDynamicHelp": false,
|
|
184
|
+
"hiddenAliases": [],
|
|
185
|
+
"id": "challenge:install",
|
|
186
|
+
"pluginAlias": "@bitsocial/bitsocial-cli",
|
|
187
|
+
"pluginName": "@bitsocial/bitsocial-cli",
|
|
188
|
+
"pluginType": "core",
|
|
189
|
+
"strict": true,
|
|
190
|
+
"enableJsonFlag": false,
|
|
191
|
+
"isESM": true,
|
|
192
|
+
"relativePath": [
|
|
193
|
+
"dist",
|
|
194
|
+
"cli",
|
|
195
|
+
"commands",
|
|
196
|
+
"challenge",
|
|
197
|
+
"install.js"
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
"challenge:list": {
|
|
201
|
+
"aliases": [],
|
|
202
|
+
"args": {},
|
|
203
|
+
"description": "List installed challenge packages",
|
|
204
|
+
"examples": [
|
|
205
|
+
"bitsocial challenge list",
|
|
206
|
+
"bitsocial challenge list -q"
|
|
207
|
+
],
|
|
208
|
+
"flags": {
|
|
209
|
+
"quiet": {
|
|
210
|
+
"char": "q",
|
|
211
|
+
"name": "quiet",
|
|
212
|
+
"summary": "Only display challenge names",
|
|
213
|
+
"allowNo": false,
|
|
214
|
+
"type": "boolean"
|
|
215
|
+
},
|
|
216
|
+
"pkcOptions.dataPath": {
|
|
217
|
+
"description": "Data path where challenges are installed",
|
|
218
|
+
"name": "pkcOptions.dataPath",
|
|
219
|
+
"required": false,
|
|
220
|
+
"hasDynamicHelp": false,
|
|
221
|
+
"multiple": false,
|
|
222
|
+
"type": "option"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"hasDynamicHelp": false,
|
|
226
|
+
"hiddenAliases": [],
|
|
227
|
+
"id": "challenge:list",
|
|
228
|
+
"pluginAlias": "@bitsocial/bitsocial-cli",
|
|
229
|
+
"pluginName": "@bitsocial/bitsocial-cli",
|
|
230
|
+
"pluginType": "core",
|
|
231
|
+
"strict": true,
|
|
232
|
+
"enableJsonFlag": false,
|
|
233
|
+
"isESM": true,
|
|
234
|
+
"relativePath": [
|
|
235
|
+
"dist",
|
|
236
|
+
"cli",
|
|
237
|
+
"commands",
|
|
238
|
+
"challenge",
|
|
239
|
+
"list.js"
|
|
240
|
+
]
|
|
241
|
+
},
|
|
242
|
+
"challenge:remove": {
|
|
243
|
+
"aliases": [],
|
|
244
|
+
"args": {
|
|
245
|
+
"name": {
|
|
246
|
+
"description": "The challenge package name (e.g., my-challenge or @scope/my-challenge)",
|
|
247
|
+
"name": "name",
|
|
248
|
+
"required": true
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"description": "Remove an installed challenge package",
|
|
252
|
+
"examples": [
|
|
253
|
+
"bitsocial challenge remove my-challenge",
|
|
254
|
+
"bitsocial challenge remove @scope/my-challenge"
|
|
255
|
+
],
|
|
256
|
+
"flags": {
|
|
257
|
+
"pkcOptions.dataPath": {
|
|
258
|
+
"description": "Data path where challenges are installed",
|
|
259
|
+
"name": "pkcOptions.dataPath",
|
|
260
|
+
"required": false,
|
|
261
|
+
"hasDynamicHelp": false,
|
|
262
|
+
"multiple": false,
|
|
263
|
+
"type": "option"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"hasDynamicHelp": false,
|
|
267
|
+
"hiddenAliases": [],
|
|
268
|
+
"id": "challenge:remove",
|
|
269
|
+
"pluginAlias": "@bitsocial/bitsocial-cli",
|
|
270
|
+
"pluginName": "@bitsocial/bitsocial-cli",
|
|
271
|
+
"pluginType": "core",
|
|
272
|
+
"strict": true,
|
|
273
|
+
"enableJsonFlag": false,
|
|
274
|
+
"isESM": true,
|
|
275
|
+
"relativePath": [
|
|
276
|
+
"dist",
|
|
277
|
+
"cli",
|
|
278
|
+
"commands",
|
|
279
|
+
"challenge",
|
|
280
|
+
"remove.js"
|
|
281
|
+
]
|
|
282
|
+
},
|
|
156
283
|
"community:create": {
|
|
157
284
|
"aliases": [],
|
|
158
285
|
"args": {},
|
|
@@ -533,133 +660,6 @@
|
|
|
533
660
|
"stop.js"
|
|
534
661
|
]
|
|
535
662
|
},
|
|
536
|
-
"challenge:install": {
|
|
537
|
-
"aliases": [],
|
|
538
|
-
"args": {
|
|
539
|
-
"package": {
|
|
540
|
-
"description": "Package specifier — anything npm can install (name, name@version, git URL, tarball URL, local path)",
|
|
541
|
-
"name": "package",
|
|
542
|
-
"required": true
|
|
543
|
-
}
|
|
544
|
-
},
|
|
545
|
-
"description": "Install a challenge package (npm package name, git URL, tarball URL, or local path)",
|
|
546
|
-
"examples": [
|
|
547
|
-
"bitsocial challenge install @bitsocial/mintpass-challenge",
|
|
548
|
-
"bitsocial challenge install @bitsocial/mintpass-challenge@1.0.0",
|
|
549
|
-
"bitsocial challenge install github:user/repo",
|
|
550
|
-
"bitsocial challenge install https://example.com/my-challenge-1.0.0.tar.gz",
|
|
551
|
-
"bitsocial challenge install ./my-local-challenge"
|
|
552
|
-
],
|
|
553
|
-
"flags": {
|
|
554
|
-
"pkcOptions.dataPath": {
|
|
555
|
-
"description": "Data path to install the challenge into",
|
|
556
|
-
"name": "pkcOptions.dataPath",
|
|
557
|
-
"required": false,
|
|
558
|
-
"hasDynamicHelp": false,
|
|
559
|
-
"multiple": false,
|
|
560
|
-
"type": "option"
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
|
-
"hasDynamicHelp": false,
|
|
564
|
-
"hiddenAliases": [],
|
|
565
|
-
"id": "challenge:install",
|
|
566
|
-
"pluginAlias": "@bitsocial/bitsocial-cli",
|
|
567
|
-
"pluginName": "@bitsocial/bitsocial-cli",
|
|
568
|
-
"pluginType": "core",
|
|
569
|
-
"strict": true,
|
|
570
|
-
"enableJsonFlag": false,
|
|
571
|
-
"isESM": true,
|
|
572
|
-
"relativePath": [
|
|
573
|
-
"dist",
|
|
574
|
-
"cli",
|
|
575
|
-
"commands",
|
|
576
|
-
"challenge",
|
|
577
|
-
"install.js"
|
|
578
|
-
]
|
|
579
|
-
},
|
|
580
|
-
"challenge:list": {
|
|
581
|
-
"aliases": [],
|
|
582
|
-
"args": {},
|
|
583
|
-
"description": "List installed challenge packages",
|
|
584
|
-
"examples": [
|
|
585
|
-
"bitsocial challenge list",
|
|
586
|
-
"bitsocial challenge list -q"
|
|
587
|
-
],
|
|
588
|
-
"flags": {
|
|
589
|
-
"quiet": {
|
|
590
|
-
"char": "q",
|
|
591
|
-
"name": "quiet",
|
|
592
|
-
"summary": "Only display challenge names",
|
|
593
|
-
"allowNo": false,
|
|
594
|
-
"type": "boolean"
|
|
595
|
-
},
|
|
596
|
-
"pkcOptions.dataPath": {
|
|
597
|
-
"description": "Data path where challenges are installed",
|
|
598
|
-
"name": "pkcOptions.dataPath",
|
|
599
|
-
"required": false,
|
|
600
|
-
"hasDynamicHelp": false,
|
|
601
|
-
"multiple": false,
|
|
602
|
-
"type": "option"
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
"hasDynamicHelp": false,
|
|
606
|
-
"hiddenAliases": [],
|
|
607
|
-
"id": "challenge:list",
|
|
608
|
-
"pluginAlias": "@bitsocial/bitsocial-cli",
|
|
609
|
-
"pluginName": "@bitsocial/bitsocial-cli",
|
|
610
|
-
"pluginType": "core",
|
|
611
|
-
"strict": true,
|
|
612
|
-
"enableJsonFlag": false,
|
|
613
|
-
"isESM": true,
|
|
614
|
-
"relativePath": [
|
|
615
|
-
"dist",
|
|
616
|
-
"cli",
|
|
617
|
-
"commands",
|
|
618
|
-
"challenge",
|
|
619
|
-
"list.js"
|
|
620
|
-
]
|
|
621
|
-
},
|
|
622
|
-
"challenge:remove": {
|
|
623
|
-
"aliases": [],
|
|
624
|
-
"args": {
|
|
625
|
-
"name": {
|
|
626
|
-
"description": "The challenge package name (e.g., my-challenge or @scope/my-challenge)",
|
|
627
|
-
"name": "name",
|
|
628
|
-
"required": true
|
|
629
|
-
}
|
|
630
|
-
},
|
|
631
|
-
"description": "Remove an installed challenge package",
|
|
632
|
-
"examples": [
|
|
633
|
-
"bitsocial challenge remove my-challenge",
|
|
634
|
-
"bitsocial challenge remove @scope/my-challenge"
|
|
635
|
-
],
|
|
636
|
-
"flags": {
|
|
637
|
-
"pkcOptions.dataPath": {
|
|
638
|
-
"description": "Data path where challenges are installed",
|
|
639
|
-
"name": "pkcOptions.dataPath",
|
|
640
|
-
"required": false,
|
|
641
|
-
"hasDynamicHelp": false,
|
|
642
|
-
"multiple": false,
|
|
643
|
-
"type": "option"
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
"hasDynamicHelp": false,
|
|
647
|
-
"hiddenAliases": [],
|
|
648
|
-
"id": "challenge:remove",
|
|
649
|
-
"pluginAlias": "@bitsocial/bitsocial-cli",
|
|
650
|
-
"pluginName": "@bitsocial/bitsocial-cli",
|
|
651
|
-
"pluginType": "core",
|
|
652
|
-
"strict": true,
|
|
653
|
-
"enableJsonFlag": false,
|
|
654
|
-
"isESM": true,
|
|
655
|
-
"relativePath": [
|
|
656
|
-
"dist",
|
|
657
|
-
"cli",
|
|
658
|
-
"commands",
|
|
659
|
-
"challenge",
|
|
660
|
-
"remove.js"
|
|
661
|
-
]
|
|
662
|
-
},
|
|
663
663
|
"update:check": {
|
|
664
664
|
"aliases": [],
|
|
665
665
|
"args": {},
|
|
@@ -770,5 +770,5 @@
|
|
|
770
770
|
]
|
|
771
771
|
}
|
|
772
772
|
},
|
|
773
|
-
"version": "0.19.
|
|
773
|
+
"version": "0.19.55"
|
|
774
774
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitsocial/bitsocial-cli",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.55",
|
|
4
4
|
"description": "Command line interface to Bitsocial API",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"homepage": "https://github.com/bitsocialnet/bitsocial-cli",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@oclif/plugin-help": "6.2.36",
|
|
120
120
|
"@oclif/plugin-not-found": "3.2.73",
|
|
121
121
|
"@oclif/table": "0.5.1",
|
|
122
|
-
"@pkcprotocol/pkc-js": "0.0.
|
|
122
|
+
"@pkcprotocol/pkc-js": "0.0.30",
|
|
123
123
|
"dataobject-parser": "1.2.22",
|
|
124
124
|
"decompress": "4.2.1",
|
|
125
125
|
"env-paths": "2.2.1",
|