projen 0.76.19 → 0.76.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/.jsii +2963 -107
  2. package/lib/_resolve.js +17 -1
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow.js +1 -1
  51. package/lib/github/workflow-actions.js +1 -1
  52. package/lib/github/workflow-jobs.js +1 -1
  53. package/lib/github/workflows.js +1 -1
  54. package/lib/gitlab/configuration.js +1 -1
  55. package/lib/gitlab/gitlab-configuration.js +1 -1
  56. package/lib/gitlab/nested-configuration.js +1 -1
  57. package/lib/gitpod.js +1 -1
  58. package/lib/ignore-file.js +1 -1
  59. package/lib/ini.js +1 -1
  60. package/lib/java/java-project.js +1 -1
  61. package/lib/java/junit.js +1 -1
  62. package/lib/java/maven-compile.js +1 -1
  63. package/lib/java/maven-packaging.js +1 -1
  64. package/lib/java/maven-sample.js +1 -1
  65. package/lib/java/pom.js +1 -1
  66. package/lib/java/projenrc.js +1 -1
  67. package/lib/javascript/bundler.js +1 -1
  68. package/lib/javascript/eslint.js +17 -13
  69. package/lib/javascript/index.d.ts +1 -0
  70. package/lib/javascript/index.js +2 -1
  71. package/lib/javascript/jest.js +4 -4
  72. package/lib/javascript/node-package.d.ts +35 -0
  73. package/lib/javascript/node-package.js +38 -2
  74. package/lib/javascript/node-project.js +1 -1
  75. package/lib/javascript/npm-config.js +1 -1
  76. package/lib/javascript/prettier.js +1 -1
  77. package/lib/javascript/projenrc.js +1 -1
  78. package/lib/javascript/typescript-config.js +2 -2
  79. package/lib/javascript/upgrade-dependencies.js +2 -2
  80. package/lib/javascript/yarnrc.d.ts +334 -0
  81. package/lib/javascript/yarnrc.js +149 -0
  82. package/lib/json-patch.js +1 -1
  83. package/lib/json.js +1 -1
  84. package/lib/license.js +1 -1
  85. package/lib/logger.js +1 -1
  86. package/lib/makefile.js +1 -1
  87. package/lib/object-file.d.ts +7 -1
  88. package/lib/object-file.js +2 -2
  89. package/lib/project-build.js +1 -1
  90. package/lib/project-tree.js +1 -1
  91. package/lib/project.js +1 -1
  92. package/lib/projects.js +1 -1
  93. package/lib/projenrc-json.js +2 -2
  94. package/lib/projenrc.js +1 -1
  95. package/lib/python/pip.js +1 -1
  96. package/lib/python/poetry.js +2 -2
  97. package/lib/python/projenrc.js +1 -1
  98. package/lib/python/pytest-sample.js +1 -1
  99. package/lib/python/pytest.js +1 -1
  100. package/lib/python/python-project.js +1 -1
  101. package/lib/python/python-sample.js +1 -1
  102. package/lib/python/requirements-file.js +1 -1
  103. package/lib/python/setuppy.js +1 -1
  104. package/lib/python/setuptools.js +1 -1
  105. package/lib/python/venv.js +1 -1
  106. package/lib/readme.js +1 -1
  107. package/lib/release/publisher.js +1 -1
  108. package/lib/release/release-trigger.js +1 -1
  109. package/lib/release/release.js +1 -1
  110. package/lib/renovatebot.js +1 -1
  111. package/lib/sample-file.js +2 -2
  112. package/lib/semver.js +1 -1
  113. package/lib/source-code.js +1 -1
  114. package/lib/task-runtime.js +1 -1
  115. package/lib/task.js +1 -1
  116. package/lib/tasks.js +1 -1
  117. package/lib/testing.js +1 -1
  118. package/lib/textfile.js +1 -1
  119. package/lib/toml.js +1 -1
  120. package/lib/typescript/projenrc-ts.js +1 -1
  121. package/lib/typescript/projenrc.js +1 -1
  122. package/lib/typescript/typescript-typedoc.js +1 -1
  123. package/lib/typescript/typescript.js +3 -3
  124. package/lib/version.js +2 -2
  125. package/lib/vscode/devcontainer.js +1 -1
  126. package/lib/vscode/extensions.js +1 -1
  127. package/lib/vscode/launch-config.js +1 -1
  128. package/lib/vscode/settings.js +1 -1
  129. package/lib/vscode/vscode.js +1 -1
  130. package/lib/web/next.js +3 -3
  131. package/lib/web/postcss.js +1 -1
  132. package/lib/web/react.js +4 -4
  133. package/lib/web/tailwind.js +1 -1
  134. package/lib/xmlfile.js +1 -1
  135. package/lib/yaml.js +1 -1
  136. package/package.json +1 -1
package/.jsii CHANGED
@@ -6296,7 +6296,7 @@
6296
6296
  },
6297
6297
  "locationInModule": {
6298
6298
  "filename": "src/object-file.ts",
6299
- "line": 50
6299
+ "line": 56
6300
6300
  },
6301
6301
  "parameters": [
6302
6302
  {
@@ -6322,7 +6322,7 @@
6322
6322
  "kind": "class",
6323
6323
  "locationInModule": {
6324
6324
  "filename": "src/object-file.ts",
6325
- "line": 28
6325
+ "line": 34
6326
6326
  },
6327
6327
  "methods": [
6328
6328
  {
@@ -6332,7 +6332,7 @@
6332
6332
  },
6333
6333
  "locationInModule": {
6334
6334
  "filename": "src/object-file.ts",
6335
- "line": 224
6335
+ "line": 230
6336
6336
  },
6337
6337
  "name": "addDeletionOverride",
6338
6338
  "parameters": [
@@ -6355,7 +6355,7 @@
6355
6355
  },
6356
6356
  "locationInModule": {
6357
6357
  "filename": "src/object-file.ts",
6358
- "line": 93
6358
+ "line": 99
6359
6359
  },
6360
6360
  "name": "addOverride",
6361
6361
  "parameters": [
@@ -6389,7 +6389,7 @@
6389
6389
  },
6390
6390
  "locationInModule": {
6391
6391
  "filename": "src/object-file.ts",
6392
- "line": 156
6392
+ "line": 162
6393
6393
  },
6394
6394
  "name": "addToArray",
6395
6395
  "parameters": [
@@ -6425,7 +6425,7 @@
6425
6425
  },
6426
6426
  "locationInModule": {
6427
6427
  "filename": "src/object-file.ts",
6428
- "line": 216
6428
+ "line": 222
6429
6429
  },
6430
6430
  "name": "patch",
6431
6431
  "parameters": [
@@ -6449,7 +6449,7 @@
6449
6449
  },
6450
6450
  "locationInModule": {
6451
6451
  "filename": "src/object-file.ts",
6452
- "line": 228
6452
+ "line": 234
6453
6453
  },
6454
6454
  "name": "synthesizeContent",
6455
6455
  "overrides": "projen.FileBase",
@@ -6480,7 +6480,7 @@
6480
6480
  "immutable": true,
6481
6481
  "locationInModule": {
6482
6482
  "filename": "src/object-file.ts",
6483
- "line": 43
6483
+ "line": 49
6484
6484
  },
6485
6485
  "name": "omitEmpty",
6486
6486
  "type": {
@@ -6512,14 +6512,14 @@
6512
6512
  "abstract": true,
6513
6513
  "docs": {
6514
6514
  "default": "{} an empty object (use `file.obj` to mutate).",
6515
- "remarks": "You can modify the object's contents\nbefore synthesis.",
6515
+ "remarks": "Serialization of the object is similar to JSON.stringify with few enhancements:\n- values that are functions will be called during synthesis and the result will be serialized - this allow to have lazy values.\n- `Set` will be converted to array\n- `Map` will be converted to a plain object ({ key: value, ... }})\n- `RegExp` without flags will be converted to string representation of the source",
6516
6516
  "stability": "experimental",
6517
- "summary": "The object that will be serialized."
6517
+ "summary": "The object that will be serialized. You can modify the object's contents before synthesis."
6518
6518
  },
6519
6519
  "immutable": true,
6520
6520
  "locationInModule": {
6521
6521
  "filename": "src/object-file.ts",
6522
- "line": 16
6522
+ "line": 22
6523
6523
  },
6524
6524
  "name": "obj",
6525
6525
  "optional": true,
@@ -6537,7 +6537,7 @@
6537
6537
  "immutable": true,
6538
6538
  "locationInModule": {
6539
6539
  "filename": "src/object-file.ts",
6540
- "line": 22
6540
+ "line": 28
6541
6541
  },
6542
6542
  "name": "omitEmpty",
6543
6543
  "optional": true,
@@ -37455,7 +37455,7 @@
37455
37455
  "kind": "enum",
37456
37456
  "locationInModule": {
37457
37457
  "filename": "src/javascript/node-package.ts",
37458
- "line": 315
37458
+ "line": 323
37459
37459
  },
37460
37460
  "members": [
37461
37461
  {
@@ -37489,7 +37489,7 @@
37489
37489
  "kind": "interface",
37490
37490
  "locationInModule": {
37491
37491
  "filename": "src/javascript/node-package.ts",
37492
- "line": 333
37492
+ "line": 341
37493
37493
  },
37494
37494
  "name": "CodeArtifactOptions",
37495
37495
  "namespace": "javascript",
@@ -37505,7 +37505,7 @@
37505
37505
  "immutable": true,
37506
37506
  "locationInModule": {
37507
37507
  "filename": "src/javascript/node-package.ts",
37508
- "line": 350
37508
+ "line": 358
37509
37509
  },
37510
37510
  "name": "accessKeyIdSecret",
37511
37511
  "optional": true,
@@ -37523,7 +37523,7 @@
37523
37523
  "immutable": true,
37524
37524
  "locationInModule": {
37525
37525
  "filename": "src/javascript/node-package.ts",
37526
- "line": 339
37526
+ "line": 347
37527
37527
  },
37528
37528
  "name": "authProvider",
37529
37529
  "optional": true,
@@ -37542,7 +37542,7 @@
37542
37542
  "immutable": true,
37543
37543
  "locationInModule": {
37544
37544
  "filename": "src/javascript/node-package.ts",
37545
- "line": 370
37545
+ "line": 378
37546
37546
  },
37547
37547
  "name": "roleToAssume",
37548
37548
  "optional": true,
@@ -37561,7 +37561,7 @@
37561
37561
  "immutable": true,
37562
37562
  "locationInModule": {
37563
37563
  "filename": "src/javascript/node-package.ts",
37564
- "line": 361
37564
+ "line": 369
37565
37565
  },
37566
37566
  "name": "secretAccessKeySecret",
37567
37567
  "optional": true,
@@ -37800,7 +37800,7 @@
37800
37800
  },
37801
37801
  "locationInModule": {
37802
37802
  "filename": "src/javascript/eslint.ts",
37803
- "line": 470
37803
+ "line": 472
37804
37804
  },
37805
37805
  "name": "addExtends",
37806
37806
  "parameters": [
@@ -37824,7 +37824,7 @@
37824
37824
  },
37825
37825
  "locationInModule": {
37826
37826
  "filename": "src/javascript/eslint.ts",
37827
- "line": 462
37827
+ "line": 464
37828
37828
  },
37829
37829
  "name": "addIgnorePattern",
37830
37830
  "parameters": [
@@ -37862,7 +37862,7 @@
37862
37862
  },
37863
37863
  "locationInModule": {
37864
37864
  "filename": "src/javascript/eslint.ts",
37865
- "line": 455
37865
+ "line": 457
37866
37866
  },
37867
37867
  "name": "addOverride",
37868
37868
  "parameters": [
@@ -37929,7 +37929,7 @@
37929
37929
  },
37930
37930
  "locationInModule": {
37931
37931
  "filename": "src/javascript/eslint.ts",
37932
- "line": 478
37932
+ "line": 482
37933
37933
  },
37934
37934
  "name": "allowDevDeps",
37935
37935
  "parameters": [
@@ -40563,7 +40563,7 @@
40563
40563
  },
40564
40564
  "locationInModule": {
40565
40565
  "filename": "src/javascript/node-package.ts",
40566
- "line": 507
40566
+ "line": 515
40567
40567
  },
40568
40568
  "parameters": [
40569
40569
  {
@@ -40584,7 +40584,7 @@
40584
40584
  "kind": "class",
40585
40585
  "locationInModule": {
40586
40586
  "filename": "src/javascript/node-package.ts",
40587
- "line": 393
40587
+ "line": 401
40588
40588
  },
40589
40589
  "methods": [
40590
40590
  {
@@ -40593,7 +40593,7 @@
40593
40593
  },
40594
40594
  "locationInModule": {
40595
40595
  "filename": "src/javascript/node-package.ts",
40596
- "line": 727
40596
+ "line": 743
40597
40597
  },
40598
40598
  "name": "addBin",
40599
40599
  "parameters": [
@@ -40618,7 +40618,7 @@
40618
40618
  },
40619
40619
  "locationInModule": {
40620
40620
  "filename": "src/javascript/node-package.ts",
40621
- "line": 696
40621
+ "line": 712
40622
40622
  },
40623
40623
  "name": "addBundledDeps",
40624
40624
  "parameters": [
@@ -40643,7 +40643,7 @@
40643
40643
  },
40644
40644
  "locationInModule": {
40645
40645
  "filename": "src/javascript/node-package.ts",
40646
- "line": 636
40646
+ "line": 652
40647
40647
  },
40648
40648
  "name": "addDeps",
40649
40649
  "parameters": [
@@ -40668,7 +40668,7 @@
40668
40668
  },
40669
40669
  "locationInModule": {
40670
40670
  "filename": "src/javascript/node-package.ts",
40671
- "line": 651
40671
+ "line": 667
40672
40672
  },
40673
40673
  "name": "addDevDeps",
40674
40674
  "parameters": [
@@ -40693,7 +40693,7 @@
40693
40693
  },
40694
40694
  "locationInModule": {
40695
40695
  "filename": "src/javascript/node-package.ts",
40696
- "line": 713
40696
+ "line": 729
40697
40697
  },
40698
40698
  "name": "addEngine",
40699
40699
  "parameters": [
@@ -40727,7 +40727,7 @@
40727
40727
  },
40728
40728
  "locationInModule": {
40729
40729
  "filename": "src/javascript/node-package.ts",
40730
- "line": 769
40730
+ "line": 785
40731
40731
  },
40732
40732
  "name": "addField",
40733
40733
  "parameters": [
@@ -40758,7 +40758,7 @@
40758
40758
  },
40759
40759
  "locationInModule": {
40760
40760
  "filename": "src/javascript/node-package.ts",
40761
- "line": 721
40761
+ "line": 737
40762
40762
  },
40763
40763
  "name": "addKeywords",
40764
40764
  "parameters": [
@@ -40782,7 +40782,7 @@
40782
40782
  },
40783
40783
  "locationInModule": {
40784
40784
  "filename": "src/javascript/node-package.ts",
40785
- "line": 789
40785
+ "line": 805
40786
40786
  },
40787
40787
  "name": "addPackageResolutions",
40788
40788
  "parameters": [
@@ -40808,7 +40808,7 @@
40808
40808
  },
40809
40809
  "locationInModule": {
40810
40810
  "filename": "src/javascript/node-package.ts",
40811
- "line": 670
40811
+ "line": 686
40812
40812
  },
40813
40813
  "name": "addPeerDeps",
40814
40814
  "parameters": [
@@ -40833,7 +40833,7 @@
40833
40833
  },
40834
40834
  "locationInModule": {
40835
40835
  "filename": "src/javascript/node-package.ts",
40836
- "line": 777
40836
+ "line": 793
40837
40837
  },
40838
40838
  "name": "addVersion",
40839
40839
  "parameters": [
@@ -40856,7 +40856,7 @@
40856
40856
  },
40857
40857
  "locationInModule": {
40858
40858
  "filename": "src/javascript/node-package.ts",
40859
- "line": 759
40859
+ "line": 775
40860
40860
  },
40861
40861
  "name": "hasScript",
40862
40862
  "parameters": [
@@ -40884,7 +40884,7 @@
40884
40884
  },
40885
40885
  "locationInModule": {
40886
40886
  "filename": "src/javascript/node-package.ts",
40887
- "line": 841
40887
+ "line": 857
40888
40888
  },
40889
40889
  "name": "postSynthesize",
40890
40890
  "overrides": "projen.Component"
@@ -40896,7 +40896,7 @@
40896
40896
  },
40897
40897
  "locationInModule": {
40898
40898
  "filename": "src/javascript/node-package.ts",
40899
- "line": 748
40899
+ "line": 764
40900
40900
  },
40901
40901
  "name": "removeScript",
40902
40902
  "parameters": [
@@ -40918,7 +40918,7 @@
40918
40918
  },
40919
40919
  "locationInModule": {
40920
40920
  "filename": "src/javascript/node-package.ts",
40921
- "line": 739
40921
+ "line": 755
40922
40922
  },
40923
40923
  "name": "setScript",
40924
40924
  "parameters": [
@@ -40949,7 +40949,7 @@
40949
40949
  },
40950
40950
  "locationInModule": {
40951
40951
  "filename": "src/javascript/node-package.ts",
40952
- "line": 836
40952
+ "line": 852
40953
40953
  },
40954
40954
  "name": "synthesize",
40955
40955
  "overrides": "projen.Component"
@@ -40964,7 +40964,7 @@
40964
40964
  },
40965
40965
  "locationInModule": {
40966
40966
  "filename": "src/javascript/node-package.ts",
40967
- "line": 820
40967
+ "line": 836
40968
40968
  },
40969
40969
  "name": "tryResolveDependencyVersion",
40970
40970
  "parameters": [
@@ -40997,7 +40997,7 @@
40997
40997
  "immutable": true,
40998
40998
  "locationInModule": {
40999
40999
  "filename": "src/javascript/node-package.ts",
41000
- "line": 407
41000
+ "line": 415
41001
41001
  },
41002
41002
  "name": "allowLibraryDependencies",
41003
41003
  "type": {
@@ -41012,7 +41012,7 @@
41012
41012
  "immutable": true,
41013
41013
  "locationInModule": {
41014
41014
  "filename": "src/javascript/node-package.ts",
41015
- "line": 402
41015
+ "line": 410
41016
41016
  },
41017
41017
  "name": "entrypoint",
41018
41018
  "type": {
@@ -41027,7 +41027,7 @@
41027
41027
  "immutable": true,
41028
41028
  "locationInModule": {
41029
41029
  "filename": "src/javascript/node-package.ts",
41030
- "line": 496
41030
+ "line": 504
41031
41031
  },
41032
41032
  "name": "file",
41033
41033
  "type": {
@@ -41042,7 +41042,7 @@
41042
41042
  "immutable": true,
41043
41043
  "locationInModule": {
41044
41044
  "filename": "src/javascript/node-package.ts",
41045
- "line": 805
41045
+ "line": 821
41046
41046
  },
41047
41047
  "name": "installAndUpdateLockfileCommand",
41048
41048
  "type": {
@@ -41057,7 +41057,7 @@
41057
41057
  "immutable": true,
41058
41058
  "locationInModule": {
41059
41059
  "filename": "src/javascript/node-package.ts",
41060
- "line": 491
41060
+ "line": 499
41061
41061
  },
41062
41062
  "name": "installCiTask",
41063
41063
  "type": {
@@ -41072,7 +41072,7 @@
41072
41072
  "immutable": true,
41073
41073
  "locationInModule": {
41074
41074
  "filename": "src/javascript/node-package.ts",
41075
- "line": 798
41075
+ "line": 814
41076
41076
  },
41077
41077
  "name": "installCommand",
41078
41078
  "type": {
@@ -41087,7 +41087,7 @@
41087
41087
  "immutable": true,
41088
41088
  "locationInModule": {
41089
41089
  "filename": "src/javascript/node-package.ts",
41090
- "line": 486
41090
+ "line": 494
41091
41091
  },
41092
41092
  "name": "installTask",
41093
41093
  "type": {
@@ -41102,7 +41102,7 @@
41102
41102
  "immutable": true,
41103
41103
  "locationInModule": {
41104
41104
  "filename": "src/javascript/node-package.ts",
41105
- "line": 481
41105
+ "line": 489
41106
41106
  },
41107
41107
  "name": "lockFile",
41108
41108
  "type": {
@@ -41117,7 +41117,7 @@
41117
41117
  "immutable": true,
41118
41118
  "locationInModule": {
41119
41119
  "filename": "src/javascript/node-package.ts",
41120
- "line": 417
41120
+ "line": 425
41121
41121
  },
41122
41122
  "name": "manifest",
41123
41123
  "type": {
@@ -41132,7 +41132,7 @@
41132
41132
  "immutable": true,
41133
41133
  "locationInModule": {
41134
41134
  "filename": "src/javascript/node-package.ts",
41135
- "line": 476
41135
+ "line": 484
41136
41136
  },
41137
41137
  "name": "npmAccess",
41138
41138
  "type": {
@@ -41147,7 +41147,7 @@
41147
41147
  "immutable": true,
41148
41148
  "locationInModule": {
41149
41149
  "filename": "src/javascript/node-package.ts",
41150
- "line": 451
41150
+ "line": 459
41151
41151
  },
41152
41152
  "name": "npmRegistry",
41153
41153
  "type": {
@@ -41162,7 +41162,7 @@
41162
41162
  "immutable": true,
41163
41163
  "locationInModule": {
41164
41164
  "filename": "src/javascript/node-package.ts",
41165
- "line": 446
41165
+ "line": 454
41166
41166
  },
41167
41167
  "name": "npmRegistryUrl",
41168
41168
  "type": {
@@ -41177,7 +41177,7 @@
41177
41177
  "immutable": true,
41178
41178
  "locationInModule": {
41179
41179
  "filename": "src/javascript/node-package.ts",
41180
- "line": 412
41180
+ "line": 420
41181
41181
  },
41182
41182
  "name": "packageManager",
41183
41183
  "type": {
@@ -41192,7 +41192,7 @@
41192
41192
  "immutable": true,
41193
41193
  "locationInModule": {
41194
41194
  "filename": "src/javascript/node-package.ts",
41195
- "line": 397
41195
+ "line": 405
41196
41196
  },
41197
41197
  "name": "packageName",
41198
41198
  "type": {
@@ -41207,7 +41207,7 @@
41207
41207
  "immutable": true,
41208
41208
  "locationInModule": {
41209
41209
  "filename": "src/javascript/node-package.ts",
41210
- "line": 863
41210
+ "line": 879
41211
41211
  },
41212
41212
  "name": "projenCommand",
41213
41213
  "type": {
@@ -41224,7 +41224,7 @@
41224
41224
  "immutable": true,
41225
41225
  "locationInModule": {
41226
41226
  "filename": "src/javascript/node-package.ts",
41227
- "line": 464
41227
+ "line": 472
41228
41228
  },
41229
41229
  "name": "codeArtifactOptions",
41230
41230
  "optional": true,
@@ -41241,7 +41241,7 @@
41241
41241
  "immutable": true,
41242
41242
  "locationInModule": {
41243
41243
  "filename": "src/javascript/node-package.ts",
41244
- "line": 441
41244
+ "line": 449
41245
41245
  },
41246
41246
  "name": "license",
41247
41247
  "optional": true,
@@ -41258,7 +41258,7 @@
41258
41258
  "immutable": true,
41259
41259
  "locationInModule": {
41260
41260
  "filename": "src/javascript/node-package.ts",
41261
- "line": 429
41261
+ "line": 437
41262
41262
  },
41263
41263
  "name": "maxNodeVersion",
41264
41264
  "optional": true,
@@ -41275,7 +41275,7 @@
41275
41275
  "immutable": true,
41276
41276
  "locationInModule": {
41277
41277
  "filename": "src/javascript/node-package.ts",
41278
- "line": 423
41278
+ "line": 431
41279
41279
  },
41280
41280
  "name": "minNodeVersion",
41281
41281
  "optional": true,
@@ -41291,7 +41291,7 @@
41291
41291
  "immutable": true,
41292
41292
  "locationInModule": {
41293
41293
  "filename": "src/javascript/node-package.ts",
41294
- "line": 456
41294
+ "line": 464
41295
41295
  },
41296
41296
  "name": "npmTokenSecret",
41297
41297
  "optional": true,
@@ -41308,7 +41308,7 @@
41308
41308
  "immutable": true,
41309
41309
  "locationInModule": {
41310
41310
  "filename": "src/javascript/node-package.ts",
41311
- "line": 436
41311
+ "line": 444
41312
41312
  },
41313
41313
  "name": "pnpmVersion",
41314
41314
  "optional": true,
@@ -41325,7 +41325,7 @@
41325
41325
  "immutable": true,
41326
41326
  "locationInModule": {
41327
41327
  "filename": "src/javascript/node-package.ts",
41328
- "line": 471
41328
+ "line": 479
41329
41329
  },
41330
41330
  "name": "scopedPackagesOptions",
41331
41331
  "optional": true,
@@ -41351,7 +41351,7 @@
41351
41351
  "kind": "enum",
41352
41352
  "locationInModule": {
41353
41353
  "filename": "src/javascript/node-package.ts",
41354
- "line": 1501
41354
+ "line": 1568
41355
41355
  },
41356
41356
  "members": [
41357
41357
  {
@@ -41420,7 +41420,7 @@
41420
41420
  "kind": "interface",
41421
41421
  "locationInModule": {
41422
41422
  "filename": "src/javascript/node-package.ts",
41423
- "line": 31
41423
+ "line": 32
41424
41424
  },
41425
41425
  "name": "NodePackageOptions",
41426
41426
  "namespace": "javascript",
@@ -41436,7 +41436,7 @@
41436
41436
  "immutable": true,
41437
41437
  "locationInModule": {
41438
41438
  "filename": "src/javascript/node-package.ts",
41439
- "line": 125
41439
+ "line": 126
41440
41440
  },
41441
41441
  "name": "allowLibraryDependencies",
41442
41442
  "optional": true,
@@ -41453,7 +41453,7 @@
41453
41453
  "immutable": true,
41454
41454
  "locationInModule": {
41455
41455
  "filename": "src/javascript/node-package.ts",
41456
- "line": 195
41456
+ "line": 196
41457
41457
  },
41458
41458
  "name": "authorEmail",
41459
41459
  "optional": true,
@@ -41470,7 +41470,7 @@
41470
41470
  "immutable": true,
41471
41471
  "locationInModule": {
41472
41472
  "filename": "src/javascript/node-package.ts",
41473
- "line": 190
41473
+ "line": 191
41474
41474
  },
41475
41475
  "name": "authorName",
41476
41476
  "optional": true,
@@ -41487,7 +41487,7 @@
41487
41487
  "immutable": true,
41488
41488
  "locationInModule": {
41489
41489
  "filename": "src/javascript/node-package.ts",
41490
- "line": 205
41490
+ "line": 206
41491
41491
  },
41492
41492
  "name": "authorOrganization",
41493
41493
  "optional": true,
@@ -41504,7 +41504,7 @@
41504
41504
  "immutable": true,
41505
41505
  "locationInModule": {
41506
41506
  "filename": "src/javascript/node-package.ts",
41507
- "line": 200
41507
+ "line": 201
41508
41508
  },
41509
41509
  "name": "authorUrl",
41510
41510
  "optional": true,
@@ -41522,7 +41522,7 @@
41522
41522
  "immutable": true,
41523
41523
  "locationInModule": {
41524
41524
  "filename": "src/javascript/node-package.ts",
41525
- "line": 156
41525
+ "line": 157
41526
41526
  },
41527
41527
  "name": "autoDetectBin",
41528
41528
  "optional": true,
@@ -41540,7 +41540,7 @@
41540
41540
  "immutable": true,
41541
41541
  "locationInModule": {
41542
41542
  "filename": "src/javascript/node-package.ts",
41543
- "line": 148
41543
+ "line": 149
41544
41544
  },
41545
41545
  "name": "bin",
41546
41546
  "optional": true,
@@ -41562,7 +41562,7 @@
41562
41562
  "immutable": true,
41563
41563
  "locationInModule": {
41564
41564
  "filename": "src/javascript/node-package.ts",
41565
- "line": 278
41565
+ "line": 279
41566
41566
  },
41567
41567
  "name": "bugsEmail",
41568
41568
  "optional": true,
@@ -41579,7 +41579,7 @@
41579
41579
  "immutable": true,
41580
41580
  "locationInModule": {
41581
41581
  "filename": "src/javascript/node-package.ts",
41582
- "line": 273
41582
+ "line": 274
41583
41583
  },
41584
41584
  "name": "bugsUrl",
41585
41585
  "optional": true,
@@ -41597,7 +41597,7 @@
41597
41597
  "immutable": true,
41598
41598
  "locationInModule": {
41599
41599
  "filename": "src/javascript/node-package.ts",
41600
- "line": 111
41600
+ "line": 112
41601
41601
  },
41602
41602
  "name": "bundledDeps",
41603
41603
  "optional": true,
@@ -41621,7 +41621,7 @@
41621
41621
  "immutable": true,
41622
41622
  "locationInModule": {
41623
41623
  "filename": "src/javascript/node-package.ts",
41624
- "line": 302
41624
+ "line": 303
41625
41625
  },
41626
41626
  "name": "codeArtifactOptions",
41627
41627
  "optional": true,
@@ -41644,7 +41644,7 @@
41644
41644
  "immutable": true,
41645
41645
  "locationInModule": {
41646
41646
  "filename": "src/javascript/node-package.ts",
41647
- "line": 60
41647
+ "line": 61
41648
41648
  },
41649
41649
  "name": "deps",
41650
41650
  "optional": true,
@@ -41670,7 +41670,7 @@
41670
41670
  "immutable": true,
41671
41671
  "locationInModule": {
41672
41672
  "filename": "src/javascript/node-package.ts",
41673
- "line": 44
41673
+ "line": 45
41674
41674
  },
41675
41675
  "name": "description",
41676
41676
  "optional": true,
@@ -41693,7 +41693,7 @@
41693
41693
  "immutable": true,
41694
41694
  "locationInModule": {
41695
41695
  "filename": "src/javascript/node-package.ts",
41696
- "line": 78
41696
+ "line": 79
41697
41697
  },
41698
41698
  "name": "devDeps",
41699
41699
  "optional": true,
@@ -41717,7 +41717,7 @@
41717
41717
  "immutable": true,
41718
41718
  "locationInModule": {
41719
41719
  "filename": "src/javascript/node-package.ts",
41720
- "line": 139
41720
+ "line": 140
41721
41721
  },
41722
41722
  "name": "entrypoint",
41723
41723
  "optional": true,
@@ -41734,7 +41734,7 @@
41734
41734
  "immutable": true,
41735
41735
  "locationInModule": {
41736
41736
  "filename": "src/javascript/node-package.ts",
41737
- "line": 210
41737
+ "line": 211
41738
41738
  },
41739
41739
  "name": "homepage",
41740
41740
  "optional": true,
@@ -41751,7 +41751,7 @@
41751
41751
  "immutable": true,
41752
41752
  "locationInModule": {
41753
41753
  "filename": "src/javascript/node-package.ts",
41754
- "line": 130
41754
+ "line": 131
41755
41755
  },
41756
41756
  "name": "keywords",
41757
41757
  "optional": true,
@@ -41775,7 +41775,7 @@
41775
41775
  "immutable": true,
41776
41776
  "locationInModule": {
41777
41777
  "filename": "src/javascript/node-package.ts",
41778
- "line": 245
41778
+ "line": 246
41779
41779
  },
41780
41780
  "name": "license",
41781
41781
  "optional": true,
@@ -41793,7 +41793,7 @@
41793
41793
  "immutable": true,
41794
41794
  "locationInModule": {
41795
41795
  "filename": "src/javascript/node-package.ts",
41796
- "line": 252
41796
+ "line": 253
41797
41797
  },
41798
41798
  "name": "licensed",
41799
41799
  "optional": true,
@@ -41811,7 +41811,7 @@
41811
41811
  "immutable": true,
41812
41812
  "locationInModule": {
41813
41813
  "filename": "src/javascript/node-package.ts",
41814
- "line": 229
41814
+ "line": 230
41815
41815
  },
41816
41816
  "name": "maxNodeVersion",
41817
41817
  "optional": true,
@@ -41829,7 +41829,7 @@
41829
41829
  "immutable": true,
41830
41830
  "locationInModule": {
41831
41831
  "filename": "src/javascript/node-package.ts",
41832
- "line": 222
41832
+ "line": 223
41833
41833
  },
41834
41834
  "name": "minNodeVersion",
41835
41835
  "optional": true,
@@ -41847,7 +41847,7 @@
41847
41847
  "immutable": true,
41848
41848
  "locationInModule": {
41849
41849
  "filename": "src/javascript/node-package.ts",
41850
- "line": 287
41850
+ "line": 288
41851
41851
  },
41852
41852
  "name": "npmAccess",
41853
41853
  "optional": true,
@@ -41866,7 +41866,7 @@
41866
41866
  "immutable": true,
41867
41867
  "locationInModule": {
41868
41868
  "filename": "src/javascript/node-package.ts",
41869
- "line": 268
41869
+ "line": 269
41870
41870
  },
41871
41871
  "name": "npmRegistry",
41872
41872
  "optional": true,
@@ -41885,7 +41885,7 @@
41885
41885
  "immutable": true,
41886
41886
  "locationInModule": {
41887
41887
  "filename": "src/javascript/node-package.ts",
41888
- "line": 261
41888
+ "line": 262
41889
41889
  },
41890
41890
  "name": "npmRegistryUrl",
41891
41891
  "optional": true,
@@ -41903,7 +41903,7 @@
41903
41903
  "immutable": true,
41904
41904
  "locationInModule": {
41905
41905
  "filename": "src/javascript/node-package.ts",
41906
- "line": 294
41906
+ "line": 295
41907
41907
  },
41908
41908
  "name": "npmTokenSecret",
41909
41909
  "optional": true,
@@ -41921,7 +41921,7 @@
41921
41921
  "immutable": true,
41922
41922
  "locationInModule": {
41923
41923
  "filename": "src/javascript/node-package.ts",
41924
- "line": 173
41924
+ "line": 174
41925
41925
  },
41926
41926
  "name": "packageManager",
41927
41927
  "optional": true,
@@ -41942,7 +41942,7 @@
41942
41942
  "immutable": true,
41943
41943
  "locationInModule": {
41944
41944
  "filename": "src/javascript/node-package.ts",
41945
- "line": 37
41945
+ "line": 38
41946
41946
  },
41947
41947
  "name": "packageName",
41948
41948
  "optional": true,
@@ -41959,7 +41959,7 @@
41959
41959
  "immutable": true,
41960
41960
  "locationInModule": {
41961
41961
  "filename": "src/javascript/node-package.ts",
41962
- "line": 116
41962
+ "line": 117
41963
41963
  },
41964
41964
  "name": "peerDependencyOptions",
41965
41965
  "optional": true,
@@ -41978,7 +41978,7 @@
41978
41978
  "immutable": true,
41979
41979
  "locationInModule": {
41980
41980
  "filename": "src/javascript/node-package.ts",
41981
- "line": 97
41981
+ "line": 98
41982
41982
  },
41983
41983
  "name": "peerDeps",
41984
41984
  "optional": true,
@@ -42001,7 +42001,7 @@
42001
42001
  "immutable": true,
42002
42002
  "locationInModule": {
42003
42003
  "filename": "src/javascript/node-package.ts",
42004
- "line": 236
42004
+ "line": 237
42005
42005
  },
42006
42006
  "name": "pnpmVersion",
42007
42007
  "optional": true,
@@ -42019,7 +42019,7 @@
42019
42019
  "immutable": true,
42020
42020
  "locationInModule": {
42021
42021
  "filename": "src/javascript/node-package.ts",
42022
- "line": 179
42022
+ "line": 180
42023
42023
  },
42024
42024
  "name": "repository",
42025
42025
  "optional": true,
@@ -42036,7 +42036,7 @@
42036
42036
  "immutable": true,
42037
42037
  "locationInModule": {
42038
42038
  "filename": "src/javascript/node-package.ts",
42039
- "line": 185
42039
+ "line": 186
42040
42040
  },
42041
42041
  "name": "repositoryDirectory",
42042
42042
  "optional": true,
@@ -42054,7 +42054,7 @@
42054
42054
  "immutable": true,
42055
42055
  "locationInModule": {
42056
42056
  "filename": "src/javascript/node-package.ts",
42057
- "line": 309
42057
+ "line": 310
42058
42058
  },
42059
42059
  "name": "scopedPackagesOptions",
42060
42060
  "optional": true,
@@ -42079,7 +42079,7 @@
42079
42079
  "immutable": true,
42080
42080
  "locationInModule": {
42081
42081
  "filename": "src/javascript/node-package.ts",
42082
- "line": 166
42082
+ "line": 167
42083
42083
  },
42084
42084
  "name": "scripts",
42085
42085
  "optional": true,
@@ -42101,13 +42101,31 @@
42101
42101
  "immutable": true,
42102
42102
  "locationInModule": {
42103
42103
  "filename": "src/javascript/node-package.ts",
42104
- "line": 215
42104
+ "line": 216
42105
42105
  },
42106
42106
  "name": "stability",
42107
42107
  "optional": true,
42108
42108
  "type": {
42109
42109
  "primitive": "string"
42110
42110
  }
42111
+ },
42112
+ {
42113
+ "abstract": true,
42114
+ "docs": {
42115
+ "default": "- Yarn Berry v4 with all default options",
42116
+ "stability": "experimental",
42117
+ "summary": "Options for Yarn Berry."
42118
+ },
42119
+ "immutable": true,
42120
+ "locationInModule": {
42121
+ "filename": "src/javascript/node-package.ts",
42122
+ "line": 317
42123
+ },
42124
+ "name": "yarnBerryOptions",
42125
+ "optional": true,
42126
+ "type": {
42127
+ "fqn": "projen.javascript.YarnBerryOptions"
42128
+ }
42111
42129
  }
42112
42130
  ],
42113
42131
  "symbolId": "src/javascript/node-package:NodePackageOptions"
@@ -43665,7 +43683,7 @@
43665
43683
  "kind": "enum",
43666
43684
  "locationInModule": {
43667
43685
  "filename": "src/javascript/node-package.ts",
43668
- "line": 1545
43686
+ "line": 1612
43669
43687
  },
43670
43688
  "members": [
43671
43689
  {
@@ -43860,7 +43878,7 @@
43860
43878
  "kind": "interface",
43861
43879
  "locationInModule": {
43862
43880
  "filename": "src/javascript/node-package.ts",
43863
- "line": 1490
43881
+ "line": 1557
43864
43882
  },
43865
43883
  "name": "PeerDependencyOptions",
43866
43884
  "namespace": "javascript",
@@ -43875,7 +43893,7 @@
43875
43893
  "immutable": true,
43876
43894
  "locationInModule": {
43877
43895
  "filename": "src/javascript/node-package.ts",
43878
- "line": 1495
43896
+ "line": 1562
43879
43897
  },
43880
43898
  "name": "pinnedDevDependency",
43881
43899
  "optional": true,
@@ -44991,7 +45009,7 @@
44991
45009
  "kind": "interface",
44992
45010
  "locationInModule": {
44993
45011
  "filename": "src/javascript/node-package.ts",
44994
- "line": 376
45012
+ "line": 384
44995
45013
  },
44996
45014
  "name": "ScopedPackagesOptions",
44997
45015
  "namespace": "javascript",
@@ -45005,7 +45023,7 @@
45005
45023
  "immutable": true,
45006
45024
  "locationInModule": {
45007
45025
  "filename": "src/javascript/node-package.ts",
45008
- "line": 387
45026
+ "line": 395
45009
45027
  },
45010
45028
  "name": "registryUrl",
45011
45029
  "type": {
@@ -45022,7 +45040,7 @@
45022
45040
  "immutable": true,
45023
45041
  "locationInModule": {
45024
45042
  "filename": "src/javascript/node-package.ts",
45025
- "line": 382
45043
+ "line": 390
45026
45044
  },
45027
45045
  "name": "scope",
45028
45046
  "type": {
@@ -47575,6 +47593,2844 @@
47575
47593
  "namespace": "javascript",
47576
47594
  "symbolId": "src/javascript/jest:WatchPlugin"
47577
47595
  },
47596
+ "projen.javascript.YarnBerryOptions": {
47597
+ "assembly": "projen",
47598
+ "datatype": true,
47599
+ "docs": {
47600
+ "stability": "experimental",
47601
+ "summary": "Configure Yarn Berry."
47602
+ },
47603
+ "fqn": "projen.javascript.YarnBerryOptions",
47604
+ "kind": "interface",
47605
+ "locationInModule": {
47606
+ "filename": "src/javascript/node-package.ts",
47607
+ "line": 1627
47608
+ },
47609
+ "name": "YarnBerryOptions",
47610
+ "namespace": "javascript",
47611
+ "properties": [
47612
+ {
47613
+ "abstract": true,
47614
+ "docs": {
47615
+ "default": "- 4.0.1",
47616
+ "stability": "experimental",
47617
+ "summary": "A fully specified version to use for yarn (e.g., x.x.x)."
47618
+ },
47619
+ "immutable": true,
47620
+ "locationInModule": {
47621
+ "filename": "src/javascript/node-package.ts",
47622
+ "line": 1633
47623
+ },
47624
+ "name": "version",
47625
+ "optional": true,
47626
+ "type": {
47627
+ "primitive": "string"
47628
+ }
47629
+ },
47630
+ {
47631
+ "abstract": true,
47632
+ "docs": {
47633
+ "default": "- a blank Yarn RC file",
47634
+ "stability": "experimental",
47635
+ "summary": "The yarnrc configuration."
47636
+ },
47637
+ "immutable": true,
47638
+ "locationInModule": {
47639
+ "filename": "src/javascript/node-package.ts",
47640
+ "line": 1640
47641
+ },
47642
+ "name": "yarnRcOptions",
47643
+ "optional": true,
47644
+ "type": {
47645
+ "fqn": "projen.javascript.YarnrcOptions"
47646
+ }
47647
+ },
47648
+ {
47649
+ "abstract": true,
47650
+ "docs": {
47651
+ "default": "false",
47652
+ "remarks": "Learn more at: https://yarnpkg.com/features/caching#zero-installs",
47653
+ "stability": "experimental",
47654
+ "summary": "Should zero-installs be enabled?"
47655
+ },
47656
+ "immutable": true,
47657
+ "locationInModule": {
47658
+ "filename": "src/javascript/node-package.ts",
47659
+ "line": 1648
47660
+ },
47661
+ "name": "zeroInstalls",
47662
+ "optional": true,
47663
+ "type": {
47664
+ "primitive": "boolean"
47665
+ }
47666
+ }
47667
+ ],
47668
+ "symbolId": "src/javascript/node-package:YarnBerryOptions"
47669
+ },
47670
+ "projen.javascript.YarnCacheMigrationMode": {
47671
+ "assembly": "projen",
47672
+ "docs": {
47673
+ "stability": "experimental",
47674
+ "summary": "https://yarnpkg.com/configuration/yarnrc#cacheMigrationMode."
47675
+ },
47676
+ "fqn": "projen.javascript.YarnCacheMigrationMode",
47677
+ "kind": "enum",
47678
+ "locationInModule": {
47679
+ "filename": "src/javascript/yarnrc.ts",
47680
+ "line": 137
47681
+ },
47682
+ "members": [
47683
+ {
47684
+ "docs": {
47685
+ "stability": "experimental"
47686
+ },
47687
+ "name": "REQUIRED_ONLY"
47688
+ },
47689
+ {
47690
+ "docs": {
47691
+ "stability": "experimental"
47692
+ },
47693
+ "name": "MATCH_SPEC"
47694
+ },
47695
+ {
47696
+ "docs": {
47697
+ "stability": "experimental"
47698
+ },
47699
+ "name": "ALWAYS"
47700
+ }
47701
+ ],
47702
+ "name": "YarnCacheMigrationMode",
47703
+ "namespace": "javascript",
47704
+ "symbolId": "src/javascript/yarnrc:YarnCacheMigrationMode"
47705
+ },
47706
+ "projen.javascript.YarnChecksumBehavior": {
47707
+ "assembly": "projen",
47708
+ "docs": {
47709
+ "stability": "experimental",
47710
+ "summary": "https://yarnpkg.com/configuration/yarnrc#checksumBehavior."
47711
+ },
47712
+ "fqn": "projen.javascript.YarnChecksumBehavior",
47713
+ "kind": "enum",
47714
+ "locationInModule": {
47715
+ "filename": "src/javascript/yarnrc.ts",
47716
+ "line": 7
47717
+ },
47718
+ "members": [
47719
+ {
47720
+ "docs": {
47721
+ "stability": "experimental"
47722
+ },
47723
+ "name": "THROW"
47724
+ },
47725
+ {
47726
+ "docs": {
47727
+ "stability": "experimental"
47728
+ },
47729
+ "name": "UPDATE"
47730
+ },
47731
+ {
47732
+ "docs": {
47733
+ "stability": "experimental"
47734
+ },
47735
+ "name": "RESET"
47736
+ },
47737
+ {
47738
+ "docs": {
47739
+ "stability": "experimental"
47740
+ },
47741
+ "name": "IGNORE"
47742
+ }
47743
+ ],
47744
+ "name": "YarnChecksumBehavior",
47745
+ "namespace": "javascript",
47746
+ "symbolId": "src/javascript/yarnrc:YarnChecksumBehavior"
47747
+ },
47748
+ "projen.javascript.YarnDefaultSemverRangePrefix": {
47749
+ "assembly": "projen",
47750
+ "docs": {
47751
+ "stability": "experimental",
47752
+ "summary": "https://yarnpkg.com/configuration/yarnrc#defaultSemverRangePrefix."
47753
+ },
47754
+ "fqn": "projen.javascript.YarnDefaultSemverRangePrefix",
47755
+ "kind": "enum",
47756
+ "locationInModule": {
47757
+ "filename": "src/javascript/yarnrc.ts",
47758
+ "line": 15
47759
+ },
47760
+ "members": [
47761
+ {
47762
+ "docs": {
47763
+ "stability": "experimental"
47764
+ },
47765
+ "name": "CARET"
47766
+ },
47767
+ {
47768
+ "docs": {
47769
+ "stability": "experimental"
47770
+ },
47771
+ "name": "TILDE"
47772
+ },
47773
+ {
47774
+ "docs": {
47775
+ "stability": "experimental"
47776
+ },
47777
+ "name": "EMPTY_STRING"
47778
+ }
47779
+ ],
47780
+ "name": "YarnDefaultSemverRangePrefix",
47781
+ "namespace": "javascript",
47782
+ "symbolId": "src/javascript/yarnrc:YarnDefaultSemverRangePrefix"
47783
+ },
47784
+ "projen.javascript.YarnLogFilter": {
47785
+ "assembly": "projen",
47786
+ "datatype": true,
47787
+ "docs": {
47788
+ "stability": "experimental",
47789
+ "summary": "https://yarnpkg.com/configuration/yarnrc#logFilters."
47790
+ },
47791
+ "fqn": "projen.javascript.YarnLogFilter",
47792
+ "kind": "interface",
47793
+ "locationInModule": {
47794
+ "filename": "src/javascript/yarnrc.ts",
47795
+ "line": 30
47796
+ },
47797
+ "name": "YarnLogFilter",
47798
+ "namespace": "javascript",
47799
+ "properties": [
47800
+ {
47801
+ "abstract": true,
47802
+ "docs": {
47803
+ "stability": "experimental"
47804
+ },
47805
+ "immutable": true,
47806
+ "locationInModule": {
47807
+ "filename": "src/javascript/yarnrc.ts",
47808
+ "line": 31
47809
+ },
47810
+ "name": "code",
47811
+ "optional": true,
47812
+ "type": {
47813
+ "primitive": "string"
47814
+ }
47815
+ },
47816
+ {
47817
+ "abstract": true,
47818
+ "docs": {
47819
+ "stability": "experimental"
47820
+ },
47821
+ "immutable": true,
47822
+ "locationInModule": {
47823
+ "filename": "src/javascript/yarnrc.ts",
47824
+ "line": 33
47825
+ },
47826
+ "name": "level",
47827
+ "optional": true,
47828
+ "type": {
47829
+ "fqn": "projen.javascript.YarnLogFilterLevel"
47830
+ }
47831
+ },
47832
+ {
47833
+ "abstract": true,
47834
+ "docs": {
47835
+ "stability": "experimental"
47836
+ },
47837
+ "immutable": true,
47838
+ "locationInModule": {
47839
+ "filename": "src/javascript/yarnrc.ts",
47840
+ "line": 34
47841
+ },
47842
+ "name": "pattern",
47843
+ "optional": true,
47844
+ "type": {
47845
+ "primitive": "string"
47846
+ }
47847
+ },
47848
+ {
47849
+ "abstract": true,
47850
+ "docs": {
47851
+ "stability": "experimental"
47852
+ },
47853
+ "immutable": true,
47854
+ "locationInModule": {
47855
+ "filename": "src/javascript/yarnrc.ts",
47856
+ "line": 32
47857
+ },
47858
+ "name": "text",
47859
+ "optional": true,
47860
+ "type": {
47861
+ "primitive": "string"
47862
+ }
47863
+ }
47864
+ ],
47865
+ "symbolId": "src/javascript/yarnrc:YarnLogFilter"
47866
+ },
47867
+ "projen.javascript.YarnLogFilterLevel": {
47868
+ "assembly": "projen",
47869
+ "docs": {
47870
+ "stability": "experimental",
47871
+ "summary": "https://v3.yarnpkg.com/configuration/yarnrc#logFilters.0.level."
47872
+ },
47873
+ "fqn": "projen.javascript.YarnLogFilterLevel",
47874
+ "kind": "enum",
47875
+ "locationInModule": {
47876
+ "filename": "src/javascript/yarnrc.ts",
47877
+ "line": 22
47878
+ },
47879
+ "members": [
47880
+ {
47881
+ "docs": {
47882
+ "stability": "experimental"
47883
+ },
47884
+ "name": "INFO"
47885
+ },
47886
+ {
47887
+ "docs": {
47888
+ "stability": "experimental"
47889
+ },
47890
+ "name": "WARNING"
47891
+ },
47892
+ {
47893
+ "docs": {
47894
+ "stability": "experimental"
47895
+ },
47896
+ "name": "ERROR"
47897
+ },
47898
+ {
47899
+ "docs": {
47900
+ "stability": "experimental"
47901
+ },
47902
+ "name": "DISCARD"
47903
+ }
47904
+ ],
47905
+ "name": "YarnLogFilterLevel",
47906
+ "namespace": "javascript",
47907
+ "symbolId": "src/javascript/yarnrc:YarnLogFilterLevel"
47908
+ },
47909
+ "projen.javascript.YarnNetworkSetting": {
47910
+ "assembly": "projen",
47911
+ "datatype": true,
47912
+ "docs": {
47913
+ "stability": "experimental",
47914
+ "summary": "https://yarnpkg.com/configuration/yarnrc#networkSettings."
47915
+ },
47916
+ "fqn": "projen.javascript.YarnNetworkSetting",
47917
+ "kind": "interface",
47918
+ "locationInModule": {
47919
+ "filename": "src/javascript/yarnrc.ts",
47920
+ "line": 38
47921
+ },
47922
+ "name": "YarnNetworkSetting",
47923
+ "namespace": "javascript",
47924
+ "properties": [
47925
+ {
47926
+ "abstract": true,
47927
+ "docs": {
47928
+ "deprecated": "- use httpsCaFilePath in Yarn v4 and newer",
47929
+ "stability": "deprecated"
47930
+ },
47931
+ "immutable": true,
47932
+ "locationInModule": {
47933
+ "filename": "src/javascript/yarnrc.ts",
47934
+ "line": 40
47935
+ },
47936
+ "name": "caFilePath",
47937
+ "optional": true,
47938
+ "type": {
47939
+ "primitive": "string"
47940
+ }
47941
+ },
47942
+ {
47943
+ "abstract": true,
47944
+ "docs": {
47945
+ "stability": "experimental"
47946
+ },
47947
+ "immutable": true,
47948
+ "locationInModule": {
47949
+ "filename": "src/javascript/yarnrc.ts",
47950
+ "line": 42
47951
+ },
47952
+ "name": "enableNetwork",
47953
+ "optional": true,
47954
+ "type": {
47955
+ "primitive": "boolean"
47956
+ }
47957
+ },
47958
+ {
47959
+ "abstract": true,
47960
+ "docs": {
47961
+ "stability": "experimental"
47962
+ },
47963
+ "immutable": true,
47964
+ "locationInModule": {
47965
+ "filename": "src/javascript/yarnrc.ts",
47966
+ "line": 43
47967
+ },
47968
+ "name": "httpProxy",
47969
+ "optional": true,
47970
+ "type": {
47971
+ "primitive": "string"
47972
+ }
47973
+ },
47974
+ {
47975
+ "abstract": true,
47976
+ "docs": {
47977
+ "stability": "experimental"
47978
+ },
47979
+ "immutable": true,
47980
+ "locationInModule": {
47981
+ "filename": "src/javascript/yarnrc.ts",
47982
+ "line": 41
47983
+ },
47984
+ "name": "httpsCaFilePath",
47985
+ "optional": true,
47986
+ "type": {
47987
+ "primitive": "string"
47988
+ }
47989
+ },
47990
+ {
47991
+ "abstract": true,
47992
+ "docs": {
47993
+ "stability": "experimental"
47994
+ },
47995
+ "immutable": true,
47996
+ "locationInModule": {
47997
+ "filename": "src/javascript/yarnrc.ts",
47998
+ "line": 46
47999
+ },
48000
+ "name": "httpsCertFilePath",
48001
+ "optional": true,
48002
+ "type": {
48003
+ "primitive": "string"
48004
+ }
48005
+ },
48006
+ {
48007
+ "abstract": true,
48008
+ "docs": {
48009
+ "stability": "experimental"
48010
+ },
48011
+ "immutable": true,
48012
+ "locationInModule": {
48013
+ "filename": "src/javascript/yarnrc.ts",
48014
+ "line": 45
48015
+ },
48016
+ "name": "httpsKeyFilePath",
48017
+ "optional": true,
48018
+ "type": {
48019
+ "primitive": "string"
48020
+ }
48021
+ },
48022
+ {
48023
+ "abstract": true,
48024
+ "docs": {
48025
+ "stability": "experimental"
48026
+ },
48027
+ "immutable": true,
48028
+ "locationInModule": {
48029
+ "filename": "src/javascript/yarnrc.ts",
48030
+ "line": 44
48031
+ },
48032
+ "name": "httpsProxy",
48033
+ "optional": true,
48034
+ "type": {
48035
+ "primitive": "string"
48036
+ }
48037
+ }
48038
+ ],
48039
+ "symbolId": "src/javascript/yarnrc:YarnNetworkSetting"
48040
+ },
48041
+ "projen.javascript.YarnNmHoistingLimit": {
48042
+ "assembly": "projen",
48043
+ "docs": {
48044
+ "stability": "experimental",
48045
+ "summary": "https://yarnpkg.com/configuration/yarnrc#nmHoistingLimits."
48046
+ },
48047
+ "fqn": "projen.javascript.YarnNmHoistingLimit",
48048
+ "kind": "enum",
48049
+ "locationInModule": {
48050
+ "filename": "src/javascript/yarnrc.ts",
48051
+ "line": 50
48052
+ },
48053
+ "members": [
48054
+ {
48055
+ "docs": {
48056
+ "stability": "experimental"
48057
+ },
48058
+ "name": "DEPENDENCIES"
48059
+ },
48060
+ {
48061
+ "docs": {
48062
+ "stability": "experimental"
48063
+ },
48064
+ "name": "NONE"
48065
+ },
48066
+ {
48067
+ "docs": {
48068
+ "stability": "experimental"
48069
+ },
48070
+ "name": "WORKSPACES"
48071
+ }
48072
+ ],
48073
+ "name": "YarnNmHoistingLimit",
48074
+ "namespace": "javascript",
48075
+ "symbolId": "src/javascript/yarnrc:YarnNmHoistingLimit"
48076
+ },
48077
+ "projen.javascript.YarnNmMode": {
48078
+ "assembly": "projen",
48079
+ "docs": {
48080
+ "stability": "experimental",
48081
+ "summary": "https://yarnpkg.com/configuration/yarnrc#nmMode."
48082
+ },
48083
+ "fqn": "projen.javascript.YarnNmMode",
48084
+ "kind": "enum",
48085
+ "locationInModule": {
48086
+ "filename": "src/javascript/yarnrc.ts",
48087
+ "line": 57
48088
+ },
48089
+ "members": [
48090
+ {
48091
+ "docs": {
48092
+ "stability": "experimental"
48093
+ },
48094
+ "name": "CLASSIC"
48095
+ },
48096
+ {
48097
+ "docs": {
48098
+ "stability": "experimental"
48099
+ },
48100
+ "name": "HARDLINKS_LOCAL"
48101
+ },
48102
+ {
48103
+ "docs": {
48104
+ "stability": "experimental"
48105
+ },
48106
+ "name": "HARDLINKS_GLOBAL"
48107
+ }
48108
+ ],
48109
+ "name": "YarnNmMode",
48110
+ "namespace": "javascript",
48111
+ "symbolId": "src/javascript/yarnrc:YarnNmMode"
48112
+ },
48113
+ "projen.javascript.YarnNodeLinker": {
48114
+ "assembly": "projen",
48115
+ "docs": {
48116
+ "stability": "experimental",
48117
+ "summary": "https://yarnpkg.com/configuration/yarnrc#nodeLinker."
48118
+ },
48119
+ "fqn": "projen.javascript.YarnNodeLinker",
48120
+ "kind": "enum",
48121
+ "locationInModule": {
48122
+ "filename": "src/javascript/yarnrc.ts",
48123
+ "line": 64
48124
+ },
48125
+ "members": [
48126
+ {
48127
+ "docs": {
48128
+ "stability": "experimental"
48129
+ },
48130
+ "name": "PNP"
48131
+ },
48132
+ {
48133
+ "docs": {
48134
+ "stability": "experimental"
48135
+ },
48136
+ "name": "PNPM"
48137
+ },
48138
+ {
48139
+ "docs": {
48140
+ "stability": "experimental"
48141
+ },
48142
+ "name": "NODE_MODULES"
48143
+ }
48144
+ ],
48145
+ "name": "YarnNodeLinker",
48146
+ "namespace": "javascript",
48147
+ "symbolId": "src/javascript/yarnrc:YarnNodeLinker"
48148
+ },
48149
+ "projen.javascript.YarnNpmPublishAccess": {
48150
+ "assembly": "projen",
48151
+ "docs": {
48152
+ "stability": "experimental",
48153
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmPublishAccess."
48154
+ },
48155
+ "fqn": "projen.javascript.YarnNpmPublishAccess",
48156
+ "kind": "enum",
48157
+ "locationInModule": {
48158
+ "filename": "src/javascript/yarnrc.ts",
48159
+ "line": 71
48160
+ },
48161
+ "members": [
48162
+ {
48163
+ "docs": {
48164
+ "stability": "experimental"
48165
+ },
48166
+ "name": "PUBLIC"
48167
+ },
48168
+ {
48169
+ "docs": {
48170
+ "stability": "experimental"
48171
+ },
48172
+ "name": "RESTRICTED"
48173
+ }
48174
+ ],
48175
+ "name": "YarnNpmPublishAccess",
48176
+ "namespace": "javascript",
48177
+ "symbolId": "src/javascript/yarnrc:YarnNpmPublishAccess"
48178
+ },
48179
+ "projen.javascript.YarnNpmRegistry": {
48180
+ "assembly": "projen",
48181
+ "datatype": true,
48182
+ "docs": {
48183
+ "stability": "experimental",
48184
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmRegistries."
48185
+ },
48186
+ "fqn": "projen.javascript.YarnNpmRegistry",
48187
+ "kind": "interface",
48188
+ "locationInModule": {
48189
+ "filename": "src/javascript/yarnrc.ts",
48190
+ "line": 77
48191
+ },
48192
+ "name": "YarnNpmRegistry",
48193
+ "namespace": "javascript",
48194
+ "properties": [
48195
+ {
48196
+ "abstract": true,
48197
+ "docs": {
48198
+ "stability": "experimental"
48199
+ },
48200
+ "immutable": true,
48201
+ "locationInModule": {
48202
+ "filename": "src/javascript/yarnrc.ts",
48203
+ "line": 78
48204
+ },
48205
+ "name": "npmAlwaysAuth",
48206
+ "optional": true,
48207
+ "type": {
48208
+ "primitive": "boolean"
48209
+ }
48210
+ },
48211
+ {
48212
+ "abstract": true,
48213
+ "docs": {
48214
+ "stability": "experimental"
48215
+ },
48216
+ "immutable": true,
48217
+ "locationInModule": {
48218
+ "filename": "src/javascript/yarnrc.ts",
48219
+ "line": 79
48220
+ },
48221
+ "name": "npmAuthIdent",
48222
+ "optional": true,
48223
+ "type": {
48224
+ "primitive": "string"
48225
+ }
48226
+ },
48227
+ {
48228
+ "abstract": true,
48229
+ "docs": {
48230
+ "stability": "experimental"
48231
+ },
48232
+ "immutable": true,
48233
+ "locationInModule": {
48234
+ "filename": "src/javascript/yarnrc.ts",
48235
+ "line": 80
48236
+ },
48237
+ "name": "npmAuthToken",
48238
+ "optional": true,
48239
+ "type": {
48240
+ "primitive": "string"
48241
+ }
48242
+ }
48243
+ ],
48244
+ "symbolId": "src/javascript/yarnrc:YarnNpmRegistry"
48245
+ },
48246
+ "projen.javascript.YarnNpmScope": {
48247
+ "assembly": "projen",
48248
+ "datatype": true,
48249
+ "docs": {
48250
+ "stability": "experimental",
48251
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmScopes."
48252
+ },
48253
+ "fqn": "projen.javascript.YarnNpmScope",
48254
+ "kind": "interface",
48255
+ "locationInModule": {
48256
+ "filename": "src/javascript/yarnrc.ts",
48257
+ "line": 84
48258
+ },
48259
+ "name": "YarnNpmScope",
48260
+ "namespace": "javascript",
48261
+ "properties": [
48262
+ {
48263
+ "abstract": true,
48264
+ "docs": {
48265
+ "stability": "experimental"
48266
+ },
48267
+ "immutable": true,
48268
+ "locationInModule": {
48269
+ "filename": "src/javascript/yarnrc.ts",
48270
+ "line": 87
48271
+ },
48272
+ "name": "npmAlwaysAuth",
48273
+ "optional": true,
48274
+ "type": {
48275
+ "primitive": "boolean"
48276
+ }
48277
+ },
48278
+ {
48279
+ "abstract": true,
48280
+ "docs": {
48281
+ "stability": "experimental"
48282
+ },
48283
+ "immutable": true,
48284
+ "locationInModule": {
48285
+ "filename": "src/javascript/yarnrc.ts",
48286
+ "line": 88
48287
+ },
48288
+ "name": "npmAuthIdent",
48289
+ "optional": true,
48290
+ "type": {
48291
+ "primitive": "string"
48292
+ }
48293
+ },
48294
+ {
48295
+ "abstract": true,
48296
+ "docs": {
48297
+ "stability": "experimental"
48298
+ },
48299
+ "immutable": true,
48300
+ "locationInModule": {
48301
+ "filename": "src/javascript/yarnrc.ts",
48302
+ "line": 89
48303
+ },
48304
+ "name": "npmAuthToken",
48305
+ "optional": true,
48306
+ "type": {
48307
+ "primitive": "string"
48308
+ }
48309
+ },
48310
+ {
48311
+ "abstract": true,
48312
+ "docs": {
48313
+ "stability": "experimental"
48314
+ },
48315
+ "immutable": true,
48316
+ "locationInModule": {
48317
+ "filename": "src/javascript/yarnrc.ts",
48318
+ "line": 85
48319
+ },
48320
+ "name": "npmPublishRegistry",
48321
+ "optional": true,
48322
+ "type": {
48323
+ "primitive": "string"
48324
+ }
48325
+ },
48326
+ {
48327
+ "abstract": true,
48328
+ "docs": {
48329
+ "stability": "experimental"
48330
+ },
48331
+ "immutable": true,
48332
+ "locationInModule": {
48333
+ "filename": "src/javascript/yarnrc.ts",
48334
+ "line": 86
48335
+ },
48336
+ "name": "npmRegistryServer",
48337
+ "optional": true,
48338
+ "type": {
48339
+ "primitive": "string"
48340
+ }
48341
+ }
48342
+ ],
48343
+ "symbolId": "src/javascript/yarnrc:YarnNpmScope"
48344
+ },
48345
+ "projen.javascript.YarnPackageExtension": {
48346
+ "assembly": "projen",
48347
+ "datatype": true,
48348
+ "docs": {
48349
+ "stability": "experimental",
48350
+ "summary": "https://yarnpkg.com/configuration/yarnrc#packageExtensions."
48351
+ },
48352
+ "fqn": "projen.javascript.YarnPackageExtension",
48353
+ "kind": "interface",
48354
+ "locationInModule": {
48355
+ "filename": "src/javascript/yarnrc.ts",
48356
+ "line": 98
48357
+ },
48358
+ "name": "YarnPackageExtension",
48359
+ "namespace": "javascript",
48360
+ "properties": [
48361
+ {
48362
+ "abstract": true,
48363
+ "docs": {
48364
+ "stability": "experimental"
48365
+ },
48366
+ "immutable": true,
48367
+ "locationInModule": {
48368
+ "filename": "src/javascript/yarnrc.ts",
48369
+ "line": 99
48370
+ },
48371
+ "name": "dependencies",
48372
+ "optional": true,
48373
+ "type": {
48374
+ "collection": {
48375
+ "elementtype": {
48376
+ "primitive": "string"
48377
+ },
48378
+ "kind": "map"
48379
+ }
48380
+ }
48381
+ },
48382
+ {
48383
+ "abstract": true,
48384
+ "docs": {
48385
+ "stability": "experimental"
48386
+ },
48387
+ "immutable": true,
48388
+ "locationInModule": {
48389
+ "filename": "src/javascript/yarnrc.ts",
48390
+ "line": 100
48391
+ },
48392
+ "name": "peerDependencies",
48393
+ "optional": true,
48394
+ "type": {
48395
+ "collection": {
48396
+ "elementtype": {
48397
+ "primitive": "string"
48398
+ },
48399
+ "kind": "map"
48400
+ }
48401
+ }
48402
+ },
48403
+ {
48404
+ "abstract": true,
48405
+ "docs": {
48406
+ "stability": "experimental"
48407
+ },
48408
+ "immutable": true,
48409
+ "locationInModule": {
48410
+ "filename": "src/javascript/yarnrc.ts",
48411
+ "line": 101
48412
+ },
48413
+ "name": "peerDependenciesMeta",
48414
+ "optional": true,
48415
+ "type": {
48416
+ "collection": {
48417
+ "elementtype": {
48418
+ "collection": {
48419
+ "elementtype": {
48420
+ "fqn": "projen.javascript.YarnPeerDependencyMeta"
48421
+ },
48422
+ "kind": "map"
48423
+ }
48424
+ },
48425
+ "kind": "map"
48426
+ }
48427
+ }
48428
+ }
48429
+ ],
48430
+ "symbolId": "src/javascript/yarnrc:YarnPackageExtension"
48431
+ },
48432
+ "projen.javascript.YarnPeerDependencyMeta": {
48433
+ "assembly": "projen",
48434
+ "datatype": true,
48435
+ "docs": {
48436
+ "stability": "experimental",
48437
+ "summary": "https://yarnpkg.com/configuration/yarnrc#packageExtensions."
48438
+ },
48439
+ "fqn": "projen.javascript.YarnPeerDependencyMeta",
48440
+ "kind": "interface",
48441
+ "locationInModule": {
48442
+ "filename": "src/javascript/yarnrc.ts",
48443
+ "line": 93
48444
+ },
48445
+ "name": "YarnPeerDependencyMeta",
48446
+ "namespace": "javascript",
48447
+ "properties": [
48448
+ {
48449
+ "abstract": true,
48450
+ "docs": {
48451
+ "stability": "experimental"
48452
+ },
48453
+ "immutable": true,
48454
+ "locationInModule": {
48455
+ "filename": "src/javascript/yarnrc.ts",
48456
+ "line": 94
48457
+ },
48458
+ "name": "optional",
48459
+ "optional": true,
48460
+ "type": {
48461
+ "primitive": "boolean"
48462
+ }
48463
+ }
48464
+ ],
48465
+ "symbolId": "src/javascript/yarnrc:YarnPeerDependencyMeta"
48466
+ },
48467
+ "projen.javascript.YarnPnpFallbackMode": {
48468
+ "assembly": "projen",
48469
+ "docs": {
48470
+ "stability": "experimental",
48471
+ "summary": "https://yarnpkg.com/configuration/yarnrc#pnpFallbackMode."
48472
+ },
48473
+ "fqn": "projen.javascript.YarnPnpFallbackMode",
48474
+ "kind": "enum",
48475
+ "locationInModule": {
48476
+ "filename": "src/javascript/yarnrc.ts",
48477
+ "line": 108
48478
+ },
48479
+ "members": [
48480
+ {
48481
+ "docs": {
48482
+ "stability": "experimental"
48483
+ },
48484
+ "name": "NONE"
48485
+ },
48486
+ {
48487
+ "docs": {
48488
+ "stability": "experimental"
48489
+ },
48490
+ "name": "DEPENDENCIES_ONLY"
48491
+ },
48492
+ {
48493
+ "docs": {
48494
+ "stability": "experimental"
48495
+ },
48496
+ "name": "ALL"
48497
+ }
48498
+ ],
48499
+ "name": "YarnPnpFallbackMode",
48500
+ "namespace": "javascript",
48501
+ "symbolId": "src/javascript/yarnrc:YarnPnpFallbackMode"
48502
+ },
48503
+ "projen.javascript.YarnPnpMode": {
48504
+ "assembly": "projen",
48505
+ "docs": {
48506
+ "stability": "experimental",
48507
+ "summary": "https://yarnpkg.com/configuration/yarnrc#pnpMode."
48508
+ },
48509
+ "fqn": "projen.javascript.YarnPnpMode",
48510
+ "kind": "enum",
48511
+ "locationInModule": {
48512
+ "filename": "src/javascript/yarnrc.ts",
48513
+ "line": 115
48514
+ },
48515
+ "members": [
48516
+ {
48517
+ "docs": {
48518
+ "stability": "experimental"
48519
+ },
48520
+ "name": "STRICT"
48521
+ },
48522
+ {
48523
+ "docs": {
48524
+ "stability": "experimental"
48525
+ },
48526
+ "name": "LOOSE"
48527
+ }
48528
+ ],
48529
+ "name": "YarnPnpMode",
48530
+ "namespace": "javascript",
48531
+ "symbolId": "src/javascript/yarnrc:YarnPnpMode"
48532
+ },
48533
+ "projen.javascript.YarnProgressBarStyle": {
48534
+ "assembly": "projen",
48535
+ "docs": {
48536
+ "stability": "experimental",
48537
+ "summary": "https://yarnpkg.com/configuration/yarnrc#progressBarStyle."
48538
+ },
48539
+ "fqn": "projen.javascript.YarnProgressBarStyle",
48540
+ "kind": "enum",
48541
+ "locationInModule": {
48542
+ "filename": "src/javascript/yarnrc.ts",
48543
+ "line": 121
48544
+ },
48545
+ "members": [
48546
+ {
48547
+ "docs": {
48548
+ "stability": "experimental"
48549
+ },
48550
+ "name": "PATRICK"
48551
+ },
48552
+ {
48553
+ "docs": {
48554
+ "stability": "experimental"
48555
+ },
48556
+ "name": "SIMBA"
48557
+ },
48558
+ {
48559
+ "docs": {
48560
+ "stability": "experimental"
48561
+ },
48562
+ "name": "JACK"
48563
+ },
48564
+ {
48565
+ "docs": {
48566
+ "stability": "experimental"
48567
+ },
48568
+ "name": "HOGSFATHER"
48569
+ },
48570
+ {
48571
+ "docs": {
48572
+ "stability": "experimental"
48573
+ },
48574
+ "name": "DEFAULT"
48575
+ }
48576
+ ],
48577
+ "name": "YarnProgressBarStyle",
48578
+ "namespace": "javascript",
48579
+ "symbolId": "src/javascript/yarnrc:YarnProgressBarStyle"
48580
+ },
48581
+ "projen.javascript.YarnSupportedArchitectures": {
48582
+ "assembly": "projen",
48583
+ "datatype": true,
48584
+ "docs": {
48585
+ "stability": "experimental",
48586
+ "summary": "https://yarnpkg.com/configuration/yarnrc#supportedArchitectures."
48587
+ },
48588
+ "fqn": "projen.javascript.YarnSupportedArchitectures",
48589
+ "kind": "interface",
48590
+ "locationInModule": {
48591
+ "filename": "src/javascript/yarnrc.ts",
48592
+ "line": 130
48593
+ },
48594
+ "name": "YarnSupportedArchitectures",
48595
+ "namespace": "javascript",
48596
+ "properties": [
48597
+ {
48598
+ "abstract": true,
48599
+ "docs": {
48600
+ "stability": "experimental"
48601
+ },
48602
+ "immutable": true,
48603
+ "locationInModule": {
48604
+ "filename": "src/javascript/yarnrc.ts",
48605
+ "line": 132
48606
+ },
48607
+ "name": "cpu",
48608
+ "optional": true,
48609
+ "type": {
48610
+ "collection": {
48611
+ "elementtype": {
48612
+ "primitive": "string"
48613
+ },
48614
+ "kind": "array"
48615
+ }
48616
+ }
48617
+ },
48618
+ {
48619
+ "abstract": true,
48620
+ "docs": {
48621
+ "stability": "experimental"
48622
+ },
48623
+ "immutable": true,
48624
+ "locationInModule": {
48625
+ "filename": "src/javascript/yarnrc.ts",
48626
+ "line": 133
48627
+ },
48628
+ "name": "libc",
48629
+ "optional": true,
48630
+ "type": {
48631
+ "collection": {
48632
+ "elementtype": {
48633
+ "primitive": "string"
48634
+ },
48635
+ "kind": "array"
48636
+ }
48637
+ }
48638
+ },
48639
+ {
48640
+ "abstract": true,
48641
+ "docs": {
48642
+ "stability": "experimental"
48643
+ },
48644
+ "immutable": true,
48645
+ "locationInModule": {
48646
+ "filename": "src/javascript/yarnrc.ts",
48647
+ "line": 131
48648
+ },
48649
+ "name": "os",
48650
+ "optional": true,
48651
+ "type": {
48652
+ "collection": {
48653
+ "elementtype": {
48654
+ "primitive": "string"
48655
+ },
48656
+ "kind": "array"
48657
+ }
48658
+ }
48659
+ }
48660
+ ],
48661
+ "symbolId": "src/javascript/yarnrc:YarnSupportedArchitectures"
48662
+ },
48663
+ "projen.javascript.YarnWinLinkType": {
48664
+ "assembly": "projen",
48665
+ "docs": {
48666
+ "stability": "experimental",
48667
+ "summary": "https://yarnpkg.com/configuration/yarnrc#winLinkType."
48668
+ },
48669
+ "fqn": "projen.javascript.YarnWinLinkType",
48670
+ "kind": "enum",
48671
+ "locationInModule": {
48672
+ "filename": "src/javascript/yarnrc.ts",
48673
+ "line": 144
48674
+ },
48675
+ "members": [
48676
+ {
48677
+ "docs": {
48678
+ "stability": "experimental"
48679
+ },
48680
+ "name": "JUNCTIONS"
48681
+ },
48682
+ {
48683
+ "docs": {
48684
+ "stability": "experimental"
48685
+ },
48686
+ "name": "SYMLINKS"
48687
+ }
48688
+ ],
48689
+ "name": "YarnWinLinkType",
48690
+ "namespace": "javascript",
48691
+ "symbolId": "src/javascript/yarnrc:YarnWinLinkType"
48692
+ },
48693
+ "projen.javascript.YarnWorkerPoolMode": {
48694
+ "assembly": "projen",
48695
+ "docs": {
48696
+ "stability": "experimental"
48697
+ },
48698
+ "fqn": "projen.javascript.YarnWorkerPoolMode",
48699
+ "kind": "enum",
48700
+ "locationInModule": {
48701
+ "filename": "src/javascript/yarnrc.ts",
48702
+ "line": 149
48703
+ },
48704
+ "members": [
48705
+ {
48706
+ "docs": {
48707
+ "stability": "experimental"
48708
+ },
48709
+ "name": "ASYNC"
48710
+ },
48711
+ {
48712
+ "docs": {
48713
+ "stability": "experimental"
48714
+ },
48715
+ "name": "WORKERS"
48716
+ }
48717
+ ],
48718
+ "name": "YarnWorkerPoolMode",
48719
+ "namespace": "javascript",
48720
+ "symbolId": "src/javascript/yarnrc:YarnWorkerPoolMode"
48721
+ },
48722
+ "projen.javascript.Yarnrc": {
48723
+ "assembly": "projen",
48724
+ "base": "projen.Component",
48725
+ "docs": {
48726
+ "stability": "experimental"
48727
+ },
48728
+ "fqn": "projen.javascript.Yarnrc",
48729
+ "initializer": {
48730
+ "docs": {
48731
+ "stability": "experimental"
48732
+ },
48733
+ "locationInModule": {
48734
+ "filename": "src/javascript/yarnrc.ts",
48735
+ "line": 359
48736
+ },
48737
+ "parameters": [
48738
+ {
48739
+ "name": "project",
48740
+ "type": {
48741
+ "fqn": "projen.Project"
48742
+ }
48743
+ },
48744
+ {
48745
+ "name": "version",
48746
+ "type": {
48747
+ "primitive": "string"
48748
+ }
48749
+ },
48750
+ {
48751
+ "name": "options",
48752
+ "optional": true,
48753
+ "type": {
48754
+ "fqn": "projen.javascript.YarnrcOptions"
48755
+ }
48756
+ }
48757
+ ]
48758
+ },
48759
+ "kind": "class",
48760
+ "locationInModule": {
48761
+ "filename": "src/javascript/yarnrc.ts",
48762
+ "line": 358
48763
+ },
48764
+ "name": "Yarnrc",
48765
+ "namespace": "javascript",
48766
+ "symbolId": "src/javascript/yarnrc:Yarnrc"
48767
+ },
48768
+ "projen.javascript.YarnrcOptions": {
48769
+ "assembly": "projen",
48770
+ "datatype": true,
48771
+ "docs": {
48772
+ "stability": "experimental",
48773
+ "summary": "Configuration for .yarnrc.yml in Yarn Berry v4."
48774
+ },
48775
+ "fqn": "projen.javascript.YarnrcOptions",
48776
+ "kind": "interface",
48777
+ "locationInModule": {
48778
+ "filename": "src/javascript/yarnrc.ts",
48779
+ "line": 155
48780
+ },
48781
+ "name": "YarnrcOptions",
48782
+ "namespace": "javascript",
48783
+ "properties": [
48784
+ {
48785
+ "abstract": true,
48786
+ "docs": {
48787
+ "stability": "experimental",
48788
+ "summary": "https://yarnpkg.com/configuration/yarnrc#cacheFolder."
48789
+ },
48790
+ "immutable": true,
48791
+ "locationInModule": {
48792
+ "filename": "src/javascript/yarnrc.ts",
48793
+ "line": 157
48794
+ },
48795
+ "name": "cacheFolder",
48796
+ "optional": true,
48797
+ "type": {
48798
+ "primitive": "string"
48799
+ }
48800
+ },
48801
+ {
48802
+ "abstract": true,
48803
+ "docs": {
48804
+ "stability": "experimental",
48805
+ "summary": "https://yarnpkg.com/configuration/yarnrc#cacheMigrationMode."
48806
+ },
48807
+ "immutable": true,
48808
+ "locationInModule": {
48809
+ "filename": "src/javascript/yarnrc.ts",
48810
+ "line": 159
48811
+ },
48812
+ "name": "cacheMigrationMode",
48813
+ "optional": true,
48814
+ "type": {
48815
+ "fqn": "projen.javascript.YarnCacheMigrationMode"
48816
+ }
48817
+ },
48818
+ {
48819
+ "abstract": true,
48820
+ "docs": {
48821
+ "stability": "experimental",
48822
+ "summary": "https://yarnpkg.com/configuration/yarnrc#changesetBaseRefs."
48823
+ },
48824
+ "immutable": true,
48825
+ "locationInModule": {
48826
+ "filename": "src/javascript/yarnrc.ts",
48827
+ "line": 163
48828
+ },
48829
+ "name": "changesetBaseRefs",
48830
+ "optional": true,
48831
+ "type": {
48832
+ "collection": {
48833
+ "elementtype": {
48834
+ "primitive": "string"
48835
+ },
48836
+ "kind": "array"
48837
+ }
48838
+ }
48839
+ },
48840
+ {
48841
+ "abstract": true,
48842
+ "docs": {
48843
+ "stability": "experimental",
48844
+ "summary": "https://yarnpkg.com/configuration/yarnrc#changesetIgnorePatterns."
48845
+ },
48846
+ "immutable": true,
48847
+ "locationInModule": {
48848
+ "filename": "src/javascript/yarnrc.ts",
48849
+ "line": 165
48850
+ },
48851
+ "name": "changesetIgnorePatterns",
48852
+ "optional": true,
48853
+ "type": {
48854
+ "collection": {
48855
+ "elementtype": {
48856
+ "primitive": "string"
48857
+ },
48858
+ "kind": "array"
48859
+ }
48860
+ }
48861
+ },
48862
+ {
48863
+ "abstract": true,
48864
+ "docs": {
48865
+ "stability": "experimental",
48866
+ "summary": "https://yarnpkg.com/configuration/yarnrc#checksumBehavior."
48867
+ },
48868
+ "immutable": true,
48869
+ "locationInModule": {
48870
+ "filename": "src/javascript/yarnrc.ts",
48871
+ "line": 167
48872
+ },
48873
+ "name": "checksumBehavior",
48874
+ "optional": true,
48875
+ "type": {
48876
+ "fqn": "projen.javascript.YarnChecksumBehavior"
48877
+ }
48878
+ },
48879
+ {
48880
+ "abstract": true,
48881
+ "docs": {
48882
+ "stability": "experimental",
48883
+ "summary": "https://yarnpkg.com/configuration/yarnrc#cloneConcurrency."
48884
+ },
48885
+ "immutable": true,
48886
+ "locationInModule": {
48887
+ "filename": "src/javascript/yarnrc.ts",
48888
+ "line": 169
48889
+ },
48890
+ "name": "cloneConcurrency",
48891
+ "optional": true,
48892
+ "type": {
48893
+ "primitive": "number"
48894
+ }
48895
+ },
48896
+ {
48897
+ "abstract": true,
48898
+ "docs": {
48899
+ "stability": "experimental",
48900
+ "summary": "https://yarnpkg.com/configuration/yarnrc#compressionLevel."
48901
+ },
48902
+ "immutable": true,
48903
+ "locationInModule": {
48904
+ "filename": "src/javascript/yarnrc.ts",
48905
+ "line": 171
48906
+ },
48907
+ "name": "compressionLevel",
48908
+ "optional": true,
48909
+ "type": {
48910
+ "union": {
48911
+ "types": [
48912
+ {
48913
+ "primitive": "string"
48914
+ },
48915
+ {
48916
+ "primitive": "number"
48917
+ }
48918
+ ]
48919
+ }
48920
+ }
48921
+ },
48922
+ {
48923
+ "abstract": true,
48924
+ "docs": {
48925
+ "stability": "experimental",
48926
+ "summary": "https://yarnpkg.com/configuration/yarnrc#constraintsPath."
48927
+ },
48928
+ "immutable": true,
48929
+ "locationInModule": {
48930
+ "filename": "src/javascript/yarnrc.ts",
48931
+ "line": 173
48932
+ },
48933
+ "name": "constraintsPath",
48934
+ "optional": true,
48935
+ "type": {
48936
+ "primitive": "string"
48937
+ }
48938
+ },
48939
+ {
48940
+ "abstract": true,
48941
+ "docs": {
48942
+ "stability": "experimental",
48943
+ "summary": "https://yarnpkg.com/configuration/yarnrc#defaultLanguageName."
48944
+ },
48945
+ "immutable": true,
48946
+ "locationInModule": {
48947
+ "filename": "src/javascript/yarnrc.ts",
48948
+ "line": 175
48949
+ },
48950
+ "name": "defaultLanguageName",
48951
+ "optional": true,
48952
+ "type": {
48953
+ "primitive": "string"
48954
+ }
48955
+ },
48956
+ {
48957
+ "abstract": true,
48958
+ "docs": {
48959
+ "stability": "experimental",
48960
+ "summary": "https://yarnpkg.com/configuration/yarnrc#defaultProtocol."
48961
+ },
48962
+ "immutable": true,
48963
+ "locationInModule": {
48964
+ "filename": "src/javascript/yarnrc.ts",
48965
+ "line": 177
48966
+ },
48967
+ "name": "defaultProtocol",
48968
+ "optional": true,
48969
+ "type": {
48970
+ "primitive": "string"
48971
+ }
48972
+ },
48973
+ {
48974
+ "abstract": true,
48975
+ "docs": {
48976
+ "stability": "experimental",
48977
+ "summary": "https://yarnpkg.com/configuration/yarnrc#defaultSemverRangePrefix."
48978
+ },
48979
+ "immutable": true,
48980
+ "locationInModule": {
48981
+ "filename": "src/javascript/yarnrc.ts",
48982
+ "line": 179
48983
+ },
48984
+ "name": "defaultSemverRangePrefix",
48985
+ "optional": true,
48986
+ "type": {
48987
+ "fqn": "projen.javascript.YarnDefaultSemverRangePrefix"
48988
+ }
48989
+ },
48990
+ {
48991
+ "abstract": true,
48992
+ "docs": {
48993
+ "stability": "experimental",
48994
+ "summary": "https://yarnpkg.com/configuration/yarnrc#deferredVersionFolder."
48995
+ },
48996
+ "immutable": true,
48997
+ "locationInModule": {
48998
+ "filename": "src/javascript/yarnrc.ts",
48999
+ "line": 181
49000
+ },
49001
+ "name": "deferredVersionFolder",
49002
+ "optional": true,
49003
+ "type": {
49004
+ "primitive": "string"
49005
+ }
49006
+ },
49007
+ {
49008
+ "abstract": true,
49009
+ "docs": {
49010
+ "stability": "experimental",
49011
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableColors."
49012
+ },
49013
+ "immutable": true,
49014
+ "locationInModule": {
49015
+ "filename": "src/javascript/yarnrc.ts",
49016
+ "line": 183
49017
+ },
49018
+ "name": "enableColors",
49019
+ "optional": true,
49020
+ "type": {
49021
+ "primitive": "boolean"
49022
+ }
49023
+ },
49024
+ {
49025
+ "abstract": true,
49026
+ "docs": {
49027
+ "stability": "experimental",
49028
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableConstraintsCheck."
49029
+ },
49030
+ "immutable": true,
49031
+ "locationInModule": {
49032
+ "filename": "src/javascript/yarnrc.ts",
49033
+ "line": 185
49034
+ },
49035
+ "name": "enableConstraintsCheck",
49036
+ "optional": true,
49037
+ "type": {
49038
+ "primitive": "boolean"
49039
+ }
49040
+ },
49041
+ {
49042
+ "abstract": true,
49043
+ "docs": {
49044
+ "stability": "experimental",
49045
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableGlobalCache."
49046
+ },
49047
+ "immutable": true,
49048
+ "locationInModule": {
49049
+ "filename": "src/javascript/yarnrc.ts",
49050
+ "line": 187
49051
+ },
49052
+ "name": "enableGlobalCache",
49053
+ "optional": true,
49054
+ "type": {
49055
+ "primitive": "boolean"
49056
+ }
49057
+ },
49058
+ {
49059
+ "abstract": true,
49060
+ "docs": {
49061
+ "stability": "experimental",
49062
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableHardenedMode."
49063
+ },
49064
+ "immutable": true,
49065
+ "locationInModule": {
49066
+ "filename": "src/javascript/yarnrc.ts",
49067
+ "line": 189
49068
+ },
49069
+ "name": "enableHardenedMode",
49070
+ "optional": true,
49071
+ "type": {
49072
+ "primitive": "boolean"
49073
+ }
49074
+ },
49075
+ {
49076
+ "abstract": true,
49077
+ "docs": {
49078
+ "stability": "experimental",
49079
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableHyperlinks."
49080
+ },
49081
+ "immutable": true,
49082
+ "locationInModule": {
49083
+ "filename": "src/javascript/yarnrc.ts",
49084
+ "line": 191
49085
+ },
49086
+ "name": "enableHyperlinks",
49087
+ "optional": true,
49088
+ "type": {
49089
+ "primitive": "boolean"
49090
+ }
49091
+ },
49092
+ {
49093
+ "abstract": true,
49094
+ "docs": {
49095
+ "stability": "experimental",
49096
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableImmutableCache."
49097
+ },
49098
+ "immutable": true,
49099
+ "locationInModule": {
49100
+ "filename": "src/javascript/yarnrc.ts",
49101
+ "line": 193
49102
+ },
49103
+ "name": "enableImmutableCache",
49104
+ "optional": true,
49105
+ "type": {
49106
+ "primitive": "boolean"
49107
+ }
49108
+ },
49109
+ {
49110
+ "abstract": true,
49111
+ "docs": {
49112
+ "stability": "experimental",
49113
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableImmutableInstalls."
49114
+ },
49115
+ "immutable": true,
49116
+ "locationInModule": {
49117
+ "filename": "src/javascript/yarnrc.ts",
49118
+ "line": 195
49119
+ },
49120
+ "name": "enableImmutableInstalls",
49121
+ "optional": true,
49122
+ "type": {
49123
+ "primitive": "boolean"
49124
+ }
49125
+ },
49126
+ {
49127
+ "abstract": true,
49128
+ "docs": {
49129
+ "stability": "experimental",
49130
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableInlineBuilds."
49131
+ },
49132
+ "immutable": true,
49133
+ "locationInModule": {
49134
+ "filename": "src/javascript/yarnrc.ts",
49135
+ "line": 197
49136
+ },
49137
+ "name": "enableInlineBuilds",
49138
+ "optional": true,
49139
+ "type": {
49140
+ "primitive": "boolean"
49141
+ }
49142
+ },
49143
+ {
49144
+ "abstract": true,
49145
+ "docs": {
49146
+ "stability": "experimental",
49147
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableInlineHunks."
49148
+ },
49149
+ "immutable": true,
49150
+ "locationInModule": {
49151
+ "filename": "src/javascript/yarnrc.ts",
49152
+ "line": 199
49153
+ },
49154
+ "name": "enableInlineHunks",
49155
+ "optional": true,
49156
+ "type": {
49157
+ "primitive": "boolean"
49158
+ }
49159
+ },
49160
+ {
49161
+ "abstract": true,
49162
+ "docs": {
49163
+ "stability": "experimental",
49164
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableMessageNames."
49165
+ },
49166
+ "immutable": true,
49167
+ "locationInModule": {
49168
+ "filename": "src/javascript/yarnrc.ts",
49169
+ "line": 201
49170
+ },
49171
+ "name": "enableMessageNames",
49172
+ "optional": true,
49173
+ "type": {
49174
+ "primitive": "boolean"
49175
+ }
49176
+ },
49177
+ {
49178
+ "abstract": true,
49179
+ "docs": {
49180
+ "stability": "experimental",
49181
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableMirror."
49182
+ },
49183
+ "immutable": true,
49184
+ "locationInModule": {
49185
+ "filename": "src/javascript/yarnrc.ts",
49186
+ "line": 203
49187
+ },
49188
+ "name": "enableMirror",
49189
+ "optional": true,
49190
+ "type": {
49191
+ "primitive": "boolean"
49192
+ }
49193
+ },
49194
+ {
49195
+ "abstract": true,
49196
+ "docs": {
49197
+ "stability": "experimental",
49198
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableNetwork."
49199
+ },
49200
+ "immutable": true,
49201
+ "locationInModule": {
49202
+ "filename": "src/javascript/yarnrc.ts",
49203
+ "line": 205
49204
+ },
49205
+ "name": "enableNetwork",
49206
+ "optional": true,
49207
+ "type": {
49208
+ "primitive": "boolean"
49209
+ }
49210
+ },
49211
+ {
49212
+ "abstract": true,
49213
+ "docs": {
49214
+ "stability": "experimental",
49215
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableOfflineMode."
49216
+ },
49217
+ "immutable": true,
49218
+ "locationInModule": {
49219
+ "filename": "src/javascript/yarnrc.ts",
49220
+ "line": 207
49221
+ },
49222
+ "name": "enableOfflineMode",
49223
+ "optional": true,
49224
+ "type": {
49225
+ "primitive": "boolean"
49226
+ }
49227
+ },
49228
+ {
49229
+ "abstract": true,
49230
+ "docs": {
49231
+ "stability": "experimental",
49232
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableProgressBars."
49233
+ },
49234
+ "immutable": true,
49235
+ "locationInModule": {
49236
+ "filename": "src/javascript/yarnrc.ts",
49237
+ "line": 209
49238
+ },
49239
+ "name": "enableProgressBars",
49240
+ "optional": true,
49241
+ "type": {
49242
+ "primitive": "boolean"
49243
+ }
49244
+ },
49245
+ {
49246
+ "abstract": true,
49247
+ "docs": {
49248
+ "stability": "experimental",
49249
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableScripts."
49250
+ },
49251
+ "immutable": true,
49252
+ "locationInModule": {
49253
+ "filename": "src/javascript/yarnrc.ts",
49254
+ "line": 211
49255
+ },
49256
+ "name": "enableScripts",
49257
+ "optional": true,
49258
+ "type": {
49259
+ "primitive": "boolean"
49260
+ }
49261
+ },
49262
+ {
49263
+ "abstract": true,
49264
+ "docs": {
49265
+ "stability": "experimental",
49266
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableStrictSsl."
49267
+ },
49268
+ "immutable": true,
49269
+ "locationInModule": {
49270
+ "filename": "src/javascript/yarnrc.ts",
49271
+ "line": 213
49272
+ },
49273
+ "name": "enableStrictSsl",
49274
+ "optional": true,
49275
+ "type": {
49276
+ "primitive": "boolean"
49277
+ }
49278
+ },
49279
+ {
49280
+ "abstract": true,
49281
+ "docs": {
49282
+ "stability": "experimental",
49283
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableTelemetry."
49284
+ },
49285
+ "immutable": true,
49286
+ "locationInModule": {
49287
+ "filename": "src/javascript/yarnrc.ts",
49288
+ "line": 215
49289
+ },
49290
+ "name": "enableTelemetry",
49291
+ "optional": true,
49292
+ "type": {
49293
+ "primitive": "boolean"
49294
+ }
49295
+ },
49296
+ {
49297
+ "abstract": true,
49298
+ "docs": {
49299
+ "stability": "experimental",
49300
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableTimers."
49301
+ },
49302
+ "immutable": true,
49303
+ "locationInModule": {
49304
+ "filename": "src/javascript/yarnrc.ts",
49305
+ "line": 217
49306
+ },
49307
+ "name": "enableTimers",
49308
+ "optional": true,
49309
+ "type": {
49310
+ "primitive": "boolean"
49311
+ }
49312
+ },
49313
+ {
49314
+ "abstract": true,
49315
+ "docs": {
49316
+ "stability": "experimental",
49317
+ "summary": "https://yarnpkg.com/configuration/yarnrc#enableTransparentWorkspaces."
49318
+ },
49319
+ "immutable": true,
49320
+ "locationInModule": {
49321
+ "filename": "src/javascript/yarnrc.ts",
49322
+ "line": 219
49323
+ },
49324
+ "name": "enableTransparentWorkspaces",
49325
+ "optional": true,
49326
+ "type": {
49327
+ "primitive": "boolean"
49328
+ }
49329
+ },
49330
+ {
49331
+ "abstract": true,
49332
+ "docs": {
49333
+ "stability": "experimental",
49334
+ "summary": "https://yarnpkg.com/configuration/yarnrc#globalFolder."
49335
+ },
49336
+ "immutable": true,
49337
+ "locationInModule": {
49338
+ "filename": "src/javascript/yarnrc.ts",
49339
+ "line": 221
49340
+ },
49341
+ "name": "globalFolder",
49342
+ "optional": true,
49343
+ "type": {
49344
+ "primitive": "string"
49345
+ }
49346
+ },
49347
+ {
49348
+ "abstract": true,
49349
+ "docs": {
49350
+ "stability": "experimental",
49351
+ "summary": "https://yarnpkg.com/configuration/yarnrc#httpProxy."
49352
+ },
49353
+ "immutable": true,
49354
+ "locationInModule": {
49355
+ "filename": "src/javascript/yarnrc.ts",
49356
+ "line": 223
49357
+ },
49358
+ "name": "httpProxy",
49359
+ "optional": true,
49360
+ "type": {
49361
+ "primitive": "string"
49362
+ }
49363
+ },
49364
+ {
49365
+ "abstract": true,
49366
+ "docs": {
49367
+ "stability": "experimental",
49368
+ "summary": "https://yarnpkg.com/configuration/yarnrc#httpRetry."
49369
+ },
49370
+ "immutable": true,
49371
+ "locationInModule": {
49372
+ "filename": "src/javascript/yarnrc.ts",
49373
+ "line": 225
49374
+ },
49375
+ "name": "httpRetry",
49376
+ "optional": true,
49377
+ "type": {
49378
+ "primitive": "number"
49379
+ }
49380
+ },
49381
+ {
49382
+ "abstract": true,
49383
+ "docs": {
49384
+ "stability": "experimental",
49385
+ "summary": "https://yarnpkg.com/configuration/yarnrc#httpsCaFilePath."
49386
+ },
49387
+ "immutable": true,
49388
+ "locationInModule": {
49389
+ "filename": "src/javascript/yarnrc.ts",
49390
+ "line": 161
49391
+ },
49392
+ "name": "httpsCaFilePath",
49393
+ "optional": true,
49394
+ "type": {
49395
+ "primitive": "string"
49396
+ }
49397
+ },
49398
+ {
49399
+ "abstract": true,
49400
+ "docs": {
49401
+ "stability": "experimental",
49402
+ "summary": "https://yarnpkg.com/configuration/yarnrc#httpsCertFilePath."
49403
+ },
49404
+ "immutable": true,
49405
+ "locationInModule": {
49406
+ "filename": "src/javascript/yarnrc.ts",
49407
+ "line": 229
49408
+ },
49409
+ "name": "httpsCertFilePath",
49410
+ "optional": true,
49411
+ "type": {
49412
+ "primitive": "string"
49413
+ }
49414
+ },
49415
+ {
49416
+ "abstract": true,
49417
+ "docs": {
49418
+ "stability": "experimental",
49419
+ "summary": "https://yarnpkg.com/configuration/yarnrc#httpsKeyFilePath."
49420
+ },
49421
+ "immutable": true,
49422
+ "locationInModule": {
49423
+ "filename": "src/javascript/yarnrc.ts",
49424
+ "line": 231
49425
+ },
49426
+ "name": "httpsKeyFilePath",
49427
+ "optional": true,
49428
+ "type": {
49429
+ "primitive": "string"
49430
+ }
49431
+ },
49432
+ {
49433
+ "abstract": true,
49434
+ "docs": {
49435
+ "stability": "experimental",
49436
+ "summary": "https://yarnpkg.com/configuration/yarnrc#httpsProxy."
49437
+ },
49438
+ "immutable": true,
49439
+ "locationInModule": {
49440
+ "filename": "src/javascript/yarnrc.ts",
49441
+ "line": 233
49442
+ },
49443
+ "name": "httpsProxy",
49444
+ "optional": true,
49445
+ "type": {
49446
+ "primitive": "string"
49447
+ }
49448
+ },
49449
+ {
49450
+ "abstract": true,
49451
+ "docs": {
49452
+ "stability": "experimental",
49453
+ "summary": "https://yarnpkg.com/configuration/yarnrc#httpTimeout."
49454
+ },
49455
+ "immutable": true,
49456
+ "locationInModule": {
49457
+ "filename": "src/javascript/yarnrc.ts",
49458
+ "line": 227
49459
+ },
49460
+ "name": "httpTimeout",
49461
+ "optional": true,
49462
+ "type": {
49463
+ "primitive": "number"
49464
+ }
49465
+ },
49466
+ {
49467
+ "abstract": true,
49468
+ "docs": {
49469
+ "deprecated": "- removed in Yarn v4 and newer",
49470
+ "stability": "deprecated",
49471
+ "summary": "https://v3.yarnpkg.com/configuration/yarnrc#ignoreCwd."
49472
+ },
49473
+ "immutable": true,
49474
+ "locationInModule": {
49475
+ "filename": "src/javascript/yarnrc.ts",
49476
+ "line": 239
49477
+ },
49478
+ "name": "ignoreCwd",
49479
+ "optional": true,
49480
+ "type": {
49481
+ "primitive": "boolean"
49482
+ }
49483
+ },
49484
+ {
49485
+ "abstract": true,
49486
+ "docs": {
49487
+ "stability": "experimental",
49488
+ "summary": "https://yarnpkg.com/configuration/yarnrc#ignorePath."
49489
+ },
49490
+ "immutable": true,
49491
+ "locationInModule": {
49492
+ "filename": "src/javascript/yarnrc.ts",
49493
+ "line": 241
49494
+ },
49495
+ "name": "ignorePath",
49496
+ "optional": true,
49497
+ "type": {
49498
+ "primitive": "boolean"
49499
+ }
49500
+ },
49501
+ {
49502
+ "abstract": true,
49503
+ "docs": {
49504
+ "stability": "experimental",
49505
+ "summary": "https://yarnpkg.com/configuration/yarnrc#immutablePatterns."
49506
+ },
49507
+ "immutable": true,
49508
+ "locationInModule": {
49509
+ "filename": "src/javascript/yarnrc.ts",
49510
+ "line": 243
49511
+ },
49512
+ "name": "immutablePatterns",
49513
+ "optional": true,
49514
+ "type": {
49515
+ "collection": {
49516
+ "elementtype": {
49517
+ "primitive": "string"
49518
+ },
49519
+ "kind": "array"
49520
+ }
49521
+ }
49522
+ },
49523
+ {
49524
+ "abstract": true,
49525
+ "docs": {
49526
+ "stability": "experimental",
49527
+ "summary": "https://yarnpkg.com/configuration/yarnrc#initFields."
49528
+ },
49529
+ "immutable": true,
49530
+ "locationInModule": {
49531
+ "filename": "src/javascript/yarnrc.ts",
49532
+ "line": 247
49533
+ },
49534
+ "name": "initFields",
49535
+ "optional": true,
49536
+ "type": {
49537
+ "collection": {
49538
+ "elementtype": {
49539
+ "primitive": "any"
49540
+ },
49541
+ "kind": "map"
49542
+ }
49543
+ }
49544
+ },
49545
+ {
49546
+ "abstract": true,
49547
+ "docs": {
49548
+ "stability": "experimental",
49549
+ "summary": "https://yarnpkg.com/configuration/yarnrc#initScope."
49550
+ },
49551
+ "immutable": true,
49552
+ "locationInModule": {
49553
+ "filename": "src/javascript/yarnrc.ts",
49554
+ "line": 245
49555
+ },
49556
+ "name": "initScope",
49557
+ "optional": true,
49558
+ "type": {
49559
+ "primitive": "string"
49560
+ }
49561
+ },
49562
+ {
49563
+ "abstract": true,
49564
+ "docs": {
49565
+ "stability": "experimental",
49566
+ "summary": "https://yarnpkg.com/configuration/yarnrc#injectEnvironmentFiles."
49567
+ },
49568
+ "immutable": true,
49569
+ "locationInModule": {
49570
+ "filename": "src/javascript/yarnrc.ts",
49571
+ "line": 249
49572
+ },
49573
+ "name": "injectEnvironmentFiles",
49574
+ "optional": true,
49575
+ "type": {
49576
+ "collection": {
49577
+ "elementtype": {
49578
+ "primitive": "string"
49579
+ },
49580
+ "kind": "array"
49581
+ }
49582
+ }
49583
+ },
49584
+ {
49585
+ "abstract": true,
49586
+ "docs": {
49587
+ "stability": "experimental",
49588
+ "summary": "https://yarnpkg.com/configuration/yarnrc#installStatePath."
49589
+ },
49590
+ "immutable": true,
49591
+ "locationInModule": {
49592
+ "filename": "src/javascript/yarnrc.ts",
49593
+ "line": 251
49594
+ },
49595
+ "name": "installStatePath",
49596
+ "optional": true,
49597
+ "type": {
49598
+ "primitive": "string"
49599
+ }
49600
+ },
49601
+ {
49602
+ "abstract": true,
49603
+ "docs": {
49604
+ "deprecated": "- removed in Yarn v4 and newer",
49605
+ "stability": "deprecated",
49606
+ "summary": "https://v3.yarnpkg.com/configuration/yarnrc#lockfileFilename."
49607
+ },
49608
+ "immutable": true,
49609
+ "locationInModule": {
49610
+ "filename": "src/javascript/yarnrc.ts",
49611
+ "line": 259
49612
+ },
49613
+ "name": "lockfileFilename",
49614
+ "optional": true,
49615
+ "type": {
49616
+ "primitive": "string"
49617
+ }
49618
+ },
49619
+ {
49620
+ "abstract": true,
49621
+ "docs": {
49622
+ "stability": "experimental",
49623
+ "summary": "https://yarnpkg.com/configuration/yarnrc#logFilters."
49624
+ },
49625
+ "immutable": true,
49626
+ "locationInModule": {
49627
+ "filename": "src/javascript/yarnrc.ts",
49628
+ "line": 253
49629
+ },
49630
+ "name": "logFilters",
49631
+ "optional": true,
49632
+ "type": {
49633
+ "collection": {
49634
+ "elementtype": {
49635
+ "fqn": "projen.javascript.YarnLogFilter"
49636
+ },
49637
+ "kind": "array"
49638
+ }
49639
+ }
49640
+ },
49641
+ {
49642
+ "abstract": true,
49643
+ "docs": {
49644
+ "stability": "experimental",
49645
+ "summary": "https://yarnpkg.com/configuration/yarnrc#networkConcurrency."
49646
+ },
49647
+ "immutable": true,
49648
+ "locationInModule": {
49649
+ "filename": "src/javascript/yarnrc.ts",
49650
+ "line": 261
49651
+ },
49652
+ "name": "networkConcurrency",
49653
+ "optional": true,
49654
+ "type": {
49655
+ "primitive": "number"
49656
+ }
49657
+ },
49658
+ {
49659
+ "abstract": true,
49660
+ "docs": {
49661
+ "stability": "experimental",
49662
+ "summary": "https://yarnpkg.com/configuration/yarnrc#networkSettings."
49663
+ },
49664
+ "immutable": true,
49665
+ "locationInModule": {
49666
+ "filename": "src/javascript/yarnrc.ts",
49667
+ "line": 263
49668
+ },
49669
+ "name": "networkSettings",
49670
+ "optional": true,
49671
+ "type": {
49672
+ "collection": {
49673
+ "elementtype": {
49674
+ "fqn": "projen.javascript.YarnNetworkSetting"
49675
+ },
49676
+ "kind": "map"
49677
+ }
49678
+ }
49679
+ },
49680
+ {
49681
+ "abstract": true,
49682
+ "docs": {
49683
+ "stability": "experimental",
49684
+ "summary": "https://yarnpkg.com/configuration/yarnrc#nmHoistingLimits."
49685
+ },
49686
+ "immutable": true,
49687
+ "locationInModule": {
49688
+ "filename": "src/javascript/yarnrc.ts",
49689
+ "line": 265
49690
+ },
49691
+ "name": "nmHoistingLimits",
49692
+ "optional": true,
49693
+ "type": {
49694
+ "fqn": "projen.javascript.YarnNmHoistingLimit"
49695
+ }
49696
+ },
49697
+ {
49698
+ "abstract": true,
49699
+ "docs": {
49700
+ "stability": "experimental",
49701
+ "summary": "https://yarnpkg.com/configuration/yarnrc#nmMode."
49702
+ },
49703
+ "immutable": true,
49704
+ "locationInModule": {
49705
+ "filename": "src/javascript/yarnrc.ts",
49706
+ "line": 269
49707
+ },
49708
+ "name": "nmMode",
49709
+ "optional": true,
49710
+ "type": {
49711
+ "fqn": "projen.javascript.YarnNmMode"
49712
+ }
49713
+ },
49714
+ {
49715
+ "abstract": true,
49716
+ "docs": {
49717
+ "stability": "experimental",
49718
+ "summary": "https://yarnpkg.com/configuration/yarnrc#nmSelfReferences."
49719
+ },
49720
+ "immutable": true,
49721
+ "locationInModule": {
49722
+ "filename": "src/javascript/yarnrc.ts",
49723
+ "line": 267
49724
+ },
49725
+ "name": "nmSelfReferences",
49726
+ "optional": true,
49727
+ "type": {
49728
+ "primitive": "boolean"
49729
+ }
49730
+ },
49731
+ {
49732
+ "abstract": true,
49733
+ "docs": {
49734
+ "stability": "experimental",
49735
+ "summary": "https://yarnpkg.com/configuration/yarnrc#nodeLinker."
49736
+ },
49737
+ "immutable": true,
49738
+ "locationInModule": {
49739
+ "filename": "src/javascript/yarnrc.ts",
49740
+ "line": 271
49741
+ },
49742
+ "name": "nodeLinker",
49743
+ "optional": true,
49744
+ "type": {
49745
+ "fqn": "projen.javascript.YarnNodeLinker"
49746
+ }
49747
+ },
49748
+ {
49749
+ "abstract": true,
49750
+ "docs": {
49751
+ "stability": "experimental",
49752
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmAlwaysAuth."
49753
+ },
49754
+ "immutable": true,
49755
+ "locationInModule": {
49756
+ "filename": "src/javascript/yarnrc.ts",
49757
+ "line": 275
49758
+ },
49759
+ "name": "npmAlwaysAuth",
49760
+ "optional": true,
49761
+ "type": {
49762
+ "primitive": "boolean"
49763
+ }
49764
+ },
49765
+ {
49766
+ "abstract": true,
49767
+ "docs": {
49768
+ "stability": "experimental",
49769
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmAuditExcludePackages."
49770
+ },
49771
+ "immutable": true,
49772
+ "locationInModule": {
49773
+ "filename": "src/javascript/yarnrc.ts",
49774
+ "line": 285
49775
+ },
49776
+ "name": "npmAuditExcludePackages",
49777
+ "optional": true,
49778
+ "type": {
49779
+ "collection": {
49780
+ "elementtype": {
49781
+ "primitive": "string"
49782
+ },
49783
+ "kind": "array"
49784
+ }
49785
+ }
49786
+ },
49787
+ {
49788
+ "abstract": true,
49789
+ "docs": {
49790
+ "stability": "experimental",
49791
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmAuditIgnoreAdvisories."
49792
+ },
49793
+ "immutable": true,
49794
+ "locationInModule": {
49795
+ "filename": "src/javascript/yarnrc.ts",
49796
+ "line": 287
49797
+ },
49798
+ "name": "npmAuditIgnoreAdvisories",
49799
+ "optional": true,
49800
+ "type": {
49801
+ "collection": {
49802
+ "elementtype": {
49803
+ "primitive": "string"
49804
+ },
49805
+ "kind": "array"
49806
+ }
49807
+ }
49808
+ },
49809
+ {
49810
+ "abstract": true,
49811
+ "docs": {
49812
+ "stability": "experimental",
49813
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmAuditRegistry."
49814
+ },
49815
+ "immutable": true,
49816
+ "locationInModule": {
49817
+ "filename": "src/javascript/yarnrc.ts",
49818
+ "line": 277
49819
+ },
49820
+ "name": "npmAuditRegistry",
49821
+ "optional": true,
49822
+ "type": {
49823
+ "primitive": "string"
49824
+ }
49825
+ },
49826
+ {
49827
+ "abstract": true,
49828
+ "docs": {
49829
+ "stability": "experimental",
49830
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmAuthIdent."
49831
+ },
49832
+ "immutable": true,
49833
+ "locationInModule": {
49834
+ "filename": "src/javascript/yarnrc.ts",
49835
+ "line": 279
49836
+ },
49837
+ "name": "npmAuthIdent",
49838
+ "optional": true,
49839
+ "type": {
49840
+ "primitive": "string"
49841
+ }
49842
+ },
49843
+ {
49844
+ "abstract": true,
49845
+ "docs": {
49846
+ "stability": "experimental",
49847
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmAuthToken."
49848
+ },
49849
+ "immutable": true,
49850
+ "locationInModule": {
49851
+ "filename": "src/javascript/yarnrc.ts",
49852
+ "line": 281
49853
+ },
49854
+ "name": "npmAuthToken",
49855
+ "optional": true,
49856
+ "type": {
49857
+ "primitive": "string"
49858
+ }
49859
+ },
49860
+ {
49861
+ "abstract": true,
49862
+ "docs": {
49863
+ "stability": "experimental",
49864
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmPublishAccess."
49865
+ },
49866
+ "immutable": true,
49867
+ "locationInModule": {
49868
+ "filename": "src/javascript/yarnrc.ts",
49869
+ "line": 283
49870
+ },
49871
+ "name": "npmPublishAccess",
49872
+ "optional": true,
49873
+ "type": {
49874
+ "fqn": "projen.javascript.YarnNpmPublishAccess"
49875
+ }
49876
+ },
49877
+ {
49878
+ "abstract": true,
49879
+ "docs": {
49880
+ "stability": "experimental",
49881
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmPublishRegistry."
49882
+ },
49883
+ "immutable": true,
49884
+ "locationInModule": {
49885
+ "filename": "src/javascript/yarnrc.ts",
49886
+ "line": 289
49887
+ },
49888
+ "name": "npmPublishRegistry",
49889
+ "optional": true,
49890
+ "type": {
49891
+ "primitive": "string"
49892
+ }
49893
+ },
49894
+ {
49895
+ "abstract": true,
49896
+ "docs": {
49897
+ "stability": "experimental",
49898
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmRegistries."
49899
+ },
49900
+ "immutable": true,
49901
+ "locationInModule": {
49902
+ "filename": "src/javascript/yarnrc.ts",
49903
+ "line": 291
49904
+ },
49905
+ "name": "npmRegistries",
49906
+ "optional": true,
49907
+ "type": {
49908
+ "collection": {
49909
+ "elementtype": {
49910
+ "fqn": "projen.javascript.YarnNpmRegistry"
49911
+ },
49912
+ "kind": "map"
49913
+ }
49914
+ }
49915
+ },
49916
+ {
49917
+ "abstract": true,
49918
+ "docs": {
49919
+ "stability": "experimental",
49920
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmRegistryServer."
49921
+ },
49922
+ "immutable": true,
49923
+ "locationInModule": {
49924
+ "filename": "src/javascript/yarnrc.ts",
49925
+ "line": 293
49926
+ },
49927
+ "name": "npmRegistryServer",
49928
+ "optional": true,
49929
+ "type": {
49930
+ "primitive": "string"
49931
+ }
49932
+ },
49933
+ {
49934
+ "abstract": true,
49935
+ "docs": {
49936
+ "stability": "experimental",
49937
+ "summary": "https://yarnpkg.com/configuration/yarnrc#npmScopes."
49938
+ },
49939
+ "immutable": true,
49940
+ "locationInModule": {
49941
+ "filename": "src/javascript/yarnrc.ts",
49942
+ "line": 295
49943
+ },
49944
+ "name": "npmScopes",
49945
+ "optional": true,
49946
+ "type": {
49947
+ "collection": {
49948
+ "elementtype": {
49949
+ "fqn": "projen.javascript.YarnNpmScope"
49950
+ },
49951
+ "kind": "map"
49952
+ }
49953
+ }
49954
+ },
49955
+ {
49956
+ "abstract": true,
49957
+ "docs": {
49958
+ "stability": "experimental",
49959
+ "summary": "https://yarnpkg.com/configuration/yarnrc#packageExtensions."
49960
+ },
49961
+ "immutable": true,
49962
+ "locationInModule": {
49963
+ "filename": "src/javascript/yarnrc.ts",
49964
+ "line": 297
49965
+ },
49966
+ "name": "packageExtensions",
49967
+ "optional": true,
49968
+ "type": {
49969
+ "collection": {
49970
+ "elementtype": {
49971
+ "fqn": "projen.javascript.YarnPackageExtension"
49972
+ },
49973
+ "kind": "map"
49974
+ }
49975
+ }
49976
+ },
49977
+ {
49978
+ "abstract": true,
49979
+ "docs": {
49980
+ "stability": "experimental",
49981
+ "summary": "https://yarnpkg.com/configuration/yarnrc#patchFolder."
49982
+ },
49983
+ "immutable": true,
49984
+ "locationInModule": {
49985
+ "filename": "src/javascript/yarnrc.ts",
49986
+ "line": 299
49987
+ },
49988
+ "name": "patchFolder",
49989
+ "optional": true,
49990
+ "type": {
49991
+ "primitive": "string"
49992
+ }
49993
+ },
49994
+ {
49995
+ "abstract": true,
49996
+ "docs": {
49997
+ "deprecated": "- removed in Yarn v4 and newer",
49998
+ "stability": "deprecated",
49999
+ "summary": "https://v3.yarnpkg.com/configuration/yarnrc#pnpDataPath."
50000
+ },
50001
+ "immutable": true,
50002
+ "locationInModule": {
50003
+ "filename": "src/javascript/yarnrc.ts",
50004
+ "line": 305
50005
+ },
50006
+ "name": "pnpDataPath",
50007
+ "optional": true,
50008
+ "type": {
50009
+ "primitive": "string"
50010
+ }
50011
+ },
50012
+ {
50013
+ "abstract": true,
50014
+ "docs": {
50015
+ "stability": "experimental",
50016
+ "summary": "https://yarnpkg.com/configuration/yarnrc#pnpEnableEsmLoader."
50017
+ },
50018
+ "immutable": true,
50019
+ "locationInModule": {
50020
+ "filename": "src/javascript/yarnrc.ts",
50021
+ "line": 307
50022
+ },
50023
+ "name": "pnpEnableEsmLoader",
50024
+ "optional": true,
50025
+ "type": {
50026
+ "primitive": "boolean"
50027
+ }
50028
+ },
50029
+ {
50030
+ "abstract": true,
50031
+ "docs": {
50032
+ "stability": "experimental",
50033
+ "summary": "https://yarnpkg.com/configuration/yarnrc#pnpEnableInlining."
50034
+ },
50035
+ "immutable": true,
50036
+ "locationInModule": {
50037
+ "filename": "src/javascript/yarnrc.ts",
50038
+ "line": 309
50039
+ },
50040
+ "name": "pnpEnableInlining",
50041
+ "optional": true,
50042
+ "type": {
50043
+ "primitive": "boolean"
50044
+ }
50045
+ },
50046
+ {
50047
+ "abstract": true,
50048
+ "docs": {
50049
+ "stability": "experimental",
50050
+ "summary": "https://yarnpkg.com/configuration/yarnrc#pnpFallbackMode."
50051
+ },
50052
+ "immutable": true,
50053
+ "locationInModule": {
50054
+ "filename": "src/javascript/yarnrc.ts",
50055
+ "line": 311
50056
+ },
50057
+ "name": "pnpFallbackMode",
50058
+ "optional": true,
50059
+ "type": {
50060
+ "fqn": "projen.javascript.YarnPnpFallbackMode"
50061
+ }
50062
+ },
50063
+ {
50064
+ "abstract": true,
50065
+ "docs": {
50066
+ "stability": "experimental",
50067
+ "summary": "https://yarnpkg.com/configuration/yarnrc#pnpIgnorePatterns."
50068
+ },
50069
+ "immutable": true,
50070
+ "locationInModule": {
50071
+ "filename": "src/javascript/yarnrc.ts",
50072
+ "line": 313
50073
+ },
50074
+ "name": "pnpIgnorePatterns",
50075
+ "optional": true,
50076
+ "type": {
50077
+ "collection": {
50078
+ "elementtype": {
50079
+ "primitive": "string"
50080
+ },
50081
+ "kind": "array"
50082
+ }
50083
+ }
50084
+ },
50085
+ {
50086
+ "abstract": true,
50087
+ "docs": {
50088
+ "stability": "experimental",
50089
+ "summary": "https://yarnpkg.com/configuration/yarnrc#pnpMode."
50090
+ },
50091
+ "immutable": true,
50092
+ "locationInModule": {
50093
+ "filename": "src/javascript/yarnrc.ts",
50094
+ "line": 315
50095
+ },
50096
+ "name": "pnpMode",
50097
+ "optional": true,
50098
+ "type": {
50099
+ "fqn": "projen.javascript.YarnPnpMode"
50100
+ }
50101
+ },
50102
+ {
50103
+ "abstract": true,
50104
+ "docs": {
50105
+ "stability": "experimental",
50106
+ "summary": "https://yarnpkg.com/configuration/yarnrc#pnpShebang."
50107
+ },
50108
+ "immutable": true,
50109
+ "locationInModule": {
50110
+ "filename": "src/javascript/yarnrc.ts",
50111
+ "line": 317
50112
+ },
50113
+ "name": "pnpShebang",
50114
+ "optional": true,
50115
+ "type": {
50116
+ "primitive": "string"
50117
+ }
50118
+ },
50119
+ {
50120
+ "abstract": true,
50121
+ "docs": {
50122
+ "stability": "experimental",
50123
+ "summary": "https://yarnpkg.com/configuration/yarnrc#pnpUnpluggedFolder."
50124
+ },
50125
+ "immutable": true,
50126
+ "locationInModule": {
50127
+ "filename": "src/javascript/yarnrc.ts",
50128
+ "line": 319
50129
+ },
50130
+ "name": "pnpUnpluggedFolder",
50131
+ "optional": true,
50132
+ "type": {
50133
+ "primitive": "string"
50134
+ }
50135
+ },
50136
+ {
50137
+ "abstract": true,
50138
+ "docs": {
50139
+ "deprecated": "- removed in Yarn v4 and newer",
50140
+ "stability": "deprecated",
50141
+ "summary": "https://v3.yarnpkg.com/configuration/yarnrc#preferAggregateCacheInfo."
50142
+ },
50143
+ "immutable": true,
50144
+ "locationInModule": {
50145
+ "filename": "src/javascript/yarnrc.ts",
50146
+ "line": 325
50147
+ },
50148
+ "name": "preferAggregateCacheInfo",
50149
+ "optional": true,
50150
+ "type": {
50151
+ "primitive": "boolean"
50152
+ }
50153
+ },
50154
+ {
50155
+ "abstract": true,
50156
+ "docs": {
50157
+ "stability": "experimental",
50158
+ "summary": "https://yarnpkg.com/configuration/yarnrc#preferDeferredVersions."
50159
+ },
50160
+ "immutable": true,
50161
+ "locationInModule": {
50162
+ "filename": "src/javascript/yarnrc.ts",
50163
+ "line": 327
50164
+ },
50165
+ "name": "preferDeferredVersions",
50166
+ "optional": true,
50167
+ "type": {
50168
+ "primitive": "boolean"
50169
+ }
50170
+ },
50171
+ {
50172
+ "abstract": true,
50173
+ "docs": {
50174
+ "stability": "experimental",
50175
+ "summary": "https://yarnpkg.com/configuration/yarnrc#preferInteractive."
50176
+ },
50177
+ "immutable": true,
50178
+ "locationInModule": {
50179
+ "filename": "src/javascript/yarnrc.ts",
50180
+ "line": 329
50181
+ },
50182
+ "name": "preferInteractive",
50183
+ "optional": true,
50184
+ "type": {
50185
+ "primitive": "boolean"
50186
+ }
50187
+ },
50188
+ {
50189
+ "abstract": true,
50190
+ "docs": {
50191
+ "stability": "experimental",
50192
+ "summary": "https://yarnpkg.com/configuration/yarnrc#preferReuse."
50193
+ },
50194
+ "immutable": true,
50195
+ "locationInModule": {
50196
+ "filename": "src/javascript/yarnrc.ts",
50197
+ "line": 331
50198
+ },
50199
+ "name": "preferReuse",
50200
+ "optional": true,
50201
+ "type": {
50202
+ "primitive": "boolean"
50203
+ }
50204
+ },
50205
+ {
50206
+ "abstract": true,
50207
+ "docs": {
50208
+ "stability": "experimental",
50209
+ "summary": "https://yarnpkg.com/configuration/yarnrc#preferTruncatedLines."
50210
+ },
50211
+ "immutable": true,
50212
+ "locationInModule": {
50213
+ "filename": "src/javascript/yarnrc.ts",
50214
+ "line": 333
50215
+ },
50216
+ "name": "preferTruncatedLines",
50217
+ "optional": true,
50218
+ "type": {
50219
+ "primitive": "boolean"
50220
+ }
50221
+ },
50222
+ {
50223
+ "abstract": true,
50224
+ "docs": {
50225
+ "stability": "experimental",
50226
+ "summary": "https://yarnpkg.com/configuration/yarnrc#progressBarStyle."
50227
+ },
50228
+ "immutable": true,
50229
+ "locationInModule": {
50230
+ "filename": "src/javascript/yarnrc.ts",
50231
+ "line": 335
50232
+ },
50233
+ "name": "progressBarStyle",
50234
+ "optional": true,
50235
+ "type": {
50236
+ "fqn": "projen.javascript.YarnProgressBarStyle"
50237
+ }
50238
+ },
50239
+ {
50240
+ "abstract": true,
50241
+ "docs": {
50242
+ "stability": "experimental",
50243
+ "summary": "https://yarnpkg.com/configuration/yarnrc#rcFilename."
50244
+ },
50245
+ "immutable": true,
50246
+ "locationInModule": {
50247
+ "filename": "src/javascript/yarnrc.ts",
50248
+ "line": 337
50249
+ },
50250
+ "name": "rcFilename",
50251
+ "optional": true,
50252
+ "type": {
50253
+ "primitive": "string"
50254
+ }
50255
+ },
50256
+ {
50257
+ "abstract": true,
50258
+ "docs": {
50259
+ "stability": "experimental",
50260
+ "summary": "https://yarnpkg.com/configuration/yarnrc#supportedArchitectures."
50261
+ },
50262
+ "immutable": true,
50263
+ "locationInModule": {
50264
+ "filename": "src/javascript/yarnrc.ts",
50265
+ "line": 339
50266
+ },
50267
+ "name": "supportedArchitectures",
50268
+ "optional": true,
50269
+ "type": {
50270
+ "fqn": "projen.javascript.YarnSupportedArchitectures"
50271
+ }
50272
+ },
50273
+ {
50274
+ "abstract": true,
50275
+ "docs": {
50276
+ "stability": "experimental",
50277
+ "summary": "https://yarnpkg.com/configuration/yarnrc#taskPoolConcurrency."
50278
+ },
50279
+ "immutable": true,
50280
+ "locationInModule": {
50281
+ "filename": "src/javascript/yarnrc.ts",
50282
+ "line": 341
50283
+ },
50284
+ "name": "taskPoolConcurrency",
50285
+ "optional": true,
50286
+ "type": {
50287
+ "primitive": "string"
50288
+ }
50289
+ },
50290
+ {
50291
+ "abstract": true,
50292
+ "docs": {
50293
+ "stability": "experimental",
50294
+ "summary": "https://yarnpkg.com/configuration/yarnrc#telemetryInterval."
50295
+ },
50296
+ "immutable": true,
50297
+ "locationInModule": {
50298
+ "filename": "src/javascript/yarnrc.ts",
50299
+ "line": 345
50300
+ },
50301
+ "name": "telemetryInterval",
50302
+ "optional": true,
50303
+ "type": {
50304
+ "primitive": "number"
50305
+ }
50306
+ },
50307
+ {
50308
+ "abstract": true,
50309
+ "docs": {
50310
+ "stability": "experimental",
50311
+ "summary": "https://yarnpkg.com/configuration/yarnrc#telemetryUserId."
50312
+ },
50313
+ "immutable": true,
50314
+ "locationInModule": {
50315
+ "filename": "src/javascript/yarnrc.ts",
50316
+ "line": 347
50317
+ },
50318
+ "name": "telemetryUserId",
50319
+ "optional": true,
50320
+ "type": {
50321
+ "primitive": "string"
50322
+ }
50323
+ },
50324
+ {
50325
+ "abstract": true,
50326
+ "docs": {
50327
+ "stability": "experimental",
50328
+ "summary": "https://yarnpkg.com/configuration/yarnrc#tsEnableAutoTypes."
50329
+ },
50330
+ "immutable": true,
50331
+ "locationInModule": {
50332
+ "filename": "src/javascript/yarnrc.ts",
50333
+ "line": 349
50334
+ },
50335
+ "name": "tsEnableAutoTypes",
50336
+ "optional": true,
50337
+ "type": {
50338
+ "primitive": "boolean"
50339
+ }
50340
+ },
50341
+ {
50342
+ "abstract": true,
50343
+ "docs": {
50344
+ "stability": "experimental",
50345
+ "summary": "https://yarnpkg.com/configuration/yarnrc#unsafeHttpWhitelist."
50346
+ },
50347
+ "immutable": true,
50348
+ "locationInModule": {
50349
+ "filename": "src/javascript/yarnrc.ts",
50350
+ "line": 351
50351
+ },
50352
+ "name": "unsafeHttpWhitelist",
50353
+ "optional": true,
50354
+ "type": {
50355
+ "collection": {
50356
+ "elementtype": {
50357
+ "primitive": "string"
50358
+ },
50359
+ "kind": "array"
50360
+ }
50361
+ }
50362
+ },
50363
+ {
50364
+ "abstract": true,
50365
+ "docs": {
50366
+ "stability": "experimental",
50367
+ "summary": "https://yarnpkg.com/configuration/yarnrc#virtualFolder."
50368
+ },
50369
+ "immutable": true,
50370
+ "locationInModule": {
50371
+ "filename": "src/javascript/yarnrc.ts",
50372
+ "line": 353
50373
+ },
50374
+ "name": "virtualFolder",
50375
+ "optional": true,
50376
+ "type": {
50377
+ "primitive": "string"
50378
+ }
50379
+ },
50380
+ {
50381
+ "abstract": true,
50382
+ "docs": {
50383
+ "stability": "experimental",
50384
+ "summary": "https://yarnpkg.com/configuration/yarnrc#winLinkType."
50385
+ },
50386
+ "immutable": true,
50387
+ "locationInModule": {
50388
+ "filename": "src/javascript/yarnrc.ts",
50389
+ "line": 273
50390
+ },
50391
+ "name": "winLinkType",
50392
+ "optional": true,
50393
+ "type": {
50394
+ "fqn": "projen.javascript.YarnWinLinkType"
50395
+ }
50396
+ },
50397
+ {
50398
+ "abstract": true,
50399
+ "docs": {
50400
+ "stability": "experimental",
50401
+ "summary": "https://yarnpkg.com/configuration/yarnrc#workerPoolMode."
50402
+ },
50403
+ "immutable": true,
50404
+ "locationInModule": {
50405
+ "filename": "src/javascript/yarnrc.ts",
50406
+ "line": 343
50407
+ },
50408
+ "name": "workerPoolMode",
50409
+ "optional": true,
50410
+ "type": {
50411
+ "fqn": "projen.javascript.YarnWorkerPoolMode"
50412
+ }
50413
+ },
50414
+ {
50415
+ "abstract": true,
50416
+ "docs": {
50417
+ "stability": "experimental",
50418
+ "summary": "https://yarnpkg.com/configuration/yarnrc#yarnPath."
50419
+ },
50420
+ "immutable": true,
50421
+ "locationInModule": {
50422
+ "filename": "src/javascript/yarnrc.ts",
50423
+ "line": 355
50424
+ },
50425
+ "name": "yarnPath",
50426
+ "optional": true,
50427
+ "type": {
50428
+ "primitive": "string"
50429
+ }
50430
+ }
50431
+ ],
50432
+ "symbolId": "src/javascript/yarnrc:YarnrcOptions"
50433
+ },
47578
50434
  "projen.python.IPackageProvider": {
47579
50435
  "assembly": "projen",
47580
50436
  "docs": {
@@ -56741,6 +59597,6 @@
56741
59597
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
56742
59598
  }
56743
59599
  },
56744
- "version": "0.76.19",
56745
- "fingerprint": "q8zmaRzZb22FJj3dbkDNpUCRJegZwY1rgewyS4RbBMg="
59600
+ "version": "0.76.21",
59601
+ "fingerprint": "R5jcP+cv9ZbjmGCWmHbjeyq/h24kpotQUygkPHCd98s="
56746
59602
  }