@storm-software/pulumi-tools 0.0.1

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.
Files changed (38) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +7 -0
  3. package/executors/config/executor.js +4847 -0
  4. package/executors/import/executor.js +4846 -0
  5. package/executors/preview/executor.js +4843 -0
  6. package/executors/refresh/executor.js +4845 -0
  7. package/executors/up/executor.js +4848 -0
  8. package/executors.json +29 -0
  9. package/generators/init/generator.js +150 -0
  10. package/generators.json +9 -0
  11. package/index.js +5008 -0
  12. package/meta.json +3939 -0
  13. package/package.json +81 -0
  14. package/src/base/base-executor.d.ts +14 -0
  15. package/src/base/index.d.ts +2 -0
  16. package/src/base/providers.d.ts +6 -0
  17. package/src/executors/config/executor.d.ts +5 -0
  18. package/src/executors/config/schema.d.ts +9 -0
  19. package/src/executors/config/schema.json +38 -0
  20. package/src/executors/import/executor.d.ts +5 -0
  21. package/src/executors/import/schema.d.ts +6 -0
  22. package/src/executors/import/schema.json +40 -0
  23. package/src/executors/index.d.ts +5 -0
  24. package/src/executors/preview/executor.d.ts +5 -0
  25. package/src/executors/preview/schema.d.ts +5 -0
  26. package/src/executors/preview/schema.json +22 -0
  27. package/src/executors/refresh/executor.d.ts +5 -0
  28. package/src/executors/refresh/schema.d.ts +6 -0
  29. package/src/executors/refresh/schema.json +29 -0
  30. package/src/executors/up/executor.d.ts +5 -0
  31. package/src/executors/up/schema.d.ts +8 -0
  32. package/src/executors/up/schema.json +39 -0
  33. package/src/generators/index.d.ts +1 -0
  34. package/src/generators/init/files/src/index.ts.template +1 -0
  35. package/src/generators/init/generator.d.ts +6 -0
  36. package/src/generators/init/schema.d.ts +10 -0
  37. package/src/generators/init/schema.json +52 -0
  38. package/src/index.d.ts +2 -0
package/meta.json ADDED
@@ -0,0 +1,3939 @@
1
+ {
2
+ "inputs": {
3
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
4
+ "bytes": 8542,
5
+ "imports": [
6
+ {
7
+ "path": "path",
8
+ "kind": "require-call",
9
+ "external": true
10
+ },
11
+ {
12
+ "path": "fs",
13
+ "kind": "require-call",
14
+ "external": true
15
+ }
16
+ ],
17
+ "format": "cjs"
18
+ },
19
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
20
+ "bytes": 1308,
21
+ "imports": [
22
+ {
23
+ "path": "fs",
24
+ "kind": "require-call",
25
+ "external": true
26
+ },
27
+ {
28
+ "path": "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js",
29
+ "kind": "require-call",
30
+ "original": "./old.js"
31
+ }
32
+ ],
33
+ "format": "cjs"
34
+ },
35
+ "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
36
+ "bytes": 345,
37
+ "imports": [],
38
+ "format": "cjs"
39
+ },
40
+ "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
41
+ "bytes": 1219,
42
+ "imports": [],
43
+ "format": "cjs"
44
+ },
45
+ "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
46
+ "bytes": 4792,
47
+ "imports": [
48
+ {
49
+ "path": "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js",
50
+ "kind": "require-call",
51
+ "original": "concat-map"
52
+ },
53
+ {
54
+ "path": "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js",
55
+ "kind": "require-call",
56
+ "original": "balanced-match"
57
+ }
58
+ ],
59
+ "format": "cjs"
60
+ },
61
+ "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
62
+ "bytes": 26266,
63
+ "imports": [
64
+ {
65
+ "path": "path",
66
+ "kind": "require-call",
67
+ "external": true
68
+ },
69
+ {
70
+ "path": "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js",
71
+ "kind": "require-call",
72
+ "original": "brace-expansion"
73
+ }
74
+ ],
75
+ "format": "cjs"
76
+ },
77
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
78
+ "bytes": 753,
79
+ "imports": [],
80
+ "format": "cjs"
81
+ },
82
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
83
+ "bytes": 250,
84
+ "imports": [
85
+ {
86
+ "path": "util",
87
+ "kind": "require-call",
88
+ "external": true
89
+ },
90
+ {
91
+ "path": "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js",
92
+ "kind": "require-call",
93
+ "original": "./inherits_browser.js"
94
+ }
95
+ ],
96
+ "format": "cjs"
97
+ },
98
+ "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
99
+ "bytes": 611,
100
+ "imports": [],
101
+ "format": "cjs"
102
+ },
103
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
104
+ "bytes": 6149,
105
+ "imports": [
106
+ {
107
+ "path": "fs",
108
+ "kind": "require-call",
109
+ "external": true
110
+ },
111
+ {
112
+ "path": "path",
113
+ "kind": "require-call",
114
+ "external": true
115
+ },
116
+ {
117
+ "path": "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js",
118
+ "kind": "require-call",
119
+ "original": "minimatch"
120
+ },
121
+ {
122
+ "path": "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js",
123
+ "kind": "require-call",
124
+ "original": "path-is-absolute"
125
+ }
126
+ ],
127
+ "format": "cjs"
128
+ },
129
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
130
+ "bytes": 12020,
131
+ "imports": [
132
+ {
133
+ "path": "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js",
134
+ "kind": "require-call",
135
+ "original": "fs.realpath"
136
+ },
137
+ {
138
+ "path": "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js",
139
+ "kind": "require-call",
140
+ "original": "minimatch"
141
+ },
142
+ {
143
+ "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js",
144
+ "kind": "require-call",
145
+ "original": "./glob.js"
146
+ },
147
+ {
148
+ "path": "util",
149
+ "kind": "require-call",
150
+ "external": true
151
+ },
152
+ {
153
+ "path": "path",
154
+ "kind": "require-call",
155
+ "external": true
156
+ },
157
+ {
158
+ "path": "assert",
159
+ "kind": "require-call",
160
+ "external": true
161
+ },
162
+ {
163
+ "path": "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js",
164
+ "kind": "require-call",
165
+ "original": "path-is-absolute"
166
+ },
167
+ {
168
+ "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js",
169
+ "kind": "require-call",
170
+ "original": "./common.js"
171
+ }
172
+ ],
173
+ "format": "cjs"
174
+ },
175
+ "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
176
+ "bytes": 905,
177
+ "imports": [],
178
+ "format": "cjs"
179
+ },
180
+ "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
181
+ "bytes": 935,
182
+ "imports": [
183
+ {
184
+ "path": "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js",
185
+ "kind": "require-call",
186
+ "original": "wrappy"
187
+ }
188
+ ],
189
+ "format": "cjs"
190
+ },
191
+ "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
192
+ "bytes": 1365,
193
+ "imports": [
194
+ {
195
+ "path": "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js",
196
+ "kind": "require-call",
197
+ "original": "wrappy"
198
+ },
199
+ {
200
+ "path": "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js",
201
+ "kind": "require-call",
202
+ "original": "once"
203
+ }
204
+ ],
205
+ "format": "cjs"
206
+ },
207
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
208
+ "bytes": 19445,
209
+ "imports": [
210
+ {
211
+ "path": "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js",
212
+ "kind": "require-call",
213
+ "original": "fs.realpath"
214
+ },
215
+ {
216
+ "path": "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js",
217
+ "kind": "require-call",
218
+ "original": "minimatch"
219
+ },
220
+ {
221
+ "path": "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js",
222
+ "kind": "require-call",
223
+ "original": "inherits"
224
+ },
225
+ {
226
+ "path": "events",
227
+ "kind": "require-call",
228
+ "external": true
229
+ },
230
+ {
231
+ "path": "path",
232
+ "kind": "require-call",
233
+ "external": true
234
+ },
235
+ {
236
+ "path": "assert",
237
+ "kind": "require-call",
238
+ "external": true
239
+ },
240
+ {
241
+ "path": "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js",
242
+ "kind": "require-call",
243
+ "original": "path-is-absolute"
244
+ },
245
+ {
246
+ "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js",
247
+ "kind": "require-call",
248
+ "original": "./sync.js"
249
+ },
250
+ {
251
+ "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js",
252
+ "kind": "require-call",
253
+ "original": "./common.js"
254
+ },
255
+ {
256
+ "path": "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js",
257
+ "kind": "require-call",
258
+ "original": "inflight"
259
+ },
260
+ {
261
+ "path": "util",
262
+ "kind": "require-call",
263
+ "external": true
264
+ },
265
+ {
266
+ "path": "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js",
267
+ "kind": "require-call",
268
+ "original": "once"
269
+ }
270
+ ],
271
+ "format": "cjs"
272
+ },
273
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
274
+ "bytes": 13609,
275
+ "imports": [
276
+ {
277
+ "path": "os",
278
+ "kind": "require-call",
279
+ "external": true
280
+ },
281
+ {
282
+ "path": "fs",
283
+ "kind": "require-call",
284
+ "external": true
285
+ },
286
+ {
287
+ "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js",
288
+ "kind": "require-call",
289
+ "original": "glob"
290
+ },
291
+ {
292
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js",
293
+ "kind": "require-call",
294
+ "original": ".."
295
+ }
296
+ ],
297
+ "format": "cjs"
298
+ },
299
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
300
+ "bytes": 282,
301
+ "imports": [],
302
+ "format": "cjs"
303
+ },
304
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
305
+ "bytes": 451,
306
+ "imports": [
307
+ {
308
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
309
+ "kind": "require-call",
310
+ "original": "./common"
311
+ }
312
+ ],
313
+ "format": "cjs"
314
+ },
315
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
316
+ "bytes": 1840,
317
+ "imports": [
318
+ {
319
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
320
+ "kind": "require-call",
321
+ "original": "./common"
322
+ },
323
+ {
324
+ "path": "fs",
325
+ "kind": "require-call",
326
+ "external": true
327
+ }
328
+ ],
329
+ "format": "cjs"
330
+ },
331
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
332
+ "bytes": 929,
333
+ "imports": [
334
+ {
335
+ "path": "os",
336
+ "kind": "require-call",
337
+ "external": true
338
+ },
339
+ {
340
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
341
+ "kind": "require-call",
342
+ "original": "./common"
343
+ }
344
+ ],
345
+ "format": "cjs"
346
+ },
347
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
348
+ "bytes": 6824,
349
+ "imports": [
350
+ {
351
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
352
+ "kind": "require-call",
353
+ "original": "./common"
354
+ },
355
+ {
356
+ "path": "fs",
357
+ "kind": "require-call",
358
+ "external": true
359
+ },
360
+ {
361
+ "path": "path",
362
+ "kind": "require-call",
363
+ "external": true
364
+ }
365
+ ],
366
+ "format": "cjs"
367
+ },
368
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
369
+ "bytes": 9739,
370
+ "imports": [
371
+ {
372
+ "path": "fs",
373
+ "kind": "require-call",
374
+ "external": true
375
+ },
376
+ {
377
+ "path": "path",
378
+ "kind": "require-call",
379
+ "external": true
380
+ },
381
+ {
382
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
383
+ "kind": "require-call",
384
+ "original": "./common"
385
+ }
386
+ ],
387
+ "format": "cjs"
388
+ },
389
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
390
+ "bytes": 5698,
391
+ "imports": [
392
+ {
393
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
394
+ "kind": "require-call",
395
+ "original": "./common"
396
+ },
397
+ {
398
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js",
399
+ "kind": "require-call",
400
+ "original": "./cd"
401
+ },
402
+ {
403
+ "path": "path",
404
+ "kind": "require-call",
405
+ "external": true
406
+ }
407
+ ],
408
+ "format": "cjs"
409
+ },
410
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
411
+ "bytes": 1384,
412
+ "imports": [
413
+ {
414
+ "path": "util",
415
+ "kind": "require-call",
416
+ "external": true
417
+ },
418
+ {
419
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
420
+ "kind": "require-call",
421
+ "original": "./common"
422
+ }
423
+ ],
424
+ "format": "cjs"
425
+ },
426
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
427
+ "bytes": 947,
428
+ "imports": [
429
+ {
430
+ "path": "child_process",
431
+ "kind": "require-call",
432
+ "external": true
433
+ },
434
+ {
435
+ "path": "fs",
436
+ "kind": "require-call",
437
+ "external": true
438
+ }
439
+ ],
440
+ "format": "cjs"
441
+ },
442
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
443
+ "bytes": 2253,
444
+ "imports": [
445
+ {
446
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
447
+ "kind": "require-call",
448
+ "original": "./common"
449
+ },
450
+ {
451
+ "path": "os",
452
+ "kind": "require-call",
453
+ "external": true
454
+ },
455
+ {
456
+ "path": "fs",
457
+ "kind": "require-call",
458
+ "external": true
459
+ }
460
+ ],
461
+ "format": "cjs"
462
+ },
463
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
464
+ "bytes": 278,
465
+ "imports": [
466
+ {
467
+ "path": "path",
468
+ "kind": "require-call",
469
+ "external": true
470
+ },
471
+ {
472
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
473
+ "kind": "require-call",
474
+ "original": "./common"
475
+ }
476
+ ],
477
+ "format": "cjs"
478
+ },
479
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
480
+ "bytes": 7395,
481
+ "imports": [
482
+ {
483
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
484
+ "kind": "require-call",
485
+ "original": "./common"
486
+ },
487
+ {
488
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js",
489
+ "kind": "require-call",
490
+ "original": "./tempdir"
491
+ },
492
+ {
493
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js",
494
+ "kind": "require-call",
495
+ "original": "./pwd"
496
+ },
497
+ {
498
+ "path": "path",
499
+ "kind": "require-call",
500
+ "external": true
501
+ },
502
+ {
503
+ "path": "fs",
504
+ "kind": "require-call",
505
+ "external": true
506
+ },
507
+ {
508
+ "path": "child_process",
509
+ "kind": "require-call",
510
+ "external": true
511
+ }
512
+ ],
513
+ "format": "cjs"
514
+ },
515
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
516
+ "bytes": 4346,
517
+ "imports": [
518
+ {
519
+ "path": "path",
520
+ "kind": "require-call",
521
+ "external": true
522
+ },
523
+ {
524
+ "path": "fs",
525
+ "kind": "require-call",
526
+ "external": true
527
+ },
528
+ {
529
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
530
+ "kind": "require-call",
531
+ "original": "./common"
532
+ },
533
+ {
534
+ "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js",
535
+ "kind": "require-call",
536
+ "original": "glob"
537
+ }
538
+ ],
539
+ "format": "cjs"
540
+ },
541
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
542
+ "bytes": 1553,
543
+ "imports": [
544
+ {
545
+ "path": "path",
546
+ "kind": "require-call",
547
+ "external": true
548
+ },
549
+ {
550
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
551
+ "kind": "require-call",
552
+ "original": "./common"
553
+ },
554
+ {
555
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js",
556
+ "kind": "require-call",
557
+ "original": "./ls"
558
+ }
559
+ ],
560
+ "format": "cjs"
561
+ },
562
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
563
+ "bytes": 1832,
564
+ "imports": [
565
+ {
566
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
567
+ "kind": "require-call",
568
+ "original": "./common"
569
+ },
570
+ {
571
+ "path": "fs",
572
+ "kind": "require-call",
573
+ "external": true
574
+ }
575
+ ],
576
+ "format": "cjs"
577
+ },
578
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
579
+ "bytes": 2684,
580
+ "imports": [
581
+ {
582
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
583
+ "kind": "require-call",
584
+ "original": "./common"
585
+ },
586
+ {
587
+ "path": "fs",
588
+ "kind": "require-call",
589
+ "external": true
590
+ }
591
+ ],
592
+ "format": "cjs"
593
+ },
594
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
595
+ "bytes": 1886,
596
+ "imports": [
597
+ {
598
+ "path": "fs",
599
+ "kind": "require-call",
600
+ "external": true
601
+ },
602
+ {
603
+ "path": "path",
604
+ "kind": "require-call",
605
+ "external": true
606
+ },
607
+ {
608
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
609
+ "kind": "require-call",
610
+ "original": "./common"
611
+ }
612
+ ],
613
+ "format": "cjs"
614
+ },
615
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
616
+ "bytes": 2603,
617
+ "imports": [
618
+ {
619
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
620
+ "kind": "require-call",
621
+ "original": "./common"
622
+ },
623
+ {
624
+ "path": "fs",
625
+ "kind": "require-call",
626
+ "external": true
627
+ },
628
+ {
629
+ "path": "path",
630
+ "kind": "require-call",
631
+ "external": true
632
+ }
633
+ ],
634
+ "format": "cjs"
635
+ },
636
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
637
+ "bytes": 5618,
638
+ "imports": [
639
+ {
640
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
641
+ "kind": "require-call",
642
+ "original": "./common"
643
+ },
644
+ {
645
+ "path": "fs",
646
+ "kind": "require-call",
647
+ "external": true
648
+ }
649
+ ],
650
+ "format": "cjs"
651
+ },
652
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
653
+ "bytes": 3576,
654
+ "imports": [
655
+ {
656
+ "path": "fs",
657
+ "kind": "require-call",
658
+ "external": true
659
+ },
660
+ {
661
+ "path": "path",
662
+ "kind": "require-call",
663
+ "external": true
664
+ },
665
+ {
666
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
667
+ "kind": "require-call",
668
+ "original": "./common"
669
+ },
670
+ {
671
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js",
672
+ "kind": "require-call",
673
+ "original": "./cp"
674
+ },
675
+ {
676
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js",
677
+ "kind": "require-call",
678
+ "original": "./rm"
679
+ }
680
+ ],
681
+ "format": "cjs"
682
+ },
683
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
684
+ "bytes": 15,
685
+ "imports": []
686
+ },
687
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
688
+ "bytes": 15,
689
+ "imports": []
690
+ },
691
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
692
+ "bytes": 2258,
693
+ "imports": [
694
+ {
695
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
696
+ "kind": "require-call",
697
+ "original": "./common"
698
+ },
699
+ {
700
+ "path": "fs",
701
+ "kind": "require-call",
702
+ "external": true
703
+ }
704
+ ],
705
+ "format": "cjs"
706
+ },
707
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
708
+ "bytes": 1371,
709
+ "imports": [
710
+ {
711
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
712
+ "kind": "require-call",
713
+ "original": "./common"
714
+ }
715
+ ],
716
+ "format": "cjs"
717
+ },
718
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
719
+ "bytes": 2558,
720
+ "imports": [
721
+ {
722
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
723
+ "kind": "require-call",
724
+ "original": "./common"
725
+ },
726
+ {
727
+ "path": "fs",
728
+ "kind": "require-call",
729
+ "external": true
730
+ }
731
+ ],
732
+ "format": "cjs"
733
+ },
734
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
735
+ "bytes": 1930,
736
+ "imports": [
737
+ {
738
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
739
+ "kind": "require-call",
740
+ "original": "./common"
741
+ },
742
+ {
743
+ "path": "fs",
744
+ "kind": "require-call",
745
+ "external": true
746
+ }
747
+ ],
748
+ "format": "cjs"
749
+ },
750
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
751
+ "bytes": 2079,
752
+ "imports": [
753
+ {
754
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
755
+ "kind": "require-call",
756
+ "original": "./common"
757
+ },
758
+ {
759
+ "path": "fs",
760
+ "kind": "require-call",
761
+ "external": true
762
+ }
763
+ ],
764
+ "format": "cjs"
765
+ },
766
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
767
+ "bytes": 963,
768
+ "imports": [
769
+ {
770
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
771
+ "kind": "require-call",
772
+ "original": "./common"
773
+ },
774
+ {
775
+ "path": "fs",
776
+ "kind": "require-call",
777
+ "external": true
778
+ },
779
+ {
780
+ "path": "path",
781
+ "kind": "require-call",
782
+ "external": true
783
+ }
784
+ ],
785
+ "format": "cjs"
786
+ },
787
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
788
+ "bytes": 921,
789
+ "imports": [
790
+ {
791
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
792
+ "kind": "require-call",
793
+ "original": "./common"
794
+ },
795
+ {
796
+ "path": "fs",
797
+ "kind": "require-call",
798
+ "external": true
799
+ },
800
+ {
801
+ "path": "path",
802
+ "kind": "require-call",
803
+ "external": true
804
+ }
805
+ ],
806
+ "format": "cjs"
807
+ },
808
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
809
+ "bytes": 2716,
810
+ "imports": [
811
+ {
812
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
813
+ "kind": "require-call",
814
+ "original": "./common"
815
+ },
816
+ {
817
+ "path": "fs",
818
+ "kind": "require-call",
819
+ "external": true
820
+ }
821
+ ],
822
+ "format": "cjs"
823
+ },
824
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
825
+ "bytes": 2559,
826
+ "imports": [
827
+ {
828
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
829
+ "kind": "require-call",
830
+ "original": "./common"
831
+ },
832
+ {
833
+ "path": "fs",
834
+ "kind": "require-call",
835
+ "external": true
836
+ }
837
+ ],
838
+ "format": "cjs"
839
+ },
840
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
841
+ "bytes": 3573,
842
+ "imports": [
843
+ {
844
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
845
+ "kind": "require-call",
846
+ "original": "./common"
847
+ },
848
+ {
849
+ "path": "fs",
850
+ "kind": "require-call",
851
+ "external": true
852
+ },
853
+ {
854
+ "path": "path",
855
+ "kind": "require-call",
856
+ "external": true
857
+ }
858
+ ],
859
+ "format": "cjs"
860
+ },
861
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
862
+ "bytes": 3472,
863
+ "imports": [
864
+ {
865
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
866
+ "kind": "require-call",
867
+ "original": "./src/common"
868
+ },
869
+ {
870
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js",
871
+ "kind": "require-call",
872
+ "original": "./commands"
873
+ },
874
+ {
875
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js",
876
+ "kind": "require-call",
877
+ "original": "./src/error"
878
+ },
879
+ {
880
+ "path": "./src/**/*",
881
+ "kind": "import-statement",
882
+ "external": true
883
+ }
884
+ ],
885
+ "format": "cjs"
886
+ },
887
+ "packages/pulumi-tools/src/base/base-executor.ts": {
888
+ "bytes": 2346,
889
+ "imports": [
890
+ {
891
+ "path": "@storm-software/config",
892
+ "kind": "import-statement",
893
+ "external": true
894
+ },
895
+ {
896
+ "path": "@storm-software/config-tools",
897
+ "kind": "import-statement",
898
+ "external": true
899
+ },
900
+ {
901
+ "path": "@storm-software/workspace-tools",
902
+ "kind": "import-statement",
903
+ "external": true
904
+ },
905
+ {
906
+ "path": "node:path",
907
+ "kind": "import-statement",
908
+ "external": true
909
+ },
910
+ {
911
+ "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js",
912
+ "kind": "import-statement",
913
+ "original": "shelljs"
914
+ }
915
+ ],
916
+ "format": "esm"
917
+ },
918
+ "packages/pulumi-tools/src/executors/config/executor.ts": {
919
+ "bytes": 438,
920
+ "imports": [
921
+ {
922
+ "path": "packages/pulumi-tools/src/base/base-executor.ts",
923
+ "kind": "import-statement",
924
+ "original": "../../base/base-executor"
925
+ },
926
+ {
927
+ "path": "./schema",
928
+ "kind": "import-statement",
929
+ "external": true
930
+ }
931
+ ],
932
+ "format": "esm"
933
+ },
934
+ "packages/pulumi-tools/src/executors/import/executor.ts": {
935
+ "bytes": 349,
936
+ "imports": [
937
+ {
938
+ "path": "packages/pulumi-tools/src/base/base-executor.ts",
939
+ "kind": "import-statement",
940
+ "original": "../../base/base-executor"
941
+ },
942
+ {
943
+ "path": "./schema",
944
+ "kind": "import-statement",
945
+ "external": true
946
+ }
947
+ ],
948
+ "format": "esm"
949
+ },
950
+ "packages/pulumi-tools/src/executors/preview/executor.ts": {
951
+ "bytes": 297,
952
+ "imports": [
953
+ {
954
+ "path": "packages/pulumi-tools/src/base/base-executor.ts",
955
+ "kind": "import-statement",
956
+ "original": "../../base/base-executor"
957
+ },
958
+ {
959
+ "path": "./schema",
960
+ "kind": "import-statement",
961
+ "external": true
962
+ }
963
+ ],
964
+ "format": "esm"
965
+ },
966
+ "packages/pulumi-tools/src/executors/refresh/executor.ts": {
967
+ "bytes": 339,
968
+ "imports": [
969
+ {
970
+ "path": "packages/pulumi-tools/src/base/base-executor.ts",
971
+ "kind": "import-statement",
972
+ "original": "../../base/base-executor"
973
+ },
974
+ {
975
+ "path": "./schema",
976
+ "kind": "import-statement",
977
+ "external": true
978
+ }
979
+ ],
980
+ "format": "esm"
981
+ },
982
+ "packages/pulumi-tools/src/executors/up/executor.ts": {
983
+ "bytes": 433,
984
+ "imports": [
985
+ {
986
+ "path": "packages/pulumi-tools/src/base/base-executor.ts",
987
+ "kind": "import-statement",
988
+ "original": "../../base/base-executor"
989
+ },
990
+ {
991
+ "path": "./schema",
992
+ "kind": "import-statement",
993
+ "external": true
994
+ }
995
+ ],
996
+ "format": "esm"
997
+ },
998
+ "packages/pulumi-tools/src/executors/index.ts": {
999
+ "bytes": 173,
1000
+ "imports": [
1001
+ {
1002
+ "path": "packages/pulumi-tools/src/executors/config/executor.ts",
1003
+ "kind": "import-statement",
1004
+ "original": "./config/executor"
1005
+ },
1006
+ {
1007
+ "path": "packages/pulumi-tools/src/executors/import/executor.ts",
1008
+ "kind": "import-statement",
1009
+ "original": "./import/executor"
1010
+ },
1011
+ {
1012
+ "path": "packages/pulumi-tools/src/executors/preview/executor.ts",
1013
+ "kind": "import-statement",
1014
+ "original": "./preview/executor"
1015
+ },
1016
+ {
1017
+ "path": "packages/pulumi-tools/src/executors/refresh/executor.ts",
1018
+ "kind": "import-statement",
1019
+ "original": "./refresh/executor"
1020
+ },
1021
+ {
1022
+ "path": "packages/pulumi-tools/src/executors/up/executor.ts",
1023
+ "kind": "import-statement",
1024
+ "original": "./up/executor"
1025
+ }
1026
+ ],
1027
+ "format": "esm"
1028
+ },
1029
+ "packages/pulumi-tools/src/base/providers.ts": {
1030
+ "bytes": 196,
1031
+ "imports": [],
1032
+ "format": "esm"
1033
+ },
1034
+ "packages/pulumi-tools/src/generators/init/generator.ts": {
1035
+ "bytes": 4056,
1036
+ "imports": [
1037
+ {
1038
+ "path": "@nx/devkit",
1039
+ "kind": "import-statement",
1040
+ "external": true
1041
+ },
1042
+ {
1043
+ "path": "@storm-software/config",
1044
+ "kind": "import-statement",
1045
+ "external": true
1046
+ },
1047
+ {
1048
+ "path": "@storm-software/config-tools",
1049
+ "kind": "import-statement",
1050
+ "external": true
1051
+ },
1052
+ {
1053
+ "path": "@storm-software/workspace-tools",
1054
+ "kind": "import-statement",
1055
+ "external": true
1056
+ },
1057
+ {
1058
+ "path": "node:fs",
1059
+ "kind": "import-statement",
1060
+ "external": true
1061
+ },
1062
+ {
1063
+ "path": "node:path",
1064
+ "kind": "import-statement",
1065
+ "external": true
1066
+ },
1067
+ {
1068
+ "path": "packages/pulumi-tools/src/base/providers.ts",
1069
+ "kind": "import-statement",
1070
+ "original": "../../base/providers"
1071
+ }
1072
+ ],
1073
+ "format": "esm"
1074
+ },
1075
+ "packages/pulumi-tools/src/generators/index.ts": {
1076
+ "bytes": 34,
1077
+ "imports": [
1078
+ {
1079
+ "path": "packages/pulumi-tools/src/generators/init/generator.ts",
1080
+ "kind": "import-statement",
1081
+ "original": "./init/generator"
1082
+ }
1083
+ ],
1084
+ "format": "esm"
1085
+ },
1086
+ "packages/pulumi-tools/src/index.ts": {
1087
+ "bytes": 59,
1088
+ "imports": [
1089
+ {
1090
+ "path": "packages/pulumi-tools/src/executors/index.ts",
1091
+ "kind": "import-statement",
1092
+ "original": "./executors"
1093
+ },
1094
+ {
1095
+ "path": "packages/pulumi-tools/src/generators/index.ts",
1096
+ "kind": "import-statement",
1097
+ "original": "./generators"
1098
+ }
1099
+ ],
1100
+ "format": "esm"
1101
+ }
1102
+ },
1103
+ "outputs": {
1104
+ "dist/packages/pulumi-tools/index.js": {
1105
+ "imports": [
1106
+ {
1107
+ "path": "path",
1108
+ "kind": "require-call",
1109
+ "external": true
1110
+ },
1111
+ {
1112
+ "path": "fs",
1113
+ "kind": "require-call",
1114
+ "external": true
1115
+ },
1116
+ {
1117
+ "path": "fs",
1118
+ "kind": "require-call",
1119
+ "external": true
1120
+ },
1121
+ {
1122
+ "path": "path",
1123
+ "kind": "require-call",
1124
+ "external": true
1125
+ },
1126
+ {
1127
+ "path": "util",
1128
+ "kind": "require-call",
1129
+ "external": true
1130
+ },
1131
+ {
1132
+ "path": "fs",
1133
+ "kind": "require-call",
1134
+ "external": true
1135
+ },
1136
+ {
1137
+ "path": "path",
1138
+ "kind": "require-call",
1139
+ "external": true
1140
+ },
1141
+ {
1142
+ "path": "util",
1143
+ "kind": "require-call",
1144
+ "external": true
1145
+ },
1146
+ {
1147
+ "path": "path",
1148
+ "kind": "require-call",
1149
+ "external": true
1150
+ },
1151
+ {
1152
+ "path": "assert",
1153
+ "kind": "require-call",
1154
+ "external": true
1155
+ },
1156
+ {
1157
+ "path": "events",
1158
+ "kind": "require-call",
1159
+ "external": true
1160
+ },
1161
+ {
1162
+ "path": "path",
1163
+ "kind": "require-call",
1164
+ "external": true
1165
+ },
1166
+ {
1167
+ "path": "assert",
1168
+ "kind": "require-call",
1169
+ "external": true
1170
+ },
1171
+ {
1172
+ "path": "util",
1173
+ "kind": "require-call",
1174
+ "external": true
1175
+ },
1176
+ {
1177
+ "path": "os",
1178
+ "kind": "require-call",
1179
+ "external": true
1180
+ },
1181
+ {
1182
+ "path": "fs",
1183
+ "kind": "require-call",
1184
+ "external": true
1185
+ },
1186
+ {
1187
+ "path": "fs",
1188
+ "kind": "require-call",
1189
+ "external": true
1190
+ },
1191
+ {
1192
+ "path": "os",
1193
+ "kind": "require-call",
1194
+ "external": true
1195
+ },
1196
+ {
1197
+ "path": "fs",
1198
+ "kind": "require-call",
1199
+ "external": true
1200
+ },
1201
+ {
1202
+ "path": "path",
1203
+ "kind": "require-call",
1204
+ "external": true
1205
+ },
1206
+ {
1207
+ "path": "fs",
1208
+ "kind": "require-call",
1209
+ "external": true
1210
+ },
1211
+ {
1212
+ "path": "path",
1213
+ "kind": "require-call",
1214
+ "external": true
1215
+ },
1216
+ {
1217
+ "path": "path",
1218
+ "kind": "require-call",
1219
+ "external": true
1220
+ },
1221
+ {
1222
+ "path": "util",
1223
+ "kind": "require-call",
1224
+ "external": true
1225
+ },
1226
+ {
1227
+ "path": "child_process",
1228
+ "kind": "require-call",
1229
+ "external": true
1230
+ },
1231
+ {
1232
+ "path": "fs",
1233
+ "kind": "require-call",
1234
+ "external": true
1235
+ },
1236
+ {
1237
+ "path": "os",
1238
+ "kind": "require-call",
1239
+ "external": true
1240
+ },
1241
+ {
1242
+ "path": "fs",
1243
+ "kind": "require-call",
1244
+ "external": true
1245
+ },
1246
+ {
1247
+ "path": "path",
1248
+ "kind": "require-call",
1249
+ "external": true
1250
+ },
1251
+ {
1252
+ "path": "path",
1253
+ "kind": "require-call",
1254
+ "external": true
1255
+ },
1256
+ {
1257
+ "path": "fs",
1258
+ "kind": "require-call",
1259
+ "external": true
1260
+ },
1261
+ {
1262
+ "path": "child_process",
1263
+ "kind": "require-call",
1264
+ "external": true
1265
+ },
1266
+ {
1267
+ "path": "path",
1268
+ "kind": "require-call",
1269
+ "external": true
1270
+ },
1271
+ {
1272
+ "path": "fs",
1273
+ "kind": "require-call",
1274
+ "external": true
1275
+ },
1276
+ {
1277
+ "path": "path",
1278
+ "kind": "require-call",
1279
+ "external": true
1280
+ },
1281
+ {
1282
+ "path": "fs",
1283
+ "kind": "require-call",
1284
+ "external": true
1285
+ },
1286
+ {
1287
+ "path": "fs",
1288
+ "kind": "require-call",
1289
+ "external": true
1290
+ },
1291
+ {
1292
+ "path": "fs",
1293
+ "kind": "require-call",
1294
+ "external": true
1295
+ },
1296
+ {
1297
+ "path": "path",
1298
+ "kind": "require-call",
1299
+ "external": true
1300
+ },
1301
+ {
1302
+ "path": "fs",
1303
+ "kind": "require-call",
1304
+ "external": true
1305
+ },
1306
+ {
1307
+ "path": "path",
1308
+ "kind": "require-call",
1309
+ "external": true
1310
+ },
1311
+ {
1312
+ "path": "fs",
1313
+ "kind": "require-call",
1314
+ "external": true
1315
+ },
1316
+ {
1317
+ "path": "fs",
1318
+ "kind": "require-call",
1319
+ "external": true
1320
+ },
1321
+ {
1322
+ "path": "path",
1323
+ "kind": "require-call",
1324
+ "external": true
1325
+ },
1326
+ {
1327
+ "path": "fs",
1328
+ "kind": "require-call",
1329
+ "external": true
1330
+ },
1331
+ {
1332
+ "path": "fs",
1333
+ "kind": "require-call",
1334
+ "external": true
1335
+ },
1336
+ {
1337
+ "path": "fs",
1338
+ "kind": "require-call",
1339
+ "external": true
1340
+ },
1341
+ {
1342
+ "path": "fs",
1343
+ "kind": "require-call",
1344
+ "external": true
1345
+ },
1346
+ {
1347
+ "path": "fs",
1348
+ "kind": "require-call",
1349
+ "external": true
1350
+ },
1351
+ {
1352
+ "path": "path",
1353
+ "kind": "require-call",
1354
+ "external": true
1355
+ },
1356
+ {
1357
+ "path": "fs",
1358
+ "kind": "require-call",
1359
+ "external": true
1360
+ },
1361
+ {
1362
+ "path": "path",
1363
+ "kind": "require-call",
1364
+ "external": true
1365
+ },
1366
+ {
1367
+ "path": "fs",
1368
+ "kind": "require-call",
1369
+ "external": true
1370
+ },
1371
+ {
1372
+ "path": "fs",
1373
+ "kind": "require-call",
1374
+ "external": true
1375
+ },
1376
+ {
1377
+ "path": "fs",
1378
+ "kind": "require-call",
1379
+ "external": true
1380
+ },
1381
+ {
1382
+ "path": "path",
1383
+ "kind": "require-call",
1384
+ "external": true
1385
+ },
1386
+ {
1387
+ "path": "@storm-software/config-tools",
1388
+ "kind": "require-call",
1389
+ "external": true
1390
+ },
1391
+ {
1392
+ "path": "@storm-software/workspace-tools",
1393
+ "kind": "require-call",
1394
+ "external": true
1395
+ },
1396
+ {
1397
+ "path": "node:path",
1398
+ "kind": "require-call",
1399
+ "external": true
1400
+ },
1401
+ {
1402
+ "path": "@nx/devkit",
1403
+ "kind": "require-call",
1404
+ "external": true
1405
+ },
1406
+ {
1407
+ "path": "@storm-software/config-tools",
1408
+ "kind": "require-call",
1409
+ "external": true
1410
+ },
1411
+ {
1412
+ "path": "@storm-software/workspace-tools",
1413
+ "kind": "require-call",
1414
+ "external": true
1415
+ },
1416
+ {
1417
+ "path": "node:fs",
1418
+ "kind": "require-call",
1419
+ "external": true
1420
+ },
1421
+ {
1422
+ "path": "node:path",
1423
+ "kind": "require-call",
1424
+ "external": true
1425
+ }
1426
+ ],
1427
+ "exports": [],
1428
+ "entryPoint": "packages/pulumi-tools/src/index.ts",
1429
+ "inputs": {
1430
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
1431
+ "bytesInOutput": 6181
1432
+ },
1433
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
1434
+ "bytesInOutput": 1645
1435
+ },
1436
+ "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
1437
+ "bytesInOutput": 509
1438
+ },
1439
+ "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
1440
+ "bytesInOutput": 1569
1441
+ },
1442
+ "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
1443
+ "bytesInOutput": 4549
1444
+ },
1445
+ "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
1446
+ "bytesInOutput": 18050
1447
+ },
1448
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
1449
+ "bytesInOutput": 932
1450
+ },
1451
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
1452
+ "bytesInOutput": 363
1453
+ },
1454
+ "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
1455
+ "bytesInOutput": 699
1456
+ },
1457
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
1458
+ "bytesInOutput": 6400
1459
+ },
1460
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
1461
+ "bytesInOutput": 11035
1462
+ },
1463
+ "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
1464
+ "bytesInOutput": 866
1465
+ },
1466
+ "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
1467
+ "bytesInOutput": 1220
1468
+ },
1469
+ "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
1470
+ "bytesInOutput": 1183
1471
+ },
1472
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
1473
+ "bytesInOutput": 16966
1474
+ },
1475
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
1476
+ "bytesInOutput": 10764
1477
+ },
1478
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
1479
+ "bytesInOutput": 1406
1480
+ },
1481
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
1482
+ "bytesInOutput": 914
1483
+ },
1484
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
1485
+ "bytesInOutput": 5697
1486
+ },
1487
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
1488
+ "bytesInOutput": 7724
1489
+ },
1490
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
1491
+ "bytesInOutput": 3428
1492
+ },
1493
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
1494
+ "bytesInOutput": 893
1495
+ },
1496
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
1497
+ "bytesInOutput": 260
1498
+ },
1499
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
1500
+ "bytesInOutput": 1203
1501
+ },
1502
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
1503
+ "bytesInOutput": 1576
1504
+ },
1505
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
1506
+ "bytesInOutput": 386
1507
+ },
1508
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
1509
+ "bytesInOutput": 4568
1510
+ },
1511
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
1512
+ "bytesInOutput": 2832
1513
+ },
1514
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
1515
+ "bytesInOutput": 1133
1516
+ },
1517
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
1518
+ "bytesInOutput": 1538
1519
+ },
1520
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
1521
+ "bytesInOutput": 2579
1522
+ },
1523
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
1524
+ "bytesInOutput": 1891
1525
+ },
1526
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
1527
+ "bytesInOutput": 2128
1528
+ },
1529
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
1530
+ "bytesInOutput": 4087
1531
+ },
1532
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
1533
+ "bytesInOutput": 2739
1534
+ },
1535
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
1536
+ "bytesInOutput": 114
1537
+ },
1538
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
1539
+ "bytesInOutput": 116
1540
+ },
1541
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
1542
+ "bytesInOutput": 1636
1543
+ },
1544
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
1545
+ "bytesInOutput": 1035
1546
+ },
1547
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
1548
+ "bytesInOutput": 2177
1549
+ },
1550
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
1551
+ "bytesInOutput": 1808
1552
+ },
1553
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
1554
+ "bytesInOutput": 1509
1555
+ },
1556
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
1557
+ "bytesInOutput": 790
1558
+ },
1559
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
1560
+ "bytesInOutput": 810
1561
+ },
1562
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
1563
+ "bytesInOutput": 1911
1564
+ },
1565
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
1566
+ "bytesInOutput": 2073
1567
+ },
1568
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
1569
+ "bytesInOutput": 2535
1570
+ },
1571
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
1572
+ "bytesInOutput": 533
1573
+ },
1574
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
1575
+ "bytesInOutput": 459
1576
+ },
1577
+ "packages/pulumi-tools/src/index.ts": {
1578
+ "bytesInOutput": 135
1579
+ },
1580
+ "packages/pulumi-tools/src/base/base-executor.ts": {
1581
+ "bytesInOutput": 1457
1582
+ },
1583
+ "packages/pulumi-tools/src/executors/config/executor.ts": {
1584
+ "bytesInOutput": 313
1585
+ },
1586
+ "packages/pulumi-tools/src/executors/index.ts": {
1587
+ "bytesInOutput": 0
1588
+ },
1589
+ "packages/pulumi-tools/src/executors/import/executor.ts": {
1590
+ "bytesInOutput": 225
1591
+ },
1592
+ "packages/pulumi-tools/src/executors/preview/executor.ts": {
1593
+ "bytesInOutput": 171
1594
+ },
1595
+ "packages/pulumi-tools/src/executors/refresh/executor.ts": {
1596
+ "bytesInOutput": 213
1597
+ },
1598
+ "packages/pulumi-tools/src/executors/up/executor.ts": {
1599
+ "bytesInOutput": 317
1600
+ },
1601
+ "packages/pulumi-tools/src/generators/init/generator.ts": {
1602
+ "bytesInOutput": 3763
1603
+ },
1604
+ "packages/pulumi-tools/src/base/providers.ts": {
1605
+ "bytesInOutput": 89
1606
+ },
1607
+ "packages/pulumi-tools/src/generators/index.ts": {
1608
+ "bytesInOutput": 0
1609
+ }
1610
+ },
1611
+ "bytes": 161731
1612
+ },
1613
+ "dist/packages/pulumi-tools/executors/config/executor.js": {
1614
+ "imports": [
1615
+ {
1616
+ "path": "path",
1617
+ "kind": "require-call",
1618
+ "external": true
1619
+ },
1620
+ {
1621
+ "path": "fs",
1622
+ "kind": "require-call",
1623
+ "external": true
1624
+ },
1625
+ {
1626
+ "path": "fs",
1627
+ "kind": "require-call",
1628
+ "external": true
1629
+ },
1630
+ {
1631
+ "path": "path",
1632
+ "kind": "require-call",
1633
+ "external": true
1634
+ },
1635
+ {
1636
+ "path": "util",
1637
+ "kind": "require-call",
1638
+ "external": true
1639
+ },
1640
+ {
1641
+ "path": "fs",
1642
+ "kind": "require-call",
1643
+ "external": true
1644
+ },
1645
+ {
1646
+ "path": "path",
1647
+ "kind": "require-call",
1648
+ "external": true
1649
+ },
1650
+ {
1651
+ "path": "util",
1652
+ "kind": "require-call",
1653
+ "external": true
1654
+ },
1655
+ {
1656
+ "path": "path",
1657
+ "kind": "require-call",
1658
+ "external": true
1659
+ },
1660
+ {
1661
+ "path": "assert",
1662
+ "kind": "require-call",
1663
+ "external": true
1664
+ },
1665
+ {
1666
+ "path": "events",
1667
+ "kind": "require-call",
1668
+ "external": true
1669
+ },
1670
+ {
1671
+ "path": "path",
1672
+ "kind": "require-call",
1673
+ "external": true
1674
+ },
1675
+ {
1676
+ "path": "assert",
1677
+ "kind": "require-call",
1678
+ "external": true
1679
+ },
1680
+ {
1681
+ "path": "util",
1682
+ "kind": "require-call",
1683
+ "external": true
1684
+ },
1685
+ {
1686
+ "path": "os",
1687
+ "kind": "require-call",
1688
+ "external": true
1689
+ },
1690
+ {
1691
+ "path": "fs",
1692
+ "kind": "require-call",
1693
+ "external": true
1694
+ },
1695
+ {
1696
+ "path": "fs",
1697
+ "kind": "require-call",
1698
+ "external": true
1699
+ },
1700
+ {
1701
+ "path": "os",
1702
+ "kind": "require-call",
1703
+ "external": true
1704
+ },
1705
+ {
1706
+ "path": "fs",
1707
+ "kind": "require-call",
1708
+ "external": true
1709
+ },
1710
+ {
1711
+ "path": "path",
1712
+ "kind": "require-call",
1713
+ "external": true
1714
+ },
1715
+ {
1716
+ "path": "fs",
1717
+ "kind": "require-call",
1718
+ "external": true
1719
+ },
1720
+ {
1721
+ "path": "path",
1722
+ "kind": "require-call",
1723
+ "external": true
1724
+ },
1725
+ {
1726
+ "path": "path",
1727
+ "kind": "require-call",
1728
+ "external": true
1729
+ },
1730
+ {
1731
+ "path": "util",
1732
+ "kind": "require-call",
1733
+ "external": true
1734
+ },
1735
+ {
1736
+ "path": "child_process",
1737
+ "kind": "require-call",
1738
+ "external": true
1739
+ },
1740
+ {
1741
+ "path": "fs",
1742
+ "kind": "require-call",
1743
+ "external": true
1744
+ },
1745
+ {
1746
+ "path": "os",
1747
+ "kind": "require-call",
1748
+ "external": true
1749
+ },
1750
+ {
1751
+ "path": "fs",
1752
+ "kind": "require-call",
1753
+ "external": true
1754
+ },
1755
+ {
1756
+ "path": "path",
1757
+ "kind": "require-call",
1758
+ "external": true
1759
+ },
1760
+ {
1761
+ "path": "path",
1762
+ "kind": "require-call",
1763
+ "external": true
1764
+ },
1765
+ {
1766
+ "path": "fs",
1767
+ "kind": "require-call",
1768
+ "external": true
1769
+ },
1770
+ {
1771
+ "path": "child_process",
1772
+ "kind": "require-call",
1773
+ "external": true
1774
+ },
1775
+ {
1776
+ "path": "path",
1777
+ "kind": "require-call",
1778
+ "external": true
1779
+ },
1780
+ {
1781
+ "path": "fs",
1782
+ "kind": "require-call",
1783
+ "external": true
1784
+ },
1785
+ {
1786
+ "path": "path",
1787
+ "kind": "require-call",
1788
+ "external": true
1789
+ },
1790
+ {
1791
+ "path": "fs",
1792
+ "kind": "require-call",
1793
+ "external": true
1794
+ },
1795
+ {
1796
+ "path": "fs",
1797
+ "kind": "require-call",
1798
+ "external": true
1799
+ },
1800
+ {
1801
+ "path": "fs",
1802
+ "kind": "require-call",
1803
+ "external": true
1804
+ },
1805
+ {
1806
+ "path": "path",
1807
+ "kind": "require-call",
1808
+ "external": true
1809
+ },
1810
+ {
1811
+ "path": "fs",
1812
+ "kind": "require-call",
1813
+ "external": true
1814
+ },
1815
+ {
1816
+ "path": "path",
1817
+ "kind": "require-call",
1818
+ "external": true
1819
+ },
1820
+ {
1821
+ "path": "fs",
1822
+ "kind": "require-call",
1823
+ "external": true
1824
+ },
1825
+ {
1826
+ "path": "fs",
1827
+ "kind": "require-call",
1828
+ "external": true
1829
+ },
1830
+ {
1831
+ "path": "path",
1832
+ "kind": "require-call",
1833
+ "external": true
1834
+ },
1835
+ {
1836
+ "path": "fs",
1837
+ "kind": "require-call",
1838
+ "external": true
1839
+ },
1840
+ {
1841
+ "path": "fs",
1842
+ "kind": "require-call",
1843
+ "external": true
1844
+ },
1845
+ {
1846
+ "path": "fs",
1847
+ "kind": "require-call",
1848
+ "external": true
1849
+ },
1850
+ {
1851
+ "path": "fs",
1852
+ "kind": "require-call",
1853
+ "external": true
1854
+ },
1855
+ {
1856
+ "path": "fs",
1857
+ "kind": "require-call",
1858
+ "external": true
1859
+ },
1860
+ {
1861
+ "path": "path",
1862
+ "kind": "require-call",
1863
+ "external": true
1864
+ },
1865
+ {
1866
+ "path": "fs",
1867
+ "kind": "require-call",
1868
+ "external": true
1869
+ },
1870
+ {
1871
+ "path": "path",
1872
+ "kind": "require-call",
1873
+ "external": true
1874
+ },
1875
+ {
1876
+ "path": "fs",
1877
+ "kind": "require-call",
1878
+ "external": true
1879
+ },
1880
+ {
1881
+ "path": "fs",
1882
+ "kind": "require-call",
1883
+ "external": true
1884
+ },
1885
+ {
1886
+ "path": "fs",
1887
+ "kind": "require-call",
1888
+ "external": true
1889
+ },
1890
+ {
1891
+ "path": "path",
1892
+ "kind": "require-call",
1893
+ "external": true
1894
+ },
1895
+ {
1896
+ "path": "@storm-software/config-tools",
1897
+ "kind": "require-call",
1898
+ "external": true
1899
+ },
1900
+ {
1901
+ "path": "@storm-software/workspace-tools",
1902
+ "kind": "require-call",
1903
+ "external": true
1904
+ },
1905
+ {
1906
+ "path": "node:path",
1907
+ "kind": "require-call",
1908
+ "external": true
1909
+ }
1910
+ ],
1911
+ "exports": [],
1912
+ "entryPoint": "packages/pulumi-tools/src/executors/config/executor.ts",
1913
+ "inputs": {
1914
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
1915
+ "bytesInOutput": 6181
1916
+ },
1917
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
1918
+ "bytesInOutput": 1645
1919
+ },
1920
+ "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
1921
+ "bytesInOutput": 509
1922
+ },
1923
+ "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
1924
+ "bytesInOutput": 1569
1925
+ },
1926
+ "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
1927
+ "bytesInOutput": 4549
1928
+ },
1929
+ "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
1930
+ "bytesInOutput": 18050
1931
+ },
1932
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
1933
+ "bytesInOutput": 932
1934
+ },
1935
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
1936
+ "bytesInOutput": 363
1937
+ },
1938
+ "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
1939
+ "bytesInOutput": 699
1940
+ },
1941
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
1942
+ "bytesInOutput": 6400
1943
+ },
1944
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
1945
+ "bytesInOutput": 11035
1946
+ },
1947
+ "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
1948
+ "bytesInOutput": 866
1949
+ },
1950
+ "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
1951
+ "bytesInOutput": 1220
1952
+ },
1953
+ "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
1954
+ "bytesInOutput": 1183
1955
+ },
1956
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
1957
+ "bytesInOutput": 16966
1958
+ },
1959
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
1960
+ "bytesInOutput": 10762
1961
+ },
1962
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
1963
+ "bytesInOutput": 1406
1964
+ },
1965
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
1966
+ "bytesInOutput": 914
1967
+ },
1968
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
1969
+ "bytesInOutput": 5697
1970
+ },
1971
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
1972
+ "bytesInOutput": 7724
1973
+ },
1974
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
1975
+ "bytesInOutput": 3428
1976
+ },
1977
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
1978
+ "bytesInOutput": 893
1979
+ },
1980
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
1981
+ "bytesInOutput": 260
1982
+ },
1983
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
1984
+ "bytesInOutput": 1203
1985
+ },
1986
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
1987
+ "bytesInOutput": 1576
1988
+ },
1989
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
1990
+ "bytesInOutput": 386
1991
+ },
1992
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
1993
+ "bytesInOutput": 4568
1994
+ },
1995
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
1996
+ "bytesInOutput": 2832
1997
+ },
1998
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
1999
+ "bytesInOutput": 1133
2000
+ },
2001
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
2002
+ "bytesInOutput": 1538
2003
+ },
2004
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
2005
+ "bytesInOutput": 2579
2006
+ },
2007
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
2008
+ "bytesInOutput": 1891
2009
+ },
2010
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
2011
+ "bytesInOutput": 2128
2012
+ },
2013
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
2014
+ "bytesInOutput": 4087
2015
+ },
2016
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
2017
+ "bytesInOutput": 2739
2018
+ },
2019
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
2020
+ "bytesInOutput": 114
2021
+ },
2022
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
2023
+ "bytesInOutput": 116
2024
+ },
2025
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
2026
+ "bytesInOutput": 1636
2027
+ },
2028
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
2029
+ "bytesInOutput": 1035
2030
+ },
2031
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
2032
+ "bytesInOutput": 2177
2033
+ },
2034
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
2035
+ "bytesInOutput": 1808
2036
+ },
2037
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
2038
+ "bytesInOutput": 1509
2039
+ },
2040
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
2041
+ "bytesInOutput": 790
2042
+ },
2043
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
2044
+ "bytesInOutput": 810
2045
+ },
2046
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
2047
+ "bytesInOutput": 1911
2048
+ },
2049
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
2050
+ "bytesInOutput": 2073
2051
+ },
2052
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
2053
+ "bytesInOutput": 2535
2054
+ },
2055
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
2056
+ "bytesInOutput": 533
2057
+ },
2058
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
2059
+ "bytesInOutput": 459
2060
+ },
2061
+ "packages/pulumi-tools/src/executors/config/executor.ts": {
2062
+ "bytesInOutput": 456
2063
+ },
2064
+ "packages/pulumi-tools/src/base/base-executor.ts": {
2065
+ "bytesInOutput": 1457
2066
+ }
2067
+ },
2068
+ "bytes": 156470
2069
+ },
2070
+ "dist/packages/pulumi-tools/executors/import/executor.js": {
2071
+ "imports": [
2072
+ {
2073
+ "path": "path",
2074
+ "kind": "require-call",
2075
+ "external": true
2076
+ },
2077
+ {
2078
+ "path": "fs",
2079
+ "kind": "require-call",
2080
+ "external": true
2081
+ },
2082
+ {
2083
+ "path": "fs",
2084
+ "kind": "require-call",
2085
+ "external": true
2086
+ },
2087
+ {
2088
+ "path": "path",
2089
+ "kind": "require-call",
2090
+ "external": true
2091
+ },
2092
+ {
2093
+ "path": "util",
2094
+ "kind": "require-call",
2095
+ "external": true
2096
+ },
2097
+ {
2098
+ "path": "fs",
2099
+ "kind": "require-call",
2100
+ "external": true
2101
+ },
2102
+ {
2103
+ "path": "path",
2104
+ "kind": "require-call",
2105
+ "external": true
2106
+ },
2107
+ {
2108
+ "path": "util",
2109
+ "kind": "require-call",
2110
+ "external": true
2111
+ },
2112
+ {
2113
+ "path": "path",
2114
+ "kind": "require-call",
2115
+ "external": true
2116
+ },
2117
+ {
2118
+ "path": "assert",
2119
+ "kind": "require-call",
2120
+ "external": true
2121
+ },
2122
+ {
2123
+ "path": "events",
2124
+ "kind": "require-call",
2125
+ "external": true
2126
+ },
2127
+ {
2128
+ "path": "path",
2129
+ "kind": "require-call",
2130
+ "external": true
2131
+ },
2132
+ {
2133
+ "path": "assert",
2134
+ "kind": "require-call",
2135
+ "external": true
2136
+ },
2137
+ {
2138
+ "path": "util",
2139
+ "kind": "require-call",
2140
+ "external": true
2141
+ },
2142
+ {
2143
+ "path": "os",
2144
+ "kind": "require-call",
2145
+ "external": true
2146
+ },
2147
+ {
2148
+ "path": "fs",
2149
+ "kind": "require-call",
2150
+ "external": true
2151
+ },
2152
+ {
2153
+ "path": "fs",
2154
+ "kind": "require-call",
2155
+ "external": true
2156
+ },
2157
+ {
2158
+ "path": "os",
2159
+ "kind": "require-call",
2160
+ "external": true
2161
+ },
2162
+ {
2163
+ "path": "fs",
2164
+ "kind": "require-call",
2165
+ "external": true
2166
+ },
2167
+ {
2168
+ "path": "path",
2169
+ "kind": "require-call",
2170
+ "external": true
2171
+ },
2172
+ {
2173
+ "path": "fs",
2174
+ "kind": "require-call",
2175
+ "external": true
2176
+ },
2177
+ {
2178
+ "path": "path",
2179
+ "kind": "require-call",
2180
+ "external": true
2181
+ },
2182
+ {
2183
+ "path": "path",
2184
+ "kind": "require-call",
2185
+ "external": true
2186
+ },
2187
+ {
2188
+ "path": "util",
2189
+ "kind": "require-call",
2190
+ "external": true
2191
+ },
2192
+ {
2193
+ "path": "child_process",
2194
+ "kind": "require-call",
2195
+ "external": true
2196
+ },
2197
+ {
2198
+ "path": "fs",
2199
+ "kind": "require-call",
2200
+ "external": true
2201
+ },
2202
+ {
2203
+ "path": "os",
2204
+ "kind": "require-call",
2205
+ "external": true
2206
+ },
2207
+ {
2208
+ "path": "fs",
2209
+ "kind": "require-call",
2210
+ "external": true
2211
+ },
2212
+ {
2213
+ "path": "path",
2214
+ "kind": "require-call",
2215
+ "external": true
2216
+ },
2217
+ {
2218
+ "path": "path",
2219
+ "kind": "require-call",
2220
+ "external": true
2221
+ },
2222
+ {
2223
+ "path": "fs",
2224
+ "kind": "require-call",
2225
+ "external": true
2226
+ },
2227
+ {
2228
+ "path": "child_process",
2229
+ "kind": "require-call",
2230
+ "external": true
2231
+ },
2232
+ {
2233
+ "path": "path",
2234
+ "kind": "require-call",
2235
+ "external": true
2236
+ },
2237
+ {
2238
+ "path": "fs",
2239
+ "kind": "require-call",
2240
+ "external": true
2241
+ },
2242
+ {
2243
+ "path": "path",
2244
+ "kind": "require-call",
2245
+ "external": true
2246
+ },
2247
+ {
2248
+ "path": "fs",
2249
+ "kind": "require-call",
2250
+ "external": true
2251
+ },
2252
+ {
2253
+ "path": "fs",
2254
+ "kind": "require-call",
2255
+ "external": true
2256
+ },
2257
+ {
2258
+ "path": "fs",
2259
+ "kind": "require-call",
2260
+ "external": true
2261
+ },
2262
+ {
2263
+ "path": "path",
2264
+ "kind": "require-call",
2265
+ "external": true
2266
+ },
2267
+ {
2268
+ "path": "fs",
2269
+ "kind": "require-call",
2270
+ "external": true
2271
+ },
2272
+ {
2273
+ "path": "path",
2274
+ "kind": "require-call",
2275
+ "external": true
2276
+ },
2277
+ {
2278
+ "path": "fs",
2279
+ "kind": "require-call",
2280
+ "external": true
2281
+ },
2282
+ {
2283
+ "path": "fs",
2284
+ "kind": "require-call",
2285
+ "external": true
2286
+ },
2287
+ {
2288
+ "path": "path",
2289
+ "kind": "require-call",
2290
+ "external": true
2291
+ },
2292
+ {
2293
+ "path": "fs",
2294
+ "kind": "require-call",
2295
+ "external": true
2296
+ },
2297
+ {
2298
+ "path": "fs",
2299
+ "kind": "require-call",
2300
+ "external": true
2301
+ },
2302
+ {
2303
+ "path": "fs",
2304
+ "kind": "require-call",
2305
+ "external": true
2306
+ },
2307
+ {
2308
+ "path": "fs",
2309
+ "kind": "require-call",
2310
+ "external": true
2311
+ },
2312
+ {
2313
+ "path": "fs",
2314
+ "kind": "require-call",
2315
+ "external": true
2316
+ },
2317
+ {
2318
+ "path": "path",
2319
+ "kind": "require-call",
2320
+ "external": true
2321
+ },
2322
+ {
2323
+ "path": "fs",
2324
+ "kind": "require-call",
2325
+ "external": true
2326
+ },
2327
+ {
2328
+ "path": "path",
2329
+ "kind": "require-call",
2330
+ "external": true
2331
+ },
2332
+ {
2333
+ "path": "fs",
2334
+ "kind": "require-call",
2335
+ "external": true
2336
+ },
2337
+ {
2338
+ "path": "fs",
2339
+ "kind": "require-call",
2340
+ "external": true
2341
+ },
2342
+ {
2343
+ "path": "fs",
2344
+ "kind": "require-call",
2345
+ "external": true
2346
+ },
2347
+ {
2348
+ "path": "path",
2349
+ "kind": "require-call",
2350
+ "external": true
2351
+ },
2352
+ {
2353
+ "path": "@storm-software/config-tools",
2354
+ "kind": "require-call",
2355
+ "external": true
2356
+ },
2357
+ {
2358
+ "path": "@storm-software/workspace-tools",
2359
+ "kind": "require-call",
2360
+ "external": true
2361
+ },
2362
+ {
2363
+ "path": "node:path",
2364
+ "kind": "require-call",
2365
+ "external": true
2366
+ }
2367
+ ],
2368
+ "exports": [],
2369
+ "entryPoint": "packages/pulumi-tools/src/executors/import/executor.ts",
2370
+ "inputs": {
2371
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
2372
+ "bytesInOutput": 6181
2373
+ },
2374
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
2375
+ "bytesInOutput": 1645
2376
+ },
2377
+ "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
2378
+ "bytesInOutput": 509
2379
+ },
2380
+ "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
2381
+ "bytesInOutput": 1569
2382
+ },
2383
+ "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
2384
+ "bytesInOutput": 4549
2385
+ },
2386
+ "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
2387
+ "bytesInOutput": 18050
2388
+ },
2389
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
2390
+ "bytesInOutput": 932
2391
+ },
2392
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
2393
+ "bytesInOutput": 363
2394
+ },
2395
+ "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
2396
+ "bytesInOutput": 699
2397
+ },
2398
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
2399
+ "bytesInOutput": 6400
2400
+ },
2401
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
2402
+ "bytesInOutput": 11035
2403
+ },
2404
+ "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
2405
+ "bytesInOutput": 866
2406
+ },
2407
+ "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
2408
+ "bytesInOutput": 1220
2409
+ },
2410
+ "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
2411
+ "bytesInOutput": 1183
2412
+ },
2413
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
2414
+ "bytesInOutput": 16966
2415
+ },
2416
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
2417
+ "bytesInOutput": 10762
2418
+ },
2419
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
2420
+ "bytesInOutput": 1406
2421
+ },
2422
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
2423
+ "bytesInOutput": 914
2424
+ },
2425
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
2426
+ "bytesInOutput": 5697
2427
+ },
2428
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
2429
+ "bytesInOutput": 7724
2430
+ },
2431
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
2432
+ "bytesInOutput": 3428
2433
+ },
2434
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
2435
+ "bytesInOutput": 893
2436
+ },
2437
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
2438
+ "bytesInOutput": 260
2439
+ },
2440
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
2441
+ "bytesInOutput": 1203
2442
+ },
2443
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
2444
+ "bytesInOutput": 1576
2445
+ },
2446
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
2447
+ "bytesInOutput": 386
2448
+ },
2449
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
2450
+ "bytesInOutput": 4568
2451
+ },
2452
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
2453
+ "bytesInOutput": 2832
2454
+ },
2455
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
2456
+ "bytesInOutput": 1133
2457
+ },
2458
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
2459
+ "bytesInOutput": 1538
2460
+ },
2461
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
2462
+ "bytesInOutput": 2579
2463
+ },
2464
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
2465
+ "bytesInOutput": 1891
2466
+ },
2467
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
2468
+ "bytesInOutput": 2128
2469
+ },
2470
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
2471
+ "bytesInOutput": 4087
2472
+ },
2473
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
2474
+ "bytesInOutput": 2739
2475
+ },
2476
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
2477
+ "bytesInOutput": 114
2478
+ },
2479
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
2480
+ "bytesInOutput": 116
2481
+ },
2482
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
2483
+ "bytesInOutput": 1636
2484
+ },
2485
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
2486
+ "bytesInOutput": 1035
2487
+ },
2488
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
2489
+ "bytesInOutput": 2177
2490
+ },
2491
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
2492
+ "bytesInOutput": 1808
2493
+ },
2494
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
2495
+ "bytesInOutput": 1509
2496
+ },
2497
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
2498
+ "bytesInOutput": 790
2499
+ },
2500
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
2501
+ "bytesInOutput": 810
2502
+ },
2503
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
2504
+ "bytesInOutput": 1911
2505
+ },
2506
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
2507
+ "bytesInOutput": 2073
2508
+ },
2509
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
2510
+ "bytesInOutput": 2535
2511
+ },
2512
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
2513
+ "bytesInOutput": 533
2514
+ },
2515
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
2516
+ "bytesInOutput": 459
2517
+ },
2518
+ "packages/pulumi-tools/src/executors/import/executor.ts": {
2519
+ "bytesInOutput": 367
2520
+ },
2521
+ "packages/pulumi-tools/src/base/base-executor.ts": {
2522
+ "bytesInOutput": 1457
2523
+ }
2524
+ },
2525
+ "bytes": 156381
2526
+ },
2527
+ "dist/packages/pulumi-tools/executors/preview/executor.js": {
2528
+ "imports": [
2529
+ {
2530
+ "path": "path",
2531
+ "kind": "require-call",
2532
+ "external": true
2533
+ },
2534
+ {
2535
+ "path": "fs",
2536
+ "kind": "require-call",
2537
+ "external": true
2538
+ },
2539
+ {
2540
+ "path": "fs",
2541
+ "kind": "require-call",
2542
+ "external": true
2543
+ },
2544
+ {
2545
+ "path": "path",
2546
+ "kind": "require-call",
2547
+ "external": true
2548
+ },
2549
+ {
2550
+ "path": "util",
2551
+ "kind": "require-call",
2552
+ "external": true
2553
+ },
2554
+ {
2555
+ "path": "fs",
2556
+ "kind": "require-call",
2557
+ "external": true
2558
+ },
2559
+ {
2560
+ "path": "path",
2561
+ "kind": "require-call",
2562
+ "external": true
2563
+ },
2564
+ {
2565
+ "path": "util",
2566
+ "kind": "require-call",
2567
+ "external": true
2568
+ },
2569
+ {
2570
+ "path": "path",
2571
+ "kind": "require-call",
2572
+ "external": true
2573
+ },
2574
+ {
2575
+ "path": "assert",
2576
+ "kind": "require-call",
2577
+ "external": true
2578
+ },
2579
+ {
2580
+ "path": "events",
2581
+ "kind": "require-call",
2582
+ "external": true
2583
+ },
2584
+ {
2585
+ "path": "path",
2586
+ "kind": "require-call",
2587
+ "external": true
2588
+ },
2589
+ {
2590
+ "path": "assert",
2591
+ "kind": "require-call",
2592
+ "external": true
2593
+ },
2594
+ {
2595
+ "path": "util",
2596
+ "kind": "require-call",
2597
+ "external": true
2598
+ },
2599
+ {
2600
+ "path": "os",
2601
+ "kind": "require-call",
2602
+ "external": true
2603
+ },
2604
+ {
2605
+ "path": "fs",
2606
+ "kind": "require-call",
2607
+ "external": true
2608
+ },
2609
+ {
2610
+ "path": "fs",
2611
+ "kind": "require-call",
2612
+ "external": true
2613
+ },
2614
+ {
2615
+ "path": "os",
2616
+ "kind": "require-call",
2617
+ "external": true
2618
+ },
2619
+ {
2620
+ "path": "fs",
2621
+ "kind": "require-call",
2622
+ "external": true
2623
+ },
2624
+ {
2625
+ "path": "path",
2626
+ "kind": "require-call",
2627
+ "external": true
2628
+ },
2629
+ {
2630
+ "path": "fs",
2631
+ "kind": "require-call",
2632
+ "external": true
2633
+ },
2634
+ {
2635
+ "path": "path",
2636
+ "kind": "require-call",
2637
+ "external": true
2638
+ },
2639
+ {
2640
+ "path": "path",
2641
+ "kind": "require-call",
2642
+ "external": true
2643
+ },
2644
+ {
2645
+ "path": "util",
2646
+ "kind": "require-call",
2647
+ "external": true
2648
+ },
2649
+ {
2650
+ "path": "child_process",
2651
+ "kind": "require-call",
2652
+ "external": true
2653
+ },
2654
+ {
2655
+ "path": "fs",
2656
+ "kind": "require-call",
2657
+ "external": true
2658
+ },
2659
+ {
2660
+ "path": "os",
2661
+ "kind": "require-call",
2662
+ "external": true
2663
+ },
2664
+ {
2665
+ "path": "fs",
2666
+ "kind": "require-call",
2667
+ "external": true
2668
+ },
2669
+ {
2670
+ "path": "path",
2671
+ "kind": "require-call",
2672
+ "external": true
2673
+ },
2674
+ {
2675
+ "path": "path",
2676
+ "kind": "require-call",
2677
+ "external": true
2678
+ },
2679
+ {
2680
+ "path": "fs",
2681
+ "kind": "require-call",
2682
+ "external": true
2683
+ },
2684
+ {
2685
+ "path": "child_process",
2686
+ "kind": "require-call",
2687
+ "external": true
2688
+ },
2689
+ {
2690
+ "path": "path",
2691
+ "kind": "require-call",
2692
+ "external": true
2693
+ },
2694
+ {
2695
+ "path": "fs",
2696
+ "kind": "require-call",
2697
+ "external": true
2698
+ },
2699
+ {
2700
+ "path": "path",
2701
+ "kind": "require-call",
2702
+ "external": true
2703
+ },
2704
+ {
2705
+ "path": "fs",
2706
+ "kind": "require-call",
2707
+ "external": true
2708
+ },
2709
+ {
2710
+ "path": "fs",
2711
+ "kind": "require-call",
2712
+ "external": true
2713
+ },
2714
+ {
2715
+ "path": "fs",
2716
+ "kind": "require-call",
2717
+ "external": true
2718
+ },
2719
+ {
2720
+ "path": "path",
2721
+ "kind": "require-call",
2722
+ "external": true
2723
+ },
2724
+ {
2725
+ "path": "fs",
2726
+ "kind": "require-call",
2727
+ "external": true
2728
+ },
2729
+ {
2730
+ "path": "path",
2731
+ "kind": "require-call",
2732
+ "external": true
2733
+ },
2734
+ {
2735
+ "path": "fs",
2736
+ "kind": "require-call",
2737
+ "external": true
2738
+ },
2739
+ {
2740
+ "path": "fs",
2741
+ "kind": "require-call",
2742
+ "external": true
2743
+ },
2744
+ {
2745
+ "path": "path",
2746
+ "kind": "require-call",
2747
+ "external": true
2748
+ },
2749
+ {
2750
+ "path": "fs",
2751
+ "kind": "require-call",
2752
+ "external": true
2753
+ },
2754
+ {
2755
+ "path": "fs",
2756
+ "kind": "require-call",
2757
+ "external": true
2758
+ },
2759
+ {
2760
+ "path": "fs",
2761
+ "kind": "require-call",
2762
+ "external": true
2763
+ },
2764
+ {
2765
+ "path": "fs",
2766
+ "kind": "require-call",
2767
+ "external": true
2768
+ },
2769
+ {
2770
+ "path": "fs",
2771
+ "kind": "require-call",
2772
+ "external": true
2773
+ },
2774
+ {
2775
+ "path": "path",
2776
+ "kind": "require-call",
2777
+ "external": true
2778
+ },
2779
+ {
2780
+ "path": "fs",
2781
+ "kind": "require-call",
2782
+ "external": true
2783
+ },
2784
+ {
2785
+ "path": "path",
2786
+ "kind": "require-call",
2787
+ "external": true
2788
+ },
2789
+ {
2790
+ "path": "fs",
2791
+ "kind": "require-call",
2792
+ "external": true
2793
+ },
2794
+ {
2795
+ "path": "fs",
2796
+ "kind": "require-call",
2797
+ "external": true
2798
+ },
2799
+ {
2800
+ "path": "fs",
2801
+ "kind": "require-call",
2802
+ "external": true
2803
+ },
2804
+ {
2805
+ "path": "path",
2806
+ "kind": "require-call",
2807
+ "external": true
2808
+ },
2809
+ {
2810
+ "path": "@storm-software/config-tools",
2811
+ "kind": "require-call",
2812
+ "external": true
2813
+ },
2814
+ {
2815
+ "path": "@storm-software/workspace-tools",
2816
+ "kind": "require-call",
2817
+ "external": true
2818
+ },
2819
+ {
2820
+ "path": "node:path",
2821
+ "kind": "require-call",
2822
+ "external": true
2823
+ }
2824
+ ],
2825
+ "exports": [],
2826
+ "entryPoint": "packages/pulumi-tools/src/executors/preview/executor.ts",
2827
+ "inputs": {
2828
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
2829
+ "bytesInOutput": 6181
2830
+ },
2831
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
2832
+ "bytesInOutput": 1645
2833
+ },
2834
+ "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
2835
+ "bytesInOutput": 509
2836
+ },
2837
+ "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
2838
+ "bytesInOutput": 1569
2839
+ },
2840
+ "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
2841
+ "bytesInOutput": 4549
2842
+ },
2843
+ "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
2844
+ "bytesInOutput": 18050
2845
+ },
2846
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
2847
+ "bytesInOutput": 932
2848
+ },
2849
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
2850
+ "bytesInOutput": 363
2851
+ },
2852
+ "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
2853
+ "bytesInOutput": 699
2854
+ },
2855
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
2856
+ "bytesInOutput": 6400
2857
+ },
2858
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
2859
+ "bytesInOutput": 11035
2860
+ },
2861
+ "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
2862
+ "bytesInOutput": 866
2863
+ },
2864
+ "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
2865
+ "bytesInOutput": 1220
2866
+ },
2867
+ "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
2868
+ "bytesInOutput": 1183
2869
+ },
2870
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
2871
+ "bytesInOutput": 16966
2872
+ },
2873
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
2874
+ "bytesInOutput": 10762
2875
+ },
2876
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
2877
+ "bytesInOutput": 1406
2878
+ },
2879
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
2880
+ "bytesInOutput": 914
2881
+ },
2882
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
2883
+ "bytesInOutput": 5697
2884
+ },
2885
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
2886
+ "bytesInOutput": 7724
2887
+ },
2888
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
2889
+ "bytesInOutput": 3428
2890
+ },
2891
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
2892
+ "bytesInOutput": 893
2893
+ },
2894
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
2895
+ "bytesInOutput": 260
2896
+ },
2897
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
2898
+ "bytesInOutput": 1203
2899
+ },
2900
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
2901
+ "bytesInOutput": 1576
2902
+ },
2903
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
2904
+ "bytesInOutput": 386
2905
+ },
2906
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
2907
+ "bytesInOutput": 4568
2908
+ },
2909
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
2910
+ "bytesInOutput": 2832
2911
+ },
2912
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
2913
+ "bytesInOutput": 1133
2914
+ },
2915
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
2916
+ "bytesInOutput": 1538
2917
+ },
2918
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
2919
+ "bytesInOutput": 2579
2920
+ },
2921
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
2922
+ "bytesInOutput": 1891
2923
+ },
2924
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
2925
+ "bytesInOutput": 2128
2926
+ },
2927
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
2928
+ "bytesInOutput": 4087
2929
+ },
2930
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
2931
+ "bytesInOutput": 2739
2932
+ },
2933
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
2934
+ "bytesInOutput": 114
2935
+ },
2936
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
2937
+ "bytesInOutput": 116
2938
+ },
2939
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
2940
+ "bytesInOutput": 1636
2941
+ },
2942
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
2943
+ "bytesInOutput": 1035
2944
+ },
2945
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
2946
+ "bytesInOutput": 2177
2947
+ },
2948
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
2949
+ "bytesInOutput": 1808
2950
+ },
2951
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
2952
+ "bytesInOutput": 1509
2953
+ },
2954
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
2955
+ "bytesInOutput": 790
2956
+ },
2957
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
2958
+ "bytesInOutput": 810
2959
+ },
2960
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
2961
+ "bytesInOutput": 1911
2962
+ },
2963
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
2964
+ "bytesInOutput": 2073
2965
+ },
2966
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
2967
+ "bytesInOutput": 2535
2968
+ },
2969
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
2970
+ "bytesInOutput": 533
2971
+ },
2972
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
2973
+ "bytesInOutput": 459
2974
+ },
2975
+ "packages/pulumi-tools/src/executors/preview/executor.ts": {
2976
+ "bytesInOutput": 313
2977
+ },
2978
+ "packages/pulumi-tools/src/base/base-executor.ts": {
2979
+ "bytesInOutput": 1457
2980
+ }
2981
+ },
2982
+ "bytes": 156329
2983
+ },
2984
+ "dist/packages/pulumi-tools/executors/refresh/executor.js": {
2985
+ "imports": [
2986
+ {
2987
+ "path": "path",
2988
+ "kind": "require-call",
2989
+ "external": true
2990
+ },
2991
+ {
2992
+ "path": "fs",
2993
+ "kind": "require-call",
2994
+ "external": true
2995
+ },
2996
+ {
2997
+ "path": "fs",
2998
+ "kind": "require-call",
2999
+ "external": true
3000
+ },
3001
+ {
3002
+ "path": "path",
3003
+ "kind": "require-call",
3004
+ "external": true
3005
+ },
3006
+ {
3007
+ "path": "util",
3008
+ "kind": "require-call",
3009
+ "external": true
3010
+ },
3011
+ {
3012
+ "path": "fs",
3013
+ "kind": "require-call",
3014
+ "external": true
3015
+ },
3016
+ {
3017
+ "path": "path",
3018
+ "kind": "require-call",
3019
+ "external": true
3020
+ },
3021
+ {
3022
+ "path": "util",
3023
+ "kind": "require-call",
3024
+ "external": true
3025
+ },
3026
+ {
3027
+ "path": "path",
3028
+ "kind": "require-call",
3029
+ "external": true
3030
+ },
3031
+ {
3032
+ "path": "assert",
3033
+ "kind": "require-call",
3034
+ "external": true
3035
+ },
3036
+ {
3037
+ "path": "events",
3038
+ "kind": "require-call",
3039
+ "external": true
3040
+ },
3041
+ {
3042
+ "path": "path",
3043
+ "kind": "require-call",
3044
+ "external": true
3045
+ },
3046
+ {
3047
+ "path": "assert",
3048
+ "kind": "require-call",
3049
+ "external": true
3050
+ },
3051
+ {
3052
+ "path": "util",
3053
+ "kind": "require-call",
3054
+ "external": true
3055
+ },
3056
+ {
3057
+ "path": "os",
3058
+ "kind": "require-call",
3059
+ "external": true
3060
+ },
3061
+ {
3062
+ "path": "fs",
3063
+ "kind": "require-call",
3064
+ "external": true
3065
+ },
3066
+ {
3067
+ "path": "fs",
3068
+ "kind": "require-call",
3069
+ "external": true
3070
+ },
3071
+ {
3072
+ "path": "os",
3073
+ "kind": "require-call",
3074
+ "external": true
3075
+ },
3076
+ {
3077
+ "path": "fs",
3078
+ "kind": "require-call",
3079
+ "external": true
3080
+ },
3081
+ {
3082
+ "path": "path",
3083
+ "kind": "require-call",
3084
+ "external": true
3085
+ },
3086
+ {
3087
+ "path": "fs",
3088
+ "kind": "require-call",
3089
+ "external": true
3090
+ },
3091
+ {
3092
+ "path": "path",
3093
+ "kind": "require-call",
3094
+ "external": true
3095
+ },
3096
+ {
3097
+ "path": "path",
3098
+ "kind": "require-call",
3099
+ "external": true
3100
+ },
3101
+ {
3102
+ "path": "util",
3103
+ "kind": "require-call",
3104
+ "external": true
3105
+ },
3106
+ {
3107
+ "path": "child_process",
3108
+ "kind": "require-call",
3109
+ "external": true
3110
+ },
3111
+ {
3112
+ "path": "fs",
3113
+ "kind": "require-call",
3114
+ "external": true
3115
+ },
3116
+ {
3117
+ "path": "os",
3118
+ "kind": "require-call",
3119
+ "external": true
3120
+ },
3121
+ {
3122
+ "path": "fs",
3123
+ "kind": "require-call",
3124
+ "external": true
3125
+ },
3126
+ {
3127
+ "path": "path",
3128
+ "kind": "require-call",
3129
+ "external": true
3130
+ },
3131
+ {
3132
+ "path": "path",
3133
+ "kind": "require-call",
3134
+ "external": true
3135
+ },
3136
+ {
3137
+ "path": "fs",
3138
+ "kind": "require-call",
3139
+ "external": true
3140
+ },
3141
+ {
3142
+ "path": "child_process",
3143
+ "kind": "require-call",
3144
+ "external": true
3145
+ },
3146
+ {
3147
+ "path": "path",
3148
+ "kind": "require-call",
3149
+ "external": true
3150
+ },
3151
+ {
3152
+ "path": "fs",
3153
+ "kind": "require-call",
3154
+ "external": true
3155
+ },
3156
+ {
3157
+ "path": "path",
3158
+ "kind": "require-call",
3159
+ "external": true
3160
+ },
3161
+ {
3162
+ "path": "fs",
3163
+ "kind": "require-call",
3164
+ "external": true
3165
+ },
3166
+ {
3167
+ "path": "fs",
3168
+ "kind": "require-call",
3169
+ "external": true
3170
+ },
3171
+ {
3172
+ "path": "fs",
3173
+ "kind": "require-call",
3174
+ "external": true
3175
+ },
3176
+ {
3177
+ "path": "path",
3178
+ "kind": "require-call",
3179
+ "external": true
3180
+ },
3181
+ {
3182
+ "path": "fs",
3183
+ "kind": "require-call",
3184
+ "external": true
3185
+ },
3186
+ {
3187
+ "path": "path",
3188
+ "kind": "require-call",
3189
+ "external": true
3190
+ },
3191
+ {
3192
+ "path": "fs",
3193
+ "kind": "require-call",
3194
+ "external": true
3195
+ },
3196
+ {
3197
+ "path": "fs",
3198
+ "kind": "require-call",
3199
+ "external": true
3200
+ },
3201
+ {
3202
+ "path": "path",
3203
+ "kind": "require-call",
3204
+ "external": true
3205
+ },
3206
+ {
3207
+ "path": "fs",
3208
+ "kind": "require-call",
3209
+ "external": true
3210
+ },
3211
+ {
3212
+ "path": "fs",
3213
+ "kind": "require-call",
3214
+ "external": true
3215
+ },
3216
+ {
3217
+ "path": "fs",
3218
+ "kind": "require-call",
3219
+ "external": true
3220
+ },
3221
+ {
3222
+ "path": "fs",
3223
+ "kind": "require-call",
3224
+ "external": true
3225
+ },
3226
+ {
3227
+ "path": "fs",
3228
+ "kind": "require-call",
3229
+ "external": true
3230
+ },
3231
+ {
3232
+ "path": "path",
3233
+ "kind": "require-call",
3234
+ "external": true
3235
+ },
3236
+ {
3237
+ "path": "fs",
3238
+ "kind": "require-call",
3239
+ "external": true
3240
+ },
3241
+ {
3242
+ "path": "path",
3243
+ "kind": "require-call",
3244
+ "external": true
3245
+ },
3246
+ {
3247
+ "path": "fs",
3248
+ "kind": "require-call",
3249
+ "external": true
3250
+ },
3251
+ {
3252
+ "path": "fs",
3253
+ "kind": "require-call",
3254
+ "external": true
3255
+ },
3256
+ {
3257
+ "path": "fs",
3258
+ "kind": "require-call",
3259
+ "external": true
3260
+ },
3261
+ {
3262
+ "path": "path",
3263
+ "kind": "require-call",
3264
+ "external": true
3265
+ },
3266
+ {
3267
+ "path": "@storm-software/config-tools",
3268
+ "kind": "require-call",
3269
+ "external": true
3270
+ },
3271
+ {
3272
+ "path": "@storm-software/workspace-tools",
3273
+ "kind": "require-call",
3274
+ "external": true
3275
+ },
3276
+ {
3277
+ "path": "node:path",
3278
+ "kind": "require-call",
3279
+ "external": true
3280
+ }
3281
+ ],
3282
+ "exports": [],
3283
+ "entryPoint": "packages/pulumi-tools/src/executors/refresh/executor.ts",
3284
+ "inputs": {
3285
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
3286
+ "bytesInOutput": 6181
3287
+ },
3288
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
3289
+ "bytesInOutput": 1645
3290
+ },
3291
+ "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
3292
+ "bytesInOutput": 509
3293
+ },
3294
+ "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
3295
+ "bytesInOutput": 1569
3296
+ },
3297
+ "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
3298
+ "bytesInOutput": 4549
3299
+ },
3300
+ "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
3301
+ "bytesInOutput": 18050
3302
+ },
3303
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
3304
+ "bytesInOutput": 932
3305
+ },
3306
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
3307
+ "bytesInOutput": 363
3308
+ },
3309
+ "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
3310
+ "bytesInOutput": 699
3311
+ },
3312
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
3313
+ "bytesInOutput": 6400
3314
+ },
3315
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
3316
+ "bytesInOutput": 11035
3317
+ },
3318
+ "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
3319
+ "bytesInOutput": 866
3320
+ },
3321
+ "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
3322
+ "bytesInOutput": 1220
3323
+ },
3324
+ "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
3325
+ "bytesInOutput": 1183
3326
+ },
3327
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
3328
+ "bytesInOutput": 16966
3329
+ },
3330
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
3331
+ "bytesInOutput": 10762
3332
+ },
3333
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
3334
+ "bytesInOutput": 1406
3335
+ },
3336
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
3337
+ "bytesInOutput": 914
3338
+ },
3339
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
3340
+ "bytesInOutput": 5697
3341
+ },
3342
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
3343
+ "bytesInOutput": 7724
3344
+ },
3345
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
3346
+ "bytesInOutput": 3428
3347
+ },
3348
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
3349
+ "bytesInOutput": 893
3350
+ },
3351
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
3352
+ "bytesInOutput": 260
3353
+ },
3354
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
3355
+ "bytesInOutput": 1203
3356
+ },
3357
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
3358
+ "bytesInOutput": 1576
3359
+ },
3360
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
3361
+ "bytesInOutput": 386
3362
+ },
3363
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
3364
+ "bytesInOutput": 4568
3365
+ },
3366
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
3367
+ "bytesInOutput": 2832
3368
+ },
3369
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
3370
+ "bytesInOutput": 1133
3371
+ },
3372
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
3373
+ "bytesInOutput": 1538
3374
+ },
3375
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
3376
+ "bytesInOutput": 2579
3377
+ },
3378
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
3379
+ "bytesInOutput": 1891
3380
+ },
3381
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
3382
+ "bytesInOutput": 2128
3383
+ },
3384
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
3385
+ "bytesInOutput": 4087
3386
+ },
3387
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
3388
+ "bytesInOutput": 2739
3389
+ },
3390
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
3391
+ "bytesInOutput": 114
3392
+ },
3393
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
3394
+ "bytesInOutput": 116
3395
+ },
3396
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
3397
+ "bytesInOutput": 1636
3398
+ },
3399
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
3400
+ "bytesInOutput": 1035
3401
+ },
3402
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
3403
+ "bytesInOutput": 2177
3404
+ },
3405
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
3406
+ "bytesInOutput": 1808
3407
+ },
3408
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
3409
+ "bytesInOutput": 1509
3410
+ },
3411
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
3412
+ "bytesInOutput": 790
3413
+ },
3414
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
3415
+ "bytesInOutput": 810
3416
+ },
3417
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
3418
+ "bytesInOutput": 1911
3419
+ },
3420
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
3421
+ "bytesInOutput": 2073
3422
+ },
3423
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
3424
+ "bytesInOutput": 2535
3425
+ },
3426
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
3427
+ "bytesInOutput": 533
3428
+ },
3429
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
3430
+ "bytesInOutput": 459
3431
+ },
3432
+ "packages/pulumi-tools/src/executors/refresh/executor.ts": {
3433
+ "bytesInOutput": 355
3434
+ },
3435
+ "packages/pulumi-tools/src/base/base-executor.ts": {
3436
+ "bytesInOutput": 1457
3437
+ }
3438
+ },
3439
+ "bytes": 156371
3440
+ },
3441
+ "dist/packages/pulumi-tools/executors/up/executor.js": {
3442
+ "imports": [
3443
+ {
3444
+ "path": "path",
3445
+ "kind": "require-call",
3446
+ "external": true
3447
+ },
3448
+ {
3449
+ "path": "fs",
3450
+ "kind": "require-call",
3451
+ "external": true
3452
+ },
3453
+ {
3454
+ "path": "fs",
3455
+ "kind": "require-call",
3456
+ "external": true
3457
+ },
3458
+ {
3459
+ "path": "path",
3460
+ "kind": "require-call",
3461
+ "external": true
3462
+ },
3463
+ {
3464
+ "path": "util",
3465
+ "kind": "require-call",
3466
+ "external": true
3467
+ },
3468
+ {
3469
+ "path": "fs",
3470
+ "kind": "require-call",
3471
+ "external": true
3472
+ },
3473
+ {
3474
+ "path": "path",
3475
+ "kind": "require-call",
3476
+ "external": true
3477
+ },
3478
+ {
3479
+ "path": "util",
3480
+ "kind": "require-call",
3481
+ "external": true
3482
+ },
3483
+ {
3484
+ "path": "path",
3485
+ "kind": "require-call",
3486
+ "external": true
3487
+ },
3488
+ {
3489
+ "path": "assert",
3490
+ "kind": "require-call",
3491
+ "external": true
3492
+ },
3493
+ {
3494
+ "path": "events",
3495
+ "kind": "require-call",
3496
+ "external": true
3497
+ },
3498
+ {
3499
+ "path": "path",
3500
+ "kind": "require-call",
3501
+ "external": true
3502
+ },
3503
+ {
3504
+ "path": "assert",
3505
+ "kind": "require-call",
3506
+ "external": true
3507
+ },
3508
+ {
3509
+ "path": "util",
3510
+ "kind": "require-call",
3511
+ "external": true
3512
+ },
3513
+ {
3514
+ "path": "os",
3515
+ "kind": "require-call",
3516
+ "external": true
3517
+ },
3518
+ {
3519
+ "path": "fs",
3520
+ "kind": "require-call",
3521
+ "external": true
3522
+ },
3523
+ {
3524
+ "path": "fs",
3525
+ "kind": "require-call",
3526
+ "external": true
3527
+ },
3528
+ {
3529
+ "path": "os",
3530
+ "kind": "require-call",
3531
+ "external": true
3532
+ },
3533
+ {
3534
+ "path": "fs",
3535
+ "kind": "require-call",
3536
+ "external": true
3537
+ },
3538
+ {
3539
+ "path": "path",
3540
+ "kind": "require-call",
3541
+ "external": true
3542
+ },
3543
+ {
3544
+ "path": "fs",
3545
+ "kind": "require-call",
3546
+ "external": true
3547
+ },
3548
+ {
3549
+ "path": "path",
3550
+ "kind": "require-call",
3551
+ "external": true
3552
+ },
3553
+ {
3554
+ "path": "path",
3555
+ "kind": "require-call",
3556
+ "external": true
3557
+ },
3558
+ {
3559
+ "path": "util",
3560
+ "kind": "require-call",
3561
+ "external": true
3562
+ },
3563
+ {
3564
+ "path": "child_process",
3565
+ "kind": "require-call",
3566
+ "external": true
3567
+ },
3568
+ {
3569
+ "path": "fs",
3570
+ "kind": "require-call",
3571
+ "external": true
3572
+ },
3573
+ {
3574
+ "path": "os",
3575
+ "kind": "require-call",
3576
+ "external": true
3577
+ },
3578
+ {
3579
+ "path": "fs",
3580
+ "kind": "require-call",
3581
+ "external": true
3582
+ },
3583
+ {
3584
+ "path": "path",
3585
+ "kind": "require-call",
3586
+ "external": true
3587
+ },
3588
+ {
3589
+ "path": "path",
3590
+ "kind": "require-call",
3591
+ "external": true
3592
+ },
3593
+ {
3594
+ "path": "fs",
3595
+ "kind": "require-call",
3596
+ "external": true
3597
+ },
3598
+ {
3599
+ "path": "child_process",
3600
+ "kind": "require-call",
3601
+ "external": true
3602
+ },
3603
+ {
3604
+ "path": "path",
3605
+ "kind": "require-call",
3606
+ "external": true
3607
+ },
3608
+ {
3609
+ "path": "fs",
3610
+ "kind": "require-call",
3611
+ "external": true
3612
+ },
3613
+ {
3614
+ "path": "path",
3615
+ "kind": "require-call",
3616
+ "external": true
3617
+ },
3618
+ {
3619
+ "path": "fs",
3620
+ "kind": "require-call",
3621
+ "external": true
3622
+ },
3623
+ {
3624
+ "path": "fs",
3625
+ "kind": "require-call",
3626
+ "external": true
3627
+ },
3628
+ {
3629
+ "path": "fs",
3630
+ "kind": "require-call",
3631
+ "external": true
3632
+ },
3633
+ {
3634
+ "path": "path",
3635
+ "kind": "require-call",
3636
+ "external": true
3637
+ },
3638
+ {
3639
+ "path": "fs",
3640
+ "kind": "require-call",
3641
+ "external": true
3642
+ },
3643
+ {
3644
+ "path": "path",
3645
+ "kind": "require-call",
3646
+ "external": true
3647
+ },
3648
+ {
3649
+ "path": "fs",
3650
+ "kind": "require-call",
3651
+ "external": true
3652
+ },
3653
+ {
3654
+ "path": "fs",
3655
+ "kind": "require-call",
3656
+ "external": true
3657
+ },
3658
+ {
3659
+ "path": "path",
3660
+ "kind": "require-call",
3661
+ "external": true
3662
+ },
3663
+ {
3664
+ "path": "fs",
3665
+ "kind": "require-call",
3666
+ "external": true
3667
+ },
3668
+ {
3669
+ "path": "fs",
3670
+ "kind": "require-call",
3671
+ "external": true
3672
+ },
3673
+ {
3674
+ "path": "fs",
3675
+ "kind": "require-call",
3676
+ "external": true
3677
+ },
3678
+ {
3679
+ "path": "fs",
3680
+ "kind": "require-call",
3681
+ "external": true
3682
+ },
3683
+ {
3684
+ "path": "fs",
3685
+ "kind": "require-call",
3686
+ "external": true
3687
+ },
3688
+ {
3689
+ "path": "path",
3690
+ "kind": "require-call",
3691
+ "external": true
3692
+ },
3693
+ {
3694
+ "path": "fs",
3695
+ "kind": "require-call",
3696
+ "external": true
3697
+ },
3698
+ {
3699
+ "path": "path",
3700
+ "kind": "require-call",
3701
+ "external": true
3702
+ },
3703
+ {
3704
+ "path": "fs",
3705
+ "kind": "require-call",
3706
+ "external": true
3707
+ },
3708
+ {
3709
+ "path": "fs",
3710
+ "kind": "require-call",
3711
+ "external": true
3712
+ },
3713
+ {
3714
+ "path": "fs",
3715
+ "kind": "require-call",
3716
+ "external": true
3717
+ },
3718
+ {
3719
+ "path": "path",
3720
+ "kind": "require-call",
3721
+ "external": true
3722
+ },
3723
+ {
3724
+ "path": "@storm-software/config-tools",
3725
+ "kind": "require-call",
3726
+ "external": true
3727
+ },
3728
+ {
3729
+ "path": "@storm-software/workspace-tools",
3730
+ "kind": "require-call",
3731
+ "external": true
3732
+ },
3733
+ {
3734
+ "path": "node:path",
3735
+ "kind": "require-call",
3736
+ "external": true
3737
+ }
3738
+ ],
3739
+ "exports": [],
3740
+ "entryPoint": "packages/pulumi-tools/src/executors/up/executor.ts",
3741
+ "inputs": {
3742
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
3743
+ "bytesInOutput": 6181
3744
+ },
3745
+ "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
3746
+ "bytesInOutput": 1645
3747
+ },
3748
+ "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
3749
+ "bytesInOutput": 509
3750
+ },
3751
+ "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
3752
+ "bytesInOutput": 1569
3753
+ },
3754
+ "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
3755
+ "bytesInOutput": 4549
3756
+ },
3757
+ "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
3758
+ "bytesInOutput": 18050
3759
+ },
3760
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
3761
+ "bytesInOutput": 932
3762
+ },
3763
+ "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
3764
+ "bytesInOutput": 363
3765
+ },
3766
+ "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
3767
+ "bytesInOutput": 699
3768
+ },
3769
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
3770
+ "bytesInOutput": 6400
3771
+ },
3772
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
3773
+ "bytesInOutput": 11035
3774
+ },
3775
+ "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
3776
+ "bytesInOutput": 866
3777
+ },
3778
+ "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
3779
+ "bytesInOutput": 1220
3780
+ },
3781
+ "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
3782
+ "bytesInOutput": 1183
3783
+ },
3784
+ "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
3785
+ "bytesInOutput": 16966
3786
+ },
3787
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
3788
+ "bytesInOutput": 10762
3789
+ },
3790
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
3791
+ "bytesInOutput": 1406
3792
+ },
3793
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
3794
+ "bytesInOutput": 914
3795
+ },
3796
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
3797
+ "bytesInOutput": 5697
3798
+ },
3799
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
3800
+ "bytesInOutput": 7724
3801
+ },
3802
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
3803
+ "bytesInOutput": 3428
3804
+ },
3805
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
3806
+ "bytesInOutput": 893
3807
+ },
3808
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
3809
+ "bytesInOutput": 260
3810
+ },
3811
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
3812
+ "bytesInOutput": 1203
3813
+ },
3814
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
3815
+ "bytesInOutput": 1576
3816
+ },
3817
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
3818
+ "bytesInOutput": 386
3819
+ },
3820
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
3821
+ "bytesInOutput": 4568
3822
+ },
3823
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
3824
+ "bytesInOutput": 2832
3825
+ },
3826
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
3827
+ "bytesInOutput": 1133
3828
+ },
3829
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
3830
+ "bytesInOutput": 1538
3831
+ },
3832
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
3833
+ "bytesInOutput": 2579
3834
+ },
3835
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
3836
+ "bytesInOutput": 1891
3837
+ },
3838
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
3839
+ "bytesInOutput": 2128
3840
+ },
3841
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
3842
+ "bytesInOutput": 4087
3843
+ },
3844
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
3845
+ "bytesInOutput": 2739
3846
+ },
3847
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
3848
+ "bytesInOutput": 114
3849
+ },
3850
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
3851
+ "bytesInOutput": 116
3852
+ },
3853
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
3854
+ "bytesInOutput": 1636
3855
+ },
3856
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
3857
+ "bytesInOutput": 1035
3858
+ },
3859
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
3860
+ "bytesInOutput": 2177
3861
+ },
3862
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
3863
+ "bytesInOutput": 1808
3864
+ },
3865
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
3866
+ "bytesInOutput": 1509
3867
+ },
3868
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
3869
+ "bytesInOutput": 790
3870
+ },
3871
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
3872
+ "bytesInOutput": 810
3873
+ },
3874
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
3875
+ "bytesInOutput": 1911
3876
+ },
3877
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
3878
+ "bytesInOutput": 2073
3879
+ },
3880
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
3881
+ "bytesInOutput": 2535
3882
+ },
3883
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
3884
+ "bytesInOutput": 533
3885
+ },
3886
+ "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
3887
+ "bytesInOutput": 459
3888
+ },
3889
+ "packages/pulumi-tools/src/executors/up/executor.ts": {
3890
+ "bytesInOutput": 459
3891
+ },
3892
+ "packages/pulumi-tools/src/base/base-executor.ts": {
3893
+ "bytesInOutput": 1457
3894
+ }
3895
+ },
3896
+ "bytes": 156465
3897
+ },
3898
+ "dist/packages/pulumi-tools/generators/init/generator.js": {
3899
+ "imports": [
3900
+ {
3901
+ "path": "@nx/devkit",
3902
+ "kind": "require-call",
3903
+ "external": true
3904
+ },
3905
+ {
3906
+ "path": "@storm-software/config-tools",
3907
+ "kind": "require-call",
3908
+ "external": true
3909
+ },
3910
+ {
3911
+ "path": "@storm-software/workspace-tools",
3912
+ "kind": "require-call",
3913
+ "external": true
3914
+ },
3915
+ {
3916
+ "path": "node:fs",
3917
+ "kind": "require-call",
3918
+ "external": true
3919
+ },
3920
+ {
3921
+ "path": "node:path",
3922
+ "kind": "require-call",
3923
+ "external": true
3924
+ }
3925
+ ],
3926
+ "exports": [],
3927
+ "entryPoint": "packages/pulumi-tools/src/generators/init/generator.ts",
3928
+ "inputs": {
3929
+ "packages/pulumi-tools/src/generators/init/generator.ts": {
3930
+ "bytesInOutput": 3939
3931
+ },
3932
+ "packages/pulumi-tools/src/base/providers.ts": {
3933
+ "bytesInOutput": 89
3934
+ }
3935
+ },
3936
+ "bytes": 5088
3937
+ }
3938
+ }
3939
+ }