forked from NativeScript/nativescript-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
11611 lines (10402 loc) · 398 KB
/
yarn.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10c0
"@akylas/nativescript-cli@workspace:.":
version: 0.0.0-use.local
resolution: "@akylas/nativescript-cli@workspace:."
dependencies:
"@foxt/js-srp": "npm:^0.0.3-patch2"
"@nativescript/doctor": "npm:2.0.15"
"@nativescript/schematics-executor": "npm:0.0.2"
"@npmcli/arborist": "npm:^7.2.0"
"@npmcli/move-file": "npm:^2.0.1"
"@rigor789/resolve-package-path": "npm:1.0.7"
"@rigor789/trapezedev-project": "npm:7.1.2"
"@types/archiver": "npm:^6.0.2"
"@types/byline": "npm:^4.2.36"
"@types/chai": "npm:4.3.4"
"@types/chai-as-promised": "npm:7.1.5"
"@types/chokidar": "npm:2.1.3"
"@types/color": "npm:3.0.6"
"@types/convert-source-map": "npm:2.0.3"
"@types/form-data": "npm:2.5.0"
"@types/glob": "npm:^8.1.0"
"@types/lodash": "npm:4.17.10"
"@types/marked": "npm:^6.0.0"
"@types/node": "npm:22.7.5"
"@types/npmcli__arborist": "npm:^5.6.11"
"@types/ora": "npm:3.2.0"
"@types/pacote": "npm:^11.1.8"
"@types/plist": "npm:^3.0.5"
"@types/prettier": "npm:3.0.0"
"@types/prompts": "npm:2.4.9"
"@types/proper-lockfile": "npm:4.1.4"
"@types/qr-image": "npm:3.2.9"
"@types/retry": "npm:0.12.5"
"@types/semver": "npm:7.5.8"
"@types/shelljs": "npm:^0.8.15"
"@types/sinon": "npm:^17.0.3"
"@types/source-map": "npm:0.5.7"
"@types/tabtab": "npm:^3.0.4"
"@types/tar": "npm:6.1.13"
"@types/temp": "npm:0.9.4"
"@types/tunnel": "npm:0.0.7"
"@types/universal-analytics": "npm:0.4.8"
"@types/uuid": "npm:^10.0.0"
"@types/ws": "npm:8.5.12"
"@types/xml2js": "npm:0.4.14"
"@types/yargs": "npm:17.0.33"
ansi-colors: "npm:^4.1.3"
archiver: "npm:^7.0.1"
axios: "npm:1.7.7"
byline: "npm:5.0.0"
chai: "npm:4.3.7"
chai-as-promised: "npm:7.1.1"
chalk: "npm:4.1.2"
chokidar: "npm:4.0.1"
cli-table3: "npm:0.6.5"
color: "npm:4.2.3"
conventional-changelog-cli: "npm:^5.0.0"
convert-source-map: "npm:2.0.0"
detect-newline: "npm:3.1.0"
email-validator: "npm:2.0.4"
esprima: "npm:4.0.1"
font-finder: "npm:1.1.0"
fsevents: "npm:*"
glob: "npm:11.0.0"
grunt: "npm:1.6.1"
grunt-contrib-clean: "npm:2.0.1"
grunt-contrib-copy: "npm:1.0.0"
grunt-contrib-watch: "npm:1.1.0"
grunt-shell: "npm:4.0.0"
grunt-template: "npm:1.0.0"
grunt-ts: "npm:6.0.0-beta.22"
husky: "npm:8.0.3"
ios-device-lib: "npm:0.9.4"
ios-mobileprovision-finder: "npm:1.2.1"
ios-sim-portable: "npm:4.5.0"
istanbul: "npm:0.4.5"
jimp: "npm:0.22.10"
latest-version: "npm:5.1.0"
lint-staged: "npm:^13.2.0"
lodash: "npm:4.17.21"
log4js: "npm:6.9.1"
marked: "npm:13.0.3"
marked-terminal: "npm:7.1.0"
minimatch: "npm:10.0.1"
mkdirp: "npm:3.0.1"
mocha: "npm:10.2.0"
mute-stream: "npm:2.0.0"
nativescript-dev-xcode: "npm:0.8.0"
open: "npm:10.1.0"
ora: "npm:5.4.1"
pacote: "npm:15.1.1"
pbxproj-dom: "npm:1.2.0"
plist: "npm:3.1.0"
plist-merge-patch: "npm:0.2.0"
prettier: "npm:3.3.3"
prompts: "npm:2.4.2"
proper-lockfile: "npm:4.1.2"
proxy-lib: "npm:0.4.0"
qr-image: "npm:3.2.0"
qrcode-terminal: "npm:0.12.0"
semver: "npm:7.6.3"
shelljs: "npm:0.8.5"
simple-git: "npm:3.27.0"
simple-plist: "npm:1.4.0"
sinon: "npm:15.0.3"
source-map: "npm:0.8.0-beta.0"
source-map-support: "npm:0.5.21"
standard-version: "npm:9.5.0"
stringify-package: "npm:1.0.1"
tar: "npm:7.4.3"
temp: "npm:0.9.4"
ts-morph: "npm:17.0.1"
tunnel: "npm:0.0.6"
typescript: "npm:5.6.3"
universal-analytics: "npm:0.5.3"
uuid: "npm:10.0.0"
winreg: "npm:1.2.5"
ws: "npm:8.18.0"
xml2js: "npm:0.6.2"
yargs: "npm:17.7.2"
dependenciesMeta:
fsevents:
optional: true
bin:
nativescript: ./bin/tns
ns: ./bin/tns
nsc: ./bin/tns
tns: ./bin/tns
languageName: unknown
linkType: soft
"@babel/code-frame@npm:^7.0.0":
version: 7.23.5
resolution: "@babel/code-frame@npm:7.23.5"
dependencies:
"@babel/highlight": "npm:^7.23.4"
chalk: "npm:^2.4.2"
checksum: a10e843595ddd9f97faa99917414813c06214f4d9205294013e20c70fbdf4f943760da37dec1d998bf3e6fc20fa2918a47c0e987a7e458663feb7698063ad7c6
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.22.13":
version: 7.25.7
resolution: "@babel/code-frame@npm:7.25.7"
dependencies:
"@babel/highlight": "npm:^7.25.7"
picocolors: "npm:^1.0.0"
checksum: 14825c298bdec914caf3d24d1383b6d4cd6b030714686004992f4fc251831ecf432236652896f99d5d341f17170ae9a07b58d8d7b15aa0df8cfa1c5a7d5474bc
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
checksum: dcad63db345fb110e032de46c3688384b0008a42a4845180ce7cd62b1a9c0507a1bed727c4d1060ed1a03ae57b4d918570259f81724aaac1a5b776056f37504e
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.25.7":
version: 7.25.7
resolution: "@babel/helper-validator-identifier@npm:7.25.7"
checksum: 07438e5bf01ab2882a15027fdf39ac3b0ba1b251774a5130917907014684e2f70fef8fd620137ca062c4c4eedc388508d2ea7a3a7d9936a32785f4fe116c68c0
languageName: node
linkType: hard
"@babel/highlight@npm:^7.23.4":
version: 7.23.4
resolution: "@babel/highlight@npm:7.23.4"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.22.20"
chalk: "npm:^2.4.2"
js-tokens: "npm:^4.0.0"
checksum: fbff9fcb2f5539289c3c097d130e852afd10d89a3a08ac0b5ebebbc055cc84a4bcc3dcfed463d488cde12dd0902ef1858279e31d7349b2e8cee43913744bda33
languageName: node
linkType: hard
"@babel/highlight@npm:^7.25.7":
version: 7.25.7
resolution: "@babel/highlight@npm:7.25.7"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.25.7"
chalk: "npm:^2.4.2"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.0.0"
checksum: 1f5894fdb0a0af6101fb2822369b2eeeae32cbeae2ef73ff73fc6a0a4a20471565cd9cfa589f54ed69df66adeca7c57266031ca9134b7bd244d023a488d419aa
languageName: node
linkType: hard
"@colors/colors@npm:1.5.0":
version: 1.5.0
resolution: "@colors/colors@npm:1.5.0"
checksum: eb42729851adca56d19a08e48d5a1e95efd2a32c55ae0323de8119052be0510d4b7a1611f2abcbf28c044a6c11e6b7d38f99fccdad7429300c37a8ea5fb95b44
languageName: node
linkType: hard
"@conventional-changelog/git-client@npm:^1.0.0":
version: 1.0.1
resolution: "@conventional-changelog/git-client@npm:1.0.1"
dependencies:
"@types/semver": "npm:^7.5.5"
semver: "npm:^7.5.2"
peerDependencies:
conventional-commits-filter: ^5.0.0
conventional-commits-parser: ^6.0.0
peerDependenciesMeta:
conventional-commits-filter:
optional: true
conventional-commits-parser:
optional: true
checksum: 6f048b2595977f28741ddea911870b25bcb4344a6185b7fe06a9cc641a17e7da996efd01227fa9c078180f77b12e074d72f280bdccc627332d06de610ba9165b
languageName: node
linkType: hard
"@cspotcode/source-map-support@npm:^0.8.0":
version: 0.8.1
resolution: "@cspotcode/source-map-support@npm:0.8.1"
dependencies:
"@jridgewell/trace-mapping": "npm:0.3.9"
checksum: 05c5368c13b662ee4c122c7bfbe5dc0b613416672a829f3e78bc49a357a197e0218d6e74e7c66cfcd04e15a179acab080bd3c69658c9fbefd0e1ccd950a07fc6
languageName: node
linkType: hard
"@foxt/js-srp@npm:^0.0.3-patch2":
version: 0.0.3
resolution: "@foxt/js-srp@npm:0.0.3"
checksum: b38df00e80473e4e255e36bfeef242da8f38c0607ab61b2842c911a8472c36ff885ba32d34131bca666411aa63a74692050ea34f74e292ed3468aabe7058208c
languageName: node
linkType: hard
"@gar/promisify@npm:^1.1.3":
version: 1.1.3
resolution: "@gar/promisify@npm:1.1.3"
checksum: 0b3c9958d3cd17f4add3574975e3115ae05dc7f1298a60810414b16f6f558c137b5fb3cd3905df380bacfd955ec13f67c1e6710cbb5c246a7e8d65a8289b2bff
languageName: node
linkType: hard
"@hutson/parse-repository-url@npm:^3.0.0":
version: 3.0.2
resolution: "@hutson/parse-repository-url@npm:3.0.2"
checksum: d9197757ecad2df18d29d3e1d1fe0716d458fd88b849c71cbec9e78239f911074c97e8d764dfd8ed890431c1137e52dd7a337207fd65be20ce0784f7860ae4d1
languageName: node
linkType: hard
"@hutson/parse-repository-url@npm:^5.0.0":
version: 5.0.0
resolution: "@hutson/parse-repository-url@npm:5.0.0"
checksum: 068c5c9e38fecc10e3aa6f6eee5818db6f3f29a70d01fec64e9ec0ee985e8995a0cf79ec5f7c80530f1fb27d99668ee2f38d8929b712b82d5100ebd2c9153e85
languageName: node
linkType: hard
"@ionic/utils-array@npm:2.1.6":
version: 2.1.6
resolution: "@ionic/utils-array@npm:2.1.6"
dependencies:
debug: "npm:^4.0.0"
tslib: "npm:^2.0.1"
checksum: 07b9a1c77b34e0c4d0e3bd1f638d7f7ede9481e8903328f4d1ecce20a96e92d71faed7f1c7572bcc7099d14f5c26d815c38b15a7c0679d71ee0ab40c3fde3d20
languageName: node
linkType: hard
"@ionic/utils-fs@npm:3.1.7, @ionic/utils-fs@npm:^3.1.5":
version: 3.1.7
resolution: "@ionic/utils-fs@npm:3.1.7"
dependencies:
"@types/fs-extra": "npm:^8.0.0"
debug: "npm:^4.0.0"
fs-extra: "npm:^9.0.0"
tslib: "npm:^2.0.1"
checksum: e6d71395530ad7d60ee2a698ed5f3c1fc4df85083808a7847a639fc5dfd3cb701563e1652e7cc80b7915b19a62071138a8a40e47537dc750d1a262bdb43daf6e
languageName: node
linkType: hard
"@ionic/utils-object@npm:2.1.6":
version: 2.1.6
resolution: "@ionic/utils-object@npm:2.1.6"
dependencies:
debug: "npm:^4.0.0"
tslib: "npm:^2.0.1"
checksum: 17b55abb65008d6be72db8cd4d3fffd2fdf103de11b38f48b65c9f6f8fe0501ff19bb7dd972014852b19dce79cf4029d0a905628e041894be10f4d2fd19f601f
languageName: node
linkType: hard
"@ionic/utils-process@npm:2.1.11":
version: 2.1.11
resolution: "@ionic/utils-process@npm:2.1.11"
dependencies:
"@ionic/utils-object": "npm:2.1.6"
"@ionic/utils-terminal": "npm:2.3.4"
debug: "npm:^4.0.0"
signal-exit: "npm:^3.0.3"
tree-kill: "npm:^1.2.2"
tslib: "npm:^2.0.1"
checksum: 21cb8fc2326ae15e177d5878838e62d33c979521b8c12fa89a2b39ae89a48cd32e951619baf5d5f50ac8efa3253e17265b7eaf00acef24d8672fff906ec4eb1d
languageName: node
linkType: hard
"@ionic/utils-stream@npm:3.1.6":
version: 3.1.6
resolution: "@ionic/utils-stream@npm:3.1.6"
dependencies:
debug: "npm:^4.0.0"
tslib: "npm:^2.0.1"
checksum: 76e45603b0221dbda54963f42093f149e2bf141d9428b75446c3b3dcdf1d214d62c10118a684e840973a56eaf82f55590a90d2c73da5323dc5e28da5d6b5aed5
languageName: node
linkType: hard
"@ionic/utils-subprocess@npm:^2.1.8":
version: 2.1.14
resolution: "@ionic/utils-subprocess@npm:2.1.14"
dependencies:
"@ionic/utils-array": "npm:2.1.6"
"@ionic/utils-fs": "npm:3.1.7"
"@ionic/utils-process": "npm:2.1.11"
"@ionic/utils-stream": "npm:3.1.6"
"@ionic/utils-terminal": "npm:2.3.4"
cross-spawn: "npm:^7.0.3"
debug: "npm:^4.0.0"
tslib: "npm:^2.0.1"
checksum: 4533d220df43d5e55d8e717f42986ebbd667ea7dbe13b4a72a3647ff855ad1bf7b2fd63ccaaf0fdd8a1cb0604a66dff6b94467019f60fe2304ca7c5b2a8b2eb1
languageName: node
linkType: hard
"@ionic/utils-terminal@npm:2.3.4":
version: 2.3.4
resolution: "@ionic/utils-terminal@npm:2.3.4"
dependencies:
"@types/slice-ansi": "npm:^4.0.0"
debug: "npm:^4.0.0"
signal-exit: "npm:^3.0.3"
slice-ansi: "npm:^4.0.0"
string-width: "npm:^4.1.0"
strip-ansi: "npm:^6.0.0"
tslib: "npm:^2.0.1"
untildify: "npm:^4.0.0"
wrap-ansi: "npm:^7.0.0"
checksum: 2d7c80f244f5332fe646c3e053544328df3dbdc0164d2b3f8f4860cdae10eb1bc5b7d3d394d39b209def8fc961f5ba6ac1a38899e905936d25f0bf00ec05eba5
languageName: node
linkType: hard
"@isaacs/cliui@npm:^8.0.2":
version: 8.0.2
resolution: "@isaacs/cliui@npm:8.0.2"
dependencies:
string-width: "npm:^5.1.2"
string-width-cjs: "npm:string-width@^4.2.0"
strip-ansi: "npm:^7.0.1"
strip-ansi-cjs: "npm:strip-ansi@^6.0.1"
wrap-ansi: "npm:^8.1.0"
wrap-ansi-cjs: "npm:wrap-ansi@^7.0.0"
checksum: b1bf42535d49f11dc137f18d5e4e63a28c5569de438a221c369483731e9dac9fb797af554e8bf02b6192d1e5eba6e6402cf93900c3d0ac86391d00d04876789e
languageName: node
linkType: hard
"@isaacs/fs-minipass@npm:^4.0.0":
version: 4.0.1
resolution: "@isaacs/fs-minipass@npm:4.0.1"
dependencies:
minipass: "npm:^7.0.4"
checksum: c25b6dc1598790d5b55c0947a9b7d111cfa92594db5296c3b907e2f533c033666f692a3939eadac17b1c7c40d362d0b0635dc874cbfe3e70db7c2b07cc97a5d2
languageName: node
linkType: hard
"@isaacs/string-locale-compare@npm:^1.1.0":
version: 1.1.0
resolution: "@isaacs/string-locale-compare@npm:1.1.0"
checksum: d67226ff7ac544a495c77df38187e69e0e3a0783724777f86caadafb306e2155dc3b5787d5927916ddd7fb4a53561ac8f705448ac3235d18ea60da5854829fdf
languageName: node
linkType: hard
"@jimp/bmp@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/bmp@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
bmp-js: "npm:^0.1.0"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 45739eb159bbb313a8c6610bf8389ececc6cc0892dae312dfcb9963b36c43d67e5570dcf959de0450c420570d51683d0685e0ec881f99c7125313b992be99aff
languageName: node
linkType: hard
"@jimp/core@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/core@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
any-base: "npm:^1.1.0"
buffer: "npm:^5.2.0"
exif-parser: "npm:^0.1.12"
file-type: "npm:^16.5.4"
isomorphic-fetch: "npm:^3.0.0"
pixelmatch: "npm:^4.0.2"
tinycolor2: "npm:^1.6.0"
checksum: 535d48403f7147e26adabb38fc8ae08831190c7c1e6fda54640adcfdfd5d3a3491d98bd030f7e22a9112404aec0614f865ebfcef68f0022e025bed60bf1da454
languageName: node
linkType: hard
"@jimp/custom@npm:^0.22.10":
version: 0.22.12
resolution: "@jimp/custom@npm:0.22.12"
dependencies:
"@jimp/core": "npm:^0.22.12"
checksum: 942254bfb22a40b0420d60fd14e20f2f5af0eee89133896f13c29adf6f1dcb90a836129710b14c5c2c3b72ea7c4b0a8d9a68b0a3806c6592fcfb3beb03c611b7
languageName: node
linkType: hard
"@jimp/gif@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/gif@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
gifwrap: "npm:^0.10.1"
omggif: "npm:^1.0.9"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 40a804449e888d3885946c11156a54681c26bac1dbd77a84dace8d2e9be9e54dd3cae7865d235296b072901034fd220b3caca7c136b13110eb4c3eead407958b
languageName: node
linkType: hard
"@jimp/jpeg@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/jpeg@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
jpeg-js: "npm:^0.4.4"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 3ff0e72d6cb86d2ae968b8e82a4a01b828f0c21b95b2b74c9c9d17ab2f3ededbdbb87590659a3bd4d62a0b3e759818080d47a09aa6fca82388eda68106ae1b70
languageName: node
linkType: hard
"@jimp/plugin-blit@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-blit@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: f6a4f299e21e7ce25e6de11ca00fbd3afe18f437cb6083fdc31c6d81c9c72f4f68858a807794aa192d7ecafbf9f0a3cca6424452448664041b88eab559ca34bc
languageName: node
linkType: hard
"@jimp/plugin-blur@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-blur@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: ea615a950d7425b965e7df36636cb82ba1c947b926110972a6861f45048bd92d328364911a4d2a42a7dc081b4d3f7a76fd66bafb250fed9ac5d3040652e690e9
languageName: node
linkType: hard
"@jimp/plugin-circle@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-circle@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: fd249aba896d1fb8b037f7f09759bedbc764e2b98c836c5c29967ba5a444e584a0d3da6a0ccaa34f0465b8a18662f5eb688ed17431744b4b96022afebd9d86b7
languageName: node
linkType: hard
"@jimp/plugin-color@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-color@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
tinycolor2: "npm:^1.6.0"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 330f5c90acd554b72672cd63af2ff236ea7aac76c604c693a17e5046621bcf787ae76d9d2b7531cf9ac7e983e9213bb9e4b130e2992f52be9541deda95dc3126
languageName: node
linkType: hard
"@jimp/plugin-contain@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-contain@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
"@jimp/plugin-blit": ">=0.3.5"
"@jimp/plugin-resize": ">=0.3.5"
"@jimp/plugin-scale": ">=0.3.5"
checksum: 1c8f9b9e0ca489947870f42b2640c89ceadd96293597e51ba2e23abbbb3f6115f0546d4105b0a31bef33457fd4758aa49d4b9e5dae687bda792dba1c84be2825
languageName: node
linkType: hard
"@jimp/plugin-cover@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-cover@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
"@jimp/plugin-crop": ">=0.3.5"
"@jimp/plugin-resize": ">=0.3.5"
"@jimp/plugin-scale": ">=0.3.5"
checksum: 5a8ff5d7ee1ebcf61af470650e4c14c1ce4f48382b46f8fe711a27a0cd450a2e5439c89aa0de5ce8170ec3d2268ff948510dc3c9d73741db268436be3a31f4bf
languageName: node
linkType: hard
"@jimp/plugin-crop@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-crop@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 82ff13703013aa5781dde03887f635b9e7b9c9bc24ff131bb70cdba0e38cf22170bcbbae12cc420fd469691ea00644c80f7992af9d23a126d1f5f99aae7a6104
languageName: node
linkType: hard
"@jimp/plugin-displace@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-displace@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: c4bbe701be66601ad7f25fde9b145d1b384a3c2ca3d4ddf5a41c640d4c7389eb015da1b040e9181a3df228a48fa65c6eed7ad550364aade6b689f81631a75279
languageName: node
linkType: hard
"@jimp/plugin-dither@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-dither@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 3cee98f418c5b9402d4acb9f1a4cc77cbeb56a572ab582ecaec3c89e899f5ef4443f0c63a041a6209aba355e596d5d32c59d096786b445a57d81ae2004271fc3
languageName: node
linkType: hard
"@jimp/plugin-fisheye@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-fisheye@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 2c4bf08bc94b9f32f44c03db3135c25c5a23c9bc4eab4c169a29c1423af1434807f097878b6206708475e872afde275fc1a66044b48fb10426ac1133f27f399b
languageName: node
linkType: hard
"@jimp/plugin-flip@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-flip@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
"@jimp/plugin-rotate": ">=0.3.5"
checksum: 9b49f306e9577617ff21ffbfd69622f4691745d1254bab6c649d0da6f67f375ba9b9393c021948c9602bc4edd6e07f590c78f2580dceaf8037db716c805b9354
languageName: node
linkType: hard
"@jimp/plugin-gaussian@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-gaussian@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 731cc9321af8e2d156ff590cc934b13b0c0ae22aac14480f6add54015e8e70266b2a6cdadb35ffe10ed28550d7f7c91197de5a0bfd7fe32f3d5a6fa7b695e0b9
languageName: node
linkType: hard
"@jimp/plugin-invert@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-invert@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 8173afd5f62526e0a626d20b43df2fc33f5a58e42ea2c1a510b911f83f6be9fe30b4d442ef37369d17c07019601e3ab82e4716d312285ea33cab5af3107ee553
languageName: node
linkType: hard
"@jimp/plugin-mask@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-mask@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 6bed599c2af25fc024f3568671fb1575059cd6e46186ada25b627ce511297d35adbfe9bdc7918981f4f5638b85490e29182d4b60370a62c64a28c9c0b6ce153b
languageName: node
linkType: hard
"@jimp/plugin-normalize@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-normalize@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: abf9840705e1e8fc793d6ff880a13e6996d256f3f8f330c72790d231b77143a2ba659e2e6e9fdafce685979c039da1edab8d311ed4a2680521c7631e83686df5
languageName: node
linkType: hard
"@jimp/plugin-print@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-print@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
load-bmfont: "npm:^1.4.1"
peerDependencies:
"@jimp/custom": ">=0.3.5"
"@jimp/plugin-blit": ">=0.3.5"
checksum: e19e38c7762cf3a83b5b76af9079ca5f246f35bc73adabb7c8f4455555aa93b86cd719f194cabc4618f04f66110c48d2555c2035c9f86f00978d2f7fb3601ea2
languageName: node
linkType: hard
"@jimp/plugin-resize@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-resize@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: a43d6d1580d9b2eaf5c02713c141e3158f8f5c59c5e8796b9b79b5ce3db8892790fff92c828bada622324ad7648078646302013fcb971d538aa87b8b7faa3d0d
languageName: node
linkType: hard
"@jimp/plugin-rotate@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-rotate@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
"@jimp/plugin-blit": ">=0.3.5"
"@jimp/plugin-crop": ">=0.3.5"
"@jimp/plugin-resize": ">=0.3.5"
checksum: 0ad4383f3bf9916630141ac7371e81f1d6bbe5621de04ca632401c2eb749bf7faa59e4dedeb72d305f81a5510abacf5e060f2faf8ffa3a5b530a67f88cf70392
languageName: node
linkType: hard
"@jimp/plugin-scale@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-scale@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
"@jimp/plugin-resize": ">=0.3.5"
checksum: 1a901eb8a7f218aa7737a6a84dfecc8ea8a99830139a383180bb9ebd1d14a8bb07ec51f6b9fd0d213e129366c0c85abe9335b264ab818c62100c7216d46c9e9c
languageName: node
linkType: hard
"@jimp/plugin-shadow@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-shadow@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
"@jimp/plugin-blur": ">=0.3.5"
"@jimp/plugin-resize": ">=0.3.5"
checksum: e0292808940fbebd9132db80df075c89ecc65375b73e99746ae5bd90931ac2d67457619b939b475f3713cd1ed991d79c961ba9485627384fd736fa3d2de2cde8
languageName: node
linkType: hard
"@jimp/plugin-threshold@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/plugin-threshold@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
peerDependencies:
"@jimp/custom": ">=0.3.5"
"@jimp/plugin-color": ">=0.8.0"
"@jimp/plugin-resize": ">=0.8.0"
checksum: cb8ee511dfcd88c22a11894c13bf1258586adad43f3887bb2d403abe4526176f9a26d4e7a53c9a9e4599891cff2d4f117660a822df8b2680b66f472dc8ce24b4
languageName: node
linkType: hard
"@jimp/plugins@npm:^0.22.10":
version: 0.22.12
resolution: "@jimp/plugins@npm:0.22.12"
dependencies:
"@jimp/plugin-blit": "npm:^0.22.12"
"@jimp/plugin-blur": "npm:^0.22.12"
"@jimp/plugin-circle": "npm:^0.22.12"
"@jimp/plugin-color": "npm:^0.22.12"
"@jimp/plugin-contain": "npm:^0.22.12"
"@jimp/plugin-cover": "npm:^0.22.12"
"@jimp/plugin-crop": "npm:^0.22.12"
"@jimp/plugin-displace": "npm:^0.22.12"
"@jimp/plugin-dither": "npm:^0.22.12"
"@jimp/plugin-fisheye": "npm:^0.22.12"
"@jimp/plugin-flip": "npm:^0.22.12"
"@jimp/plugin-gaussian": "npm:^0.22.12"
"@jimp/plugin-invert": "npm:^0.22.12"
"@jimp/plugin-mask": "npm:^0.22.12"
"@jimp/plugin-normalize": "npm:^0.22.12"
"@jimp/plugin-print": "npm:^0.22.12"
"@jimp/plugin-resize": "npm:^0.22.12"
"@jimp/plugin-rotate": "npm:^0.22.12"
"@jimp/plugin-scale": "npm:^0.22.12"
"@jimp/plugin-shadow": "npm:^0.22.12"
"@jimp/plugin-threshold": "npm:^0.22.12"
timm: "npm:^1.6.1"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: db6f9b5886e8af53615638713732295e7fdce9397685da0282b9b9cc69839135e586948d4c9f9e459a8608ca9f659198b7b6ab25d6b1303a7b3a54f43f699a23
languageName: node
linkType: hard
"@jimp/png@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/png@npm:0.22.12"
dependencies:
"@jimp/utils": "npm:^0.22.12"
pngjs: "npm:^6.0.0"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 99a6fcf49d43c98c12fc26e017046b774d82453163662effa9a53dbf2a8aca5450f6b13bdef0292fdb326f1f18c4dbeeb8b1fe7bce096d07cd9f1af96e1b3fa3
languageName: node
linkType: hard
"@jimp/tiff@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/tiff@npm:0.22.12"
dependencies:
utif2: "npm:^4.0.1"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 14f545efef722254232fd44e5f837ca8f84ce8cdf0eb3156bba4938a81674848c75effba69cf2a484018da5a81ad2b80be29523b20e7103307a2ce67a8192539
languageName: node
linkType: hard
"@jimp/types@npm:^0.22.10":
version: 0.22.12
resolution: "@jimp/types@npm:0.22.12"
dependencies:
"@jimp/bmp": "npm:^0.22.12"
"@jimp/gif": "npm:^0.22.12"
"@jimp/jpeg": "npm:^0.22.12"
"@jimp/png": "npm:^0.22.12"
"@jimp/tiff": "npm:^0.22.12"
timm: "npm:^1.6.1"
peerDependencies:
"@jimp/custom": ">=0.3.5"
checksum: 62440b2ca490f7dca5943dde8b9c2f154240d1349563263faf299d476365b93bb94a7e892ce4685cc817ca087850ffc0914c27662164f5be90f4d4dad97fc46e
languageName: node
linkType: hard
"@jimp/utils@npm:^0.22.12":
version: 0.22.12
resolution: "@jimp/utils@npm:0.22.12"
dependencies:
regenerator-runtime: "npm:^0.13.3"
checksum: c2ce050db71c5f98e8930ca6e48265edeac930afe98325e427a7b8c897e5f796538f7f75460e1ab26d0edaea0c9aea4bf7184f6a686db82f1d18cf6e5f890f99
languageName: node
linkType: hard
"@jridgewell/resolve-uri@npm:^3.0.3":
version: 3.1.1
resolution: "@jridgewell/resolve-uri@npm:3.1.1"
checksum: 0dbc9e29bc640bbbdc5b9876d2859c69042bfcf1423c1e6421bcca53e826660bff4e41c7d4bcb8dbea696404231a6f902f76ba41835d049e20f2dd6cffb713bf
languageName: node
linkType: hard
"@jridgewell/sourcemap-codec@npm:^1.4.10":
version: 1.4.15
resolution: "@jridgewell/sourcemap-codec@npm:1.4.15"
checksum: 0c6b5ae663087558039052a626d2d7ed5208da36cfd707dcc5cea4a07cfc918248403dcb5989a8f7afaf245ce0573b7cc6fd94c4a30453bd10e44d9363940ba5
languageName: node
linkType: hard
"@jridgewell/trace-mapping@npm:0.3.9":
version: 0.3.9
resolution: "@jridgewell/trace-mapping@npm:0.3.9"
dependencies:
"@jridgewell/resolve-uri": "npm:^3.0.3"
"@jridgewell/sourcemap-codec": "npm:^1.4.10"
checksum: fa425b606d7c7ee5bfa6a31a7b050dd5814b4082f318e0e4190f991902181b4330f43f4805db1dd4f2433fd0ed9cc7a7b9c2683f1deeab1df1b0a98b1e24055b
languageName: node
linkType: hard
"@kwsites/file-exists@npm:^1.1.1":
version: 1.1.1
resolution: "@kwsites/file-exists@npm:1.1.1"
dependencies:
debug: "npm:^4.1.1"
checksum: 39e693239a72ccd8408bb618a0200e4a8d61682057ca7ae2c87668d7e69196e8d7e2c9cde73db6b23b3b0230169a15e5f1bfe086539f4be43e767b2db68e8ee4
languageName: node
linkType: hard
"@kwsites/promise-deferred@npm:^1.1.1":
version: 1.1.1
resolution: "@kwsites/promise-deferred@npm:1.1.1"
checksum: ef1ad3f1f50991e3bed352b175986d8b4bc684521698514a2ed63c1d1fc9848843da4f2bc2df961c9b148c94e1c34bf33f0da8a90ba2234e452481f2cc9937b1
languageName: node
linkType: hard
"@nativescript/doctor@npm:2.0.15":
version: 2.0.15
resolution: "@nativescript/doctor@npm:2.0.15"
dependencies:
lodash: "npm:4.17.21"
osenv: "npm:0.1.5"
semver: "npm:7.5.4"
shelljs: "npm:0.8.5"
temp: "npm:0.9.4"
winreg: "npm:1.2.5"
yauzl: "npm:2.10.0"
checksum: 950ebfe8add443520d2a94ceec36dd2434f2149d649e213c11545c4372f6754ef21c93c5ac2d59286c0ec81c4e8ec9e9e3b765dd2ceff64cf20d57ab46e51adc
languageName: node
linkType: hard
"@nativescript/schematics-executor@npm:0.0.2":
version: 0.0.2
resolution: "@nativescript/schematics-executor@npm:0.0.2"
checksum: ca7228734658b6cc1c66773d5b6df9cba071f8b1568b70f91e1f8da60a4e9924a0c942b380375d739badc919dfa0db83474d45acddc553c765ce2d49ab3b124b
languageName: node
linkType: hard
"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
dependencies:
"@nodelib/fs.stat": "npm:2.0.5"
run-parallel: "npm:^1.1.9"
checksum: 732c3b6d1b1e967440e65f284bd06e5821fedf10a1bea9ed2bb75956ea1f30e08c44d3def9d6a230666574edbaf136f8cfd319c14fd1f87c66e6a44449afb2eb
languageName: node
linkType: hard
"@nodelib/fs.stat@npm:2.0.5, @nodelib/fs.stat@npm:^2.0.2":
version: 2.0.5
resolution: "@nodelib/fs.stat@npm:2.0.5"
checksum: 88dafe5e3e29a388b07264680dc996c17f4bda48d163a9d4f5c1112979f0ce8ec72aa7116122c350b4e7976bc5566dc3ddb579be1ceaacc727872eb4ed93926d
languageName: node
linkType: hard
"@nodelib/fs.walk@npm:^1.2.3":
version: 1.2.8
resolution: "@nodelib/fs.walk@npm:1.2.8"
dependencies:
"@nodelib/fs.scandir": "npm:2.1.5"
fastq: "npm:^1.6.0"
checksum: db9de047c3bb9b51f9335a7bb46f4fcfb6829fb628318c12115fbaf7d369bfce71c15b103d1fc3b464812d936220ee9bc1c8f762d032c9f6be9acc99249095b1
languageName: node
linkType: hard
"@npm/types@npm:^1":
version: 1.0.2
resolution: "@npm/types@npm:1.0.2"
checksum: 95d92d1da46574ac084e03eab5af21372b06682798824dbd8d883b01770a1ad5cc0213756561efccdaeef2d9636f5a51f8519642daf4cb7277516c79751c24ca
languageName: node
linkType: hard
"@npmcli/agent@npm:^2.0.0":
version: 2.2.0
resolution: "@npmcli/agent@npm:2.2.0"
dependencies:
agent-base: "npm:^7.1.0"
http-proxy-agent: "npm:^7.0.0"
https-proxy-agent: "npm:^7.0.1"
lru-cache: "npm:^10.0.1"
socks-proxy-agent: "npm:^8.0.1"
checksum: 7b89590598476dda88e79c473766b67c682aae6e0ab0213491daa6083dcc0c171f86b3868f5506f22c09aa5ea69ad7dfb78f4bf39a8dca375d89a42f408645b3
languageName: node
linkType: hard
"@npmcli/arborist@npm:^7.2.0":
version: 7.2.1
resolution: "@npmcli/arborist@npm:7.2.1"
dependencies:
"@isaacs/string-locale-compare": "npm:^1.1.0"
"@npmcli/fs": "npm:^3.1.0"
"@npmcli/installed-package-contents": "npm:^2.0.2"
"@npmcli/map-workspaces": "npm:^3.0.2"
"@npmcli/metavuln-calculator": "npm:^7.0.0"
"@npmcli/name-from-folder": "npm:^2.0.0"
"@npmcli/node-gyp": "npm:^3.0.0"
"@npmcli/package-json": "npm:^5.0.0"
"@npmcli/query": "npm:^3.0.1"
"@npmcli/run-script": "npm:^7.0.2"
bin-links: "npm:^4.0.1"
cacache: "npm:^18.0.0"
common-ancestor-path: "npm:^1.0.1"
hosted-git-info: "npm:^7.0.1"
json-parse-even-better-errors: "npm:^3.0.0"
json-stringify-nice: "npm:^1.1.4"
minimatch: "npm:^9.0.0"
nopt: "npm:^7.0.0"
npm-install-checks: "npm:^6.2.0"
npm-package-arg: "npm:^11.0.1"
npm-pick-manifest: "npm:^9.0.0"
npm-registry-fetch: "npm:^16.0.0"
npmlog: "npm:^7.0.1"
pacote: "npm:^17.0.4"
parse-conflict-json: "npm:^3.0.0"
proc-log: "npm:^3.0.0"
promise-all-reject-late: "npm:^1.0.0"
promise-call-limit: "npm:^1.0.2"
read-package-json-fast: "npm:^3.0.2"
semver: "npm:^7.3.7"
ssri: "npm:^10.0.5"
treeverse: "npm:^3.0.0"
walk-up-path: "npm:^3.0.1"
bin:
arborist: bin/index.js
checksum: 9e7201cb54ea390f61855ee437f021617bdeb1176e937948796e0b986fccf4f735f9f7a6bcf196ca02111766cc17bc5364b07e4fcde4dbb5db11674380334383
languageName: node
linkType: hard
"@npmcli/fs@npm:^2.1.0":
version: 2.1.2
resolution: "@npmcli/fs@npm:2.1.2"
dependencies:
"@gar/promisify": "npm:^1.1.3"
semver: "npm:^7.3.5"
checksum: c50d087733d0d8df23be24f700f104b19922a28677aa66fdbe06ff6af6431cc4a5bb1e27683cbc661a5dafa9bafdc603e6a0378121506dfcd394b2b6dd76a187
languageName: node
linkType: hard
"@npmcli/fs@npm:^3.1.0":
version: 3.1.0
resolution: "@npmcli/fs@npm:3.1.0"
dependencies:
semver: "npm:^7.3.5"
checksum: 162b4a0b8705cd6f5c2470b851d1dc6cd228c86d2170e1769d738c1fbb69a87160901411c3c035331e9e99db72f1f1099a8b734bf1637cc32b9a5be1660e4e1e
languageName: node
linkType: hard
"@npmcli/git@npm:^4.0.0":
version: 4.1.0
resolution: "@npmcli/git@npm:4.1.0"
dependencies:
"@npmcli/promise-spawn": "npm:^6.0.0"
lru-cache: "npm:^7.4.4"
npm-pick-manifest: "npm:^8.0.0"
proc-log: "npm:^3.0.0"
promise-inflight: "npm:^1.0.1"
promise-retry: "npm:^2.0.1"
semver: "npm:^7.3.5"
which: "npm:^3.0.0"
checksum: 78591ba8f03de3954a5b5b83533455696635a8f8140c74038685fec4ee28674783a5b34a3d43840b2c5f9aa37fd0dce57eaf4ef136b52a8ec2ee183af2e40724
languageName: node
linkType: hard
"@npmcli/git@npm:^5.0.0":
version: 5.0.3
resolution: "@npmcli/git@npm:5.0.3"
dependencies:
"@npmcli/promise-spawn": "npm:^7.0.0"
lru-cache: "npm:^10.0.1"
npm-pick-manifest: "npm:^9.0.0"
proc-log: "npm:^3.0.0"
promise-inflight: "npm:^1.0.1"
promise-retry: "npm:^2.0.1"
semver: "npm:^7.3.5"
which: "npm:^4.0.0"
checksum: dab301d06f037cf92b66547c4a702901c4efd42be470ab72457cc2f9617f47aca0bb59a44566cf65c1170d6489bd58be96b87269f83782b63323272059a9e4e2
languageName: node
linkType: hard
"@npmcli/installed-package-contents@npm:^2.0.1, @npmcli/installed-package-contents@npm:^2.0.2":
version: 2.0.2
resolution: "@npmcli/installed-package-contents@npm:2.0.2"
dependencies:
npm-bundled: "npm:^3.0.0"
npm-normalize-package-bin: "npm:^3.0.0"
bin:
installed-package-contents: lib/index.js
checksum: 03efadb365997e3b54d1d1ea30ef3555729a68939ab2b7b7800a4a2750afb53da222f52be36bd7c44950434c3e26cbe7be28dac093efdf7b1bbe9e025ab62a07
languageName: node
linkType: hard
"@npmcli/map-workspaces@npm:^3.0.2":
version: 3.0.4
resolution: "@npmcli/map-workspaces@npm:3.0.4"
dependencies:
"@npmcli/name-from-folder": "npm:^2.0.0"
glob: "npm:^10.2.2"
minimatch: "npm:^9.0.0"
read-package-json-fast: "npm:^3.0.0"
checksum: caeb5f911d9b7ae0be01436442e6ec6b25aef750fe923de7a653eb62999d35b9f8be67c3f856790350ac86d9cea4a52532859b621eea81738f576302ecdd7475
languageName: node
linkType: hard
"@npmcli/metavuln-calculator@npm:^7.0.0":
version: 7.0.0
resolution: "@npmcli/metavuln-calculator@npm:7.0.0"
dependencies:
cacache: "npm:^18.0.0"
json-parse-even-better-errors: "npm:^3.0.0"
pacote: "npm:^17.0.0"