@alma-cdk/construct-library 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jsii CHANGED
@@ -99,7 +99,7 @@
99
99
  },
100
100
  "name": "@alma-cdk/construct-library",
101
101
  "readme": {
102
- "markdown": "<div align=\"center\">\n <h1>\n\t<img width=\"512\" src=\"assets/alma-cdk-construct-library.svg\" alt=\"Alma CDK Construct Library\" />\n <br/>\n <br/>\n </h1>\n\n ![Stability: Experimental](https://img.shields.io/badge/stability-experimental-orange)\n ![Versioning: SemVer 2.0.0](https://img.shields.io/badge/versioning-semver_2.0.0-blue)\n [![release](https://github.com/alma-cdk/construct-library/actions/workflows/release.yml/badge.svg)](https://github.com/alma-cdk/construct-library/actions/workflows/release.yml)\n [![Quality Gate Status](https://sonarcloud.io/api/construct-library/measure?project=alma-cdk_construct-library&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=alma-cdk_construct-library)\n [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=alma-cdk_construct-library&metric=coverage)](https://sonarcloud.io/summary/new_code?id=alma-cdk_construct-library)\n <hr/>\n</div>\n\nCustom [Projen Project Type](https://projen.io/docs/concepts/projects/building-your-own/) to manage all the `alma-cdk/*` CDK construts.\n\n## Installation\n\n1. Install with `npm`:\n ```sh\n npm i -D @alma-cdk/construct-library\n ```\n\n2. If existing project, install `projen@0.99.21` or newer\n\n2. Import the custom Projen project type:\n ```diff\n - import { AwsCdkConstructLibrary } from 'projen/lib/awscdk';\n + import { AlmaCdkConstructLibrary } from \"@alma-cdk/construct-library\";\n ```\n\n3. Initialize and define (at least) minimum required configuration:\n ```ts\n const project = new AlmaCdkConstructLibrary({\n name: \"<SCOPE>/<PACKAGE_NAME>\",\n author: \"<AUTHOR_ORGANIZATION_NAME>\",\n authorAddress: \"<AUTHOR_ORGANIZATION_EMAIL>\",\n description: \"<PACKAGE_DESCRIPTION>\",\n repositoryUrl: \"https://<GIT_URL>.git\",\n stability: cdk.Stability.EXPERIMENTAL, // or STABLE or DEPRECATED\n majorVersion: 0, // 1, 2, ...\n releaseEnvironment: \"production\",\n });\n\n project.synth();\n ```\n\n4. Install `pnpm`\n\n5. Run `projen` with `pnpm`:\n ```sh\n pnpm exec projen\n ```\n\n6. Ensure correct Node version: `fnm use`\n\n7. Remove old `node_modules`, `yarn.lock`, and/or `package-lock.json` files\n\n8. Reinstall everything with `pnpm install`\n\n"
102
+ "markdown": "<div align=\"center\">\n <h1>\n\t<img width=\"512\" src=\"assets/alma-cdk-construct-library.svg\" alt=\"Alma CDK Construct Library\" />\n <br/>\n <br/>\n </h1>\n\n ![Stability: Experimental](https://img.shields.io/badge/stability-experimental-orange)\n ![Versioning: SemVer 2.0.0](https://img.shields.io/badge/versioning-semver_2.0.0-blue)\n [![release](https://github.com/alma-cdk/construct-library/actions/workflows/release.yml/badge.svg)](https://github.com/alma-cdk/construct-library/actions/workflows/release.yml)\n [![Quality Gate Status](https://sonarcloud.io/api/construct-library/measure?project=alma-cdk_construct-library&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=alma-cdk_construct-library)\n [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=alma-cdk_construct-library&metric=coverage)](https://sonarcloud.io/summary/new_code?id=alma-cdk_construct-library)\n <hr/>\n</div>\n\nCustom [Projen Project Type](https://projen.io/docs/concepts/projects/building-your-own/) to manage all the `alma-cdk/*` CDK construts.\n\n## Installation\n\n1. Install with `npm`:\n ```sh\n npm i -D @alma-cdk/construct-library\n ```\n\n2. If existing project, install `npm i -D projen@0.99.21` or newer\n\n2. Import the custom Projen project type:\n ```diff\n - import { AwsCdkConstructLibrary } from 'projen/lib/awscdk';\n + import { cdk } from \"projen\";\n + import { AlmaCdkConstructLibrary } from \"@alma-cdk/construct-library\";\n ```\n\n3. Initialize and define (at least) minimum required configuration:\n ```ts\n const project = new AlmaCdkConstructLibrary({\n name: \"<SCOPE>/<PACKAGE_NAME>\",\n author: \"<AUTHOR_ORGANIZATION_NAME>\",\n authorAddress: \"<AUTHOR_ORGANIZATION_EMAIL>\",\n description: \"<PACKAGE_DESCRIPTION>\",\n repositoryUrl: \"https://<GIT_URL>.git\",\n stability: cdk.Stability.EXPERIMENTAL, // or STABLE or DEPRECATED\n majorVersion: 0, // 1, 2, ...\n releaseEnvironment: \"production\",\n });\n\n project.synth();\n ```\n\n\n4. Fnm use 24\n\n4. Install `pnpm`\n\n5. Run `projen` with `pnpm`:\n ```sh\n pnpm exec projen\n ```\n\n6. Ensure correct Node version: `fnm use`\n\n7. Remove old `node_modules`, `yarn.lock`, and/or `package-lock.json` files\n\n8. Reinstall everything with `pnpm install`\n\n"
103
103
  },
104
104
  "repository": {
105
105
  "type": "git",
@@ -125,7 +125,7 @@
125
125
  },
126
126
  "locationInModule": {
127
127
  "filename": "src/AlmaCdkConstructLibrary.ts",
128
- "line": 106
128
+ "line": 112
129
129
  },
130
130
  "parameters": [
131
131
  {
@@ -139,7 +139,7 @@
139
139
  "kind": "class",
140
140
  "locationInModule": {
141
141
  "filename": "src/AlmaCdkConstructLibrary.ts",
142
- "line": 103
142
+ "line": 109
143
143
  },
144
144
  "name": "AlmaCdkConstructLibrary",
145
145
  "properties": [
@@ -150,7 +150,7 @@
150
150
  "immutable": true,
151
151
  "locationInModule": {
152
152
  "filename": "src/AlmaCdkConstructLibrary.ts",
153
- "line": 104
153
+ "line": 110
154
154
  },
155
155
  "name": "workflowNodeVersion",
156
156
  "type": {
@@ -171,7 +171,7 @@
171
171
  "kind": "interface",
172
172
  "locationInModule": {
173
173
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
174
- "line": 57
174
+ "line": 59
175
175
  },
176
176
  "name": "AlmaCdkConstructLibraryOptions",
177
177
  "properties": [
@@ -183,7 +183,7 @@
183
183
  "immutable": true,
184
184
  "locationInModule": {
185
185
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
186
- "line": 60
186
+ "line": 62
187
187
  },
188
188
  "name": "author",
189
189
  "type": {
@@ -198,7 +198,7 @@
198
198
  "immutable": true,
199
199
  "locationInModule": {
200
200
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
201
- "line": 61
201
+ "line": 63
202
202
  },
203
203
  "name": "authorAddress",
204
204
  "type": {
@@ -213,7 +213,7 @@
213
213
  "immutable": true,
214
214
  "locationInModule": {
215
215
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
216
- "line": 63
216
+ "line": 65
217
217
  },
218
218
  "name": "description",
219
219
  "type": {
@@ -228,7 +228,7 @@
228
228
  "immutable": true,
229
229
  "locationInModule": {
230
230
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
231
- "line": 59
231
+ "line": 61
232
232
  },
233
233
  "name": "majorVersion",
234
234
  "type": {
@@ -243,7 +243,7 @@
243
243
  "immutable": true,
244
244
  "locationInModule": {
245
245
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
246
- "line": 62
246
+ "line": 64
247
247
  },
248
248
  "name": "name",
249
249
  "type": {
@@ -258,7 +258,7 @@
258
258
  "immutable": true,
259
259
  "locationInModule": {
260
260
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
261
- "line": 65
261
+ "line": 67
262
262
  },
263
263
  "name": "repositoryUrl",
264
264
  "type": {
@@ -273,7 +273,7 @@
273
273
  "immutable": true,
274
274
  "locationInModule": {
275
275
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
276
- "line": 58
276
+ "line": 60
277
277
  },
278
278
  "name": "stability",
279
279
  "type": {
@@ -288,7 +288,7 @@
288
288
  "immutable": true,
289
289
  "locationInModule": {
290
290
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
291
- "line": 70
291
+ "line": 73
292
292
  },
293
293
  "name": "bundledDeps",
294
294
  "optional": true,
@@ -309,7 +309,7 @@
309
309
  "immutable": true,
310
310
  "locationInModule": {
311
311
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
312
- "line": 68
312
+ "line": 71
313
313
  },
314
314
  "name": "deps",
315
315
  "optional": true,
@@ -330,7 +330,7 @@
330
330
  "immutable": true,
331
331
  "locationInModule": {
332
332
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
333
- "line": 69
333
+ "line": 72
334
334
  },
335
335
  "name": "devDeps",
336
336
  "optional": true,
@@ -351,7 +351,23 @@
351
351
  "immutable": true,
352
352
  "locationInModule": {
353
353
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
354
- "line": 64
354
+ "line": 80
355
+ },
356
+ "name": "golang",
357
+ "optional": true,
358
+ "type": {
359
+ "primitive": "boolean"
360
+ }
361
+ },
362
+ {
363
+ "abstract": true,
364
+ "docs": {
365
+ "stability": "experimental"
366
+ },
367
+ "immutable": true,
368
+ "locationInModule": {
369
+ "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
370
+ "line": 66
355
371
  },
356
372
  "name": "keywords",
357
373
  "optional": true,
@@ -372,7 +388,7 @@
372
388
  "immutable": true,
373
389
  "locationInModule": {
374
390
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
375
- "line": 73
391
+ "line": 76
376
392
  },
377
393
  "name": "maxNodeVersion",
378
394
  "optional": true,
@@ -388,7 +404,7 @@
388
404
  "immutable": true,
389
405
  "locationInModule": {
390
406
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
391
- "line": 71
407
+ "line": 74
392
408
  },
393
409
  "name": "minNodeVersion",
394
410
  "optional": true,
@@ -404,7 +420,60 @@
404
420
  "immutable": true,
405
421
  "locationInModule": {
406
422
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
407
- "line": 66
423
+ "line": 70
424
+ },
425
+ "name": "peerDeps",
426
+ "optional": true,
427
+ "type": {
428
+ "collection": {
429
+ "elementtype": {
430
+ "primitive": "string"
431
+ },
432
+ "kind": "array"
433
+ }
434
+ }
435
+ },
436
+ {
437
+ "abstract": true,
438
+ "docs": {
439
+ "stability": "experimental"
440
+ },
441
+ "immutable": true,
442
+ "locationInModule": {
443
+ "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
444
+ "line": 77
445
+ },
446
+ "name": "pnpmSettings",
447
+ "optional": true,
448
+ "type": {
449
+ "fqn": "@alma-cdk/construct-library.PnpmWorkspaceSpecification"
450
+ }
451
+ },
452
+ {
453
+ "abstract": true,
454
+ "docs": {
455
+ "stability": "experimental"
456
+ },
457
+ "immutable": true,
458
+ "locationInModule": {
459
+ "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
460
+ "line": 81
461
+ },
462
+ "name": "python",
463
+ "optional": true,
464
+ "type": {
465
+ "primitive": "boolean"
466
+ }
467
+ },
468
+ {
469
+ "abstract": true,
470
+ "docs": {
471
+ "stability": "experimental"
472
+ },
473
+ "immutable": true,
474
+ "locationInModule": {
475
+ "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
476
+ "line": 68
408
477
  },
409
478
  "name": "releaseBranches",
410
479
  "optional": true,
@@ -425,7 +494,7 @@
425
494
  "immutable": true,
426
495
  "locationInModule": {
427
496
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
428
- "line": 67
497
+ "line": 69
429
498
  },
430
499
  "name": "releaseEnvironment",
431
500
  "optional": true,
@@ -442,7 +511,7 @@
442
511
  "immutable": true,
443
512
  "locationInModule": {
444
513
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
445
- "line": 75
514
+ "line": 79
446
515
  },
447
516
  "name": "sonarProjectPropertiesExtraLines",
448
517
  "optional": true,
@@ -463,7 +532,7 @@
463
532
  "immutable": true,
464
533
  "locationInModule": {
465
534
  "filename": "src/schemas/almaCdkConstructLibraryOptions.ts",
466
- "line": 72
535
+ "line": 75
467
536
  },
468
537
  "name": "workflowNodeVersion",
469
538
  "optional": true,
@@ -473,8 +542,2985 @@
473
542
  }
474
543
  ],
475
544
  "symbolId": "src/schemas/almaCdkConstructLibraryOptions:AlmaCdkConstructLibraryOptions"
545
+ },
546
+ "@alma-cdk/construct-library.AuditConfig": {
547
+ "assembly": "@alma-cdk/construct-library",
548
+ "datatype": true,
549
+ "docs": {
550
+ "stability": "experimental"
551
+ },
552
+ "fqn": "@alma-cdk/construct-library.AuditConfig",
553
+ "kind": "interface",
554
+ "locationInModule": {
555
+ "filename": "src/pnpm-workspace-schema.d.ts",
556
+ "line": 600
557
+ },
558
+ "name": "AuditConfig",
559
+ "properties": [
560
+ {
561
+ "abstract": true,
562
+ "docs": {
563
+ "stability": "experimental"
564
+ },
565
+ "immutable": true,
566
+ "locationInModule": {
567
+ "filename": "src/pnpm-workspace-schema.d.ts",
568
+ "line": 601
569
+ },
570
+ "name": "ignoreCves",
571
+ "optional": true,
572
+ "type": {
573
+ "collection": {
574
+ "elementtype": {
575
+ "primitive": "string"
576
+ },
577
+ "kind": "array"
578
+ }
579
+ }
580
+ },
581
+ {
582
+ "abstract": true,
583
+ "docs": {
584
+ "stability": "experimental"
585
+ },
586
+ "immutable": true,
587
+ "locationInModule": {
588
+ "filename": "src/pnpm-workspace-schema.d.ts",
589
+ "line": 602
590
+ },
591
+ "name": "ignoreGhsas",
592
+ "optional": true,
593
+ "type": {
594
+ "collection": {
595
+ "elementtype": {
596
+ "primitive": "string"
597
+ },
598
+ "kind": "array"
599
+ }
600
+ }
601
+ }
602
+ ],
603
+ "symbolId": "src/pnpm-workspace-schema:AuditConfig"
604
+ },
605
+ "@alma-cdk/construct-library.ExecutionEnv": {
606
+ "assembly": "@alma-cdk/construct-library",
607
+ "datatype": true,
608
+ "docs": {
609
+ "stability": "experimental"
610
+ },
611
+ "fqn": "@alma-cdk/construct-library.ExecutionEnv",
612
+ "kind": "interface",
613
+ "locationInModule": {
614
+ "filename": "src/pnpm-workspace-schema.d.ts",
615
+ "line": 609
616
+ },
617
+ "name": "ExecutionEnv",
618
+ "properties": [
619
+ {
620
+ "abstract": true,
621
+ "docs": {
622
+ "stability": "experimental"
623
+ },
624
+ "immutable": true,
625
+ "locationInModule": {
626
+ "filename": "src/pnpm-workspace-schema.d.ts",
627
+ "line": 610
628
+ },
629
+ "name": "nodeVersion",
630
+ "optional": true,
631
+ "type": {
632
+ "primitive": "string"
633
+ }
634
+ }
635
+ ],
636
+ "symbolId": "src/pnpm-workspace-schema:ExecutionEnv"
637
+ },
638
+ "@alma-cdk/construct-library.PackageExtension": {
639
+ "assembly": "@alma-cdk/construct-library",
640
+ "datatype": true,
641
+ "docs": {
642
+ "stability": "experimental"
643
+ },
644
+ "fqn": "@alma-cdk/construct-library.PackageExtension",
645
+ "kind": "interface",
646
+ "locationInModule": {
647
+ "filename": "src/pnpm-workspace-schema.d.ts",
648
+ "line": 586
649
+ },
650
+ "name": "PackageExtension",
651
+ "properties": [
652
+ {
653
+ "abstract": true,
654
+ "docs": {
655
+ "stability": "experimental"
656
+ },
657
+ "immutable": true,
658
+ "locationInModule": {
659
+ "filename": "src/pnpm-workspace-schema.d.ts",
660
+ "line": 587
661
+ },
662
+ "name": "dependencies",
663
+ "optional": true,
664
+ "type": {
665
+ "collection": {
666
+ "elementtype": {
667
+ "primitive": "string"
668
+ },
669
+ "kind": "map"
670
+ }
671
+ }
672
+ },
673
+ {
674
+ "abstract": true,
675
+ "docs": {
676
+ "stability": "experimental"
677
+ },
678
+ "immutable": true,
679
+ "locationInModule": {
680
+ "filename": "src/pnpm-workspace-schema.d.ts",
681
+ "line": 588
682
+ },
683
+ "name": "optionalDependencies",
684
+ "optional": true,
685
+ "type": {
686
+ "collection": {
687
+ "elementtype": {
688
+ "primitive": "string"
689
+ },
690
+ "kind": "map"
691
+ }
692
+ }
693
+ },
694
+ {
695
+ "abstract": true,
696
+ "docs": {
697
+ "stability": "experimental"
698
+ },
699
+ "immutable": true,
700
+ "locationInModule": {
701
+ "filename": "src/pnpm-workspace-schema.d.ts",
702
+ "line": 589
703
+ },
704
+ "name": "peerDependencies",
705
+ "optional": true,
706
+ "type": {
707
+ "collection": {
708
+ "elementtype": {
709
+ "primitive": "string"
710
+ },
711
+ "kind": "map"
712
+ }
713
+ }
714
+ },
715
+ {
716
+ "abstract": true,
717
+ "docs": {
718
+ "stability": "experimental"
719
+ },
720
+ "immutable": true,
721
+ "locationInModule": {
722
+ "filename": "src/pnpm-workspace-schema.d.ts",
723
+ "line": 590
724
+ },
725
+ "name": "peerDependenciesMeta",
726
+ "optional": true,
727
+ "type": {
728
+ "collection": {
729
+ "elementtype": {
730
+ "fqn": "@alma-cdk/construct-library.PeerDependencyMetaValue"
731
+ },
732
+ "kind": "map"
733
+ }
734
+ }
735
+ }
736
+ ],
737
+ "symbolId": "src/pnpm-workspace-schema:PackageExtension"
738
+ },
739
+ "@alma-cdk/construct-library.PeerDependencyMetaValue": {
740
+ "assembly": "@alma-cdk/construct-library",
741
+ "datatype": true,
742
+ "docs": {
743
+ "stability": "experimental"
744
+ },
745
+ "fqn": "@alma-cdk/construct-library.PeerDependencyMetaValue",
746
+ "kind": "interface",
747
+ "locationInModule": {
748
+ "filename": "src/pnpm-workspace-schema.d.ts",
749
+ "line": 612
750
+ },
751
+ "name": "PeerDependencyMetaValue",
752
+ "properties": [
753
+ {
754
+ "abstract": true,
755
+ "docs": {
756
+ "stability": "experimental"
757
+ },
758
+ "immutable": true,
759
+ "locationInModule": {
760
+ "filename": "src/pnpm-workspace-schema.d.ts",
761
+ "line": 613
762
+ },
763
+ "name": "optional",
764
+ "optional": true,
765
+ "type": {
766
+ "primitive": "boolean"
767
+ }
768
+ }
769
+ ],
770
+ "symbolId": "src/pnpm-workspace-schema:PeerDependencyMetaValue"
771
+ },
772
+ "@alma-cdk/construct-library.PeerDependencyRules": {
773
+ "assembly": "@alma-cdk/construct-library",
774
+ "datatype": true,
775
+ "docs": {
776
+ "stability": "experimental"
777
+ },
778
+ "fqn": "@alma-cdk/construct-library.PeerDependencyRules",
779
+ "kind": "interface",
780
+ "locationInModule": {
781
+ "filename": "src/pnpm-workspace-schema.d.ts",
782
+ "line": 592
783
+ },
784
+ "name": "PeerDependencyRules",
785
+ "properties": [
786
+ {
787
+ "abstract": true,
788
+ "docs": {
789
+ "stability": "experimental"
790
+ },
791
+ "immutable": true,
792
+ "locationInModule": {
793
+ "filename": "src/pnpm-workspace-schema.d.ts",
794
+ "line": 595
795
+ },
796
+ "name": "allowAny",
797
+ "optional": true,
798
+ "type": {
799
+ "collection": {
800
+ "elementtype": {
801
+ "primitive": "string"
802
+ },
803
+ "kind": "array"
804
+ }
805
+ }
806
+ },
807
+ {
808
+ "abstract": true,
809
+ "docs": {
810
+ "stability": "experimental"
811
+ },
812
+ "immutable": true,
813
+ "locationInModule": {
814
+ "filename": "src/pnpm-workspace-schema.d.ts",
815
+ "line": 594
816
+ },
817
+ "name": "allowedVersions",
818
+ "optional": true,
819
+ "type": {
820
+ "collection": {
821
+ "elementtype": {
822
+ "primitive": "string"
823
+ },
824
+ "kind": "map"
825
+ }
826
+ }
827
+ },
828
+ {
829
+ "abstract": true,
830
+ "docs": {
831
+ "stability": "experimental"
832
+ },
833
+ "immutable": true,
834
+ "locationInModule": {
835
+ "filename": "src/pnpm-workspace-schema.d.ts",
836
+ "line": 593
837
+ },
838
+ "name": "ignoreMissing",
839
+ "optional": true,
840
+ "type": {
841
+ "collection": {
842
+ "elementtype": {
843
+ "primitive": "string"
844
+ },
845
+ "kind": "array"
846
+ }
847
+ }
848
+ }
849
+ ],
850
+ "symbolId": "src/pnpm-workspace-schema:PeerDependencyRules"
851
+ },
852
+ "@alma-cdk/construct-library.PnpmWorkspaceSpecification": {
853
+ "assembly": "@alma-cdk/construct-library",
854
+ "datatype": true,
855
+ "docs": {
856
+ "stability": "experimental",
857
+ "summary": "JSON schema for pnpm-workspace.yaml files."
858
+ },
859
+ "fqn": "@alma-cdk/construct-library.PnpmWorkspaceSpecification",
860
+ "kind": "interface",
861
+ "locationInModule": {
862
+ "filename": "src/pnpm-workspace-schema.d.ts",
863
+ "line": 17
864
+ },
865
+ "name": "PnpmWorkspaceSpecification",
866
+ "properties": [
867
+ {
868
+ "abstract": true,
869
+ "docs": {
870
+ "remarks": "This field replaces `onlyBuiltDependencies` and `ignoredBuiltDependencies` (which are also deprecated by this new setting), providing a single source of truth.",
871
+ "stability": "experimental",
872
+ "summary": "A map of package matchers to explicitly allow (`true`) or disallow (`false`) script execution."
873
+ },
874
+ "immutable": true,
875
+ "locationInModule": {
876
+ "filename": "src/pnpm-workspace-schema.d.ts",
877
+ "line": 550
878
+ },
879
+ "name": "allowBuilds",
880
+ "optional": true,
881
+ "type": {
882
+ "collection": {
883
+ "elementtype": {
884
+ "primitive": "boolean"
885
+ },
886
+ "kind": "map"
887
+ }
888
+ }
889
+ },
890
+ {
891
+ "abstract": true,
892
+ "docs": {
893
+ "stability": "experimental",
894
+ "summary": "A list of deprecated versions that the warnings are suppressed."
895
+ },
896
+ "immutable": true,
897
+ "locationInModule": {
898
+ "filename": "src/pnpm-workspace-schema.d.ts",
899
+ "line": 67
900
+ },
901
+ "name": "allowedDeprecatedVersions",
902
+ "optional": true,
903
+ "type": {
904
+ "collection": {
905
+ "elementtype": {
906
+ "primitive": "string"
907
+ },
908
+ "kind": "map"
909
+ }
910
+ }
911
+ },
912
+ {
913
+ "abstract": true,
914
+ "docs": {
915
+ "stability": "experimental",
916
+ "summary": "When true, installation won't fail if some of the patches from the \"patchedDependencies\" field were not applied."
917
+ },
918
+ "immutable": true,
919
+ "locationInModule": {
920
+ "filename": "src/pnpm-workspace-schema.d.ts",
921
+ "line": 79
922
+ },
923
+ "name": "allowNonAppliedPatches",
924
+ "optional": true,
925
+ "type": {
926
+ "primitive": "boolean"
927
+ }
928
+ },
929
+ {
930
+ "abstract": true,
931
+ "docs": {
932
+ "remarks": "(Previously named \"allowNonAppliedPatches\")",
933
+ "stability": "experimental",
934
+ "summary": "When true, installation won't fail if some of the patches from the \"patchedDependencies\" field were not applied."
935
+ },
936
+ "immutable": true,
937
+ "locationInModule": {
938
+ "filename": "src/pnpm-workspace-schema.d.ts",
939
+ "line": 75
940
+ },
941
+ "name": "allowUnusedPatches",
942
+ "optional": true,
943
+ "type": {
944
+ "primitive": "boolean"
945
+ }
946
+ },
947
+ {
948
+ "abstract": true,
949
+ "docs": {
950
+ "stability": "experimental"
951
+ },
952
+ "immutable": true,
953
+ "locationInModule": {
954
+ "filename": "src/pnpm-workspace-schema.d.ts",
955
+ "line": 89
956
+ },
957
+ "name": "auditConfig",
958
+ "optional": true,
959
+ "type": {
960
+ "fqn": "@alma-cdk/construct-library.AuditConfig"
961
+ }
962
+ },
963
+ {
964
+ "abstract": true,
965
+ "docs": {
966
+ "remarks": "When set to 'low', all vulnerabilities are reported. When set to 'moderate', 'high', or 'critical', only vulnerabilities with that severity or higher are reported.",
967
+ "stability": "experimental",
968
+ "summary": "Controls the level of issues reported by `pnpm audit`."
969
+ },
970
+ "immutable": true,
971
+ "locationInModule": {
972
+ "filename": "src/pnpm-workspace-schema.d.ts",
973
+ "line": 562
974
+ },
975
+ "name": "auditLevel",
976
+ "optional": true,
977
+ "type": {
978
+ "primitive": "string"
979
+ }
980
+ },
981
+ {
982
+ "abstract": true,
983
+ "docs": {
984
+ "stability": "experimental",
985
+ "summary": "When true, any missing non-optional peer dependencies are automatically installed."
986
+ },
987
+ "immutable": true,
988
+ "locationInModule": {
989
+ "filename": "src/pnpm-workspace-schema.d.ts",
990
+ "line": 274
991
+ },
992
+ "name": "autoInstallPeers",
993
+ "optional": true,
994
+ "type": {
995
+ "primitive": "boolean"
996
+ }
997
+ },
998
+ {
999
+ "abstract": true,
1000
+ "docs": {
1001
+ "remarks": "Only direct dependencies are allowed to use exotic sources.",
1002
+ "stability": "experimental",
1003
+ "summary": "When set to true, it prevents the resolution of exotic protocols (like git+ssh: or direct https: tarballs) in transitive dependencies."
1004
+ },
1005
+ "immutable": true,
1006
+ "locationInModule": {
1007
+ "filename": "src/pnpm-workspace-schema.d.ts",
1008
+ "line": 554
1009
+ },
1010
+ "name": "blockExoticSubdeps",
1011
+ "optional": true,
1012
+ "type": {
1013
+ "primitive": "boolean"
1014
+ }
1015
+ },
1016
+ {
1017
+ "abstract": true,
1018
+ "docs": {
1019
+ "stability": "experimental",
1020
+ "summary": "The Certificate Authority signing certificate that is trusted for SSL connections to the registry."
1021
+ },
1022
+ "immutable": true,
1023
+ "locationInModule": {
1024
+ "filename": "src/pnpm-workspace-schema.d.ts",
1025
+ "line": 206
1026
+ },
1027
+ "name": "ca",
1028
+ "optional": true,
1029
+ "type": {
1030
+ "primitive": "string"
1031
+ }
1032
+ },
1033
+ {
1034
+ "abstract": true,
1035
+ "docs": {
1036
+ "stability": "experimental",
1037
+ "summary": "The location of the cache (package metadata and dlx)."
1038
+ },
1039
+ "immutable": true,
1040
+ "locationInModule": {
1041
+ "filename": "src/pnpm-workspace-schema.d.ts",
1042
+ "line": 442
1043
+ },
1044
+ "name": "cacheDir",
1045
+ "optional": true,
1046
+ "type": {
1047
+ "primitive": "string"
1048
+ }
1049
+ },
1050
+ {
1051
+ "abstract": true,
1052
+ "docs": {
1053
+ "stability": "experimental",
1054
+ "summary": "A path to a file containing one or multiple Certificate Authority signing certificates."
1055
+ },
1056
+ "immutable": true,
1057
+ "locationInModule": {
1058
+ "filename": "src/pnpm-workspace-schema.d.ts",
1059
+ "line": 210
1060
+ },
1061
+ "name": "cafile",
1062
+ "optional": true,
1063
+ "type": {
1064
+ "primitive": "string"
1065
+ }
1066
+ },
1067
+ {
1068
+ "abstract": true,
1069
+ "docs": {
1070
+ "stability": "experimental"
1071
+ },
1072
+ "immutable": true,
1073
+ "locationInModule": {
1074
+ "filename": "src/pnpm-workspace-schema.d.ts",
1075
+ "line": 22
1076
+ },
1077
+ "name": "catalog",
1078
+ "optional": true,
1079
+ "type": {
1080
+ "collection": {
1081
+ "elementtype": {
1082
+ "primitive": "string"
1083
+ },
1084
+ "kind": "map"
1085
+ }
1086
+ }
1087
+ },
1088
+ {
1089
+ "abstract": true,
1090
+ "docs": {
1091
+ "stability": "experimental",
1092
+ "summary": "Controlling if and how dependencies are added to the default catalog."
1093
+ },
1094
+ "immutable": true,
1095
+ "locationInModule": {
1096
+ "filename": "src/pnpm-workspace-schema.d.ts",
1097
+ "line": 30
1098
+ },
1099
+ "name": "catalogMode",
1100
+ "optional": true,
1101
+ "type": {
1102
+ "primitive": "string"
1103
+ }
1104
+ },
1105
+ {
1106
+ "abstract": true,
1107
+ "docs": {
1108
+ "stability": "experimental",
1109
+ "summary": "Define arbitrarily named catalogs."
1110
+ },
1111
+ "immutable": true,
1112
+ "locationInModule": {
1113
+ "filename": "src/pnpm-workspace-schema.d.ts",
1114
+ "line": 26
1115
+ },
1116
+ "name": "catalogs",
1117
+ "optional": true,
1118
+ "type": {
1119
+ "collection": {
1120
+ "elementtype": {
1121
+ "collection": {
1122
+ "elementtype": {
1123
+ "primitive": "string"
1124
+ },
1125
+ "kind": "map"
1126
+ }
1127
+ },
1128
+ "kind": "map"
1129
+ }
1130
+ }
1131
+ },
1132
+ {
1133
+ "abstract": true,
1134
+ "docs": {
1135
+ "stability": "experimental",
1136
+ "summary": "A client certificate to pass when accessing the registry."
1137
+ },
1138
+ "immutable": true,
1139
+ "locationInModule": {
1140
+ "filename": "src/pnpm-workspace-schema.d.ts",
1141
+ "line": 214
1142
+ },
1143
+ "name": "cert",
1144
+ "optional": true,
1145
+ "type": {
1146
+ "primitive": "string"
1147
+ }
1148
+ },
1149
+ {
1150
+ "abstract": true,
1151
+ "docs": {
1152
+ "stability": "experimental",
1153
+ "summary": "The maximum number of child processes to allocate simultaneously to build node_modules."
1154
+ },
1155
+ "immutable": true,
1156
+ "locationInModule": {
1157
+ "filename": "src/pnpm-workspace-schema.d.ts",
1158
+ "line": 334
1159
+ },
1160
+ "name": "childConcurrency",
1161
+ "optional": true,
1162
+ "type": {
1163
+ "primitive": "number"
1164
+ }
1165
+ },
1166
+ {
1167
+ "abstract": true,
1168
+ "docs": {
1169
+ "stability": "experimental",
1170
+ "summary": "When set to `true`, pnpm will remove unused catalog entries during installation."
1171
+ },
1172
+ "immutable": true,
1173
+ "locationInModule": {
1174
+ "filename": "src/pnpm-workspace-schema.d.ts",
1175
+ "line": 34
1176
+ },
1177
+ "name": "cleanupUnusedCatalogs",
1178
+ "optional": true,
1179
+ "type": {
1180
+ "primitive": "boolean"
1181
+ }
1182
+ },
1183
+ {
1184
+ "abstract": true,
1185
+ "docs": {
1186
+ "stability": "experimental",
1187
+ "summary": "Controls colors in the output."
1188
+ },
1189
+ "immutable": true,
1190
+ "locationInModule": {
1191
+ "filename": "src/pnpm-workspace-schema.d.ts",
1192
+ "line": 290
1193
+ },
1194
+ "name": "color",
1195
+ "optional": true,
1196
+ "type": {
1197
+ "primitive": "string"
1198
+ }
1199
+ },
1200
+ {
1201
+ "abstract": true,
1202
+ "docs": {
1203
+ "remarks": "They are installed before all regular dependencies ('dependencies', 'devDependencies', 'optionalDependencies'), making them ideal for setting up custom hooks, patches, and catalog entries.",
1204
+ "stability": "experimental",
1205
+ "summary": "Config dependencies allow you to share and centralize configuration files, settings, and hooks across multiple projects."
1206
+ },
1207
+ "immutable": true,
1208
+ "locationInModule": {
1209
+ "filename": "src/pnpm-workspace-schema.d.ts",
1210
+ "line": 88
1211
+ },
1212
+ "name": "configDependencies",
1213
+ "optional": true,
1214
+ "type": {
1215
+ "collection": {
1216
+ "elementtype": {
1217
+ "primitive": "string"
1218
+ },
1219
+ "kind": "map"
1220
+ }
1221
+ }
1222
+ },
1223
+ {
1224
+ "abstract": true,
1225
+ "docs": {
1226
+ "stability": "experimental",
1227
+ "summary": "If set to true, all build scripts (e.g. preinstall, install, postinstall) from dependencies will run automatically, without requiring approval."
1228
+ },
1229
+ "immutable": true,
1230
+ "locationInModule": {
1231
+ "filename": "src/pnpm-workspace-schema.d.ts",
1232
+ "line": 55
1233
+ },
1234
+ "name": "dangerouslyAllowAllBuilds",
1235
+ "optional": true,
1236
+ "type": {
1237
+ "primitive": "boolean"
1238
+ }
1239
+ },
1240
+ {
1241
+ "abstract": true,
1242
+ "docs": {
1243
+ "stability": "experimental",
1244
+ "summary": "When set to true, dependencies that are already symlinked to the root node_modules directory of the workspace will not be symlinked to subproject node_modules directories."
1245
+ },
1246
+ "immutable": true,
1247
+ "locationInModule": {
1248
+ "filename": "src/pnpm-workspace-schema.d.ts",
1249
+ "line": 478
1250
+ },
1251
+ "name": "dedupeDirectDeps",
1252
+ "optional": true,
1253
+ "type": {
1254
+ "primitive": "boolean"
1255
+ }
1256
+ },
1257
+ {
1258
+ "abstract": true,
1259
+ "docs": {
1260
+ "stability": "experimental",
1261
+ "summary": "When this setting is enabled, dependencies that are injected will be symlinked from the workspace whenever possible."
1262
+ },
1263
+ "immutable": true,
1264
+ "locationInModule": {
1265
+ "filename": "src/pnpm-workspace-schema.d.ts",
1266
+ "line": 482
1267
+ },
1268
+ "name": "dedupeInjectedDeps",
1269
+ "optional": true,
1270
+ "type": {
1271
+ "primitive": "boolean"
1272
+ }
1273
+ },
1274
+ {
1275
+ "abstract": true,
1276
+ "docs": {
1277
+ "stability": "experimental",
1278
+ "summary": "When this setting is set to true, packages with peer dependencies will be deduplicated after peers resolution."
1279
+ },
1280
+ "immutable": true,
1281
+ "locationInModule": {
1282
+ "filename": "src/pnpm-workspace-schema.d.ts",
1283
+ "line": 278
1284
+ },
1285
+ "name": "dedupePeerDependents",
1286
+ "optional": true,
1287
+ "type": {
1288
+ "primitive": "boolean"
1289
+ }
1290
+ },
1291
+ {
1292
+ "abstract": true,
1293
+ "docs": {
1294
+ "stability": "experimental",
1295
+ "summary": "When deploying a package or installing a local package, all files of the package are copied."
1296
+ },
1297
+ "immutable": true,
1298
+ "locationInModule": {
1299
+ "filename": "src/pnpm-workspace-schema.d.ts",
1300
+ "line": 474
1301
+ },
1302
+ "name": "deployAllFiles",
1303
+ "optional": true,
1304
+ "type": {
1305
+ "primitive": "boolean"
1306
+ }
1307
+ },
1308
+ {
1309
+ "abstract": true,
1310
+ "docs": {
1311
+ "stability": "experimental",
1312
+ "summary": "When set to true, installation will fail if the workspace has cycles."
1313
+ },
1314
+ "immutable": true,
1315
+ "locationInModule": {
1316
+ "filename": "src/pnpm-workspace-schema.d.ts",
1317
+ "line": 406
1318
+ },
1319
+ "name": "disallowWorkspaceCycles",
1320
+ "optional": true,
1321
+ "type": {
1322
+ "primitive": "boolean"
1323
+ }
1324
+ },
1325
+ {
1326
+ "abstract": true,
1327
+ "docs": {
1328
+ "stability": "experimental",
1329
+ "summary": "The time in minutes after which dlx cache expires."
1330
+ },
1331
+ "immutable": true,
1332
+ "locationInModule": {
1333
+ "filename": "src/pnpm-workspace-schema.d.ts",
1334
+ "line": 158
1335
+ },
1336
+ "name": "dlxCacheMaxAge",
1337
+ "optional": true,
1338
+ "type": {
1339
+ "primitive": "number"
1340
+ }
1341
+ },
1342
+ {
1343
+ "abstract": true,
1344
+ "docs": {
1345
+ "stability": "experimental",
1346
+ "summary": "When enabled, node_modules contains only symlinks to a central virtual store, rather than to node_modules/.pnpm."
1347
+ },
1348
+ "immutable": true,
1349
+ "locationInModule": {
1350
+ "filename": "src/pnpm-workspace-schema.d.ts",
1351
+ "line": 174
1352
+ },
1353
+ "name": "enableGlobalVirtualStore",
1354
+ "optional": true,
1355
+ "type": {
1356
+ "primitive": "boolean"
1357
+ }
1358
+ },
1359
+ {
1360
+ "abstract": true,
1361
+ "docs": {
1362
+ "stability": "experimental",
1363
+ "summary": "When false, pnpm will not write any files to the modules directory (node_modules)."
1364
+ },
1365
+ "immutable": true,
1366
+ "locationInModule": {
1367
+ "filename": "src/pnpm-workspace-schema.d.ts",
1368
+ "line": 138
1369
+ },
1370
+ "name": "enableModulesDir",
1371
+ "optional": true,
1372
+ "type": {
1373
+ "primitive": "boolean"
1374
+ }
1375
+ },
1376
+ {
1377
+ "abstract": true,
1378
+ "docs": {
1379
+ "stability": "experimental",
1380
+ "summary": "When true, pnpm will run any pre/post scripts automatically."
1381
+ },
1382
+ "immutable": true,
1383
+ "locationInModule": {
1384
+ "filename": "src/pnpm-workspace-schema.d.ts",
1385
+ "line": 514
1386
+ },
1387
+ "name": "enablePrePostScripts",
1388
+ "optional": true,
1389
+ "type": {
1390
+ "primitive": "boolean"
1391
+ }
1392
+ },
1393
+ {
1394
+ "abstract": true,
1395
+ "docs": {
1396
+ "stability": "experimental",
1397
+ "summary": "If this is enabled, pnpm will not install any package that claims to not be compatible with the current Node version."
1398
+ },
1399
+ "immutable": true,
1400
+ "locationInModule": {
1401
+ "filename": "src/pnpm-workspace-schema.d.ts",
1402
+ "line": 306
1403
+ },
1404
+ "name": "engineStrict",
1405
+ "optional": true,
1406
+ "type": {
1407
+ "primitive": "boolean"
1408
+ }
1409
+ },
1410
+ {
1411
+ "abstract": true,
1412
+ "docs": {
1413
+ "stability": "experimental"
1414
+ },
1415
+ "immutable": true,
1416
+ "locationInModule": {
1417
+ "filename": "src/pnpm-workspace-schema.d.ts",
1418
+ "line": 102
1419
+ },
1420
+ "name": "executionEnv",
1421
+ "optional": true,
1422
+ "type": {
1423
+ "fqn": "@alma-cdk/construct-library.ExecutionEnv"
1424
+ }
1425
+ },
1426
+ {
1427
+ "abstract": true,
1428
+ "docs": {
1429
+ "stability": "experimental",
1430
+ "summary": "When false, the NODE_PATH environment variable is not set in the command shims."
1431
+ },
1432
+ "immutable": true,
1433
+ "locationInModule": {
1434
+ "filename": "src/pnpm-workspace-schema.d.ts",
1435
+ "line": 470
1436
+ },
1437
+ "name": "extendNodePath",
1438
+ "optional": true,
1439
+ "type": {
1440
+ "primitive": "boolean"
1441
+ }
1442
+ },
1443
+ {
1444
+ "abstract": true,
1445
+ "docs": {
1446
+ "stability": "experimental",
1447
+ "summary": "If true, pnpm will fail if no packages match the filter."
1448
+ },
1449
+ "immutable": true,
1450
+ "locationInModule": {
1451
+ "filename": "src/pnpm-workspace-schema.d.ts",
1452
+ "line": 414
1453
+ },
1454
+ "name": "failIfNoMatch",
1455
+ "optional": true,
1456
+ "type": {
1457
+ "primitive": "boolean"
1458
+ }
1459
+ },
1460
+ {
1461
+ "abstract": true,
1462
+ "docs": {
1463
+ "stability": "experimental",
1464
+ "summary": "How many times to retry if pnpm fails to fetch from the registry."
1465
+ },
1466
+ "immutable": true,
1467
+ "locationInModule": {
1468
+ "filename": "src/pnpm-workspace-schema.d.ts",
1469
+ "line": 254
1470
+ },
1471
+ "name": "fetchRetries",
1472
+ "optional": true,
1473
+ "type": {
1474
+ "primitive": "number"
1475
+ }
1476
+ },
1477
+ {
1478
+ "abstract": true,
1479
+ "docs": {
1480
+ "stability": "experimental",
1481
+ "summary": "The exponential factor for retry backoff."
1482
+ },
1483
+ "immutable": true,
1484
+ "locationInModule": {
1485
+ "filename": "src/pnpm-workspace-schema.d.ts",
1486
+ "line": 258
1487
+ },
1488
+ "name": "fetchRetryFactor",
1489
+ "optional": true,
1490
+ "type": {
1491
+ "primitive": "number"
1492
+ }
1493
+ },
1494
+ {
1495
+ "abstract": true,
1496
+ "docs": {
1497
+ "stability": "experimental",
1498
+ "summary": "The maximum fallback timeout to ensure the retry factor does not make requests too long."
1499
+ },
1500
+ "immutable": true,
1501
+ "locationInModule": {
1502
+ "filename": "src/pnpm-workspace-schema.d.ts",
1503
+ "line": 266
1504
+ },
1505
+ "name": "fetchRetryMaxtimeout",
1506
+ "optional": true,
1507
+ "type": {
1508
+ "primitive": "number"
1509
+ }
1510
+ },
1511
+ {
1512
+ "abstract": true,
1513
+ "docs": {
1514
+ "stability": "experimental",
1515
+ "summary": "The minimum (base) timeout for retrying requests."
1516
+ },
1517
+ "immutable": true,
1518
+ "locationInModule": {
1519
+ "filename": "src/pnpm-workspace-schema.d.ts",
1520
+ "line": 262
1521
+ },
1522
+ "name": "fetchRetryMintimeout",
1523
+ "optional": true,
1524
+ "type": {
1525
+ "primitive": "number"
1526
+ }
1527
+ },
1528
+ {
1529
+ "abstract": true,
1530
+ "docs": {
1531
+ "stability": "experimental",
1532
+ "summary": "The maximum amount of time to wait for HTTP requests to complete."
1533
+ },
1534
+ "immutable": true,
1535
+ "locationInModule": {
1536
+ "filename": "src/pnpm-workspace-schema.d.ts",
1537
+ "line": 270
1538
+ },
1539
+ "name": "fetchTimeout",
1540
+ "optional": true,
1541
+ "type": {
1542
+ "primitive": "number"
1543
+ }
1544
+ },
1545
+ {
1546
+ "abstract": true,
1547
+ "docs": {
1548
+ "remarks": "If this setting is set to true, the legacy deploy behavior will be used.",
1549
+ "stability": "experimental",
1550
+ "summary": "By default, pnpm deploy will try creating a dedicated lockfile from a shared lockfile for deployment."
1551
+ },
1552
+ "immutable": true,
1553
+ "locationInModule": {
1554
+ "filename": "src/pnpm-workspace-schema.d.ts",
1555
+ "line": 418
1556
+ },
1557
+ "name": "forceLegacyDeploy",
1558
+ "optional": true,
1559
+ "type": {
1560
+ "primitive": "boolean"
1561
+ }
1562
+ },
1563
+ {
1564
+ "abstract": true,
1565
+ "docs": {
1566
+ "stability": "experimental",
1567
+ "summary": "When set to true, the generated lockfile name after installation will be named based on the current branch name to completely avoid merge conflicts."
1568
+ },
1569
+ "immutable": true,
1570
+ "locationInModule": {
1571
+ "filename": "src/pnpm-workspace-schema.d.ts",
1572
+ "line": 190
1573
+ },
1574
+ "name": "gitBranchLockfile",
1575
+ "optional": true,
1576
+ "type": {
1577
+ "primitive": "boolean"
1578
+ }
1579
+ },
1580
+ {
1581
+ "abstract": true,
1582
+ "docs": {
1583
+ "stability": "experimental",
1584
+ "summary": "Check if current branch is your publish branch, clean, and up-to-date with remote."
1585
+ },
1586
+ "immutable": true,
1587
+ "locationInModule": {
1588
+ "filename": "src/pnpm-workspace-schema.d.ts",
1589
+ "line": 490
1590
+ },
1591
+ "name": "gitChecks",
1592
+ "optional": true,
1593
+ "type": {
1594
+ "primitive": "boolean"
1595
+ }
1596
+ },
1597
+ {
1598
+ "abstract": true,
1599
+ "docs": {
1600
+ "stability": "experimental",
1601
+ "summary": "When fetching dependencies that are Git repositories, if the host is listed in this setting, pnpm will use shallow cloning to fetch only the needed commit, not all the history."
1602
+ },
1603
+ "immutable": true,
1604
+ "locationInModule": {
1605
+ "filename": "src/pnpm-workspace-schema.d.ts",
1606
+ "line": 222
1607
+ },
1608
+ "name": "gitShallowHosts",
1609
+ "optional": true,
1610
+ "type": {
1611
+ "collection": {
1612
+ "elementtype": {
1613
+ "primitive": "string"
1614
+ },
1615
+ "kind": "array"
1616
+ }
1617
+ }
1618
+ },
1619
+ {
1620
+ "abstract": true,
1621
+ "docs": {
1622
+ "stability": "experimental",
1623
+ "summary": "Allows to set the target directory for the bin files of globally installed packages."
1624
+ },
1625
+ "immutable": true,
1626
+ "locationInModule": {
1627
+ "filename": "src/pnpm-workspace-schema.d.ts",
1628
+ "line": 434
1629
+ },
1630
+ "name": "globalBinDir",
1631
+ "optional": true,
1632
+ "type": {
1633
+ "primitive": "string"
1634
+ }
1635
+ },
1636
+ {
1637
+ "abstract": true,
1638
+ "docs": {
1639
+ "stability": "experimental",
1640
+ "summary": "Specify a custom directory to store global packages."
1641
+ },
1642
+ "immutable": true,
1643
+ "locationInModule": {
1644
+ "filename": "src/pnpm-workspace-schema.d.ts",
1645
+ "line": 430
1646
+ },
1647
+ "name": "globalDir",
1648
+ "optional": true,
1649
+ "type": {
1650
+ "primitive": "string"
1651
+ }
1652
+ },
1653
+ {
1654
+ "abstract": true,
1655
+ "docs": {
1656
+ "remarks": "A global pnpmfile is used by all projects during installation.",
1657
+ "stability": "experimental",
1658
+ "summary": "The location of a global pnpmfile."
1659
+ },
1660
+ "immutable": true,
1661
+ "locationInModule": {
1662
+ "filename": "src/pnpm-workspace-schema.d.ts",
1663
+ "line": 502
1664
+ },
1665
+ "name": "globalPnpmfile",
1666
+ "optional": true,
1667
+ "type": {
1668
+ "primitive": "string"
1669
+ }
1670
+ },
1671
+ {
1672
+ "abstract": true,
1673
+ "docs": {
1674
+ "stability": "experimental",
1675
+ "summary": "When true, all dependencies are hoisted to node_modules/.pnpm/node_modules."
1676
+ },
1677
+ "immutable": true,
1678
+ "locationInModule": {
1679
+ "filename": "src/pnpm-workspace-schema.d.ts",
1680
+ "line": 106
1681
+ },
1682
+ "name": "hoist",
1683
+ "optional": true,
1684
+ "type": {
1685
+ "primitive": "boolean"
1686
+ }
1687
+ },
1688
+ {
1689
+ "abstract": true,
1690
+ "docs": {
1691
+ "stability": "experimental",
1692
+ "summary": "Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules."
1693
+ },
1694
+ "immutable": true,
1695
+ "locationInModule": {
1696
+ "filename": "src/pnpm-workspace-schema.d.ts",
1697
+ "line": 114
1698
+ },
1699
+ "name": "hoistPattern",
1700
+ "optional": true,
1701
+ "type": {
1702
+ "collection": {
1703
+ "elementtype": {
1704
+ "primitive": "string"
1705
+ },
1706
+ "kind": "array"
1707
+ }
1708
+ }
1709
+ },
1710
+ {
1711
+ "abstract": true,
1712
+ "docs": {
1713
+ "stability": "experimental",
1714
+ "summary": "When true, packages from the workspaces are symlinked to either <workspace_root>/node_modules/.pnpm/node_modules or to <workspace_root>/node_modules depending on other hoisting settings (hoistPattern and publicHoistPattern)."
1715
+ },
1716
+ "immutable": true,
1717
+ "locationInModule": {
1718
+ "filename": "src/pnpm-workspace-schema.d.ts",
1719
+ "line": 110
1720
+ },
1721
+ "name": "hoistWorkspacePackages",
1722
+ "optional": true,
1723
+ "type": {
1724
+ "primitive": "boolean"
1725
+ }
1726
+ },
1727
+ {
1728
+ "abstract": true,
1729
+ "docs": {
1730
+ "remarks": "If the HTTPS_PROXY, https_proxy, HTTP_PROXY or http_proxy environment variables are set, their values will be used instead.",
1731
+ "stability": "experimental",
1732
+ "summary": "A proxy to use for outgoing HTTPS requests."
1733
+ },
1734
+ "immutable": true,
1735
+ "locationInModule": {
1736
+ "filename": "src/pnpm-workspace-schema.d.ts",
1737
+ "line": 226
1738
+ },
1739
+ "name": "httpsProxy",
1740
+ "optional": true,
1741
+ "type": {
1742
+ "primitive": "string"
1743
+ }
1744
+ },
1745
+ {
1746
+ "abstract": true,
1747
+ "docs": {
1748
+ "remarks": "If you want to disable this, set this config to false.",
1749
+ "stability": "experimental",
1750
+ "summary": "During installation the dependencies of some packages are automatically patched."
1751
+ },
1752
+ "immutable": true,
1753
+ "locationInModule": {
1754
+ "filename": "src/pnpm-workspace-schema.d.ts",
1755
+ "line": 458
1756
+ },
1757
+ "name": "ignoreCompatibilityDb",
1758
+ "optional": true,
1759
+ "type": {
1760
+ "primitive": "boolean"
1761
+ }
1762
+ },
1763
+ {
1764
+ "abstract": true,
1765
+ "docs": {
1766
+ "stability": "experimental",
1767
+ "summary": "A list of package names that should not be built during installation."
1768
+ },
1769
+ "immutable": true,
1770
+ "locationInModule": {
1771
+ "filename": "src/pnpm-workspace-schema.d.ts",
1772
+ "line": 63
1773
+ },
1774
+ "name": "ignoredBuiltDependencies",
1775
+ "optional": true,
1776
+ "type": {
1777
+ "collection": {
1778
+ "elementtype": {
1779
+ "primitive": "string"
1780
+ },
1781
+ "kind": "array"
1782
+ }
1783
+ }
1784
+ },
1785
+ {
1786
+ "abstract": true,
1787
+ "docs": {
1788
+ "remarks": "Scripts of the projects are executed.",
1789
+ "stability": "experimental",
1790
+ "summary": "Do not execute any scripts of the installed packages."
1791
+ },
1792
+ "immutable": true,
1793
+ "locationInModule": {
1794
+ "filename": "src/pnpm-workspace-schema.d.ts",
1795
+ "line": 330
1796
+ },
1797
+ "name": "ignoreDepScripts",
1798
+ "optional": true,
1799
+ "type": {
1800
+ "primitive": "boolean"
1801
+ }
1802
+ },
1803
+ {
1804
+ "abstract": true,
1805
+ "docs": {
1806
+ "stability": "experimental",
1807
+ "summary": "A list of optional dependencies that the install should be skipped."
1808
+ },
1809
+ "immutable": true,
1810
+ "locationInModule": {
1811
+ "filename": "src/pnpm-workspace-schema.d.ts",
1812
+ "line": 101
1813
+ },
1814
+ "name": "ignoredOptionalDependencies",
1815
+ "optional": true,
1816
+ "type": {
1817
+ "collection": {
1818
+ "elementtype": {
1819
+ "primitive": "string"
1820
+ },
1821
+ "kind": "array"
1822
+ }
1823
+ }
1824
+ },
1825
+ {
1826
+ "abstract": true,
1827
+ "docs": {
1828
+ "remarks": "Errors out when a patch with an exact version or version range fails. Ignores failures from name-only patches. When true, prints a warning instead of failing when any patch cannot be applied. When false, errors out for any patch failure.",
1829
+ "stability": "experimental",
1830
+ "summary": "Default is undefined."
1831
+ },
1832
+ "immutable": true,
1833
+ "locationInModule": {
1834
+ "filename": "src/pnpm-workspace-schema.d.ts",
1835
+ "line": 83
1836
+ },
1837
+ "name": "ignorePatchFailures",
1838
+ "optional": true,
1839
+ "type": {
1840
+ "primitive": "boolean"
1841
+ }
1842
+ },
1843
+ {
1844
+ "abstract": true,
1845
+ "docs": {
1846
+ "stability": "experimental",
1847
+ "summary": ".pnpmfile.cjs will be ignored. Useful together with --ignore-scripts when you want to make sure that no script gets executed during install."
1848
+ },
1849
+ "immutable": true,
1850
+ "locationInModule": {
1851
+ "filename": "src/pnpm-workspace-schema.d.ts",
1852
+ "line": 506
1853
+ },
1854
+ "name": "ignorePnpmfile",
1855
+ "optional": true,
1856
+ "type": {
1857
+ "primitive": "boolean"
1858
+ }
1859
+ },
1860
+ {
1861
+ "abstract": true,
1862
+ "docs": {
1863
+ "stability": "experimental",
1864
+ "summary": "Do not execute any scripts defined in the project package.json and its dependencies."
1865
+ },
1866
+ "immutable": true,
1867
+ "locationInModule": {
1868
+ "filename": "src/pnpm-workspace-schema.d.ts",
1869
+ "line": 326
1870
+ },
1871
+ "name": "ignoreScripts",
1872
+ "optional": true,
1873
+ "type": {
1874
+ "primitive": "boolean"
1875
+ }
1876
+ },
1877
+ {
1878
+ "abstract": true,
1879
+ "docs": {
1880
+ "stability": "experimental",
1881
+ "summary": "When set to true, no workspace cycle warnings will be printed."
1882
+ },
1883
+ "immutable": true,
1884
+ "locationInModule": {
1885
+ "filename": "src/pnpm-workspace-schema.d.ts",
1886
+ "line": 398
1887
+ },
1888
+ "name": "ignoreWorkspaceCycles",
1889
+ "optional": true,
1890
+ "type": {
1891
+ "primitive": "boolean"
1892
+ }
1893
+ },
1894
+ {
1895
+ "abstract": true,
1896
+ "docs": {
1897
+ "stability": "experimental",
1898
+ "summary": "Adding a new dependency to the root workspace package fails, unless the --ignore-workspace-root-check or -w flag is used."
1899
+ },
1900
+ "immutable": true,
1901
+ "locationInModule": {
1902
+ "filename": "src/pnpm-workspace-schema.d.ts",
1903
+ "line": 402
1904
+ },
1905
+ "name": "ignoreWorkspaceRootCheck",
1906
+ "optional": true,
1907
+ "type": {
1908
+ "primitive": "boolean"
1909
+ }
1910
+ },
1911
+ {
1912
+ "abstract": true,
1913
+ "docs": {
1914
+ "stability": "experimental",
1915
+ "summary": "When executing commands recursively in a workspace, execute them on the root workspace project as well."
1916
+ },
1917
+ "immutable": true,
1918
+ "locationInModule": {
1919
+ "filename": "src/pnpm-workspace-schema.d.ts",
1920
+ "line": 394
1921
+ },
1922
+ "name": "includeWorkspaceRoot",
1923
+ "optional": true,
1924
+ "type": {
1925
+ "primitive": "boolean"
1926
+ }
1927
+ },
1928
+ {
1929
+ "abstract": true,
1930
+ "docs": {
1931
+ "stability": "experimental",
1932
+ "summary": "Enables hard-linking of all local workspace dependencies instead of symlinking them."
1933
+ },
1934
+ "immutable": true,
1935
+ "locationInModule": {
1936
+ "filename": "src/pnpm-workspace-schema.d.ts",
1937
+ "line": 374
1938
+ },
1939
+ "name": "injectWorkspacePackages",
1940
+ "optional": true,
1941
+ "type": {
1942
+ "primitive": "boolean"
1943
+ }
1944
+ },
1945
+ {
1946
+ "abstract": true,
1947
+ "docs": {
1948
+ "stability": "experimental",
1949
+ "summary": "A client key to pass when accessing the registry."
1950
+ },
1951
+ "immutable": true,
1952
+ "locationInModule": {
1953
+ "filename": "src/pnpm-workspace-schema.d.ts",
1954
+ "line": 218
1955
+ },
1956
+ "name": "key",
1957
+ "optional": true,
1958
+ "type": {
1959
+ "primitive": "string"
1960
+ }
1961
+ },
1962
+ {
1963
+ "abstract": true,
1964
+ "docs": {
1965
+ "stability": "experimental",
1966
+ "summary": "If this is enabled, locally available packages are linked to node_modules instead of being downloaded from the registry."
1967
+ },
1968
+ "immutable": true,
1969
+ "locationInModule": {
1970
+ "filename": "src/pnpm-workspace-schema.d.ts",
1971
+ "line": 370
1972
+ },
1973
+ "name": "linkWorkspacePackages",
1974
+ "optional": true,
1975
+ "type": {
1976
+ "union": {
1977
+ "types": [
1978
+ {
1979
+ "primitive": "boolean"
1980
+ },
1981
+ {
1982
+ "primitive": "string"
1983
+ }
1984
+ ]
1985
+ }
1986
+ }
1987
+ },
1988
+ {
1989
+ "abstract": true,
1990
+ "docs": {
1991
+ "stability": "experimental",
1992
+ "summary": "The IP address of the local interface to use when making connections to the npm registry."
1993
+ },
1994
+ "immutable": true,
1995
+ "locationInModule": {
1996
+ "filename": "src/pnpm-workspace-schema.d.ts",
1997
+ "line": 234
1998
+ },
1999
+ "name": "localAddress",
2000
+ "optional": true,
2001
+ "type": {
2002
+ "primitive": "string"
2003
+ }
2004
+ },
2005
+ {
2006
+ "abstract": true,
2007
+ "docs": {
2008
+ "stability": "experimental",
2009
+ "summary": "When set to false, pnpm won't read or generate a pnpm-lock.yaml file."
2010
+ },
2011
+ "immutable": true,
2012
+ "locationInModule": {
2013
+ "filename": "src/pnpm-workspace-schema.d.ts",
2014
+ "line": 178
2015
+ },
2016
+ "name": "lockfile",
2017
+ "optional": true,
2018
+ "type": {
2019
+ "primitive": "boolean"
2020
+ }
2021
+ },
2022
+ {
2023
+ "abstract": true,
2024
+ "docs": {
2025
+ "stability": "experimental",
2026
+ "summary": "Add the full URL to the package's tarball to every entry in pnpm-lock.yaml."
2027
+ },
2028
+ "immutable": true,
2029
+ "locationInModule": {
2030
+ "filename": "src/pnpm-workspace-schema.d.ts",
2031
+ "line": 186
2032
+ },
2033
+ "name": "lockfileIncludeTarballUrl",
2034
+ "optional": true,
2035
+ "type": {
2036
+ "primitive": "boolean"
2037
+ }
2038
+ },
2039
+ {
2040
+ "abstract": true,
2041
+ "docs": {
2042
+ "stability": "experimental",
2043
+ "summary": "Any logs at or higher than the given level will be shown."
2044
+ },
2045
+ "immutable": true,
2046
+ "locationInModule": {
2047
+ "filename": "src/pnpm-workspace-schema.d.ts",
2048
+ "line": 294
2049
+ },
2050
+ "name": "loglevel",
2051
+ "optional": true,
2052
+ "type": {
2053
+ "primitive": "string"
2054
+ }
2055
+ },
2056
+ {
2057
+ "abstract": true,
2058
+ "docs": {
2059
+ "stability": "experimental",
2060
+ "summary": "When enabled, pnpm will automatically download and run the version of pnpm specified in the packageManager field of package.json."
2061
+ },
2062
+ "immutable": true,
2063
+ "locationInModule": {
2064
+ "filename": "src/pnpm-workspace-schema.d.ts",
2065
+ "line": 322
2066
+ },
2067
+ "name": "managePackageManagerVersions",
2068
+ "optional": true,
2069
+ "type": {
2070
+ "primitive": "boolean"
2071
+ }
2072
+ },
2073
+ {
2074
+ "abstract": true,
2075
+ "docs": {
2076
+ "stability": "experimental",
2077
+ "summary": "The maximum number of connections to use per origin (protocol/host/port combination)."
2078
+ },
2079
+ "immutable": true,
2080
+ "locationInModule": {
2081
+ "filename": "src/pnpm-workspace-schema.d.ts",
2082
+ "line": 238
2083
+ },
2084
+ "name": "maxsockets",
2085
+ "optional": true,
2086
+ "type": {
2087
+ "primitive": "number"
2088
+ }
2089
+ },
2090
+ {
2091
+ "abstract": true,
2092
+ "docs": {
2093
+ "stability": "experimental",
2094
+ "summary": "This configuration matches the current branch name to determine whether to merge all git branch lockfile files."
2095
+ },
2096
+ "immutable": true,
2097
+ "locationInModule": {
2098
+ "filename": "src/pnpm-workspace-schema.d.ts",
2099
+ "line": 194
2100
+ },
2101
+ "name": "mergeGitBranchLockfilesBranchPattern",
2102
+ "optional": true,
2103
+ "type": {
2104
+ "collection": {
2105
+ "elementtype": {
2106
+ "primitive": "string"
2107
+ },
2108
+ "kind": "array"
2109
+ }
2110
+ }
2111
+ },
2112
+ {
2113
+ "abstract": true,
2114
+ "docs": {
2115
+ "remarks": "This applies to all dependencies, including transitive ones.",
2116
+ "stability": "experimental",
2117
+ "summary": "minimumReleaseAge defines the minimum number of minutes that must pass after a version is published before pnpm will install it."
2118
+ },
2119
+ "immutable": true,
2120
+ "locationInModule": {
2121
+ "filename": "src/pnpm-workspace-schema.d.ts",
2122
+ "line": 530
2123
+ },
2124
+ "name": "minimumReleaseAge",
2125
+ "optional": true,
2126
+ "type": {
2127
+ "primitive": "number"
2128
+ }
2129
+ },
2130
+ {
2131
+ "abstract": true,
2132
+ "docs": {
2133
+ "remarks": "The exclusion works by `package name` and applies to all versions of that package.",
2134
+ "stability": "experimental",
2135
+ "summary": "If you set `minimumReleaseAge` but need certain dependencies to always install the newest version immediately, you can list them under `minimumReleaseAgeExclude`."
2136
+ },
2137
+ "immutable": true,
2138
+ "locationInModule": {
2139
+ "filename": "src/pnpm-workspace-schema.d.ts",
2140
+ "line": 534
2141
+ },
2142
+ "name": "minimumReleaseAgeExclude",
2143
+ "optional": true,
2144
+ "type": {
2145
+ "collection": {
2146
+ "elementtype": {
2147
+ "primitive": "string"
2148
+ },
2149
+ "kind": "array"
2150
+ }
2151
+ }
2152
+ },
2153
+ {
2154
+ "abstract": true,
2155
+ "docs": {
2156
+ "stability": "experimental",
2157
+ "summary": "The time in minutes after which orphan packages from the modules directory should be removed."
2158
+ },
2159
+ "immutable": true,
2160
+ "locationInModule": {
2161
+ "filename": "src/pnpm-workspace-schema.d.ts",
2162
+ "line": 154
2163
+ },
2164
+ "name": "modulesCacheMaxAge",
2165
+ "optional": true,
2166
+ "type": {
2167
+ "primitive": "number"
2168
+ }
2169
+ },
2170
+ {
2171
+ "abstract": true,
2172
+ "docs": {
2173
+ "stability": "experimental",
2174
+ "summary": "The directory in which dependencies will be installed (instead of node_modules)."
2175
+ },
2176
+ "immutable": true,
2177
+ "locationInModule": {
2178
+ "filename": "src/pnpm-workspace-schema.d.ts",
2179
+ "line": 126
2180
+ },
2181
+ "name": "modulesDir",
2182
+ "optional": true,
2183
+ "type": {
2184
+ "primitive": "string"
2185
+ }
2186
+ },
2187
+ {
2188
+ "abstract": true,
2189
+ "docs": {
2190
+ "stability": "experimental",
2191
+ "summary": "Controls the maximum number of HTTP(S) requests to process simultaneously."
2192
+ },
2193
+ "immutable": true,
2194
+ "locationInModule": {
2195
+ "filename": "src/pnpm-workspace-schema.d.ts",
2196
+ "line": 250
2197
+ },
2198
+ "name": "networkConcurrency",
2199
+ "optional": true,
2200
+ "type": {
2201
+ "primitive": "number"
2202
+ }
2203
+ },
2204
+ {
2205
+ "abstract": true,
2206
+ "docs": {
2207
+ "stability": "experimental",
2208
+ "summary": "A list of dependencies to run builds for."
2209
+ },
2210
+ "immutable": true,
2211
+ "locationInModule": {
2212
+ "filename": "src/pnpm-workspace-schema.d.ts",
2213
+ "line": 51
2214
+ },
2215
+ "name": "neverBuiltDependencies",
2216
+ "optional": true,
2217
+ "type": {
2218
+ "collection": {
2219
+ "elementtype": {
2220
+ "primitive": "string"
2221
+ },
2222
+ "kind": "array"
2223
+ }
2224
+ }
2225
+ },
2226
+ {
2227
+ "abstract": true,
2228
+ "docs": {
2229
+ "stability": "experimental",
2230
+ "summary": "Defines what linker should be used for installing Node packages."
2231
+ },
2232
+ "immutable": true,
2233
+ "locationInModule": {
2234
+ "filename": "src/pnpm-workspace-schema.d.ts",
2235
+ "line": 130
2236
+ },
2237
+ "name": "nodeLinker",
2238
+ "optional": true,
2239
+ "type": {
2240
+ "primitive": "string"
2241
+ }
2242
+ },
2243
+ {
2244
+ "abstract": true,
2245
+ "docs": {
2246
+ "stability": "experimental",
2247
+ "summary": "Options to pass through to Node.js via the NODE_OPTIONS environment variable."
2248
+ },
2249
+ "immutable": true,
2250
+ "locationInModule": {
2251
+ "filename": "src/pnpm-workspace-schema.d.ts",
2252
+ "line": 350
2253
+ },
2254
+ "name": "nodeOptions",
2255
+ "optional": true,
2256
+ "type": {
2257
+ "primitive": "string"
2258
+ }
2259
+ },
2260
+ {
2261
+ "abstract": true,
2262
+ "docs": {
2263
+ "stability": "experimental",
2264
+ "summary": "The Node.js version to use when checking a package's engines setting."
2265
+ },
2266
+ "immutable": true,
2267
+ "locationInModule": {
2268
+ "filename": "src/pnpm-workspace-schema.d.ts",
2269
+ "line": 366
2270
+ },
2271
+ "name": "nodeVersion",
2272
+ "optional": true,
2273
+ "type": {
2274
+ "primitive": "string"
2275
+ }
2276
+ },
2277
+ {
2278
+ "abstract": true,
2279
+ "docs": {
2280
+ "stability": "experimental",
2281
+ "summary": "A comma-separated string of domain extensions that a proxy should not be used for."
2282
+ },
2283
+ "immutable": true,
2284
+ "locationInModule": {
2285
+ "filename": "src/pnpm-workspace-schema.d.ts",
2286
+ "line": 242
2287
+ },
2288
+ "name": "noproxy",
2289
+ "optional": true,
2290
+ "type": {
2291
+ "primitive": "string"
2292
+ }
2293
+ },
2294
+ {
2295
+ "abstract": true,
2296
+ "docs": {
2297
+ "stability": "experimental",
2298
+ "summary": "The location of the npm binary that pnpm uses for some actions, like publishing."
2299
+ },
2300
+ "immutable": true,
2301
+ "locationInModule": {
2302
+ "filename": "src/pnpm-workspace-schema.d.ts",
2303
+ "line": 310
2304
+ },
2305
+ "name": "npmPath",
2306
+ "optional": true,
2307
+ "type": {
2308
+ "primitive": "string"
2309
+ }
2310
+ },
2311
+ {
2312
+ "abstract": true,
2313
+ "docs": {
2314
+ "stability": "experimental",
2315
+ "summary": "A list of package names that are allowed to be executed during installation."
2316
+ },
2317
+ "immutable": true,
2318
+ "locationInModule": {
2319
+ "filename": "src/pnpm-workspace-schema.d.ts",
2320
+ "line": 38
2321
+ },
2322
+ "name": "onlyBuiltDependencies",
2323
+ "optional": true,
2324
+ "type": {
2325
+ "collection": {
2326
+ "elementtype": {
2327
+ "primitive": "string"
2328
+ },
2329
+ "kind": "array"
2330
+ }
2331
+ }
2332
+ },
2333
+ {
2334
+ "abstract": true,
2335
+ "docs": {
2336
+ "stability": "experimental",
2337
+ "summary": "Specifies a JSON file that lists the only packages permitted to run installation scripts during the pnpm install process."
2338
+ },
2339
+ "immutable": true,
2340
+ "locationInModule": {
2341
+ "filename": "src/pnpm-workspace-schema.d.ts",
2342
+ "line": 59
2343
+ },
2344
+ "name": "onlyBuiltDependenciesFile",
2345
+ "optional": true,
2346
+ "type": {
2347
+ "primitive": "string"
2348
+ }
2349
+ },
2350
+ {
2351
+ "abstract": true,
2352
+ "docs": {
2353
+ "remarks": "This way a repeat install or an install on a project with everything up-to-date becomes a lot faster.",
2354
+ "stability": "experimental",
2355
+ "summary": "When enabled, a fast check will be performed before proceeding to installation."
2356
+ },
2357
+ "immutable": true,
2358
+ "locationInModule": {
2359
+ "filename": "src/pnpm-workspace-schema.d.ts",
2360
+ "line": 486
2361
+ },
2362
+ "name": "optimisticRepeatInstall",
2363
+ "optional": true,
2364
+ "type": {
2365
+ "primitive": "boolean"
2366
+ }
2367
+ },
2368
+ {
2369
+ "abstract": true,
2370
+ "docs": {
2371
+ "stability": "experimental",
2372
+ "summary": "Used to override any dependency in the dependency graph."
2373
+ },
2374
+ "immutable": true,
2375
+ "locationInModule": {
2376
+ "filename": "src/pnpm-workspace-schema.d.ts",
2377
+ "line": 42
2378
+ },
2379
+ "name": "overrides",
2380
+ "optional": true,
2381
+ "type": {
2382
+ "collection": {
2383
+ "elementtype": {
2384
+ "primitive": "string"
2385
+ },
2386
+ "kind": "map"
2387
+ }
2388
+ }
2389
+ },
2390
+ {
2391
+ "abstract": true,
2392
+ "docs": {
2393
+ "stability": "experimental",
2394
+ "summary": "Used to extend the existing package definitions with additional information."
2395
+ },
2396
+ "immutable": true,
2397
+ "locationInModule": {
2398
+ "filename": "src/pnpm-workspace-schema.d.ts",
2399
+ "line": 46
2400
+ },
2401
+ "name": "packageExtensions",
2402
+ "optional": true,
2403
+ "type": {
2404
+ "collection": {
2405
+ "elementtype": {
2406
+ "fqn": "@alma-cdk/construct-library.PackageExtension"
2407
+ },
2408
+ "kind": "map"
2409
+ }
2410
+ }
2411
+ },
2412
+ {
2413
+ "abstract": true,
2414
+ "docs": {
2415
+ "stability": "experimental",
2416
+ "summary": "Controls the way packages are imported from the store (if you want to disable symlinks inside node_modules, then you need to change the nodeLinker setting, not this one)."
2417
+ },
2418
+ "immutable": true,
2419
+ "locationInModule": {
2420
+ "filename": "src/pnpm-workspace-schema.d.ts",
2421
+ "line": 150
2422
+ },
2423
+ "name": "packageImportMethod",
2424
+ "optional": true,
2425
+ "type": {
2426
+ "primitive": "string"
2427
+ }
2428
+ },
2429
+ {
2430
+ "abstract": true,
2431
+ "docs": {
2432
+ "stability": "experimental",
2433
+ "summary": "If this setting is disabled, pnpm will not fail if a different package manager is specified in the packageManager field of package.json. When enabled, only the package name is checked (since pnpm v9.2.0), so you can still run any version of pnpm regardless of the version specified in the packageManager field."
2434
+ },
2435
+ "immutable": true,
2436
+ "locationInModule": {
2437
+ "filename": "src/pnpm-workspace-schema.d.ts",
2438
+ "line": 314
2439
+ },
2440
+ "name": "packageManagerStrict",
2441
+ "optional": true,
2442
+ "type": {
2443
+ "primitive": "boolean"
2444
+ }
2445
+ },
2446
+ {
2447
+ "abstract": true,
2448
+ "docs": {
2449
+ "stability": "experimental",
2450
+ "summary": "When enabled, pnpm will fail if its version doesn't exactly match the version specified in the packageManager field of package.json."
2451
+ },
2452
+ "immutable": true,
2453
+ "locationInModule": {
2454
+ "filename": "src/pnpm-workspace-schema.d.ts",
2455
+ "line": 318
2456
+ },
2457
+ "name": "packageManagerStrictVersion",
2458
+ "optional": true,
2459
+ "type": {
2460
+ "primitive": "boolean"
2461
+ }
2462
+ },
2463
+ {
2464
+ "abstract": true,
2465
+ "docs": {
2466
+ "remarks": "Glob patterns are supported",
2467
+ "stability": "experimental",
2468
+ "summary": "Workspace package paths."
2469
+ },
2470
+ "immutable": true,
2471
+ "locationInModule": {
2472
+ "filename": "src/pnpm-workspace-schema.d.ts",
2473
+ "line": 21
2474
+ },
2475
+ "name": "packages",
2476
+ "optional": true,
2477
+ "type": {
2478
+ "collection": {
2479
+ "elementtype": {
2480
+ "primitive": "string"
2481
+ },
2482
+ "kind": "array"
2483
+ }
2484
+ }
2485
+ },
2486
+ {
2487
+ "abstract": true,
2488
+ "docs": {
2489
+ "stability": "experimental",
2490
+ "summary": "A list of dependencies that are patched."
2491
+ },
2492
+ "immutable": true,
2493
+ "locationInModule": {
2494
+ "filename": "src/pnpm-workspace-schema.d.ts",
2495
+ "line": 71
2496
+ },
2497
+ "name": "patchedDependencies",
2498
+ "optional": true,
2499
+ "type": {
2500
+ "collection": {
2501
+ "elementtype": {
2502
+ "primitive": "string"
2503
+ },
2504
+ "kind": "map"
2505
+ }
2506
+ }
2507
+ },
2508
+ {
2509
+ "abstract": true,
2510
+ "docs": {
2511
+ "stability": "experimental",
2512
+ "summary": "The generated patch file will be saved to this directory."
2513
+ },
2514
+ "immutable": true,
2515
+ "locationInModule": {
2516
+ "filename": "src/pnpm-workspace-schema.d.ts",
2517
+ "line": 510
2518
+ },
2519
+ "name": "patchesDir",
2520
+ "optional": true,
2521
+ "type": {
2522
+ "primitive": "string"
2523
+ }
2524
+ },
2525
+ {
2526
+ "abstract": true,
2527
+ "docs": {
2528
+ "stability": "experimental"
2529
+ },
2530
+ "immutable": true,
2531
+ "locationInModule": {
2532
+ "filename": "src/pnpm-workspace-schema.d.ts",
2533
+ "line": 47
2534
+ },
2535
+ "name": "peerDependencyRules",
2536
+ "optional": true,
2537
+ "type": {
2538
+ "fqn": "@alma-cdk/construct-library.PeerDependencyRules"
2539
+ }
2540
+ },
2541
+ {
2542
+ "abstract": true,
2543
+ "docs": {
2544
+ "remarks": "If the suffix is longer, it is replaced with a hash.",
2545
+ "stability": "experimental",
2546
+ "summary": "Max length of the peer IDs suffix added to dependency keys in the lockfile."
2547
+ },
2548
+ "immutable": true,
2549
+ "locationInModule": {
2550
+ "filename": "src/pnpm-workspace-schema.d.ts",
2551
+ "line": 198
2552
+ },
2553
+ "name": "peersSuffixMaxLength",
2554
+ "optional": true,
2555
+ "type": {
2556
+ "primitive": "number"
2557
+ }
2558
+ },
2559
+ {
2560
+ "abstract": true,
2561
+ "docs": {
2562
+ "stability": "experimental",
2563
+ "summary": "The location of the local pnpmfile."
2564
+ },
2565
+ "immutable": true,
2566
+ "locationInModule": {
2567
+ "filename": "src/pnpm-workspace-schema.d.ts",
2568
+ "line": 498
2569
+ },
2570
+ "name": "pnpmfile",
2571
+ "optional": true,
2572
+ "type": {
2573
+ "primitive": "string"
2574
+ }
2575
+ },
2576
+ {
2577
+ "abstract": true,
2578
+ "docs": {
2579
+ "stability": "experimental",
2580
+ "summary": "When set to true and the available pnpm-lock.yaml satisfies the package.json dependencies directive, a headless installation is performed."
2581
+ },
2582
+ "immutable": true,
2583
+ "locationInModule": {
2584
+ "filename": "src/pnpm-workspace-schema.d.ts",
2585
+ "line": 182
2586
+ },
2587
+ "name": "preferFrozenLockfile",
2588
+ "optional": true,
2589
+ "type": {
2590
+ "primitive": "boolean"
2591
+ }
2592
+ },
2593
+ {
2594
+ "abstract": true,
2595
+ "docs": {
2596
+ "remarks": "Missing data will still be requested from the server.",
2597
+ "stability": "experimental",
2598
+ "summary": "Bypass staleness checks for cached data."
2599
+ },
2600
+ "immutable": true,
2601
+ "locationInModule": {
2602
+ "filename": "src/pnpm-workspace-schema.d.ts",
2603
+ "line": 538
2604
+ },
2605
+ "name": "preferOffline",
2606
+ "optional": true,
2607
+ "type": {
2608
+ "primitive": "boolean"
2609
+ }
2610
+ },
2611
+ {
2612
+ "abstract": true,
2613
+ "docs": {
2614
+ "stability": "experimental",
2615
+ "summary": "Create symlinks to executables in node_modules/.bin instead of command shims. This setting is ignored on Windows, where only command shims work."
2616
+ },
2617
+ "immutable": true,
2618
+ "locationInModule": {
2619
+ "filename": "src/pnpm-workspace-schema.d.ts",
2620
+ "line": 454
2621
+ },
2622
+ "name": "preferSymlinkedExecutables",
2623
+ "optional": true,
2624
+ "type": {
2625
+ "primitive": "boolean"
2626
+ }
2627
+ },
2628
+ {
2629
+ "abstract": true,
2630
+ "docs": {
2631
+ "stability": "experimental",
2632
+ "summary": "If this is enabled, local packages from the workspace are preferred over packages from the registry, even if there is a newer version of the package in the registry."
2633
+ },
2634
+ "immutable": true,
2635
+ "locationInModule": {
2636
+ "filename": "src/pnpm-workspace-schema.d.ts",
2637
+ "line": 382
2638
+ },
2639
+ "name": "preferWorkspacePackages",
2640
+ "optional": true,
2641
+ "type": {
2642
+ "primitive": "boolean"
2643
+ }
2644
+ },
2645
+ {
2646
+ "abstract": true,
2647
+ "docs": {
2648
+ "remarks": "If the HTTP_PROXY or http_proxy environment variables are set, proxy settings will be honored by the underlying request library.",
2649
+ "stability": "experimental",
2650
+ "summary": "A proxy to use for outgoing http requests."
2651
+ },
2652
+ "immutable": true,
2653
+ "locationInModule": {
2654
+ "filename": "src/pnpm-workspace-schema.d.ts",
2655
+ "line": 230
2656
+ },
2657
+ "name": "proxy",
2658
+ "optional": true,
2659
+ "type": {
2660
+ "primitive": "string"
2661
+ }
2662
+ },
2663
+ {
2664
+ "abstract": true,
2665
+ "docs": {
2666
+ "stability": "experimental",
2667
+ "summary": "Unlike hoistPattern, which hoists dependencies to a hidden modules directory inside the virtual store, publicHoistPattern hoists dependencies matching the pattern to the root modules directory."
2668
+ },
2669
+ "immutable": true,
2670
+ "locationInModule": {
2671
+ "filename": "src/pnpm-workspace-schema.d.ts",
2672
+ "line": 118
2673
+ },
2674
+ "name": "publicHoistPattern",
2675
+ "optional": true,
2676
+ "type": {
2677
+ "collection": {
2678
+ "elementtype": {
2679
+ "primitive": "string"
2680
+ },
2681
+ "kind": "array"
2682
+ }
2683
+ }
2684
+ },
2685
+ {
2686
+ "abstract": true,
2687
+ "docs": {
2688
+ "stability": "experimental",
2689
+ "summary": "The primary branch of the repository which is used for publishing the latest changes."
2690
+ },
2691
+ "immutable": true,
2692
+ "locationInModule": {
2693
+ "filename": "src/pnpm-workspace-schema.d.ts",
2694
+ "line": 494
2695
+ },
2696
+ "name": "publishBranch",
2697
+ "optional": true,
2698
+ "type": {
2699
+ "primitive": "string"
2700
+ }
2701
+ },
2702
+ {
2703
+ "abstract": true,
2704
+ "docs": {
2705
+ "stability": "experimental",
2706
+ "summary": "If this is enabled, the primary behaviour of pnpm install becomes that of pnpm install -r, meaning the install is performed on all workspace or subdirectory packages."
2707
+ },
2708
+ "immutable": true,
2709
+ "locationInModule": {
2710
+ "filename": "src/pnpm-workspace-schema.d.ts",
2711
+ "line": 302
2712
+ },
2713
+ "name": "recursiveInstall",
2714
+ "optional": true,
2715
+ "type": {
2716
+ "primitive": "boolean"
2717
+ }
2718
+ },
2719
+ {
2720
+ "abstract": true,
2721
+ "docs": {
2722
+ "stability": "experimental",
2723
+ "summary": "The base URL of the npm package registry (trailing slash included)."
2724
+ },
2725
+ "immutable": true,
2726
+ "locationInModule": {
2727
+ "filename": "src/pnpm-workspace-schema.d.ts",
2728
+ "line": 202
2729
+ },
2730
+ "name": "registry",
2731
+ "optional": true,
2732
+ "type": {
2733
+ "primitive": "string"
2734
+ }
2735
+ },
2736
+ {
2737
+ "abstract": true,
2738
+ "docs": {
2739
+ "stability": "experimental",
2740
+ "summary": "Set this to true if the registry that you are using returns the \"time\" field in the abbreviated metadata."
2741
+ },
2742
+ "immutable": true,
2743
+ "locationInModule": {
2744
+ "filename": "src/pnpm-workspace-schema.d.ts",
2745
+ "line": 466
2746
+ },
2747
+ "name": "registrySupportsTimeField",
2748
+ "optional": true,
2749
+ "type": {
2750
+ "primitive": "boolean"
2751
+ }
2752
+ },
2753
+ {
2754
+ "abstract": true,
2755
+ "docs": {
2756
+ "stability": "experimental",
2757
+ "summary": "A list of scripts that must exist in each project."
2758
+ },
2759
+ "immutable": true,
2760
+ "locationInModule": {
2761
+ "filename": "src/pnpm-workspace-schema.d.ts",
2762
+ "line": 93
2763
+ },
2764
+ "name": "requiredScripts",
2765
+ "optional": true,
2766
+ "type": {
2767
+ "collection": {
2768
+ "elementtype": {
2769
+ "primitive": "string"
2770
+ },
2771
+ "kind": "array"
2772
+ }
2773
+ }
2774
+ },
2775
+ {
2776
+ "abstract": true,
2777
+ "docs": {
2778
+ "stability": "experimental",
2779
+ "summary": "Determines how pnpm resolves dependencies, See https://pnpm.io/settings#resolutionmode."
2780
+ },
2781
+ "immutable": true,
2782
+ "locationInModule": {
2783
+ "filename": "src/pnpm-workspace-schema.d.ts",
2784
+ "line": 462
2785
+ },
2786
+ "name": "resolutionMode",
2787
+ "optional": true,
2788
+ "type": {
2789
+ "primitive": "string"
2790
+ }
2791
+ },
2792
+ {
2793
+ "abstract": true,
2794
+ "docs": {
2795
+ "stability": "experimental",
2796
+ "summary": "When enabled, dependencies of the root workspace project are used to resolve peer dependencies of any projects in the workspace."
2797
+ },
2798
+ "immutable": true,
2799
+ "locationInModule": {
2800
+ "filename": "src/pnpm-workspace-schema.d.ts",
2801
+ "line": 286
2802
+ },
2803
+ "name": "resolvePeersFromWorkspaceRoot",
2804
+ "optional": true,
2805
+ "type": {
2806
+ "primitive": "boolean"
2807
+ }
2808
+ },
2809
+ {
2810
+ "abstract": true,
2811
+ "docs": {
2812
+ "stability": "experimental",
2813
+ "summary": "Saved dependencies will be configured with an exact version rather than using pnpm's default semver range operator."
2814
+ },
2815
+ "immutable": true,
2816
+ "locationInModule": {
2817
+ "filename": "src/pnpm-workspace-schema.d.ts",
2818
+ "line": 526
2819
+ },
2820
+ "name": "saveExact",
2821
+ "optional": true,
2822
+ "type": {
2823
+ "primitive": "boolean"
2824
+ }
2825
+ },
2826
+ {
2827
+ "abstract": true,
2828
+ "docs": {
2829
+ "stability": "experimental",
2830
+ "summary": "Configure how versions of packages installed to a package.json file get prefixed."
2831
+ },
2832
+ "immutable": true,
2833
+ "locationInModule": {
2834
+ "filename": "src/pnpm-workspace-schema.d.ts",
2835
+ "line": 422
2836
+ },
2837
+ "name": "savePrefix",
2838
+ "optional": true,
2839
+ "type": {
2840
+ "primitive": "string"
2841
+ }
2842
+ },
2843
+ {
2844
+ "abstract": true,
2845
+ "docs": {
2846
+ "stability": "experimental",
2847
+ "summary": "This setting controls how dependencies that are linked from the workspace are added to package.json."
2848
+ },
2849
+ "immutable": true,
2850
+ "locationInModule": {
2851
+ "filename": "src/pnpm-workspace-schema.d.ts",
2852
+ "line": 390
2853
+ },
2854
+ "name": "saveWorkspaceProtocol",
2855
+ "optional": true,
2856
+ "type": {
2857
+ "union": {
2858
+ "types": [
2859
+ {
2860
+ "primitive": "boolean"
2861
+ },
2862
+ {
2863
+ "primitive": "string"
2864
+ }
2865
+ ]
2866
+ }
2867
+ }
2868
+ },
2869
+ {
2870
+ "abstract": true,
2871
+ "docs": {
2872
+ "stability": "experimental",
2873
+ "summary": "The shell to use for scripts run with the pnpm run command."
2874
+ },
2875
+ "immutable": true,
2876
+ "locationInModule": {
2877
+ "filename": "src/pnpm-workspace-schema.d.ts",
2878
+ "line": 518
2879
+ },
2880
+ "name": "scriptShell",
2881
+ "optional": true,
2882
+ "type": {
2883
+ "primitive": "string"
2884
+ }
2885
+ },
2886
+ {
2887
+ "abstract": true,
2888
+ "docs": {
2889
+ "stability": "experimental",
2890
+ "summary": "By default, pnpm creates a semistrict node_modules, meaning dependencies have access to undeclared dependencies but modules outside of node_modules do not."
2891
+ },
2892
+ "immutable": true,
2893
+ "locationInModule": {
2894
+ "filename": "src/pnpm-workspace-schema.d.ts",
2895
+ "line": 122
2896
+ },
2897
+ "name": "shamefullyHoist",
2898
+ "optional": true,
2899
+ "type": {
2900
+ "primitive": "boolean"
2901
+ }
2902
+ },
2903
+ {
2904
+ "abstract": true,
2905
+ "docs": {
2906
+ "stability": "experimental",
2907
+ "summary": "If this is enabled, pnpm creates a single pnpm-lock.yaml file in the root of the workspace."
2908
+ },
2909
+ "immutable": true,
2910
+ "locationInModule": {
2911
+ "filename": "src/pnpm-workspace-schema.d.ts",
2912
+ "line": 386
2913
+ },
2914
+ "name": "sharedWorkspaceLockfile",
2915
+ "optional": true,
2916
+ "type": {
2917
+ "primitive": "boolean"
2918
+ }
2919
+ },
2920
+ {
2921
+ "abstract": true,
2922
+ "docs": {
2923
+ "stability": "experimental",
2924
+ "summary": "When true, pnpm will use a JavaScript implementation of a bash-like shell to execute scripts."
2925
+ },
2926
+ "immutable": true,
2927
+ "locationInModule": {
2928
+ "filename": "src/pnpm-workspace-schema.d.ts",
2929
+ "line": 522
2930
+ },
2931
+ "name": "shellEmulator",
2932
+ "optional": true,
2933
+ "type": {
2934
+ "primitive": "boolean"
2935
+ }
2936
+ },
2937
+ {
2938
+ "abstract": true,
2939
+ "docs": {
2940
+ "stability": "experimental",
2941
+ "summary": "Use and cache the results of (pre/post)install hooks."
2942
+ },
2943
+ "immutable": true,
2944
+ "locationInModule": {
2945
+ "filename": "src/pnpm-workspace-schema.d.ts",
2946
+ "line": 338
2947
+ },
2948
+ "name": "sideEffectsCache",
2949
+ "optional": true,
2950
+ "type": {
2951
+ "primitive": "boolean"
2952
+ }
2953
+ },
2954
+ {
2955
+ "abstract": true,
2956
+ "docs": {
2957
+ "stability": "experimental",
2958
+ "summary": "Only use the side effects cache if present, do not create it for new packages."
2959
+ },
2960
+ "immutable": true,
2961
+ "locationInModule": {
2962
+ "filename": "src/pnpm-workspace-schema.d.ts",
2963
+ "line": 342
2964
+ },
2965
+ "name": "sideEffectsCacheReadonly",
2966
+ "optional": true,
2967
+ "type": {
2968
+ "primitive": "boolean"
2969
+ }
2970
+ },
2971
+ {
2972
+ "abstract": true,
2973
+ "docs": {
2974
+ "stability": "experimental",
2975
+ "summary": "The location where all the packages are saved on the disk."
2976
+ },
2977
+ "immutable": true,
2978
+ "locationInModule": {
2979
+ "filename": "src/pnpm-workspace-schema.d.ts",
2980
+ "line": 438
2981
+ },
2982
+ "name": "stateDir",
2983
+ "optional": true,
2984
+ "type": {
2985
+ "primitive": "string"
2986
+ }
2987
+ },
2988
+ {
2989
+ "abstract": true,
2990
+ "docs": {
2991
+ "stability": "experimental",
2992
+ "summary": "The location where all the packages are saved on the disk."
2993
+ },
2994
+ "immutable": true,
2995
+ "locationInModule": {
2996
+ "filename": "src/pnpm-workspace-schema.d.ts",
2997
+ "line": 162
2998
+ },
2999
+ "name": "storeDir",
3000
+ "optional": true,
3001
+ "type": {
3002
+ "primitive": "string"
3003
+ }
3004
+ },
3005
+ {
3006
+ "abstract": true,
3007
+ "docs": {
3008
+ "stability": "experimental",
3009
+ "summary": "When strictDepBuilds is enabled, the installation will exit with a non-zero exit code if any dependencies have unreviewed build scripts (aka postinstall scripts)."
3010
+ },
3011
+ "immutable": true,
3012
+ "locationInModule": {
3013
+ "filename": "src/pnpm-workspace-schema.d.ts",
3014
+ "line": 358
3015
+ },
3016
+ "name": "strictDepBuilds",
3017
+ "optional": true,
3018
+ "type": {
3019
+ "primitive": "boolean"
3020
+ }
3021
+ },
3022
+ {
3023
+ "abstract": true,
3024
+ "docs": {
3025
+ "stability": "experimental",
3026
+ "summary": "If this is enabled, commands will fail if there is a missing or invalid peer dependency in the tree."
3027
+ },
3028
+ "immutable": true,
3029
+ "locationInModule": {
3030
+ "filename": "src/pnpm-workspace-schema.d.ts",
3031
+ "line": 282
3032
+ },
3033
+ "name": "strictPeerDependencies",
3034
+ "optional": true,
3035
+ "type": {
3036
+ "primitive": "boolean"
3037
+ }
3038
+ },
3039
+ {
3040
+ "abstract": true,
3041
+ "docs": {
3042
+ "stability": "experimental",
3043
+ "summary": "Whether or not to do SSL key validation when making requests to the registry via HTTPS."
3044
+ },
3045
+ "immutable": true,
3046
+ "locationInModule": {
3047
+ "filename": "src/pnpm-workspace-schema.d.ts",
3048
+ "line": 246
3049
+ },
3050
+ "name": "strictSsl",
3051
+ "optional": true,
3052
+ "type": {
3053
+ "primitive": "boolean"
3054
+ }
3055
+ },
3056
+ {
3057
+ "abstract": true,
3058
+ "docs": {
3059
+ "stability": "experimental",
3060
+ "summary": "Some registries allow the exact same content to be published under different package names and/or versions."
3061
+ },
3062
+ "immutable": true,
3063
+ "locationInModule": {
3064
+ "filename": "src/pnpm-workspace-schema.d.ts",
3065
+ "line": 170
3066
+ },
3067
+ "name": "strictStorePkgContentCheck",
3068
+ "optional": true,
3069
+ "type": {
3070
+ "primitive": "boolean"
3071
+ }
3072
+ },
3073
+ {
3074
+ "abstract": true,
3075
+ "docs": {
3076
+ "stability": "experimental",
3077
+ "summary": "Specifies architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install."
3078
+ },
3079
+ "immutable": true,
3080
+ "locationInModule": {
3081
+ "filename": "src/pnpm-workspace-schema.d.ts",
3082
+ "line": 97
3083
+ },
3084
+ "name": "supportedArchitectures",
3085
+ "optional": true,
3086
+ "type": {
3087
+ "fqn": "@alma-cdk/construct-library.SupportedArchitectures"
3088
+ }
3089
+ },
3090
+ {
3091
+ "abstract": true,
3092
+ "docs": {
3093
+ "remarks": "It is a useful setting together with nodeLinker=pnp.",
3094
+ "stability": "experimental",
3095
+ "summary": "When symlink is set to false, pnpm creates a virtual store directory without any symlinks."
3096
+ },
3097
+ "immutable": true,
3098
+ "locationInModule": {
3099
+ "filename": "src/pnpm-workspace-schema.d.ts",
3100
+ "line": 134
3101
+ },
3102
+ "name": "symlink",
3103
+ "optional": true,
3104
+ "type": {
3105
+ "primitive": "boolean"
3106
+ }
3107
+ },
3108
+ {
3109
+ "abstract": true,
3110
+ "docs": {
3111
+ "stability": "experimental",
3112
+ "summary": "Injected workspace dependencies are collections of hardlinks, which don't add or remove the files when their sources change."
3113
+ },
3114
+ "immutable": true,
3115
+ "locationInModule": {
3116
+ "filename": "src/pnpm-workspace-schema.d.ts",
3117
+ "line": 378
3118
+ },
3119
+ "name": "syncInjectedDepsAfterScripts",
3120
+ "optional": true,
3121
+ "type": {
3122
+ "collection": {
3123
+ "elementtype": {
3124
+ "primitive": "string"
3125
+ },
3126
+ "kind": "array"
3127
+ }
3128
+ }
3129
+ },
3130
+ {
3131
+ "abstract": true,
3132
+ "docs": {
3133
+ "stability": "experimental",
3134
+ "summary": "If you pnpm add a package and you don't provide a specific version, then it will install the package at the version registered under the tag from this setting."
3135
+ },
3136
+ "immutable": true,
3137
+ "locationInModule": {
3138
+ "filename": "src/pnpm-workspace-schema.d.ts",
3139
+ "line": 426
3140
+ },
3141
+ "name": "tag",
3142
+ "optional": true,
3143
+ "type": {
3144
+ "primitive": "string"
3145
+ }
3146
+ },
3147
+ {
3148
+ "abstract": true,
3149
+ "docs": {
3150
+ "remarks": "For example, if a package was previously published by a trusted publisher but now only has provenance or no trust evidence, installation will fail. This helps prevent installing potentially compromised versions.",
3151
+ "stability": "experimental",
3152
+ "summary": "When set to no-downgrade, pnpm will fail if a package's trust level has decreased compared to previous releases."
3153
+ },
3154
+ "immutable": true,
3155
+ "locationInModule": {
3156
+ "filename": "src/pnpm-workspace-schema.d.ts",
3157
+ "line": 542
3158
+ },
3159
+ "name": "trustPolicy",
3160
+ "optional": true,
3161
+ "type": {
3162
+ "primitive": "string"
3163
+ }
3164
+ },
3165
+ {
3166
+ "abstract": true,
3167
+ "docs": {
3168
+ "stability": "experimental",
3169
+ "summary": "You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement."
3170
+ },
3171
+ "immutable": true,
3172
+ "locationInModule": {
3173
+ "filename": "src/pnpm-workspace-schema.d.ts",
3174
+ "line": 546
3175
+ },
3176
+ "name": "trustPolicyExclude",
3177
+ "optional": true,
3178
+ "type": {
3179
+ "collection": {
3180
+ "elementtype": {
3181
+ "primitive": "string"
3182
+ },
3183
+ "kind": "array"
3184
+ }
3185
+ }
3186
+ },
3187
+ {
3188
+ "abstract": true,
3189
+ "docs": {
3190
+ "remarks": "This is useful when enabling strict trust policies, as it allows older versions of packages (which may lack a process for publishing with signatures or provenance) to be installed without manual exclusion, assuming they are safe due to their age.",
3191
+ "stability": "experimental",
3192
+ "summary": "Allows ignoring the trust policy check for packages published more than the specified number of minutes ago."
3193
+ },
3194
+ "immutable": true,
3195
+ "locationInModule": {
3196
+ "filename": "src/pnpm-workspace-schema.d.ts",
3197
+ "line": 558
3198
+ },
3199
+ "name": "trustPolicyIgnoreAfter",
3200
+ "optional": true,
3201
+ "type": {
3202
+ "primitive": "number"
3203
+ }
3204
+ },
3205
+ {
3206
+ "abstract": true,
3207
+ "docs": {
3208
+ "remarks": "If set explicitly to false, then installing as a non-root user will fail.",
3209
+ "stability": "experimental",
3210
+ "summary": "Set to true to enable UID/GID switching when running package scripts."
3211
+ },
3212
+ "immutable": true,
3213
+ "locationInModule": {
3214
+ "filename": "src/pnpm-workspace-schema.d.ts",
3215
+ "line": 346
3216
+ },
3217
+ "name": "unsafePerm",
3218
+ "optional": true,
3219
+ "type": {
3220
+ "primitive": "boolean"
3221
+ }
3222
+ },
3223
+ {
3224
+ "abstract": true,
3225
+ "docs": {
3226
+ "stability": "experimental"
3227
+ },
3228
+ "immutable": true,
3229
+ "locationInModule": {
3230
+ "filename": "src/pnpm-workspace-schema.d.ts",
3231
+ "line": 84
3232
+ },
3233
+ "name": "updateConfig",
3234
+ "optional": true,
3235
+ "type": {
3236
+ "fqn": "@alma-cdk/construct-library.UpdateConfig"
3237
+ }
3238
+ },
3239
+ {
3240
+ "abstract": true,
3241
+ "docs": {
3242
+ "stability": "experimental",
3243
+ "summary": "When true, pnpm will check for updates to the installed packages and notify the user."
3244
+ },
3245
+ "immutable": true,
3246
+ "locationInModule": {
3247
+ "filename": "src/pnpm-workspace-schema.d.ts",
3248
+ "line": 450
3249
+ },
3250
+ "name": "updateNotifier",
3251
+ "optional": true,
3252
+ "type": {
3253
+ "primitive": "boolean"
3254
+ }
3255
+ },
3256
+ {
3257
+ "abstract": true,
3258
+ "docs": {
3259
+ "stability": "experimental",
3260
+ "summary": "Experimental option that enables beta features of the CLI."
3261
+ },
3262
+ "immutable": true,
3263
+ "locationInModule": {
3264
+ "filename": "src/pnpm-workspace-schema.d.ts",
3265
+ "line": 298
3266
+ },
3267
+ "name": "useBetaCli",
3268
+ "optional": true,
3269
+ "type": {
3270
+ "primitive": "boolean"
3271
+ }
3272
+ },
3273
+ {
3274
+ "abstract": true,
3275
+ "docs": {
3276
+ "stability": "experimental",
3277
+ "summary": "Specifies which exact Node.js version should be used for the project's runtime."
3278
+ },
3279
+ "immutable": true,
3280
+ "locationInModule": {
3281
+ "filename": "src/pnpm-workspace-schema.d.ts",
3282
+ "line": 362
3283
+ },
3284
+ "name": "useNodeVersion",
3285
+ "optional": true,
3286
+ "type": {
3287
+ "primitive": "string"
3288
+ }
3289
+ },
3290
+ {
3291
+ "abstract": true,
3292
+ "docs": {
3293
+ "stability": "experimental",
3294
+ "summary": "When true, all the output is written to stderr."
3295
+ },
3296
+ "immutable": true,
3297
+ "locationInModule": {
3298
+ "filename": "src/pnpm-workspace-schema.d.ts",
3299
+ "line": 446
3300
+ },
3301
+ "name": "useStderr",
3302
+ "optional": true,
3303
+ "type": {
3304
+ "primitive": "boolean"
3305
+ }
3306
+ },
3307
+ {
3308
+ "abstract": true,
3309
+ "docs": {
3310
+ "stability": "experimental",
3311
+ "summary": "This setting allows the checking of the state of dependencies before running scripts."
3312
+ },
3313
+ "immutable": true,
3314
+ "locationInModule": {
3315
+ "filename": "src/pnpm-workspace-schema.d.ts",
3316
+ "line": 354
3317
+ },
3318
+ "name": "verifyDepsBeforeRun",
3319
+ "optional": true,
3320
+ "type": {
3321
+ "union": {
3322
+ "types": [
3323
+ {
3324
+ "primitive": "boolean"
3325
+ },
3326
+ {
3327
+ "primitive": "string"
3328
+ }
3329
+ ]
3330
+ }
3331
+ }
3332
+ },
3333
+ {
3334
+ "abstract": true,
3335
+ "docs": {
3336
+ "stability": "experimental",
3337
+ "summary": "By default, if a file in the store has been modified, the content of this file is checked before linking it to a project's node_modules."
3338
+ },
3339
+ "immutable": true,
3340
+ "locationInModule": {
3341
+ "filename": "src/pnpm-workspace-schema.d.ts",
3342
+ "line": 166
3343
+ },
3344
+ "name": "verifyStoreIntegrity",
3345
+ "optional": true,
3346
+ "type": {
3347
+ "primitive": "boolean"
3348
+ }
3349
+ },
3350
+ {
3351
+ "abstract": true,
3352
+ "docs": {
3353
+ "stability": "experimental",
3354
+ "summary": "The directory with links to the store."
3355
+ },
3356
+ "immutable": true,
3357
+ "locationInModule": {
3358
+ "filename": "src/pnpm-workspace-schema.d.ts",
3359
+ "line": 142
3360
+ },
3361
+ "name": "virtualStoreDir",
3362
+ "optional": true,
3363
+ "type": {
3364
+ "primitive": "string"
3365
+ }
3366
+ },
3367
+ {
3368
+ "abstract": true,
3369
+ "docs": {
3370
+ "stability": "experimental",
3371
+ "summary": "Sets the maximum allowed length of directory names inside the virtual store directory (node_modules/.pnpm)."
3372
+ },
3373
+ "immutable": true,
3374
+ "locationInModule": {
3375
+ "filename": "src/pnpm-workspace-schema.d.ts",
3376
+ "line": 146
3377
+ },
3378
+ "name": "virtualStoreDirMaxLength",
3379
+ "optional": true,
3380
+ "type": {
3381
+ "primitive": "number"
3382
+ }
3383
+ },
3384
+ {
3385
+ "abstract": true,
3386
+ "docs": {
3387
+ "remarks": "For unlimited concurrency use Infinity. You can set the value to <= 0 and it will use amount of CPU cores of the host minus the absolute value of the provided number as: max(1, (number of cores) - abs(workspaceConcurrency)).",
3388
+ "stability": "experimental",
3389
+ "summary": "Set the maximum number of tasks to run simultaneously."
3390
+ },
3391
+ "immutable": true,
3392
+ "locationInModule": {
3393
+ "filename": "src/pnpm-workspace-schema.d.ts",
3394
+ "line": 410
3395
+ },
3396
+ "name": "workspaceConcurrency",
3397
+ "optional": true,
3398
+ "type": {
3399
+ "primitive": "number"
3400
+ }
3401
+ }
3402
+ ],
3403
+ "symbolId": "src/pnpm-workspace-schema:PnpmWorkspaceSpecification"
3404
+ },
3405
+ "@alma-cdk/construct-library.SupportedArchitectures": {
3406
+ "assembly": "@alma-cdk/construct-library",
3407
+ "datatype": true,
3408
+ "docs": {
3409
+ "stability": "experimental"
3410
+ },
3411
+ "fqn": "@alma-cdk/construct-library.SupportedArchitectures",
3412
+ "kind": "interface",
3413
+ "locationInModule": {
3414
+ "filename": "src/pnpm-workspace-schema.d.ts",
3415
+ "line": 604
3416
+ },
3417
+ "name": "SupportedArchitectures",
3418
+ "properties": [
3419
+ {
3420
+ "abstract": true,
3421
+ "docs": {
3422
+ "stability": "experimental"
3423
+ },
3424
+ "immutable": true,
3425
+ "locationInModule": {
3426
+ "filename": "src/pnpm-workspace-schema.d.ts",
3427
+ "line": 606
3428
+ },
3429
+ "name": "cpu",
3430
+ "optional": true,
3431
+ "type": {
3432
+ "collection": {
3433
+ "elementtype": {
3434
+ "primitive": "string"
3435
+ },
3436
+ "kind": "array"
3437
+ }
3438
+ }
3439
+ },
3440
+ {
3441
+ "abstract": true,
3442
+ "docs": {
3443
+ "stability": "experimental"
3444
+ },
3445
+ "immutable": true,
3446
+ "locationInModule": {
3447
+ "filename": "src/pnpm-workspace-schema.d.ts",
3448
+ "line": 607
3449
+ },
3450
+ "name": "libc",
3451
+ "optional": true,
3452
+ "type": {
3453
+ "collection": {
3454
+ "elementtype": {
3455
+ "primitive": "string"
3456
+ },
3457
+ "kind": "array"
3458
+ }
3459
+ }
3460
+ },
3461
+ {
3462
+ "abstract": true,
3463
+ "docs": {
3464
+ "stability": "experimental"
3465
+ },
3466
+ "immutable": true,
3467
+ "locationInModule": {
3468
+ "filename": "src/pnpm-workspace-schema.d.ts",
3469
+ "line": 605
3470
+ },
3471
+ "name": "os",
3472
+ "optional": true,
3473
+ "type": {
3474
+ "collection": {
3475
+ "elementtype": {
3476
+ "primitive": "string"
3477
+ },
3478
+ "kind": "array"
3479
+ }
3480
+ }
3481
+ }
3482
+ ],
3483
+ "symbolId": "src/pnpm-workspace-schema:SupportedArchitectures"
3484
+ },
3485
+ "@alma-cdk/construct-library.UpdateConfig": {
3486
+ "assembly": "@alma-cdk/construct-library",
3487
+ "datatype": true,
3488
+ "docs": {
3489
+ "stability": "experimental"
3490
+ },
3491
+ "fqn": "@alma-cdk/construct-library.UpdateConfig",
3492
+ "kind": "interface",
3493
+ "locationInModule": {
3494
+ "filename": "src/pnpm-workspace-schema.d.ts",
3495
+ "line": 597
3496
+ },
3497
+ "name": "UpdateConfig",
3498
+ "properties": [
3499
+ {
3500
+ "abstract": true,
3501
+ "docs": {
3502
+ "stability": "experimental"
3503
+ },
3504
+ "immutable": true,
3505
+ "locationInModule": {
3506
+ "filename": "src/pnpm-workspace-schema.d.ts",
3507
+ "line": 598
3508
+ },
3509
+ "name": "ignoreDependencies",
3510
+ "optional": true,
3511
+ "type": {
3512
+ "collection": {
3513
+ "elementtype": {
3514
+ "primitive": "string"
3515
+ },
3516
+ "kind": "array"
3517
+ }
3518
+ }
3519
+ }
3520
+ ],
3521
+ "symbolId": "src/pnpm-workspace-schema:UpdateConfig"
476
3522
  }
477
3523
  },
478
- "version": "0.0.13",
479
- "fingerprint": "qWI9K2asEui0wyTbX4vri0KKGyL4CPaw5QztrY7wBiY="
3524
+ "version": "0.0.15",
3525
+ "fingerprint": "IH7ee9PWAS4yJQ+RRBWpOZzC6MW2SOXTH1Vma8q86Ok="
480
3526
  }