projen 0.101.25 → 0.101.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +1044 -332
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +6 -6
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +1 -1
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +3 -3
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-build.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +2 -2
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/dependency-review.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.d.ts +57 -4
- package/lib/javascript/node-package.js +46 -6
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/pnpm-workspace-config.d.ts +120 -0
- package/lib/javascript/pnpm-workspace-config.js +87 -4
- package/lib/javascript/pnpm-workspace.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +7 -3
- package/lib/javascript/yarnrc.d.ts +51 -3
- package/lib/javascript/yarnrc.js +22 -4
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pyproject-toml-file.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/uv-config.js +1 -1
- package/lib/python/uv.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/run-task.cjs +4 -3
- package/lib/sample-file.js +2 -2
- package/lib/script-runner.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-shell.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-runner.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +5 -5
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +3 -3
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/node_modules/js-yaml/dist/js-yaml.js +5 -2
- package/node_modules/js-yaml/dist/js-yaml.js.map +1 -1
- package/node_modules/js-yaml/dist/js-yaml.min.js +1 -1
- package/node_modules/js-yaml/dist/js-yaml.min.js.map +1 -1
- package/node_modules/js-yaml/dist/js-yaml.mjs +3 -3
- package/node_modules/js-yaml/dist/js-yaml.mjs.map +1 -1
- package/node_modules/js-yaml/lib/type/omap.js +3 -3
- package/node_modules/js-yaml/package.json +1 -1
- package/package.json +4 -3
package/.jsii
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"stability": "experimental"
|
|
62
62
|
},
|
|
63
63
|
"homepage": "https://github.com/projen/projen.git",
|
|
64
|
-
"jsiiVersion": "6.0.
|
|
64
|
+
"jsiiVersion": "6.0.9 (build 547955e)",
|
|
65
65
|
"keywords": [
|
|
66
66
|
"cdk",
|
|
67
67
|
"cicd",
|
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"hasDefaultInterfaces": true
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
+
"tscOutDir": "lib",
|
|
80
81
|
"tscRootDir": "src"
|
|
81
82
|
},
|
|
82
83
|
"name": "projen",
|
|
@@ -46017,7 +46018,7 @@
|
|
|
46017
46018
|
"kind": "enum",
|
|
46018
46019
|
"locationInModule": {
|
|
46019
46020
|
"filename": "src/javascript/node-package.ts",
|
|
46020
|
-
"line":
|
|
46021
|
+
"line": 515
|
|
46021
46022
|
},
|
|
46022
46023
|
"members": [
|
|
46023
46024
|
{
|
|
@@ -46051,7 +46052,7 @@
|
|
|
46051
46052
|
"kind": "interface",
|
|
46052
46053
|
"locationInModule": {
|
|
46053
46054
|
"filename": "src/javascript/node-package.ts",
|
|
46054
|
-
"line":
|
|
46055
|
+
"line": 533
|
|
46055
46056
|
},
|
|
46056
46057
|
"name": "CodeArtifactOptions",
|
|
46057
46058
|
"namespace": "javascript",
|
|
@@ -46067,7 +46068,7 @@
|
|
|
46067
46068
|
"immutable": true,
|
|
46068
46069
|
"locationInModule": {
|
|
46069
46070
|
"filename": "src/javascript/node-package.ts",
|
|
46070
|
-
"line":
|
|
46071
|
+
"line": 550
|
|
46071
46072
|
},
|
|
46072
46073
|
"name": "accessKeyIdSecret",
|
|
46073
46074
|
"optional": true,
|
|
@@ -46085,7 +46086,7 @@
|
|
|
46085
46086
|
"immutable": true,
|
|
46086
46087
|
"locationInModule": {
|
|
46087
46088
|
"filename": "src/javascript/node-package.ts",
|
|
46088
|
-
"line":
|
|
46089
|
+
"line": 539
|
|
46089
46090
|
},
|
|
46090
46091
|
"name": "authProvider",
|
|
46091
46092
|
"optional": true,
|
|
@@ -46104,7 +46105,7 @@
|
|
|
46104
46105
|
"immutable": true,
|
|
46105
46106
|
"locationInModule": {
|
|
46106
46107
|
"filename": "src/javascript/node-package.ts",
|
|
46107
|
-
"line":
|
|
46108
|
+
"line": 570
|
|
46108
46109
|
},
|
|
46109
46110
|
"name": "roleToAssume",
|
|
46110
46111
|
"optional": true,
|
|
@@ -46123,7 +46124,7 @@
|
|
|
46123
46124
|
"immutable": true,
|
|
46124
46125
|
"locationInModule": {
|
|
46125
46126
|
"filename": "src/javascript/node-package.ts",
|
|
46126
|
-
"line":
|
|
46127
|
+
"line": 561
|
|
46127
46128
|
},
|
|
46128
46129
|
"name": "secretAccessKeySecret",
|
|
46129
46130
|
"optional": true,
|
|
@@ -46227,7 +46228,7 @@
|
|
|
46227
46228
|
"kind": "interface",
|
|
46228
46229
|
"locationInModule": {
|
|
46229
46230
|
"filename": "src/javascript/node-package.ts",
|
|
46230
|
-
"line":
|
|
46231
|
+
"line": 459
|
|
46231
46232
|
},
|
|
46232
46233
|
"name": "DevEngineDependency",
|
|
46233
46234
|
"namespace": "javascript",
|
|
@@ -46241,7 +46242,7 @@
|
|
|
46241
46242
|
"immutable": true,
|
|
46242
46243
|
"locationInModule": {
|
|
46243
46244
|
"filename": "src/javascript/node-package.ts",
|
|
46244
|
-
"line":
|
|
46245
|
+
"line": 463
|
|
46245
46246
|
},
|
|
46246
46247
|
"name": "name",
|
|
46247
46248
|
"type": {
|
|
@@ -46258,7 +46259,7 @@
|
|
|
46258
46259
|
"immutable": true,
|
|
46259
46260
|
"locationInModule": {
|
|
46260
46261
|
"filename": "src/javascript/node-package.ts",
|
|
46261
|
-
"line":
|
|
46262
|
+
"line": 477
|
|
46262
46263
|
},
|
|
46263
46264
|
"name": "onFail",
|
|
46264
46265
|
"optional": true,
|
|
@@ -46276,7 +46277,7 @@
|
|
|
46276
46277
|
"immutable": true,
|
|
46277
46278
|
"locationInModule": {
|
|
46278
46279
|
"filename": "src/javascript/node-package.ts",
|
|
46279
|
-
"line":
|
|
46280
|
+
"line": 470
|
|
46280
46281
|
},
|
|
46281
46282
|
"name": "version",
|
|
46282
46283
|
"optional": true,
|
|
@@ -46299,7 +46300,7 @@
|
|
|
46299
46300
|
"kind": "interface",
|
|
46300
46301
|
"locationInModule": {
|
|
46301
46302
|
"filename": "src/javascript/node-package.ts",
|
|
46302
|
-
"line":
|
|
46303
|
+
"line": 485
|
|
46303
46304
|
},
|
|
46304
46305
|
"name": "DevEngines",
|
|
46305
46306
|
"namespace": "javascript",
|
|
@@ -46313,7 +46314,7 @@
|
|
|
46313
46314
|
"immutable": true,
|
|
46314
46315
|
"locationInModule": {
|
|
46315
46316
|
"filename": "src/javascript/node-package.ts",
|
|
46316
|
-
"line":
|
|
46317
|
+
"line": 494
|
|
46317
46318
|
},
|
|
46318
46319
|
"name": "cpu",
|
|
46319
46320
|
"optional": true,
|
|
@@ -46344,7 +46345,7 @@
|
|
|
46344
46345
|
"immutable": true,
|
|
46345
46346
|
"locationInModule": {
|
|
46346
46347
|
"filename": "src/javascript/node-package.ts",
|
|
46347
|
-
"line":
|
|
46348
|
+
"line": 499
|
|
46348
46349
|
},
|
|
46349
46350
|
"name": "libc",
|
|
46350
46351
|
"optional": true,
|
|
@@ -46375,7 +46376,7 @@
|
|
|
46375
46376
|
"immutable": true,
|
|
46376
46377
|
"locationInModule": {
|
|
46377
46378
|
"filename": "src/javascript/node-package.ts",
|
|
46378
|
-
"line":
|
|
46379
|
+
"line": 489
|
|
46379
46380
|
},
|
|
46380
46381
|
"name": "os",
|
|
46381
46382
|
"optional": true,
|
|
@@ -46406,7 +46407,7 @@
|
|
|
46406
46407
|
"immutable": true,
|
|
46407
46408
|
"locationInModule": {
|
|
46408
46409
|
"filename": "src/javascript/node-package.ts",
|
|
46409
|
-
"line":
|
|
46410
|
+
"line": 509
|
|
46410
46411
|
},
|
|
46411
46412
|
"name": "packageManager",
|
|
46412
46413
|
"optional": true,
|
|
@@ -46437,7 +46438,7 @@
|
|
|
46437
46438
|
"immutable": true,
|
|
46438
46439
|
"locationInModule": {
|
|
46439
46440
|
"filename": "src/javascript/node-package.ts",
|
|
46440
|
-
"line":
|
|
46441
|
+
"line": 504
|
|
46441
46442
|
},
|
|
46442
46443
|
"name": "runtime",
|
|
46443
46444
|
"optional": true,
|
|
@@ -47712,7 +47713,7 @@
|
|
|
47712
47713
|
"kind": "enum",
|
|
47713
47714
|
"locationInModule": {
|
|
47714
47715
|
"filename": "src/javascript/node-package.ts",
|
|
47715
|
-
"line":
|
|
47716
|
+
"line": 2392
|
|
47716
47717
|
},
|
|
47717
47718
|
"members": [
|
|
47718
47719
|
{
|
|
@@ -47752,7 +47753,7 @@
|
|
|
47752
47753
|
"kind": "interface",
|
|
47753
47754
|
"locationInModule": {
|
|
47754
47755
|
"filename": "src/javascript/node-package.ts",
|
|
47755
|
-
"line":
|
|
47756
|
+
"line": 2404
|
|
47756
47757
|
},
|
|
47757
47758
|
"name": "InstallTrigger",
|
|
47758
47759
|
"namespace": "javascript",
|
|
@@ -47766,7 +47767,7 @@
|
|
|
47766
47767
|
"immutable": true,
|
|
47767
47768
|
"locationInModule": {
|
|
47768
47769
|
"filename": "src/javascript/node-package.ts",
|
|
47769
|
-
"line":
|
|
47770
|
+
"line": 2406
|
|
47770
47771
|
},
|
|
47771
47772
|
"name": "reason",
|
|
47772
47773
|
"type": {
|
|
@@ -47782,7 +47783,7 @@
|
|
|
47782
47783
|
"immutable": true,
|
|
47783
47784
|
"locationInModule": {
|
|
47784
47785
|
"filename": "src/javascript/node-package.ts",
|
|
47785
|
-
"line":
|
|
47786
|
+
"line": 2412
|
|
47786
47787
|
},
|
|
47787
47788
|
"name": "diff",
|
|
47788
47789
|
"optional": true,
|
|
@@ -47805,7 +47806,7 @@
|
|
|
47805
47806
|
"immutable": true,
|
|
47806
47807
|
"locationInModule": {
|
|
47807
47808
|
"filename": "src/javascript/node-package.ts",
|
|
47808
|
-
"line":
|
|
47809
|
+
"line": 2418
|
|
47809
47810
|
},
|
|
47810
47811
|
"name": "resolutions",
|
|
47811
47812
|
"optional": true,
|
|
@@ -50360,7 +50361,7 @@
|
|
|
50360
50361
|
},
|
|
50361
50362
|
"locationInModule": {
|
|
50362
50363
|
"filename": "src/javascript/node-package.ts",
|
|
50363
|
-
"line":
|
|
50364
|
+
"line": 767
|
|
50364
50365
|
},
|
|
50365
50366
|
"parameters": [
|
|
50366
50367
|
{
|
|
@@ -50381,7 +50382,7 @@
|
|
|
50381
50382
|
"kind": "class",
|
|
50382
50383
|
"locationInModule": {
|
|
50383
50384
|
"filename": "src/javascript/node-package.ts",
|
|
50384
|
-
"line":
|
|
50385
|
+
"line": 593
|
|
50385
50386
|
},
|
|
50386
50387
|
"methods": [
|
|
50387
50388
|
{
|
|
@@ -50392,7 +50393,7 @@
|
|
|
50392
50393
|
},
|
|
50393
50394
|
"locationInModule": {
|
|
50394
50395
|
"filename": "src/javascript/node-package.ts",
|
|
50395
|
-
"line":
|
|
50396
|
+
"line": 600
|
|
50396
50397
|
},
|
|
50397
50398
|
"name": "of",
|
|
50398
50399
|
"parameters": [
|
|
@@ -50423,7 +50424,7 @@
|
|
|
50423
50424
|
},
|
|
50424
50425
|
"locationInModule": {
|
|
50425
50426
|
"filename": "src/javascript/node-package.ts",
|
|
50426
|
-
"line":
|
|
50427
|
+
"line": 1096
|
|
50427
50428
|
},
|
|
50428
50429
|
"name": "addAllowedScripts",
|
|
50429
50430
|
"parameters": [
|
|
@@ -50446,7 +50447,7 @@
|
|
|
50446
50447
|
},
|
|
50447
50448
|
"locationInModule": {
|
|
50448
50449
|
"filename": "src/javascript/node-package.ts",
|
|
50449
|
-
"line":
|
|
50450
|
+
"line": 1116
|
|
50450
50451
|
},
|
|
50451
50452
|
"name": "addBin",
|
|
50452
50453
|
"parameters": [
|
|
@@ -50471,7 +50472,7 @@
|
|
|
50471
50472
|
},
|
|
50472
50473
|
"locationInModule": {
|
|
50473
50474
|
"filename": "src/javascript/node-package.ts",
|
|
50474
|
-
"line":
|
|
50475
|
+
"line": 1054
|
|
50475
50476
|
},
|
|
50476
50477
|
"name": "addBundledDeps",
|
|
50477
50478
|
"parameters": [
|
|
@@ -50496,7 +50497,7 @@
|
|
|
50496
50497
|
},
|
|
50497
50498
|
"locationInModule": {
|
|
50498
50499
|
"filename": "src/javascript/node-package.ts",
|
|
50499
|
-
"line":
|
|
50500
|
+
"line": 994
|
|
50500
50501
|
},
|
|
50501
50502
|
"name": "addDeps",
|
|
50502
50503
|
"parameters": [
|
|
@@ -50521,7 +50522,7 @@
|
|
|
50521
50522
|
},
|
|
50522
50523
|
"locationInModule": {
|
|
50523
50524
|
"filename": "src/javascript/node-package.ts",
|
|
50524
|
-
"line":
|
|
50525
|
+
"line": 1009
|
|
50525
50526
|
},
|
|
50526
50527
|
"name": "addDevDeps",
|
|
50527
50528
|
"parameters": [
|
|
@@ -50546,7 +50547,7 @@
|
|
|
50546
50547
|
},
|
|
50547
50548
|
"locationInModule": {
|
|
50548
50549
|
"filename": "src/javascript/node-package.ts",
|
|
50549
|
-
"line":
|
|
50550
|
+
"line": 1071
|
|
50550
50551
|
},
|
|
50551
50552
|
"name": "addEngine",
|
|
50552
50553
|
"parameters": [
|
|
@@ -50580,7 +50581,7 @@
|
|
|
50580
50581
|
},
|
|
50581
50582
|
"locationInModule": {
|
|
50582
50583
|
"filename": "src/javascript/node-package.ts",
|
|
50583
|
-
"line":
|
|
50584
|
+
"line": 1149
|
|
50584
50585
|
},
|
|
50585
50586
|
"name": "addField",
|
|
50586
50587
|
"parameters": [
|
|
@@ -50611,7 +50612,7 @@
|
|
|
50611
50612
|
},
|
|
50612
50613
|
"locationInModule": {
|
|
50613
50614
|
"filename": "src/javascript/node-package.ts",
|
|
50614
|
-
"line":
|
|
50615
|
+
"line": 1079
|
|
50615
50616
|
},
|
|
50616
50617
|
"name": "addKeywords",
|
|
50617
50618
|
"parameters": [
|
|
@@ -50635,7 +50636,7 @@
|
|
|
50635
50636
|
},
|
|
50636
50637
|
"locationInModule": {
|
|
50637
50638
|
"filename": "src/javascript/node-package.ts",
|
|
50638
|
-
"line":
|
|
50639
|
+
"line": 1169
|
|
50639
50640
|
},
|
|
50640
50641
|
"name": "addPackageResolutions",
|
|
50641
50642
|
"parameters": [
|
|
@@ -50661,7 +50662,7 @@
|
|
|
50661
50662
|
},
|
|
50662
50663
|
"locationInModule": {
|
|
50663
50664
|
"filename": "src/javascript/node-package.ts",
|
|
50664
|
-
"line":
|
|
50665
|
+
"line": 1028
|
|
50665
50666
|
},
|
|
50666
50667
|
"name": "addPeerDeps",
|
|
50667
50668
|
"parameters": [
|
|
@@ -50686,7 +50687,7 @@
|
|
|
50686
50687
|
},
|
|
50687
50688
|
"locationInModule": {
|
|
50688
50689
|
"filename": "src/javascript/node-package.ts",
|
|
50689
|
-
"line":
|
|
50690
|
+
"line": 1157
|
|
50690
50691
|
},
|
|
50691
50692
|
"name": "addVersion",
|
|
50692
50693
|
"parameters": [
|
|
@@ -50709,7 +50710,7 @@
|
|
|
50709
50710
|
},
|
|
50710
50711
|
"locationInModule": {
|
|
50711
50712
|
"filename": "src/javascript/node-package.ts",
|
|
50712
|
-
"line":
|
|
50713
|
+
"line": 2138
|
|
50713
50714
|
},
|
|
50714
50715
|
"name": "installDependencies",
|
|
50715
50716
|
"parameters": [
|
|
@@ -50733,7 +50734,7 @@
|
|
|
50733
50734
|
},
|
|
50734
50735
|
"locationInModule": {
|
|
50735
50736
|
"filename": "src/javascript/node-package.ts",
|
|
50736
|
-
"line":
|
|
50737
|
+
"line": 1225
|
|
50737
50738
|
},
|
|
50738
50739
|
"name": "postSynthesize",
|
|
50739
50740
|
"overrides": "projen.Component"
|
|
@@ -50746,7 +50747,7 @@
|
|
|
50746
50747
|
},
|
|
50747
50748
|
"locationInModule": {
|
|
50748
50749
|
"filename": "src/javascript/node-package.ts",
|
|
50749
|
-
"line":
|
|
50750
|
+
"line": 1110
|
|
50750
50751
|
},
|
|
50751
50752
|
"name": "removeAllowedScripts",
|
|
50752
50753
|
"parameters": [
|
|
@@ -50770,7 +50771,7 @@
|
|
|
50770
50771
|
},
|
|
50771
50772
|
"locationInModule": {
|
|
50772
50773
|
"filename": "src/javascript/node-package.ts",
|
|
50773
|
-
"line":
|
|
50774
|
+
"line": 1137
|
|
50774
50775
|
},
|
|
50775
50776
|
"name": "removeScript",
|
|
50776
50777
|
"parameters": [
|
|
@@ -50792,7 +50793,7 @@
|
|
|
50792
50793
|
},
|
|
50793
50794
|
"locationInModule": {
|
|
50794
50795
|
"filename": "src/javascript/node-package.ts",
|
|
50795
|
-
"line":
|
|
50796
|
+
"line": 1128
|
|
50796
50797
|
},
|
|
50797
50798
|
"name": "setScript",
|
|
50798
50799
|
"parameters": [
|
|
@@ -50823,7 +50824,7 @@
|
|
|
50823
50824
|
},
|
|
50824
50825
|
"locationInModule": {
|
|
50825
50826
|
"filename": "src/javascript/node-package.ts",
|
|
50826
|
-
"line":
|
|
50827
|
+
"line": 1220
|
|
50827
50828
|
},
|
|
50828
50829
|
"name": "synthesize",
|
|
50829
50830
|
"overrides": "projen.Component"
|
|
@@ -50838,7 +50839,7 @@
|
|
|
50838
50839
|
},
|
|
50839
50840
|
"locationInModule": {
|
|
50840
50841
|
"filename": "src/javascript/node-package.ts",
|
|
50841
|
-
"line":
|
|
50842
|
+
"line": 1204
|
|
50842
50843
|
},
|
|
50843
50844
|
"name": "tryResolveDependencyVersion",
|
|
50844
50845
|
"parameters": [
|
|
@@ -50871,7 +50872,7 @@
|
|
|
50871
50872
|
"immutable": true,
|
|
50872
50873
|
"locationInModule": {
|
|
50873
50874
|
"filename": "src/javascript/node-package.ts",
|
|
50874
|
-
"line":
|
|
50875
|
+
"line": 618
|
|
50875
50876
|
},
|
|
50876
50877
|
"name": "allowLibraryDependencies",
|
|
50877
50878
|
"type": {
|
|
@@ -50886,7 +50887,7 @@
|
|
|
50886
50887
|
"immutable": true,
|
|
50887
50888
|
"locationInModule": {
|
|
50888
50889
|
"filename": "src/javascript/node-package.ts",
|
|
50889
|
-
"line":
|
|
50890
|
+
"line": 613
|
|
50890
50891
|
},
|
|
50891
50892
|
"name": "entrypoint",
|
|
50892
50893
|
"type": {
|
|
@@ -50901,7 +50902,7 @@
|
|
|
50901
50902
|
"immutable": true,
|
|
50902
50903
|
"locationInModule": {
|
|
50903
50904
|
"filename": "src/javascript/node-package.ts",
|
|
50904
|
-
"line":
|
|
50905
|
+
"line": 1300
|
|
50905
50906
|
},
|
|
50906
50907
|
"name": "execCommand",
|
|
50907
50908
|
"type": {
|
|
@@ -50916,7 +50917,7 @@
|
|
|
50916
50917
|
"immutable": true,
|
|
50917
50918
|
"locationInModule": {
|
|
50918
50919
|
"filename": "src/javascript/node-package.ts",
|
|
50919
|
-
"line":
|
|
50920
|
+
"line": 754
|
|
50920
50921
|
},
|
|
50921
50922
|
"name": "file",
|
|
50922
50923
|
"type": {
|
|
@@ -50925,13 +50926,14 @@
|
|
|
50925
50926
|
},
|
|
50926
50927
|
{
|
|
50927
50928
|
"docs": {
|
|
50929
|
+
"remarks": "Prefer using `NodePackage.installTask`. The raw command string is intended for bootstrapping.",
|
|
50928
50930
|
"stability": "experimental",
|
|
50929
|
-
"summary": "
|
|
50931
|
+
"summary": "Returns the package manager's mutable install command with lockfile update, e.g. `npm install` or `pnpm install`."
|
|
50930
50932
|
},
|
|
50931
50933
|
"immutable": true,
|
|
50932
50934
|
"locationInModule": {
|
|
50933
50935
|
"filename": "src/javascript/node-package.ts",
|
|
50934
|
-
"line":
|
|
50936
|
+
"line": 1189
|
|
50935
50937
|
},
|
|
50936
50938
|
"name": "installAndUpdateLockfileCommand",
|
|
50937
50939
|
"type": {
|
|
@@ -50946,7 +50948,7 @@
|
|
|
50946
50948
|
"immutable": true,
|
|
50947
50949
|
"locationInModule": {
|
|
50948
50950
|
"filename": "src/javascript/node-package.ts",
|
|
50949
|
-
"line":
|
|
50951
|
+
"line": 744
|
|
50950
50952
|
},
|
|
50951
50953
|
"name": "installCiTask",
|
|
50952
50954
|
"type": {
|
|
@@ -50955,13 +50957,14 @@
|
|
|
50955
50957
|
},
|
|
50956
50958
|
{
|
|
50957
50959
|
"docs": {
|
|
50960
|
+
"remarks": "Prefer using `NodePackage.installCiTask`. The raw command string is intended for bootstrapping.",
|
|
50958
50961
|
"stability": "experimental",
|
|
50959
|
-
"summary": "Returns the command
|
|
50962
|
+
"summary": "Returns the package manager's immutable install command with a frozen lockfile, e.g. `npm ci` or `pnpm ci`."
|
|
50960
50963
|
},
|
|
50961
50964
|
"immutable": true,
|
|
50962
50965
|
"locationInModule": {
|
|
50963
50966
|
"filename": "src/javascript/node-package.ts",
|
|
50964
|
-
"line":
|
|
50967
|
+
"line": 1180
|
|
50965
50968
|
},
|
|
50966
50969
|
"name": "installCommand",
|
|
50967
50970
|
"type": {
|
|
@@ -50976,7 +50979,7 @@
|
|
|
50976
50979
|
"immutable": true,
|
|
50977
50980
|
"locationInModule": {
|
|
50978
50981
|
"filename": "src/javascript/node-package.ts",
|
|
50979
|
-
"line":
|
|
50982
|
+
"line": 739
|
|
50980
50983
|
},
|
|
50981
50984
|
"name": "installTask",
|
|
50982
50985
|
"type": {
|
|
@@ -50991,7 +50994,7 @@
|
|
|
50991
50994
|
"immutable": true,
|
|
50992
50995
|
"locationInModule": {
|
|
50993
50996
|
"filename": "src/javascript/node-package.ts",
|
|
50994
|
-
"line":
|
|
50997
|
+
"line": 734
|
|
50995
50998
|
},
|
|
50996
50999
|
"name": "lockFile",
|
|
50997
51000
|
"type": {
|
|
@@ -51006,7 +51009,7 @@
|
|
|
51006
51009
|
"immutable": true,
|
|
51007
51010
|
"locationInModule": {
|
|
51008
51011
|
"filename": "src/javascript/node-package.ts",
|
|
51009
|
-
"line":
|
|
51012
|
+
"line": 628
|
|
51010
51013
|
},
|
|
51011
51014
|
"name": "manifest",
|
|
51012
51015
|
"type": {
|
|
@@ -51021,7 +51024,7 @@
|
|
|
51021
51024
|
"immutable": true,
|
|
51022
51025
|
"locationInModule": {
|
|
51023
51026
|
"filename": "src/javascript/node-package.ts",
|
|
51024
|
-
"line":
|
|
51027
|
+
"line": 724
|
|
51025
51028
|
},
|
|
51026
51029
|
"name": "npmAccess",
|
|
51027
51030
|
"type": {
|
|
@@ -51036,7 +51039,7 @@
|
|
|
51036
51039
|
"immutable": true,
|
|
51037
51040
|
"locationInModule": {
|
|
51038
51041
|
"filename": "src/javascript/node-package.ts",
|
|
51039
|
-
"line":
|
|
51042
|
+
"line": 729
|
|
51040
51043
|
},
|
|
51041
51044
|
"name": "npmProvenance",
|
|
51042
51045
|
"type": {
|
|
@@ -51051,7 +51054,7 @@
|
|
|
51051
51054
|
"immutable": true,
|
|
51052
51055
|
"locationInModule": {
|
|
51053
51056
|
"filename": "src/javascript/node-package.ts",
|
|
51054
|
-
"line":
|
|
51057
|
+
"line": 699
|
|
51055
51058
|
},
|
|
51056
51059
|
"name": "npmRegistry",
|
|
51057
51060
|
"type": {
|
|
@@ -51066,7 +51069,7 @@
|
|
|
51066
51069
|
"immutable": true,
|
|
51067
51070
|
"locationInModule": {
|
|
51068
51071
|
"filename": "src/javascript/node-package.ts",
|
|
51069
|
-
"line":
|
|
51072
|
+
"line": 694
|
|
51070
51073
|
},
|
|
51071
51074
|
"name": "npmRegistryUrl",
|
|
51072
51075
|
"type": {
|
|
@@ -51081,7 +51084,7 @@
|
|
|
51081
51084
|
"immutable": true,
|
|
51082
51085
|
"locationInModule": {
|
|
51083
51086
|
"filename": "src/javascript/node-package.ts",
|
|
51084
|
-
"line":
|
|
51087
|
+
"line": 623
|
|
51085
51088
|
},
|
|
51086
51089
|
"name": "packageManager",
|
|
51087
51090
|
"type": {
|
|
@@ -51096,7 +51099,7 @@
|
|
|
51096
51099
|
"immutable": true,
|
|
51097
51100
|
"locationInModule": {
|
|
51098
51101
|
"filename": "src/javascript/node-package.ts",
|
|
51099
|
-
"line":
|
|
51102
|
+
"line": 608
|
|
51100
51103
|
},
|
|
51101
51104
|
"name": "packageName",
|
|
51102
51105
|
"type": {
|
|
@@ -51112,7 +51115,7 @@
|
|
|
51112
51115
|
"immutable": true,
|
|
51113
51116
|
"locationInModule": {
|
|
51114
51117
|
"filename": "src/javascript/node-package.ts",
|
|
51115
|
-
"line":
|
|
51118
|
+
"line": 660
|
|
51116
51119
|
},
|
|
51117
51120
|
"name": "bunVersion",
|
|
51118
51121
|
"optional": true,
|
|
@@ -51130,7 +51133,7 @@
|
|
|
51130
51133
|
"immutable": true,
|
|
51131
51134
|
"locationInModule": {
|
|
51132
51135
|
"filename": "src/javascript/node-package.ts",
|
|
51133
|
-
"line":
|
|
51136
|
+
"line": 712
|
|
51134
51137
|
},
|
|
51135
51138
|
"name": "codeArtifactOptions",
|
|
51136
51139
|
"optional": true,
|
|
@@ -51138,6 +51141,22 @@
|
|
|
51138
51141
|
"fqn": "projen.javascript.CodeArtifactOptions"
|
|
51139
51142
|
}
|
|
51140
51143
|
},
|
|
51144
|
+
{
|
|
51145
|
+
"docs": {
|
|
51146
|
+
"stability": "experimental",
|
|
51147
|
+
"summary": "The task for deduplicating project dependencies, if configured."
|
|
51148
|
+
},
|
|
51149
|
+
"immutable": true,
|
|
51150
|
+
"locationInModule": {
|
|
51151
|
+
"filename": "src/javascript/node-package.ts",
|
|
51152
|
+
"line": 749
|
|
51153
|
+
},
|
|
51154
|
+
"name": "dedupeTask",
|
|
51155
|
+
"optional": true,
|
|
51156
|
+
"type": {
|
|
51157
|
+
"fqn": "projen.Task"
|
|
51158
|
+
}
|
|
51159
|
+
},
|
|
51141
51160
|
{
|
|
51142
51161
|
"docs": {
|
|
51143
51162
|
"remarks": "`undefined` if this package is not licensed.",
|
|
@@ -51147,7 +51166,7 @@
|
|
|
51147
51166
|
"immutable": true,
|
|
51148
51167
|
"locationInModule": {
|
|
51149
51168
|
"filename": "src/javascript/node-package.ts",
|
|
51150
|
-
"line":
|
|
51169
|
+
"line": 689
|
|
51151
51170
|
},
|
|
51152
51171
|
"name": "license",
|
|
51153
51172
|
"optional": true,
|
|
@@ -51164,7 +51183,7 @@
|
|
|
51164
51183
|
"immutable": true,
|
|
51165
51184
|
"locationInModule": {
|
|
51166
51185
|
"filename": "src/javascript/node-package.ts",
|
|
51167
|
-
"line":
|
|
51186
|
+
"line": 642
|
|
51168
51187
|
},
|
|
51169
51188
|
"name": "maxNodeVersion",
|
|
51170
51189
|
"optional": true,
|
|
@@ -51181,7 +51200,7 @@
|
|
|
51181
51200
|
"immutable": true,
|
|
51182
51201
|
"locationInModule": {
|
|
51183
51202
|
"filename": "src/javascript/node-package.ts",
|
|
51184
|
-
"line":
|
|
51203
|
+
"line": 635
|
|
51185
51204
|
},
|
|
51186
51205
|
"name": "minNodeVersion",
|
|
51187
51206
|
"optional": true,
|
|
@@ -51197,7 +51216,7 @@
|
|
|
51197
51216
|
"immutable": true,
|
|
51198
51217
|
"locationInModule": {
|
|
51199
51218
|
"filename": "src/javascript/node-package.ts",
|
|
51200
|
-
"line":
|
|
51219
|
+
"line": 704
|
|
51201
51220
|
},
|
|
51202
51221
|
"name": "npmTokenSecret",
|
|
51203
51222
|
"optional": true,
|
|
@@ -51214,7 +51233,7 @@
|
|
|
51214
51233
|
"immutable": true,
|
|
51215
51234
|
"locationInModule": {
|
|
51216
51235
|
"filename": "src/javascript/node-package.ts",
|
|
51217
|
-
"line":
|
|
51236
|
+
"line": 649
|
|
51218
51237
|
},
|
|
51219
51238
|
"name": "pnpmVersion",
|
|
51220
51239
|
"optional": true,
|
|
@@ -51231,7 +51250,7 @@
|
|
|
51231
51250
|
"immutable": true,
|
|
51232
51251
|
"locationInModule": {
|
|
51233
51252
|
"filename": "src/javascript/node-package.ts",
|
|
51234
|
-
"line":
|
|
51253
|
+
"line": 719
|
|
51235
51254
|
},
|
|
51236
51255
|
"name": "scopedPackagesOptions",
|
|
51237
51256
|
"optional": true,
|
|
@@ -51253,7 +51272,7 @@
|
|
|
51253
51272
|
"immutable": true,
|
|
51254
51273
|
"locationInModule": {
|
|
51255
51274
|
"filename": "src/javascript/node-package.ts",
|
|
51256
|
-
"line":
|
|
51275
|
+
"line": 671
|
|
51257
51276
|
},
|
|
51258
51277
|
"name": "yarnVersion",
|
|
51259
51278
|
"optional": true,
|
|
@@ -51274,7 +51293,7 @@
|
|
|
51274
51293
|
"kind": "enum",
|
|
51275
51294
|
"locationInModule": {
|
|
51276
51295
|
"filename": "src/javascript/node-package.ts",
|
|
51277
|
-
"line":
|
|
51296
|
+
"line": 2270
|
|
51278
51297
|
},
|
|
51279
51298
|
"members": [
|
|
51280
51299
|
{
|
|
@@ -51358,7 +51377,7 @@
|
|
|
51358
51377
|
"immutable": true,
|
|
51359
51378
|
"locationInModule": {
|
|
51360
51379
|
"filename": "src/javascript/node-package.ts",
|
|
51361
|
-
"line":
|
|
51380
|
+
"line": 408
|
|
51362
51381
|
},
|
|
51363
51382
|
"name": "addPackageManagerToDevEngines",
|
|
51364
51383
|
"optional": true,
|
|
@@ -51396,7 +51415,7 @@
|
|
|
51396
51415
|
"immutable": true,
|
|
51397
51416
|
"locationInModule": {
|
|
51398
51417
|
"filename": "src/javascript/node-package.ts",
|
|
51399
|
-
"line":
|
|
51418
|
+
"line": 453
|
|
51400
51419
|
},
|
|
51401
51420
|
"name": "allowScripts",
|
|
51402
51421
|
"optional": true,
|
|
@@ -51418,7 +51437,7 @@
|
|
|
51418
51437
|
"immutable": true,
|
|
51419
51438
|
"locationInModule": {
|
|
51420
51439
|
"filename": "src/javascript/node-package.ts",
|
|
51421
|
-
"line":
|
|
51440
|
+
"line": 218
|
|
51422
51441
|
},
|
|
51423
51442
|
"name": "authorEmail",
|
|
51424
51443
|
"optional": true,
|
|
@@ -51435,7 +51454,7 @@
|
|
|
51435
51454
|
"immutable": true,
|
|
51436
51455
|
"locationInModule": {
|
|
51437
51456
|
"filename": "src/javascript/node-package.ts",
|
|
51438
|
-
"line":
|
|
51457
|
+
"line": 213
|
|
51439
51458
|
},
|
|
51440
51459
|
"name": "authorName",
|
|
51441
51460
|
"optional": true,
|
|
@@ -51452,7 +51471,7 @@
|
|
|
51452
51471
|
"immutable": true,
|
|
51453
51472
|
"locationInModule": {
|
|
51454
51473
|
"filename": "src/javascript/node-package.ts",
|
|
51455
|
-
"line":
|
|
51474
|
+
"line": 228
|
|
51456
51475
|
},
|
|
51457
51476
|
"name": "authorOrganization",
|
|
51458
51477
|
"optional": true,
|
|
@@ -51469,7 +51488,7 @@
|
|
|
51469
51488
|
"immutable": true,
|
|
51470
51489
|
"locationInModule": {
|
|
51471
51490
|
"filename": "src/javascript/node-package.ts",
|
|
51472
|
-
"line":
|
|
51491
|
+
"line": 223
|
|
51473
51492
|
},
|
|
51474
51493
|
"name": "authorUrl",
|
|
51475
51494
|
"optional": true,
|
|
@@ -51527,7 +51546,7 @@
|
|
|
51527
51546
|
"immutable": true,
|
|
51528
51547
|
"locationInModule": {
|
|
51529
51548
|
"filename": "src/javascript/node-package.ts",
|
|
51530
|
-
"line":
|
|
51549
|
+
"line": 320
|
|
51531
51550
|
},
|
|
51532
51551
|
"name": "bugsEmail",
|
|
51533
51552
|
"optional": true,
|
|
@@ -51544,7 +51563,7 @@
|
|
|
51544
51563
|
"immutable": true,
|
|
51545
51564
|
"locationInModule": {
|
|
51546
51565
|
"filename": "src/javascript/node-package.ts",
|
|
51547
|
-
"line":
|
|
51566
|
+
"line": 315
|
|
51548
51567
|
},
|
|
51549
51568
|
"name": "bugsUrl",
|
|
51550
51569
|
"optional": true,
|
|
@@ -51585,7 +51604,7 @@
|
|
|
51585
51604
|
"immutable": true,
|
|
51586
51605
|
"locationInModule": {
|
|
51587
51606
|
"filename": "src/javascript/node-package.ts",
|
|
51588
|
-
"line":
|
|
51607
|
+
"line": 285
|
|
51589
51608
|
},
|
|
51590
51609
|
"name": "bunVersion",
|
|
51591
51610
|
"optional": true,
|
|
@@ -51604,7 +51623,7 @@
|
|
|
51604
51623
|
"immutable": true,
|
|
51605
51624
|
"locationInModule": {
|
|
51606
51625
|
"filename": "src/javascript/node-package.ts",
|
|
51607
|
-
"line":
|
|
51626
|
+
"line": 368
|
|
51608
51627
|
},
|
|
51609
51628
|
"name": "codeArtifactOptions",
|
|
51610
51629
|
"optional": true,
|
|
@@ -51612,6 +51631,25 @@
|
|
|
51612
51631
|
"fqn": "projen.javascript.CodeArtifactOptions"
|
|
51613
51632
|
}
|
|
51614
51633
|
},
|
|
51634
|
+
{
|
|
51635
|
+
"abstract": true,
|
|
51636
|
+
"docs": {
|
|
51637
|
+
"default": "- false, unless `yarnBerryOptions.dedupePackages` is set",
|
|
51638
|
+
"remarks": "Deduplication prevents multiple versions of the same package from being\ninstalled, if a single version can satisfy all requested version ranges.\nThis prevents version proliferation and reduces the size of the dependency\ntree.\n\nThe behavior depends on the package manager:\n- npm: runs `npm dedupe` after every mutating install.\n- pnpm: runs `pnpm dedupe` after every mutating install.\n- Yarn Berry: runs `yarn dedupe` after every mutating install. If\n `yarnBerryOptions.dedupePackages` is set, only the listed packages are\n deduplicated.\n- Yarn Classic: `yarn install` already deduplicates, so the task only\n prints an informational message.\n- Bun: not supported, enabling this option throws an error.",
|
|
51639
|
+
"stability": "experimental",
|
|
51640
|
+
"summary": "Add a `dedupe` task that deduplicates project dependencies."
|
|
51641
|
+
},
|
|
51642
|
+
"immutable": true,
|
|
51643
|
+
"locationInModule": {
|
|
51644
|
+
"filename": "src/javascript/node-package.ts",
|
|
51645
|
+
"line": 196
|
|
51646
|
+
},
|
|
51647
|
+
"name": "dedupeDeps",
|
|
51648
|
+
"optional": true,
|
|
51649
|
+
"type": {
|
|
51650
|
+
"primitive": "boolean"
|
|
51651
|
+
}
|
|
51652
|
+
},
|
|
51615
51653
|
{
|
|
51616
51654
|
"abstract": true,
|
|
51617
51655
|
"docs": {
|
|
@@ -51623,7 +51661,7 @@
|
|
|
51623
51661
|
"immutable": true,
|
|
51624
51662
|
"locationInModule": {
|
|
51625
51663
|
"filename": "src/javascript/node-package.ts",
|
|
51626
|
-
"line":
|
|
51664
|
+
"line": 419
|
|
51627
51665
|
},
|
|
51628
51666
|
"name": "deleteOrphanedLockFiles",
|
|
51629
51667
|
"optional": true,
|
|
@@ -51719,7 +51757,7 @@
|
|
|
51719
51757
|
"immutable": true,
|
|
51720
51758
|
"locationInModule": {
|
|
51721
51759
|
"filename": "src/javascript/node-package.ts",
|
|
51722
|
-
"line":
|
|
51760
|
+
"line": 400
|
|
51723
51761
|
},
|
|
51724
51762
|
"name": "devEngines",
|
|
51725
51763
|
"optional": true,
|
|
@@ -51755,7 +51793,7 @@
|
|
|
51755
51793
|
"immutable": true,
|
|
51756
51794
|
"locationInModule": {
|
|
51757
51795
|
"filename": "src/javascript/node-package.ts",
|
|
51758
|
-
"line":
|
|
51796
|
+
"line": 233
|
|
51759
51797
|
},
|
|
51760
51798
|
"name": "homepage",
|
|
51761
51799
|
"optional": true,
|
|
@@ -51796,7 +51834,7 @@
|
|
|
51796
51834
|
"immutable": true,
|
|
51797
51835
|
"locationInModule": {
|
|
51798
51836
|
"filename": "src/javascript/node-package.ts",
|
|
51799
|
-
"line":
|
|
51837
|
+
"line": 294
|
|
51800
51838
|
},
|
|
51801
51839
|
"name": "license",
|
|
51802
51840
|
"optional": true,
|
|
@@ -51814,7 +51852,7 @@
|
|
|
51814
51852
|
"immutable": true,
|
|
51815
51853
|
"locationInModule": {
|
|
51816
51854
|
"filename": "src/javascript/node-package.ts",
|
|
51817
|
-
"line":
|
|
51855
|
+
"line": 301
|
|
51818
51856
|
},
|
|
51819
51857
|
"name": "licensed",
|
|
51820
51858
|
"optional": true,
|
|
@@ -51833,7 +51871,7 @@
|
|
|
51833
51871
|
"immutable": true,
|
|
51834
51872
|
"locationInModule": {
|
|
51835
51873
|
"filename": "src/javascript/node-package.ts",
|
|
51836
|
-
"line":
|
|
51874
|
+
"line": 271
|
|
51837
51875
|
},
|
|
51838
51876
|
"name": "maxNodeVersion",
|
|
51839
51877
|
"optional": true,
|
|
@@ -51852,7 +51890,7 @@
|
|
|
51852
51890
|
"immutable": true,
|
|
51853
51891
|
"locationInModule": {
|
|
51854
51892
|
"filename": "src/javascript/node-package.ts",
|
|
51855
|
-
"line":
|
|
51893
|
+
"line": 257
|
|
51856
51894
|
},
|
|
51857
51895
|
"name": "minNodeVersion",
|
|
51858
51896
|
"optional": true,
|
|
@@ -51870,7 +51908,7 @@
|
|
|
51870
51908
|
"immutable": true,
|
|
51871
51909
|
"locationInModule": {
|
|
51872
51910
|
"filename": "src/javascript/node-package.ts",
|
|
51873
|
-
"line":
|
|
51911
|
+
"line": 329
|
|
51874
51912
|
},
|
|
51875
51913
|
"name": "npmAccess",
|
|
51876
51914
|
"optional": true,
|
|
@@ -51890,7 +51928,7 @@
|
|
|
51890
51928
|
"immutable": true,
|
|
51891
51929
|
"locationInModule": {
|
|
51892
51930
|
"filename": "src/javascript/node-package.ts",
|
|
51893
|
-
"line":
|
|
51931
|
+
"line": 343
|
|
51894
51932
|
},
|
|
51895
51933
|
"name": "npmProvenance",
|
|
51896
51934
|
"optional": true,
|
|
@@ -51909,7 +51947,7 @@
|
|
|
51909
51947
|
"immutable": true,
|
|
51910
51948
|
"locationInModule": {
|
|
51911
51949
|
"filename": "src/javascript/node-package.ts",
|
|
51912
|
-
"line":
|
|
51950
|
+
"line": 310
|
|
51913
51951
|
},
|
|
51914
51952
|
"name": "npmRegistryUrl",
|
|
51915
51953
|
"optional": true,
|
|
@@ -51927,7 +51965,7 @@
|
|
|
51927
51965
|
"immutable": true,
|
|
51928
51966
|
"locationInModule": {
|
|
51929
51967
|
"filename": "src/javascript/node-package.ts",
|
|
51930
|
-
"line":
|
|
51968
|
+
"line": 350
|
|
51931
51969
|
},
|
|
51932
51970
|
"name": "npmTokenSecret",
|
|
51933
51971
|
"optional": true,
|
|
@@ -51946,7 +51984,7 @@
|
|
|
51946
51984
|
"immutable": true,
|
|
51947
51985
|
"locationInModule": {
|
|
51948
51986
|
"filename": "src/javascript/node-package.ts",
|
|
51949
|
-
"line":
|
|
51987
|
+
"line": 360
|
|
51950
51988
|
},
|
|
51951
51989
|
"name": "npmTrustedPublishing",
|
|
51952
51990
|
"optional": true,
|
|
@@ -52047,7 +52085,7 @@
|
|
|
52047
52085
|
"immutable": true,
|
|
52048
52086
|
"locationInModule": {
|
|
52049
52087
|
"filename": "src/javascript/node-package.ts",
|
|
52050
|
-
"line":
|
|
52088
|
+
"line": 389
|
|
52051
52089
|
},
|
|
52052
52090
|
"name": "pnpmOptions",
|
|
52053
52091
|
"optional": true,
|
|
@@ -52065,7 +52103,7 @@
|
|
|
52065
52103
|
"immutable": true,
|
|
52066
52104
|
"locationInModule": {
|
|
52067
52105
|
"filename": "src/javascript/node-package.ts",
|
|
52068
|
-
"line":
|
|
52106
|
+
"line": 278
|
|
52069
52107
|
},
|
|
52070
52108
|
"name": "pnpmVersion",
|
|
52071
52109
|
"optional": true,
|
|
@@ -52083,7 +52121,7 @@
|
|
|
52083
52121
|
"immutable": true,
|
|
52084
52122
|
"locationInModule": {
|
|
52085
52123
|
"filename": "src/javascript/node-package.ts",
|
|
52086
|
-
"line":
|
|
52124
|
+
"line": 202
|
|
52087
52125
|
},
|
|
52088
52126
|
"name": "repository",
|
|
52089
52127
|
"optional": true,
|
|
@@ -52100,7 +52138,7 @@
|
|
|
52100
52138
|
"immutable": true,
|
|
52101
52139
|
"locationInModule": {
|
|
52102
52140
|
"filename": "src/javascript/node-package.ts",
|
|
52103
|
-
"line":
|
|
52141
|
+
"line": 208
|
|
52104
52142
|
},
|
|
52105
52143
|
"name": "repositoryDirectory",
|
|
52106
52144
|
"optional": true,
|
|
@@ -52118,7 +52156,7 @@
|
|
|
52118
52156
|
"immutable": true,
|
|
52119
52157
|
"locationInModule": {
|
|
52120
52158
|
"filename": "src/javascript/node-package.ts",
|
|
52121
|
-
"line":
|
|
52159
|
+
"line": 375
|
|
52122
52160
|
},
|
|
52123
52161
|
"name": "scopedPackagesOptions",
|
|
52124
52162
|
"optional": true,
|
|
@@ -52140,7 +52178,7 @@
|
|
|
52140
52178
|
"immutable": true,
|
|
52141
52179
|
"locationInModule": {
|
|
52142
52180
|
"filename": "src/javascript/node-package.ts",
|
|
52143
|
-
"line":
|
|
52181
|
+
"line": 238
|
|
52144
52182
|
},
|
|
52145
52183
|
"name": "stability",
|
|
52146
52184
|
"optional": true,
|
|
@@ -52158,7 +52196,7 @@
|
|
|
52158
52196
|
"immutable": true,
|
|
52159
52197
|
"locationInModule": {
|
|
52160
52198
|
"filename": "src/javascript/node-package.ts",
|
|
52161
|
-
"line":
|
|
52199
|
+
"line": 382
|
|
52162
52200
|
},
|
|
52163
52201
|
"name": "yarnBerryOptions",
|
|
52164
52202
|
"optional": true,
|
|
@@ -53630,7 +53668,7 @@
|
|
|
53630
53668
|
"kind": "enum",
|
|
53631
53669
|
"locationInModule": {
|
|
53632
53670
|
"filename": "src/javascript/node-package.ts",
|
|
53633
|
-
"line":
|
|
53671
|
+
"line": 2314
|
|
53634
53672
|
},
|
|
53635
53673
|
"members": [
|
|
53636
53674
|
{
|
|
@@ -53825,7 +53863,7 @@
|
|
|
53825
53863
|
"kind": "interface",
|
|
53826
53864
|
"locationInModule": {
|
|
53827
53865
|
"filename": "src/javascript/node-package.ts",
|
|
53828
|
-
"line":
|
|
53866
|
+
"line": 2259
|
|
53829
53867
|
},
|
|
53830
53868
|
"name": "PeerDependencyOptions",
|
|
53831
53869
|
"namespace": "javascript",
|
|
@@ -53840,7 +53878,7 @@
|
|
|
53840
53878
|
"immutable": true,
|
|
53841
53879
|
"locationInModule": {
|
|
53842
53880
|
"filename": "src/javascript/node-package.ts",
|
|
53843
|
-
"line":
|
|
53881
|
+
"line": 2264
|
|
53844
53882
|
},
|
|
53845
53883
|
"name": "pinnedDevDependency",
|
|
53846
53884
|
"optional": true,
|
|
@@ -53862,7 +53900,7 @@
|
|
|
53862
53900
|
"kind": "interface",
|
|
53863
53901
|
"locationInModule": {
|
|
53864
53902
|
"filename": "src/javascript/node-package.ts",
|
|
53865
|
-
"line":
|
|
53903
|
+
"line": 2374
|
|
53866
53904
|
},
|
|
53867
53905
|
"name": "PnpmOptions",
|
|
53868
53906
|
"namespace": "javascript",
|
|
@@ -53877,7 +53915,7 @@
|
|
|
53877
53915
|
"immutable": true,
|
|
53878
53916
|
"locationInModule": {
|
|
53879
53917
|
"filename": "src/javascript/node-package.ts",
|
|
53880
|
-
"line":
|
|
53918
|
+
"line": 2380
|
|
53881
53919
|
},
|
|
53882
53920
|
"name": "workspaceYamlOptions",
|
|
53883
53921
|
"optional": true,
|
|
@@ -54011,7 +54049,7 @@
|
|
|
54011
54049
|
"immutable": true,
|
|
54012
54050
|
"locationInModule": {
|
|
54013
54051
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54014
|
-
"line":
|
|
54052
|
+
"line": 1008
|
|
54015
54053
|
},
|
|
54016
54054
|
"name": "allowBuilds",
|
|
54017
54055
|
"optional": true,
|
|
@@ -54136,7 +54174,7 @@
|
|
|
54136
54174
|
"immutable": true,
|
|
54137
54175
|
"locationInModule": {
|
|
54138
54176
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54139
|
-
"line":
|
|
54177
|
+
"line": 1029
|
|
54140
54178
|
},
|
|
54141
54179
|
"name": "auditLevel",
|
|
54142
54180
|
"optional": true,
|
|
@@ -54177,7 +54215,7 @@
|
|
|
54177
54215
|
"immutable": true,
|
|
54178
54216
|
"locationInModule": {
|
|
54179
54217
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54180
|
-
"line":
|
|
54218
|
+
"line": 1015
|
|
54181
54219
|
},
|
|
54182
54220
|
"name": "blockExoticSubdeps",
|
|
54183
54221
|
"optional": true,
|
|
@@ -54513,7 +54551,7 @@
|
|
|
54513
54551
|
"immutable": true,
|
|
54514
54552
|
"locationInModule": {
|
|
54515
54553
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54516
|
-
"line":
|
|
54554
|
+
"line": 1036
|
|
54517
54555
|
},
|
|
54518
54556
|
"name": "dedupePeers",
|
|
54519
54557
|
"optional": true,
|
|
@@ -54654,7 +54692,7 @@
|
|
|
54654
54692
|
"immutable": true,
|
|
54655
54693
|
"locationInModule": {
|
|
54656
54694
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54657
|
-
"line":
|
|
54695
|
+
"line": 937
|
|
54658
54696
|
},
|
|
54659
54697
|
"name": "enablePrePostScripts",
|
|
54660
54698
|
"optional": true,
|
|
@@ -54980,7 +55018,7 @@
|
|
|
54980
55018
|
"immutable": true,
|
|
54981
55019
|
"locationInModule": {
|
|
54982
55020
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54983
|
-
"line":
|
|
55021
|
+
"line": 916
|
|
54984
55022
|
},
|
|
54985
55023
|
"name": "globalPnpmfile",
|
|
54986
55024
|
"optional": true,
|
|
@@ -55021,7 +55059,7 @@
|
|
|
55021
55059
|
"immutable": true,
|
|
55022
55060
|
"locationInModule": {
|
|
55023
55061
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55024
|
-
"line":
|
|
55062
|
+
"line": 1099
|
|
55025
55063
|
},
|
|
55026
55064
|
"name": "hoistingLimits",
|
|
55027
55065
|
"optional": true,
|
|
@@ -55221,7 +55259,7 @@
|
|
|
55221
55259
|
"immutable": true,
|
|
55222
55260
|
"locationInModule": {
|
|
55223
55261
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55224
|
-
"line":
|
|
55262
|
+
"line": 923
|
|
55225
55263
|
},
|
|
55226
55264
|
"name": "ignorePnpmfile",
|
|
55227
55265
|
"optional": true,
|
|
@@ -55527,7 +55565,7 @@
|
|
|
55527
55565
|
"immutable": true,
|
|
55528
55566
|
"locationInModule": {
|
|
55529
55567
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55530
|
-
"line":
|
|
55568
|
+
"line": 965
|
|
55531
55569
|
},
|
|
55532
55570
|
"name": "minimumReleaseAge",
|
|
55533
55571
|
"optional": true,
|
|
@@ -55548,7 +55586,7 @@
|
|
|
55548
55586
|
"immutable": true,
|
|
55549
55587
|
"locationInModule": {
|
|
55550
55588
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55551
|
-
"line":
|
|
55589
|
+
"line": 972
|
|
55552
55590
|
},
|
|
55553
55591
|
"name": "minimumReleaseAgeExclude",
|
|
55554
55592
|
"optional": true,
|
|
@@ -55574,7 +55612,7 @@
|
|
|
55574
55612
|
"immutable": true,
|
|
55575
55613
|
"locationInModule": {
|
|
55576
55614
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55577
|
-
"line":
|
|
55615
|
+
"line": 1050
|
|
55578
55616
|
},
|
|
55579
55617
|
"name": "minimumReleaseAgeIgnoreMissingTime",
|
|
55580
55618
|
"optional": true,
|
|
@@ -55595,7 +55633,7 @@
|
|
|
55595
55633
|
"immutable": true,
|
|
55596
55634
|
"locationInModule": {
|
|
55597
55635
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55598
|
-
"line":
|
|
55636
|
+
"line": 980
|
|
55599
55637
|
},
|
|
55600
55638
|
"name": "minimumReleaseAgeStrict",
|
|
55601
55639
|
"optional": true,
|
|
@@ -55700,7 +55738,7 @@
|
|
|
55700
55738
|
"immutable": true,
|
|
55701
55739
|
"locationInModule": {
|
|
55702
55740
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55703
|
-
"line":
|
|
55741
|
+
"line": 1085
|
|
55704
55742
|
},
|
|
55705
55743
|
"name": "nodeDownloadMirrors",
|
|
55706
55744
|
"optional": true,
|
|
@@ -55826,7 +55864,7 @@
|
|
|
55826
55864
|
"immutable": true,
|
|
55827
55865
|
"locationInModule": {
|
|
55828
55866
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55829
|
-
"line":
|
|
55867
|
+
"line": 1043
|
|
55830
55868
|
},
|
|
55831
55869
|
"name": "npmrcAuthFile",
|
|
55832
55870
|
"optional": true,
|
|
@@ -56063,7 +56101,7 @@
|
|
|
56063
56101
|
"immutable": true,
|
|
56064
56102
|
"locationInModule": {
|
|
56065
56103
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56066
|
-
"line":
|
|
56104
|
+
"line": 930
|
|
56067
56105
|
},
|
|
56068
56106
|
"name": "patchesDir",
|
|
56069
56107
|
"optional": true,
|
|
@@ -56123,7 +56161,7 @@
|
|
|
56123
56161
|
"immutable": true,
|
|
56124
56162
|
"locationInModule": {
|
|
56125
56163
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56126
|
-
"line":
|
|
56164
|
+
"line": 1071
|
|
56127
56165
|
},
|
|
56128
56166
|
"name": "pmOnFail",
|
|
56129
56167
|
"optional": true,
|
|
@@ -56143,7 +56181,7 @@
|
|
|
56143
56181
|
"immutable": true,
|
|
56144
56182
|
"locationInModule": {
|
|
56145
56183
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56146
|
-
"line":
|
|
56184
|
+
"line": 909
|
|
56147
56185
|
},
|
|
56148
56186
|
"name": "pnpmfile",
|
|
56149
56187
|
"optional": true,
|
|
@@ -56184,7 +56222,7 @@
|
|
|
56184
56222
|
"immutable": true,
|
|
56185
56223
|
"locationInModule": {
|
|
56186
56224
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56187
|
-
"line":
|
|
56225
|
+
"line": 987
|
|
56188
56226
|
},
|
|
56189
56227
|
"name": "preferOffline",
|
|
56190
56228
|
"optional": true,
|
|
@@ -56244,7 +56282,7 @@
|
|
|
56244
56282
|
"immutable": true,
|
|
56245
56283
|
"locationInModule": {
|
|
56246
56284
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56247
|
-
"line":
|
|
56285
|
+
"line": 902
|
|
56248
56286
|
},
|
|
56249
56287
|
"name": "provenance",
|
|
56250
56288
|
"optional": true,
|
|
@@ -56350,7 +56388,7 @@
|
|
|
56350
56388
|
"immutable": true,
|
|
56351
56389
|
"locationInModule": {
|
|
56352
56390
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56353
|
-
"line":
|
|
56391
|
+
"line": 1057
|
|
56354
56392
|
},
|
|
56355
56393
|
"name": "registries",
|
|
56356
56394
|
"optional": true,
|
|
@@ -56501,7 +56539,7 @@
|
|
|
56501
56539
|
"immutable": true,
|
|
56502
56540
|
"locationInModule": {
|
|
56503
56541
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56504
|
-
"line":
|
|
56542
|
+
"line": 1078
|
|
56505
56543
|
},
|
|
56506
56544
|
"name": "runtimeOnFail",
|
|
56507
56545
|
"optional": true,
|
|
@@ -56521,7 +56559,7 @@
|
|
|
56521
56559
|
"immutable": true,
|
|
56522
56560
|
"locationInModule": {
|
|
56523
56561
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56524
|
-
"line":
|
|
56562
|
+
"line": 958
|
|
56525
56563
|
},
|
|
56526
56564
|
"name": "saveExact",
|
|
56527
56565
|
"optional": true,
|
|
@@ -56581,7 +56619,7 @@
|
|
|
56581
56619
|
"immutable": true,
|
|
56582
56620
|
"locationInModule": {
|
|
56583
56621
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56584
|
-
"line":
|
|
56622
|
+
"line": 944
|
|
56585
56623
|
},
|
|
56586
56624
|
"name": "scriptShell",
|
|
56587
56625
|
"optional": true,
|
|
@@ -56641,7 +56679,7 @@
|
|
|
56641
56679
|
"immutable": true,
|
|
56642
56680
|
"locationInModule": {
|
|
56643
56681
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56644
|
-
"line":
|
|
56682
|
+
"line": 951
|
|
56645
56683
|
},
|
|
56646
56684
|
"name": "shellEmulator",
|
|
56647
56685
|
"optional": true,
|
|
@@ -56908,7 +56946,7 @@
|
|
|
56908
56946
|
"immutable": true,
|
|
56909
56947
|
"locationInModule": {
|
|
56910
56948
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56911
|
-
"line":
|
|
56949
|
+
"line": 1092
|
|
56912
56950
|
},
|
|
56913
56951
|
"name": "trustLockfile",
|
|
56914
56952
|
"optional": true,
|
|
@@ -56929,7 +56967,7 @@
|
|
|
56929
56967
|
"immutable": true,
|
|
56930
56968
|
"locationInModule": {
|
|
56931
56969
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56932
|
-
"line":
|
|
56970
|
+
"line": 994
|
|
56933
56971
|
},
|
|
56934
56972
|
"name": "trustPolicy",
|
|
56935
56973
|
"optional": true,
|
|
@@ -56949,7 +56987,7 @@
|
|
|
56949
56987
|
"immutable": true,
|
|
56950
56988
|
"locationInModule": {
|
|
56951
56989
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56952
|
-
"line":
|
|
56990
|
+
"line": 1001
|
|
56953
56991
|
},
|
|
56954
56992
|
"name": "trustPolicyExclude",
|
|
56955
56993
|
"optional": true,
|
|
@@ -56975,7 +57013,7 @@
|
|
|
56975
57013
|
"immutable": true,
|
|
56976
57014
|
"locationInModule": {
|
|
56977
57015
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56978
|
-
"line":
|
|
57016
|
+
"line": 1022
|
|
56979
57017
|
},
|
|
56980
57018
|
"name": "trustPolicyIgnoreAfter",
|
|
56981
57019
|
"optional": true,
|
|
@@ -57162,6 +57200,26 @@
|
|
|
57162
57200
|
"primitive": "boolean"
|
|
57163
57201
|
}
|
|
57164
57202
|
},
|
|
57203
|
+
{
|
|
57204
|
+
"abstract": true,
|
|
57205
|
+
"docs": {
|
|
57206
|
+
"custom": {
|
|
57207
|
+
"schema": "PnpmWorkspaceYamlSchema#versioning"
|
|
57208
|
+
},
|
|
57209
|
+
"stability": "experimental",
|
|
57210
|
+
"summary": "Versioning settings for pnpm's native workspace release management, used by `pnpm change` and recursive `pnpm version`."
|
|
57211
|
+
},
|
|
57212
|
+
"immutable": true,
|
|
57213
|
+
"locationInModule": {
|
|
57214
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57215
|
+
"line": 895
|
|
57216
|
+
},
|
|
57217
|
+
"name": "versioning",
|
|
57218
|
+
"optional": true,
|
|
57219
|
+
"type": {
|
|
57220
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVersioning"
|
|
57221
|
+
}
|
|
57222
|
+
},
|
|
57165
57223
|
{
|
|
57166
57224
|
"abstract": true,
|
|
57167
57225
|
"docs": {
|
|
@@ -57215,7 +57273,7 @@
|
|
|
57215
57273
|
"immutable": true,
|
|
57216
57274
|
"locationInModule": {
|
|
57217
57275
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57218
|
-
"line":
|
|
57276
|
+
"line": 1064
|
|
57219
57277
|
},
|
|
57220
57278
|
"name": "virtualStoreOnly",
|
|
57221
57279
|
"optional": true,
|
|
@@ -57260,7 +57318,7 @@
|
|
|
57260
57318
|
"kind": "interface",
|
|
57261
57319
|
"locationInModule": {
|
|
57262
57320
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57263
|
-
"line":
|
|
57321
|
+
"line": 1411
|
|
57264
57322
|
},
|
|
57265
57323
|
"name": "PnpmWorkspaceYamlSchemaAudit",
|
|
57266
57324
|
"namespace": "javascript",
|
|
@@ -57277,7 +57335,7 @@
|
|
|
57277
57335
|
"immutable": true,
|
|
57278
57336
|
"locationInModule": {
|
|
57279
57337
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57280
|
-
"line":
|
|
57338
|
+
"line": 1424
|
|
57281
57339
|
},
|
|
57282
57340
|
"name": "ignore",
|
|
57283
57341
|
"optional": true,
|
|
@@ -57302,7 +57360,7 @@
|
|
|
57302
57360
|
"immutable": true,
|
|
57303
57361
|
"locationInModule": {
|
|
57304
57362
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57305
|
-
"line":
|
|
57363
|
+
"line": 1417
|
|
57306
57364
|
},
|
|
57307
57365
|
"name": "level",
|
|
57308
57366
|
"optional": true,
|
|
@@ -57326,7 +57384,7 @@
|
|
|
57326
57384
|
"kind": "interface",
|
|
57327
57385
|
"locationInModule": {
|
|
57328
57386
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57329
|
-
"line":
|
|
57387
|
+
"line": 1446
|
|
57330
57388
|
},
|
|
57331
57389
|
"name": "PnpmWorkspaceYamlSchemaAuditConfig",
|
|
57332
57390
|
"namespace": "javascript",
|
|
@@ -57343,7 +57401,7 @@
|
|
|
57343
57401
|
"immutable": true,
|
|
57344
57402
|
"locationInModule": {
|
|
57345
57403
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57346
|
-
"line":
|
|
57404
|
+
"line": 1452
|
|
57347
57405
|
},
|
|
57348
57406
|
"name": "ignoreCves",
|
|
57349
57407
|
"optional": true,
|
|
@@ -57368,7 +57426,7 @@
|
|
|
57368
57426
|
"immutable": true,
|
|
57369
57427
|
"locationInModule": {
|
|
57370
57428
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57371
|
-
"line":
|
|
57429
|
+
"line": 1459
|
|
57372
57430
|
},
|
|
57373
57431
|
"name": "ignoreGhsas",
|
|
57374
57432
|
"optional": true,
|
|
@@ -57397,7 +57455,7 @@
|
|
|
57397
57455
|
"kind": "enum",
|
|
57398
57456
|
"locationInModule": {
|
|
57399
57457
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57400
|
-
"line":
|
|
57458
|
+
"line": 1769
|
|
57401
57459
|
},
|
|
57402
57460
|
"members": [
|
|
57403
57461
|
{
|
|
@@ -57446,7 +57504,7 @@
|
|
|
57446
57504
|
"kind": "enum",
|
|
57447
57505
|
"locationInModule": {
|
|
57448
57506
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57449
|
-
"line":
|
|
57507
|
+
"line": 1278
|
|
57450
57508
|
},
|
|
57451
57509
|
"members": [
|
|
57452
57510
|
{
|
|
@@ -57488,7 +57546,7 @@
|
|
|
57488
57546
|
"kind": "enum",
|
|
57489
57547
|
"locationInModule": {
|
|
57490
57548
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57491
|
-
"line":
|
|
57549
|
+
"line": 1581
|
|
57492
57550
|
},
|
|
57493
57551
|
"members": [
|
|
57494
57552
|
{
|
|
@@ -57530,7 +57588,7 @@
|
|
|
57530
57588
|
"kind": "interface",
|
|
57531
57589
|
"locationInModule": {
|
|
57532
57590
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57533
|
-
"line":
|
|
57591
|
+
"line": 1520
|
|
57534
57592
|
},
|
|
57535
57593
|
"name": "PnpmWorkspaceYamlSchemaExecutionEnv",
|
|
57536
57594
|
"namespace": "javascript",
|
|
@@ -57547,7 +57605,7 @@
|
|
|
57547
57605
|
"immutable": true,
|
|
57548
57606
|
"locationInModule": {
|
|
57549
57607
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57550
|
-
"line":
|
|
57608
|
+
"line": 1526
|
|
57551
57609
|
},
|
|
57552
57610
|
"name": "nodeVersion",
|
|
57553
57611
|
"optional": true,
|
|
@@ -57572,7 +57630,7 @@
|
|
|
57572
57630
|
"kind": "enum",
|
|
57573
57631
|
"locationInModule": {
|
|
57574
57632
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57575
|
-
"line":
|
|
57633
|
+
"line": 1817
|
|
57576
57634
|
},
|
|
57577
57635
|
"members": [
|
|
57578
57636
|
{
|
|
@@ -57614,7 +57672,7 @@
|
|
|
57614
57672
|
"kind": "class",
|
|
57615
57673
|
"locationInModule": {
|
|
57616
57674
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57617
|
-
"line":
|
|
57675
|
+
"line": 1628
|
|
57618
57676
|
},
|
|
57619
57677
|
"methods": [
|
|
57620
57678
|
{
|
|
@@ -57623,7 +57681,7 @@
|
|
|
57623
57681
|
},
|
|
57624
57682
|
"locationInModule": {
|
|
57625
57683
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57626
|
-
"line":
|
|
57684
|
+
"line": 1629
|
|
57627
57685
|
},
|
|
57628
57686
|
"name": "fromBoolean",
|
|
57629
57687
|
"parameters": [
|
|
@@ -57647,7 +57705,7 @@
|
|
|
57647
57705
|
},
|
|
57648
57706
|
"locationInModule": {
|
|
57649
57707
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57650
|
-
"line":
|
|
57708
|
+
"line": 1632
|
|
57651
57709
|
},
|
|
57652
57710
|
"name": "fromString",
|
|
57653
57711
|
"parameters": [
|
|
@@ -57676,7 +57734,7 @@
|
|
|
57676
57734
|
"immutable": true,
|
|
57677
57735
|
"locationInModule": {
|
|
57678
57736
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57679
|
-
"line":
|
|
57737
|
+
"line": 1635
|
|
57680
57738
|
},
|
|
57681
57739
|
"name": "value",
|
|
57682
57740
|
"type": {
|
|
@@ -57708,7 +57766,7 @@
|
|
|
57708
57766
|
"kind": "enum",
|
|
57709
57767
|
"locationInModule": {
|
|
57710
57768
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57711
|
-
"line":
|
|
57769
|
+
"line": 1595
|
|
57712
57770
|
},
|
|
57713
57771
|
"members": [
|
|
57714
57772
|
{
|
|
@@ -57757,7 +57815,7 @@
|
|
|
57757
57815
|
"kind": "enum",
|
|
57758
57816
|
"locationInModule": {
|
|
57759
57817
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57760
|
-
"line":
|
|
57818
|
+
"line": 1549
|
|
57761
57819
|
},
|
|
57762
57820
|
"members": [
|
|
57763
57821
|
{
|
|
@@ -57799,7 +57857,7 @@
|
|
|
57799
57857
|
"kind": "enum",
|
|
57800
57858
|
"locationInModule": {
|
|
57801
57859
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57802
|
-
"line":
|
|
57860
|
+
"line": 1563
|
|
57803
57861
|
},
|
|
57804
57862
|
"members": [
|
|
57805
57863
|
{
|
|
@@ -57855,7 +57913,7 @@
|
|
|
57855
57913
|
"kind": "interface",
|
|
57856
57914
|
"locationInModule": {
|
|
57857
57915
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57858
|
-
"line":
|
|
57916
|
+
"line": 1290
|
|
57859
57917
|
},
|
|
57860
57918
|
"name": "PnpmWorkspaceYamlSchemaPeerDependencyRules",
|
|
57861
57919
|
"namespace": "javascript",
|
|
@@ -57872,7 +57930,7 @@
|
|
|
57872
57930
|
"immutable": true,
|
|
57873
57931
|
"locationInModule": {
|
|
57874
57932
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57875
|
-
"line":
|
|
57933
|
+
"line": 1310
|
|
57876
57934
|
},
|
|
57877
57935
|
"name": "allowAny",
|
|
57878
57936
|
"optional": true,
|
|
@@ -57897,7 +57955,7 @@
|
|
|
57897
57955
|
"immutable": true,
|
|
57898
57956
|
"locationInModule": {
|
|
57899
57957
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57900
|
-
"line":
|
|
57958
|
+
"line": 1303
|
|
57901
57959
|
},
|
|
57902
57960
|
"name": "allowedVersions",
|
|
57903
57961
|
"optional": true,
|
|
@@ -57917,7 +57975,7 @@
|
|
|
57917
57975
|
"immutable": true,
|
|
57918
57976
|
"locationInModule": {
|
|
57919
57977
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57920
|
-
"line":
|
|
57978
|
+
"line": 1296
|
|
57921
57979
|
},
|
|
57922
57980
|
"name": "ignoreMissing",
|
|
57923
57981
|
"optional": true,
|
|
@@ -57946,7 +58004,7 @@
|
|
|
57946
58004
|
"kind": "enum",
|
|
57947
58005
|
"locationInModule": {
|
|
57948
58006
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57949
|
-
"line":
|
|
58007
|
+
"line": 1785
|
|
57950
58008
|
},
|
|
57951
58009
|
"members": [
|
|
57952
58010
|
{
|
|
@@ -57996,7 +58054,7 @@
|
|
|
57996
58054
|
"kind": "enum",
|
|
57997
58055
|
"locationInModule": {
|
|
57998
58056
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57999
|
-
"line":
|
|
58057
|
+
"line": 1612
|
|
58000
58058
|
},
|
|
58001
58059
|
"members": [
|
|
58002
58060
|
{
|
|
@@ -58045,7 +58103,7 @@
|
|
|
58045
58103
|
"kind": "enum",
|
|
58046
58104
|
"locationInModule": {
|
|
58047
58105
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58048
|
-
"line":
|
|
58106
|
+
"line": 1674
|
|
58049
58107
|
},
|
|
58050
58108
|
"members": [
|
|
58051
58109
|
{
|
|
@@ -58087,7 +58145,7 @@
|
|
|
58087
58145
|
"kind": "enum",
|
|
58088
58146
|
"locationInModule": {
|
|
58089
58147
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58090
|
-
"line":
|
|
58148
|
+
"line": 1801
|
|
58091
58149
|
},
|
|
58092
58150
|
"members": [
|
|
58093
58151
|
{
|
|
@@ -58136,7 +58194,7 @@
|
|
|
58136
58194
|
"kind": "enum",
|
|
58137
58195
|
"locationInModule": {
|
|
58138
58196
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58139
|
-
"line":
|
|
58197
|
+
"line": 1660
|
|
58140
58198
|
},
|
|
58141
58199
|
"members": [
|
|
58142
58200
|
{
|
|
@@ -58178,7 +58236,7 @@
|
|
|
58178
58236
|
"kind": "class",
|
|
58179
58237
|
"locationInModule": {
|
|
58180
58238
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58181
|
-
"line":
|
|
58239
|
+
"line": 1644
|
|
58182
58240
|
},
|
|
58183
58241
|
"methods": [
|
|
58184
58242
|
{
|
|
@@ -58187,7 +58245,7 @@
|
|
|
58187
58245
|
},
|
|
58188
58246
|
"locationInModule": {
|
|
58189
58247
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58190
|
-
"line":
|
|
58248
|
+
"line": 1645
|
|
58191
58249
|
},
|
|
58192
58250
|
"name": "fromBoolean",
|
|
58193
58251
|
"parameters": [
|
|
@@ -58211,7 +58269,7 @@
|
|
|
58211
58269
|
},
|
|
58212
58270
|
"locationInModule": {
|
|
58213
58271
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58214
|
-
"line":
|
|
58272
|
+
"line": 1648
|
|
58215
58273
|
},
|
|
58216
58274
|
"name": "fromString",
|
|
58217
58275
|
"parameters": [
|
|
@@ -58240,7 +58298,7 @@
|
|
|
58240
58298
|
"immutable": true,
|
|
58241
58299
|
"locationInModule": {
|
|
58242
58300
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58243
|
-
"line":
|
|
58301
|
+
"line": 1651
|
|
58244
58302
|
},
|
|
58245
58303
|
"name": "value",
|
|
58246
58304
|
"type": {
|
|
@@ -58273,7 +58331,7 @@
|
|
|
58273
58331
|
"kind": "interface",
|
|
58274
58332
|
"locationInModule": {
|
|
58275
58333
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58276
|
-
"line":
|
|
58334
|
+
"line": 1483
|
|
58277
58335
|
},
|
|
58278
58336
|
"name": "PnpmWorkspaceYamlSchemaSupportedArchitectures",
|
|
58279
58337
|
"namespace": "javascript",
|
|
@@ -58289,7 +58347,7 @@
|
|
|
58289
58347
|
"immutable": true,
|
|
58290
58348
|
"locationInModule": {
|
|
58291
58349
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58292
|
-
"line":
|
|
58350
|
+
"line": 1492
|
|
58293
58351
|
},
|
|
58294
58352
|
"name": "cpu",
|
|
58295
58353
|
"optional": true,
|
|
@@ -58313,7 +58371,7 @@
|
|
|
58313
58371
|
"immutable": true,
|
|
58314
58372
|
"locationInModule": {
|
|
58315
58373
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58316
|
-
"line":
|
|
58374
|
+
"line": 1497
|
|
58317
58375
|
},
|
|
58318
58376
|
"name": "libc",
|
|
58319
58377
|
"optional": true,
|
|
@@ -58337,7 +58395,7 @@
|
|
|
58337
58395
|
"immutable": true,
|
|
58338
58396
|
"locationInModule": {
|
|
58339
58397
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58340
|
-
"line":
|
|
58398
|
+
"line": 1487
|
|
58341
58399
|
},
|
|
58342
58400
|
"name": "os",
|
|
58343
58401
|
"optional": true,
|
|
@@ -58367,7 +58425,7 @@
|
|
|
58367
58425
|
"kind": "enum",
|
|
58368
58426
|
"locationInModule": {
|
|
58369
58427
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58370
|
-
"line":
|
|
58428
|
+
"line": 1757
|
|
58371
58429
|
},
|
|
58372
58430
|
"members": [
|
|
58373
58431
|
{
|
|
@@ -58402,7 +58460,7 @@
|
|
|
58402
58460
|
"kind": "interface",
|
|
58403
58461
|
"locationInModule": {
|
|
58404
58462
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58405
|
-
"line":
|
|
58463
|
+
"line": 1333
|
|
58406
58464
|
},
|
|
58407
58465
|
"name": "PnpmWorkspaceYamlSchemaUpdate",
|
|
58408
58466
|
"namespace": "javascript",
|
|
@@ -58419,7 +58477,7 @@
|
|
|
58419
58477
|
"immutable": true,
|
|
58420
58478
|
"locationInModule": {
|
|
58421
58479
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58422
|
-
"line":
|
|
58480
|
+
"line": 1346
|
|
58423
58481
|
},
|
|
58424
58482
|
"name": "changeset",
|
|
58425
58483
|
"optional": true,
|
|
@@ -58439,7 +58497,7 @@
|
|
|
58439
58497
|
"immutable": true,
|
|
58440
58498
|
"locationInModule": {
|
|
58441
58499
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58442
|
-
"line":
|
|
58500
|
+
"line": 1353
|
|
58443
58501
|
},
|
|
58444
58502
|
"name": "githubActions",
|
|
58445
58503
|
"optional": true,
|
|
@@ -58459,7 +58517,7 @@
|
|
|
58459
58517
|
"immutable": true,
|
|
58460
58518
|
"locationInModule": {
|
|
58461
58519
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58462
|
-
"line":
|
|
58520
|
+
"line": 1360
|
|
58463
58521
|
},
|
|
58464
58522
|
"name": "githubActionsServer",
|
|
58465
58523
|
"optional": true,
|
|
@@ -58479,7 +58537,7 @@
|
|
|
58479
58537
|
"immutable": true,
|
|
58480
58538
|
"locationInModule": {
|
|
58481
58539
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58482
|
-
"line":
|
|
58540
|
+
"line": 1339
|
|
58483
58541
|
},
|
|
58484
58542
|
"name": "ignoreDeps",
|
|
58485
58543
|
"optional": true,
|
|
@@ -58508,7 +58566,7 @@
|
|
|
58508
58566
|
"kind": "interface",
|
|
58509
58567
|
"locationInModule": {
|
|
58510
58568
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58511
|
-
"line":
|
|
58569
|
+
"line": 1384
|
|
58512
58570
|
},
|
|
58513
58571
|
"name": "PnpmWorkspaceYamlSchemaUpdateConfig",
|
|
58514
58572
|
"namespace": "javascript",
|
|
@@ -58525,7 +58583,7 @@
|
|
|
58525
58583
|
"immutable": true,
|
|
58526
58584
|
"locationInModule": {
|
|
58527
58585
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58528
|
-
"line":
|
|
58586
|
+
"line": 1390
|
|
58529
58587
|
},
|
|
58530
58588
|
"name": "ignoreDependencies",
|
|
58531
58589
|
"optional": true,
|
|
@@ -58541,6 +58599,360 @@
|
|
|
58541
58599
|
],
|
|
58542
58600
|
"symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaUpdateConfig"
|
|
58543
58601
|
},
|
|
58602
|
+
"projen.javascript.PnpmWorkspaceYamlSchemaVersioning": {
|
|
58603
|
+
"assembly": "projen",
|
|
58604
|
+
"datatype": true,
|
|
58605
|
+
"docs": {
|
|
58606
|
+
"custom": {
|
|
58607
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioning"
|
|
58608
|
+
},
|
|
58609
|
+
"stability": "experimental",
|
|
58610
|
+
"summary": "Versioning settings for pnpm's native workspace release management, used by `pnpm change` and recursive `pnpm version`."
|
|
58611
|
+
},
|
|
58612
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVersioning",
|
|
58613
|
+
"kind": "interface",
|
|
58614
|
+
"locationInModule": {
|
|
58615
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58616
|
+
"line": 1688
|
|
58617
|
+
},
|
|
58618
|
+
"name": "PnpmWorkspaceYamlSchemaVersioning",
|
|
58619
|
+
"namespace": "javascript",
|
|
58620
|
+
"properties": [
|
|
58621
|
+
{
|
|
58622
|
+
"abstract": true,
|
|
58623
|
+
"docs": {
|
|
58624
|
+
"custom": {
|
|
58625
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioning#changelog"
|
|
58626
|
+
},
|
|
58627
|
+
"stability": "experimental",
|
|
58628
|
+
"summary": "Controls where release changelog content is stored."
|
|
58629
|
+
},
|
|
58630
|
+
"immutable": true,
|
|
58631
|
+
"locationInModule": {
|
|
58632
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58633
|
+
"line": 1729
|
|
58634
|
+
},
|
|
58635
|
+
"name": "changelog",
|
|
58636
|
+
"optional": true,
|
|
58637
|
+
"type": {
|
|
58638
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVersioningChangelog"
|
|
58639
|
+
}
|
|
58640
|
+
},
|
|
58641
|
+
{
|
|
58642
|
+
"abstract": true,
|
|
58643
|
+
"docs": {
|
|
58644
|
+
"custom": {
|
|
58645
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioning#epics"
|
|
58646
|
+
},
|
|
58647
|
+
"stability": "experimental",
|
|
58648
|
+
"summary": "Ties member projects to a lead project and constrains their major versions to the lead's major-version band."
|
|
58649
|
+
},
|
|
58650
|
+
"immutable": true,
|
|
58651
|
+
"locationInModule": {
|
|
58652
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58653
|
+
"line": 1722
|
|
58654
|
+
},
|
|
58655
|
+
"name": "epics",
|
|
58656
|
+
"optional": true,
|
|
58657
|
+
"type": {
|
|
58658
|
+
"collection": {
|
|
58659
|
+
"elementtype": {
|
|
58660
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVersioningEpics"
|
|
58661
|
+
},
|
|
58662
|
+
"kind": "array"
|
|
58663
|
+
}
|
|
58664
|
+
}
|
|
58665
|
+
},
|
|
58666
|
+
{
|
|
58667
|
+
"abstract": true,
|
|
58668
|
+
"docs": {
|
|
58669
|
+
"custom": {
|
|
58670
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioning#fixed"
|
|
58671
|
+
},
|
|
58672
|
+
"remarks": "The shared version is the highest current version in the group, bumped by the largest bump any member needs.",
|
|
58673
|
+
"stability": "experimental",
|
|
58674
|
+
"summary": "Groups of workspace projects that always release together at one shared version."
|
|
58675
|
+
},
|
|
58676
|
+
"immutable": true,
|
|
58677
|
+
"locationInModule": {
|
|
58678
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58679
|
+
"line": 1694
|
|
58680
|
+
},
|
|
58681
|
+
"name": "fixed",
|
|
58682
|
+
"optional": true,
|
|
58683
|
+
"type": {
|
|
58684
|
+
"collection": {
|
|
58685
|
+
"elementtype": {
|
|
58686
|
+
"collection": {
|
|
58687
|
+
"elementtype": {
|
|
58688
|
+
"primitive": "string"
|
|
58689
|
+
},
|
|
58690
|
+
"kind": "array"
|
|
58691
|
+
}
|
|
58692
|
+
},
|
|
58693
|
+
"kind": "array"
|
|
58694
|
+
}
|
|
58695
|
+
}
|
|
58696
|
+
},
|
|
58697
|
+
{
|
|
58698
|
+
"abstract": true,
|
|
58699
|
+
"docs": {
|
|
58700
|
+
"custom": {
|
|
58701
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioning#ignore"
|
|
58702
|
+
},
|
|
58703
|
+
"stability": "experimental",
|
|
58704
|
+
"summary": "Workspace projects permanently excluded from versioning and dependent propagation."
|
|
58705
|
+
},
|
|
58706
|
+
"immutable": true,
|
|
58707
|
+
"locationInModule": {
|
|
58708
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58709
|
+
"line": 1701
|
|
58710
|
+
},
|
|
58711
|
+
"name": "ignore",
|
|
58712
|
+
"optional": true,
|
|
58713
|
+
"type": {
|
|
58714
|
+
"collection": {
|
|
58715
|
+
"elementtype": {
|
|
58716
|
+
"primitive": "string"
|
|
58717
|
+
},
|
|
58718
|
+
"kind": "array"
|
|
58719
|
+
}
|
|
58720
|
+
}
|
|
58721
|
+
},
|
|
58722
|
+
{
|
|
58723
|
+
"abstract": true,
|
|
58724
|
+
"docs": {
|
|
58725
|
+
"custom": {
|
|
58726
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioning#lanes"
|
|
58727
|
+
},
|
|
58728
|
+
"remarks": "Unlisted projects are on the reserved `main` lane and release stable versions.",
|
|
58729
|
+
"stability": "experimental",
|
|
58730
|
+
"summary": "Maps a workspace project to a release lane."
|
|
58731
|
+
},
|
|
58732
|
+
"immutable": true,
|
|
58733
|
+
"locationInModule": {
|
|
58734
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58735
|
+
"line": 1715
|
|
58736
|
+
},
|
|
58737
|
+
"name": "lanes",
|
|
58738
|
+
"optional": true,
|
|
58739
|
+
"type": {
|
|
58740
|
+
"collection": {
|
|
58741
|
+
"elementtype": {
|
|
58742
|
+
"primitive": "string"
|
|
58743
|
+
},
|
|
58744
|
+
"kind": "map"
|
|
58745
|
+
}
|
|
58746
|
+
}
|
|
58747
|
+
},
|
|
58748
|
+
{
|
|
58749
|
+
"abstract": true,
|
|
58750
|
+
"docs": {
|
|
58751
|
+
"custom": {
|
|
58752
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioning#maxBump"
|
|
58753
|
+
},
|
|
58754
|
+
"stability": "experimental",
|
|
58755
|
+
"summary": "Caps the bump that a release from the current checkout may apply, after dependent propagation and fixed-group resolution."
|
|
58756
|
+
},
|
|
58757
|
+
"immutable": true,
|
|
58758
|
+
"locationInModule": {
|
|
58759
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58760
|
+
"line": 1708
|
|
58761
|
+
},
|
|
58762
|
+
"name": "maxBump",
|
|
58763
|
+
"optional": true,
|
|
58764
|
+
"type": {
|
|
58765
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVersioningMaxBump"
|
|
58766
|
+
}
|
|
58767
|
+
}
|
|
58768
|
+
],
|
|
58769
|
+
"symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaVersioning"
|
|
58770
|
+
},
|
|
58771
|
+
"projen.javascript.PnpmWorkspaceYamlSchemaVersioningChangelog": {
|
|
58772
|
+
"assembly": "projen",
|
|
58773
|
+
"datatype": true,
|
|
58774
|
+
"docs": {
|
|
58775
|
+
"custom": {
|
|
58776
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioningChangelog"
|
|
58777
|
+
},
|
|
58778
|
+
"stability": "experimental",
|
|
58779
|
+
"summary": "Controls where release changelog content is stored."
|
|
58780
|
+
},
|
|
58781
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVersioningChangelog",
|
|
58782
|
+
"kind": "interface",
|
|
58783
|
+
"locationInModule": {
|
|
58784
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58785
|
+
"line": 1880
|
|
58786
|
+
},
|
|
58787
|
+
"name": "PnpmWorkspaceYamlSchemaVersioningChangelog",
|
|
58788
|
+
"namespace": "javascript",
|
|
58789
|
+
"properties": [
|
|
58790
|
+
{
|
|
58791
|
+
"abstract": true,
|
|
58792
|
+
"docs": {
|
|
58793
|
+
"custom": {
|
|
58794
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioningChangelog#storage"
|
|
58795
|
+
},
|
|
58796
|
+
"remarks": "`registry` composes changelog entries at publish time, while `repository` commits CHANGELOG.md files in packages.",
|
|
58797
|
+
"stability": "experimental",
|
|
58798
|
+
"summary": "Changelog storage mode."
|
|
58799
|
+
},
|
|
58800
|
+
"immutable": true,
|
|
58801
|
+
"locationInModule": {
|
|
58802
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58803
|
+
"line": 1886
|
|
58804
|
+
},
|
|
58805
|
+
"name": "storage",
|
|
58806
|
+
"optional": true,
|
|
58807
|
+
"type": {
|
|
58808
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVersioningChangelogStorage"
|
|
58809
|
+
}
|
|
58810
|
+
}
|
|
58811
|
+
],
|
|
58812
|
+
"symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaVersioningChangelog"
|
|
58813
|
+
},
|
|
58814
|
+
"projen.javascript.PnpmWorkspaceYamlSchemaVersioningChangelogStorage": {
|
|
58815
|
+
"assembly": "projen",
|
|
58816
|
+
"docs": {
|
|
58817
|
+
"custom": {
|
|
58818
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioningChangelogStorage"
|
|
58819
|
+
},
|
|
58820
|
+
"remarks": "`registry` composes changelog entries at publish time, while `repository` commits CHANGELOG.md files in packages.",
|
|
58821
|
+
"stability": "experimental",
|
|
58822
|
+
"summary": "Changelog storage mode."
|
|
58823
|
+
},
|
|
58824
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVersioningChangelogStorage",
|
|
58825
|
+
"kind": "enum",
|
|
58826
|
+
"locationInModule": {
|
|
58827
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58828
|
+
"line": 1909
|
|
58829
|
+
},
|
|
58830
|
+
"members": [
|
|
58831
|
+
{
|
|
58832
|
+
"docs": {
|
|
58833
|
+
"stability": "experimental",
|
|
58834
|
+
"summary": "registry."
|
|
58835
|
+
},
|
|
58836
|
+
"name": "REGISTRY"
|
|
58837
|
+
},
|
|
58838
|
+
{
|
|
58839
|
+
"docs": {
|
|
58840
|
+
"stability": "experimental",
|
|
58841
|
+
"summary": "repository."
|
|
58842
|
+
},
|
|
58843
|
+
"name": "REPOSITORY"
|
|
58844
|
+
}
|
|
58845
|
+
],
|
|
58846
|
+
"name": "PnpmWorkspaceYamlSchemaVersioningChangelogStorage",
|
|
58847
|
+
"namespace": "javascript",
|
|
58848
|
+
"symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaVersioningChangelogStorage"
|
|
58849
|
+
},
|
|
58850
|
+
"projen.javascript.PnpmWorkspaceYamlSchemaVersioningEpics": {
|
|
58851
|
+
"assembly": "projen",
|
|
58852
|
+
"datatype": true,
|
|
58853
|
+
"docs": {
|
|
58854
|
+
"custom": {
|
|
58855
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioningEpics"
|
|
58856
|
+
},
|
|
58857
|
+
"stability": "experimental"
|
|
58858
|
+
},
|
|
58859
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVersioningEpics",
|
|
58860
|
+
"kind": "interface",
|
|
58861
|
+
"locationInModule": {
|
|
58862
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58863
|
+
"line": 1843
|
|
58864
|
+
},
|
|
58865
|
+
"name": "PnpmWorkspaceYamlSchemaVersioningEpics",
|
|
58866
|
+
"namespace": "javascript",
|
|
58867
|
+
"properties": [
|
|
58868
|
+
{
|
|
58869
|
+
"abstract": true,
|
|
58870
|
+
"docs": {
|
|
58871
|
+
"custom": {
|
|
58872
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioningEpics#lead"
|
|
58873
|
+
},
|
|
58874
|
+
"stability": "experimental",
|
|
58875
|
+
"summary": "Lead workspace project name or a `./`-prefixed workspace-relative directory."
|
|
58876
|
+
},
|
|
58877
|
+
"immutable": true,
|
|
58878
|
+
"locationInModule": {
|
|
58879
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58880
|
+
"line": 1849
|
|
58881
|
+
},
|
|
58882
|
+
"name": "lead",
|
|
58883
|
+
"type": {
|
|
58884
|
+
"primitive": "string"
|
|
58885
|
+
}
|
|
58886
|
+
},
|
|
58887
|
+
{
|
|
58888
|
+
"abstract": true,
|
|
58889
|
+
"docs": {
|
|
58890
|
+
"custom": {
|
|
58891
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioningEpics#packages"
|
|
58892
|
+
},
|
|
58893
|
+
"stability": "experimental",
|
|
58894
|
+
"summary": "Project selectors matched in order, supporting name globs, `./`-prefixed directory globs, and `!`-prefixed negations."
|
|
58895
|
+
},
|
|
58896
|
+
"immutable": true,
|
|
58897
|
+
"locationInModule": {
|
|
58898
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58899
|
+
"line": 1856
|
|
58900
|
+
},
|
|
58901
|
+
"name": "packages",
|
|
58902
|
+
"type": {
|
|
58903
|
+
"collection": {
|
|
58904
|
+
"elementtype": {
|
|
58905
|
+
"primitive": "string"
|
|
58906
|
+
},
|
|
58907
|
+
"kind": "array"
|
|
58908
|
+
}
|
|
58909
|
+
}
|
|
58910
|
+
}
|
|
58911
|
+
],
|
|
58912
|
+
"symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaVersioningEpics"
|
|
58913
|
+
},
|
|
58914
|
+
"projen.javascript.PnpmWorkspaceYamlSchemaVersioningMaxBump": {
|
|
58915
|
+
"assembly": "projen",
|
|
58916
|
+
"docs": {
|
|
58917
|
+
"custom": {
|
|
58918
|
+
"schema": "PnpmWorkspaceYamlSchemaVersioningMaxBump"
|
|
58919
|
+
},
|
|
58920
|
+
"stability": "experimental",
|
|
58921
|
+
"summary": "Caps the bump that a release from the current checkout may apply, after dependent propagation and fixed-group resolution."
|
|
58922
|
+
},
|
|
58923
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVersioningMaxBump",
|
|
58924
|
+
"kind": "enum",
|
|
58925
|
+
"locationInModule": {
|
|
58926
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58927
|
+
"line": 1831
|
|
58928
|
+
},
|
|
58929
|
+
"members": [
|
|
58930
|
+
{
|
|
58931
|
+
"docs": {
|
|
58932
|
+
"stability": "experimental",
|
|
58933
|
+
"summary": "patch."
|
|
58934
|
+
},
|
|
58935
|
+
"name": "PATCH"
|
|
58936
|
+
},
|
|
58937
|
+
{
|
|
58938
|
+
"docs": {
|
|
58939
|
+
"stability": "experimental",
|
|
58940
|
+
"summary": "minor."
|
|
58941
|
+
},
|
|
58942
|
+
"name": "MINOR"
|
|
58943
|
+
},
|
|
58944
|
+
{
|
|
58945
|
+
"docs": {
|
|
58946
|
+
"stability": "experimental",
|
|
58947
|
+
"summary": "major."
|
|
58948
|
+
},
|
|
58949
|
+
"name": "MAJOR"
|
|
58950
|
+
}
|
|
58951
|
+
],
|
|
58952
|
+
"name": "PnpmWorkspaceYamlSchemaVersioningMaxBump",
|
|
58953
|
+
"namespace": "javascript",
|
|
58954
|
+
"symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaVersioningMaxBump"
|
|
58955
|
+
},
|
|
58544
58956
|
"projen.javascript.Prettier": {
|
|
58545
58957
|
"assembly": "projen",
|
|
58546
58958
|
"base": "projen.Component",
|
|
@@ -59727,7 +60139,7 @@
|
|
|
59727
60139
|
"kind": "interface",
|
|
59728
60140
|
"locationInModule": {
|
|
59729
60141
|
"filename": "src/javascript/node-package.ts",
|
|
59730
|
-
"line":
|
|
60142
|
+
"line": 576
|
|
59731
60143
|
},
|
|
59732
60144
|
"name": "ScopedPackagesOptions",
|
|
59733
60145
|
"namespace": "javascript",
|
|
@@ -59741,7 +60153,7 @@
|
|
|
59741
60153
|
"immutable": true,
|
|
59742
60154
|
"locationInModule": {
|
|
59743
60155
|
"filename": "src/javascript/node-package.ts",
|
|
59744
|
-
"line":
|
|
60156
|
+
"line": 587
|
|
59745
60157
|
},
|
|
59746
60158
|
"name": "registryUrl",
|
|
59747
60159
|
"type": {
|
|
@@ -59758,7 +60170,7 @@
|
|
|
59758
60170
|
"immutable": true,
|
|
59759
60171
|
"locationInModule": {
|
|
59760
60172
|
"filename": "src/javascript/node-package.ts",
|
|
59761
|
-
"line":
|
|
60173
|
+
"line": 582
|
|
59762
60174
|
},
|
|
59763
60175
|
"name": "scope",
|
|
59764
60176
|
"type": {
|
|
@@ -62494,7 +62906,7 @@
|
|
|
62494
62906
|
"kind": "class",
|
|
62495
62907
|
"locationInModule": {
|
|
62496
62908
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62497
|
-
"line":
|
|
62909
|
+
"line": 774
|
|
62498
62910
|
},
|
|
62499
62911
|
"methods": [
|
|
62500
62912
|
{
|
|
@@ -62504,7 +62916,7 @@
|
|
|
62504
62916
|
},
|
|
62505
62917
|
"locationInModule": {
|
|
62506
62918
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62507
|
-
"line":
|
|
62919
|
+
"line": 809
|
|
62508
62920
|
},
|
|
62509
62921
|
"name": "expressions",
|
|
62510
62922
|
"parameters": [
|
|
@@ -62540,7 +62952,7 @@
|
|
|
62540
62952
|
"immutable": true,
|
|
62541
62953
|
"locationInModule": {
|
|
62542
62954
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62543
|
-
"line":
|
|
62955
|
+
"line": 783
|
|
62544
62956
|
},
|
|
62545
62957
|
"name": "DAILY",
|
|
62546
62958
|
"static": true,
|
|
@@ -62557,7 +62969,7 @@
|
|
|
62557
62969
|
"immutable": true,
|
|
62558
62970
|
"locationInModule": {
|
|
62559
62971
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62560
|
-
"line":
|
|
62972
|
+
"line": 802
|
|
62561
62973
|
},
|
|
62562
62974
|
"name": "MONTHLY",
|
|
62563
62975
|
"static": true,
|
|
@@ -62574,7 +62986,7 @@
|
|
|
62574
62986
|
"immutable": true,
|
|
62575
62987
|
"locationInModule": {
|
|
62576
62988
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62577
|
-
"line":
|
|
62989
|
+
"line": 778
|
|
62578
62990
|
},
|
|
62579
62991
|
"name": "NEVER",
|
|
62580
62992
|
"static": true,
|
|
@@ -62591,7 +63003,7 @@
|
|
|
62591
63003
|
"immutable": true,
|
|
62592
63004
|
"locationInModule": {
|
|
62593
63005
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62594
|
-
"line":
|
|
63006
|
+
"line": 788
|
|
62595
63007
|
},
|
|
62596
63008
|
"name": "WEEKDAY",
|
|
62597
63009
|
"static": true,
|
|
@@ -62608,7 +63020,7 @@
|
|
|
62608
63020
|
"immutable": true,
|
|
62609
63021
|
"locationInModule": {
|
|
62610
63022
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62611
|
-
"line":
|
|
63023
|
+
"line": 795
|
|
62612
63024
|
},
|
|
62613
63025
|
"name": "WEEKLY",
|
|
62614
63026
|
"static": true,
|
|
@@ -62623,7 +63035,7 @@
|
|
|
62623
63035
|
"immutable": true,
|
|
62624
63036
|
"locationInModule": {
|
|
62625
63037
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62626
|
-
"line":
|
|
63038
|
+
"line": 813
|
|
62627
63039
|
},
|
|
62628
63040
|
"name": "cron",
|
|
62629
63041
|
"type": {
|
|
@@ -62649,7 +63061,7 @@
|
|
|
62649
63061
|
"kind": "interface",
|
|
62650
63062
|
"locationInModule": {
|
|
62651
63063
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62652
|
-
"line":
|
|
63064
|
+
"line": 686
|
|
62653
63065
|
},
|
|
62654
63066
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
62655
63067
|
"namespace": "javascript",
|
|
@@ -62664,7 +63076,7 @@
|
|
|
62664
63076
|
"immutable": true,
|
|
62665
63077
|
"locationInModule": {
|
|
62666
63078
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62667
|
-
"line":
|
|
63079
|
+
"line": 719
|
|
62668
63080
|
},
|
|
62669
63081
|
"name": "assignees",
|
|
62670
63082
|
"optional": true,
|
|
@@ -62687,7 +63099,7 @@
|
|
|
62687
63099
|
"immutable": true,
|
|
62688
63100
|
"locationInModule": {
|
|
62689
63101
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62690
|
-
"line":
|
|
63102
|
+
"line": 733
|
|
62691
63103
|
},
|
|
62692
63104
|
"name": "branches",
|
|
62693
63105
|
"optional": true,
|
|
@@ -62710,7 +63122,7 @@
|
|
|
62710
63122
|
"immutable": true,
|
|
62711
63123
|
"locationInModule": {
|
|
62712
63124
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62713
|
-
"line":
|
|
63125
|
+
"line": 726
|
|
62714
63126
|
},
|
|
62715
63127
|
"name": "container",
|
|
62716
63128
|
"optional": true,
|
|
@@ -62728,7 +63140,7 @@
|
|
|
62728
63140
|
"immutable": true,
|
|
62729
63141
|
"locationInModule": {
|
|
62730
63142
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62731
|
-
"line":
|
|
63143
|
+
"line": 768
|
|
62732
63144
|
},
|
|
62733
63145
|
"name": "env",
|
|
62734
63146
|
"optional": true,
|
|
@@ -62751,7 +63163,7 @@
|
|
|
62751
63163
|
"immutable": true,
|
|
62752
63164
|
"locationInModule": {
|
|
62753
63165
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62754
|
-
"line":
|
|
63166
|
+
"line": 739
|
|
62755
63167
|
},
|
|
62756
63168
|
"name": "gitIdentity",
|
|
62757
63169
|
"optional": true,
|
|
@@ -62769,7 +63181,7 @@
|
|
|
62769
63181
|
"immutable": true,
|
|
62770
63182
|
"locationInModule": {
|
|
62771
63183
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62772
|
-
"line":
|
|
63184
|
+
"line": 712
|
|
62773
63185
|
},
|
|
62774
63186
|
"name": "labels",
|
|
62775
63187
|
"optional": true,
|
|
@@ -62792,7 +63204,7 @@
|
|
|
62792
63204
|
"immutable": true,
|
|
62793
63205
|
"locationInModule": {
|
|
62794
63206
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62795
|
-
"line":
|
|
63207
|
+
"line": 761
|
|
62796
63208
|
},
|
|
62797
63209
|
"name": "permissions",
|
|
62798
63210
|
"optional": true,
|
|
@@ -62812,7 +63224,7 @@
|
|
|
62812
63224
|
"immutable": true,
|
|
62813
63225
|
"locationInModule": {
|
|
62814
63226
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62815
|
-
"line":
|
|
63227
|
+
"line": 705
|
|
62816
63228
|
},
|
|
62817
63229
|
"name": "projenCredentials",
|
|
62818
63230
|
"optional": true,
|
|
@@ -62834,7 +63246,7 @@
|
|
|
62834
63246
|
"immutable": true,
|
|
62835
63247
|
"locationInModule": {
|
|
62836
63248
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62837
|
-
"line":
|
|
63249
|
+
"line": 747
|
|
62838
63250
|
},
|
|
62839
63251
|
"name": "runsOn",
|
|
62840
63252
|
"optional": true,
|
|
@@ -62860,7 +63272,7 @@
|
|
|
62860
63272
|
"immutable": true,
|
|
62861
63273
|
"locationInModule": {
|
|
62862
63274
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62863
|
-
"line":
|
|
63275
|
+
"line": 754
|
|
62864
63276
|
},
|
|
62865
63277
|
"name": "runsOnGroup",
|
|
62866
63278
|
"optional": true,
|
|
@@ -62878,7 +63290,7 @@
|
|
|
62878
63290
|
"immutable": true,
|
|
62879
63291
|
"locationInModule": {
|
|
62880
63292
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
62881
|
-
"line":
|
|
63293
|
+
"line": 692
|
|
62882
63294
|
},
|
|
62883
63295
|
"name": "schedule",
|
|
62884
63296
|
"optional": true,
|
|
@@ -62939,11 +63351,35 @@
|
|
|
62939
63351
|
"kind": "interface",
|
|
62940
63352
|
"locationInModule": {
|
|
62941
63353
|
"filename": "src/javascript/node-package.ts",
|
|
62942
|
-
"line":
|
|
63354
|
+
"line": 2329
|
|
62943
63355
|
},
|
|
62944
63356
|
"name": "YarnBerryOptions",
|
|
62945
63357
|
"namespace": "javascript",
|
|
62946
63358
|
"properties": [
|
|
63359
|
+
{
|
|
63360
|
+
"abstract": true,
|
|
63361
|
+
"docs": {
|
|
63362
|
+
"default": "- all packages are deduplicated",
|
|
63363
|
+
"remarks": "This will prevent multiple versions of the same package from being\ninstalled in the lock file, if a single version could satisfy all requested\nversion ranges. This will prevent version proliferation and reduce the size\nof the dependency tree.\n\nSetting this implies `dedupeDeps: true` on the project, which will run\n`yarn dedupe` after every mutating install. Set `dedupeDeps: false`\nexplicitly to disable the task.\n\nSupports glob patterns, e.g. `@aws-sdk/*`.",
|
|
63364
|
+
"stability": "experimental",
|
|
63365
|
+
"summary": "Packages to deduplicate when the `dedupe` task runs."
|
|
63366
|
+
},
|
|
63367
|
+
"immutable": true,
|
|
63368
|
+
"locationInModule": {
|
|
63369
|
+
"filename": "src/javascript/node-package.ts",
|
|
63370
|
+
"line": 2368
|
|
63371
|
+
},
|
|
63372
|
+
"name": "dedupePackages",
|
|
63373
|
+
"optional": true,
|
|
63374
|
+
"type": {
|
|
63375
|
+
"collection": {
|
|
63376
|
+
"elementtype": {
|
|
63377
|
+
"primitive": "string"
|
|
63378
|
+
},
|
|
63379
|
+
"kind": "array"
|
|
63380
|
+
}
|
|
63381
|
+
}
|
|
63382
|
+
},
|
|
62947
63383
|
{
|
|
62948
63384
|
"abstract": true,
|
|
62949
63385
|
"docs": {
|
|
@@ -62954,7 +63390,7 @@
|
|
|
62954
63390
|
"immutable": true,
|
|
62955
63391
|
"locationInModule": {
|
|
62956
63392
|
"filename": "src/javascript/node-package.ts",
|
|
62957
|
-
"line":
|
|
63393
|
+
"line": 2335
|
|
62958
63394
|
},
|
|
62959
63395
|
"name": "version",
|
|
62960
63396
|
"optional": true,
|
|
@@ -62972,7 +63408,7 @@
|
|
|
62972
63408
|
"immutable": true,
|
|
62973
63409
|
"locationInModule": {
|
|
62974
63410
|
"filename": "src/javascript/node-package.ts",
|
|
62975
|
-
"line":
|
|
63411
|
+
"line": 2342
|
|
62976
63412
|
},
|
|
62977
63413
|
"name": "yarnRcOptions",
|
|
62978
63414
|
"optional": true,
|
|
@@ -62991,7 +63427,7 @@
|
|
|
62991
63427
|
"immutable": true,
|
|
62992
63428
|
"locationInModule": {
|
|
62993
63429
|
"filename": "src/javascript/node-package.ts",
|
|
62994
|
-
"line":
|
|
63430
|
+
"line": 2350
|
|
62995
63431
|
},
|
|
62996
63432
|
"name": "zeroInstalls",
|
|
62997
63433
|
"optional": true,
|
|
@@ -63012,7 +63448,7 @@
|
|
|
63012
63448
|
"kind": "enum",
|
|
63013
63449
|
"locationInModule": {
|
|
63014
63450
|
"filename": "src/javascript/yarnrc.ts",
|
|
63015
|
-
"line":
|
|
63451
|
+
"line": 140
|
|
63016
63452
|
},
|
|
63017
63453
|
"members": [
|
|
63018
63454
|
{
|
|
@@ -63464,6 +63900,36 @@
|
|
|
63464
63900
|
"namespace": "javascript",
|
|
63465
63901
|
"symbolId": "src/javascript/yarnrc:YarnNodeLinker"
|
|
63466
63902
|
},
|
|
63903
|
+
"projen.javascript.YarnNodePackageMapType": {
|
|
63904
|
+
"assembly": "projen",
|
|
63905
|
+
"docs": {
|
|
63906
|
+
"stability": "experimental",
|
|
63907
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#nodePackageMapType."
|
|
63908
|
+
},
|
|
63909
|
+
"fqn": "projen.javascript.YarnNodePackageMapType",
|
|
63910
|
+
"kind": "enum",
|
|
63911
|
+
"locationInModule": {
|
|
63912
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
63913
|
+
"line": 68
|
|
63914
|
+
},
|
|
63915
|
+
"members": [
|
|
63916
|
+
{
|
|
63917
|
+
"docs": {
|
|
63918
|
+
"stability": "experimental"
|
|
63919
|
+
},
|
|
63920
|
+
"name": "STANDARD"
|
|
63921
|
+
},
|
|
63922
|
+
{
|
|
63923
|
+
"docs": {
|
|
63924
|
+
"stability": "experimental"
|
|
63925
|
+
},
|
|
63926
|
+
"name": "LOOSE"
|
|
63927
|
+
}
|
|
63928
|
+
],
|
|
63929
|
+
"name": "YarnNodePackageMapType",
|
|
63930
|
+
"namespace": "javascript",
|
|
63931
|
+
"symbolId": "src/javascript/yarnrc:YarnNodePackageMapType"
|
|
63932
|
+
},
|
|
63467
63933
|
"projen.javascript.YarnNpmPublishAccess": {
|
|
63468
63934
|
"assembly": "projen",
|
|
63469
63935
|
"docs": {
|
|
@@ -63474,7 +63940,7 @@
|
|
|
63474
63940
|
"kind": "enum",
|
|
63475
63941
|
"locationInModule": {
|
|
63476
63942
|
"filename": "src/javascript/yarnrc.ts",
|
|
63477
|
-
"line":
|
|
63943
|
+
"line": 74
|
|
63478
63944
|
},
|
|
63479
63945
|
"members": [
|
|
63480
63946
|
{
|
|
@@ -63505,7 +63971,7 @@
|
|
|
63505
63971
|
"kind": "interface",
|
|
63506
63972
|
"locationInModule": {
|
|
63507
63973
|
"filename": "src/javascript/yarnrc.ts",
|
|
63508
|
-
"line":
|
|
63974
|
+
"line": 80
|
|
63509
63975
|
},
|
|
63510
63976
|
"name": "YarnNpmRegistry",
|
|
63511
63977
|
"namespace": "javascript",
|
|
@@ -63518,7 +63984,7 @@
|
|
|
63518
63984
|
"immutable": true,
|
|
63519
63985
|
"locationInModule": {
|
|
63520
63986
|
"filename": "src/javascript/yarnrc.ts",
|
|
63521
|
-
"line":
|
|
63987
|
+
"line": 81
|
|
63522
63988
|
},
|
|
63523
63989
|
"name": "npmAlwaysAuth",
|
|
63524
63990
|
"optional": true,
|
|
@@ -63534,7 +64000,7 @@
|
|
|
63534
64000
|
"immutable": true,
|
|
63535
64001
|
"locationInModule": {
|
|
63536
64002
|
"filename": "src/javascript/yarnrc.ts",
|
|
63537
|
-
"line":
|
|
64003
|
+
"line": 82
|
|
63538
64004
|
},
|
|
63539
64005
|
"name": "npmAuthIdent",
|
|
63540
64006
|
"optional": true,
|
|
@@ -63550,7 +64016,7 @@
|
|
|
63550
64016
|
"immutable": true,
|
|
63551
64017
|
"locationInModule": {
|
|
63552
64018
|
"filename": "src/javascript/yarnrc.ts",
|
|
63553
|
-
"line":
|
|
64019
|
+
"line": 83
|
|
63554
64020
|
},
|
|
63555
64021
|
"name": "npmAuthToken",
|
|
63556
64022
|
"optional": true,
|
|
@@ -63572,7 +64038,7 @@
|
|
|
63572
64038
|
"kind": "interface",
|
|
63573
64039
|
"locationInModule": {
|
|
63574
64040
|
"filename": "src/javascript/yarnrc.ts",
|
|
63575
|
-
"line":
|
|
64041
|
+
"line": 87
|
|
63576
64042
|
},
|
|
63577
64043
|
"name": "YarnNpmScope",
|
|
63578
64044
|
"namespace": "javascript",
|
|
@@ -63585,7 +64051,7 @@
|
|
|
63585
64051
|
"immutable": true,
|
|
63586
64052
|
"locationInModule": {
|
|
63587
64053
|
"filename": "src/javascript/yarnrc.ts",
|
|
63588
|
-
"line":
|
|
64054
|
+
"line": 90
|
|
63589
64055
|
},
|
|
63590
64056
|
"name": "npmAlwaysAuth",
|
|
63591
64057
|
"optional": true,
|
|
@@ -63601,7 +64067,7 @@
|
|
|
63601
64067
|
"immutable": true,
|
|
63602
64068
|
"locationInModule": {
|
|
63603
64069
|
"filename": "src/javascript/yarnrc.ts",
|
|
63604
|
-
"line":
|
|
64070
|
+
"line": 91
|
|
63605
64071
|
},
|
|
63606
64072
|
"name": "npmAuthIdent",
|
|
63607
64073
|
"optional": true,
|
|
@@ -63617,7 +64083,7 @@
|
|
|
63617
64083
|
"immutable": true,
|
|
63618
64084
|
"locationInModule": {
|
|
63619
64085
|
"filename": "src/javascript/yarnrc.ts",
|
|
63620
|
-
"line":
|
|
64086
|
+
"line": 92
|
|
63621
64087
|
},
|
|
63622
64088
|
"name": "npmAuthToken",
|
|
63623
64089
|
"optional": true,
|
|
@@ -63633,7 +64099,7 @@
|
|
|
63633
64099
|
"immutable": true,
|
|
63634
64100
|
"locationInModule": {
|
|
63635
64101
|
"filename": "src/javascript/yarnrc.ts",
|
|
63636
|
-
"line":
|
|
64102
|
+
"line": 88
|
|
63637
64103
|
},
|
|
63638
64104
|
"name": "npmPublishRegistry",
|
|
63639
64105
|
"optional": true,
|
|
@@ -63649,7 +64115,7 @@
|
|
|
63649
64115
|
"immutable": true,
|
|
63650
64116
|
"locationInModule": {
|
|
63651
64117
|
"filename": "src/javascript/yarnrc.ts",
|
|
63652
|
-
"line":
|
|
64118
|
+
"line": 89
|
|
63653
64119
|
},
|
|
63654
64120
|
"name": "npmRegistryServer",
|
|
63655
64121
|
"optional": true,
|
|
@@ -63671,7 +64137,7 @@
|
|
|
63671
64137
|
"kind": "interface",
|
|
63672
64138
|
"locationInModule": {
|
|
63673
64139
|
"filename": "src/javascript/yarnrc.ts",
|
|
63674
|
-
"line":
|
|
64140
|
+
"line": 101
|
|
63675
64141
|
},
|
|
63676
64142
|
"name": "YarnPackageExtension",
|
|
63677
64143
|
"namespace": "javascript",
|
|
@@ -63684,7 +64150,7 @@
|
|
|
63684
64150
|
"immutable": true,
|
|
63685
64151
|
"locationInModule": {
|
|
63686
64152
|
"filename": "src/javascript/yarnrc.ts",
|
|
63687
|
-
"line":
|
|
64153
|
+
"line": 102
|
|
63688
64154
|
},
|
|
63689
64155
|
"name": "dependencies",
|
|
63690
64156
|
"optional": true,
|
|
@@ -63705,7 +64171,7 @@
|
|
|
63705
64171
|
"immutable": true,
|
|
63706
64172
|
"locationInModule": {
|
|
63707
64173
|
"filename": "src/javascript/yarnrc.ts",
|
|
63708
|
-
"line":
|
|
64174
|
+
"line": 103
|
|
63709
64175
|
},
|
|
63710
64176
|
"name": "peerDependencies",
|
|
63711
64177
|
"optional": true,
|
|
@@ -63726,7 +64192,7 @@
|
|
|
63726
64192
|
"immutable": true,
|
|
63727
64193
|
"locationInModule": {
|
|
63728
64194
|
"filename": "src/javascript/yarnrc.ts",
|
|
63729
|
-
"line":
|
|
64195
|
+
"line": 104
|
|
63730
64196
|
},
|
|
63731
64197
|
"name": "peerDependenciesMeta",
|
|
63732
64198
|
"optional": true,
|
|
@@ -63758,7 +64224,7 @@
|
|
|
63758
64224
|
"kind": "interface",
|
|
63759
64225
|
"locationInModule": {
|
|
63760
64226
|
"filename": "src/javascript/yarnrc.ts",
|
|
63761
|
-
"line":
|
|
64227
|
+
"line": 96
|
|
63762
64228
|
},
|
|
63763
64229
|
"name": "YarnPeerDependencyMeta",
|
|
63764
64230
|
"namespace": "javascript",
|
|
@@ -63771,7 +64237,7 @@
|
|
|
63771
64237
|
"immutable": true,
|
|
63772
64238
|
"locationInModule": {
|
|
63773
64239
|
"filename": "src/javascript/yarnrc.ts",
|
|
63774
|
-
"line":
|
|
64240
|
+
"line": 97
|
|
63775
64241
|
},
|
|
63776
64242
|
"name": "optional",
|
|
63777
64243
|
"optional": true,
|
|
@@ -63792,7 +64258,7 @@
|
|
|
63792
64258
|
"kind": "enum",
|
|
63793
64259
|
"locationInModule": {
|
|
63794
64260
|
"filename": "src/javascript/yarnrc.ts",
|
|
63795
|
-
"line":
|
|
64261
|
+
"line": 111
|
|
63796
64262
|
},
|
|
63797
64263
|
"members": [
|
|
63798
64264
|
{
|
|
@@ -63828,7 +64294,7 @@
|
|
|
63828
64294
|
"kind": "enum",
|
|
63829
64295
|
"locationInModule": {
|
|
63830
64296
|
"filename": "src/javascript/yarnrc.ts",
|
|
63831
|
-
"line":
|
|
64297
|
+
"line": 118
|
|
63832
64298
|
},
|
|
63833
64299
|
"members": [
|
|
63834
64300
|
{
|
|
@@ -63858,7 +64324,7 @@
|
|
|
63858
64324
|
"kind": "enum",
|
|
63859
64325
|
"locationInModule": {
|
|
63860
64326
|
"filename": "src/javascript/yarnrc.ts",
|
|
63861
|
-
"line":
|
|
64327
|
+
"line": 124
|
|
63862
64328
|
},
|
|
63863
64329
|
"members": [
|
|
63864
64330
|
{
|
|
@@ -63907,7 +64373,7 @@
|
|
|
63907
64373
|
"kind": "interface",
|
|
63908
64374
|
"locationInModule": {
|
|
63909
64375
|
"filename": "src/javascript/yarnrc.ts",
|
|
63910
|
-
"line":
|
|
64376
|
+
"line": 133
|
|
63911
64377
|
},
|
|
63912
64378
|
"name": "YarnSupportedArchitectures",
|
|
63913
64379
|
"namespace": "javascript",
|
|
@@ -63920,7 +64386,7 @@
|
|
|
63920
64386
|
"immutable": true,
|
|
63921
64387
|
"locationInModule": {
|
|
63922
64388
|
"filename": "src/javascript/yarnrc.ts",
|
|
63923
|
-
"line":
|
|
64389
|
+
"line": 135
|
|
63924
64390
|
},
|
|
63925
64391
|
"name": "cpu",
|
|
63926
64392
|
"optional": true,
|
|
@@ -63941,7 +64407,7 @@
|
|
|
63941
64407
|
"immutable": true,
|
|
63942
64408
|
"locationInModule": {
|
|
63943
64409
|
"filename": "src/javascript/yarnrc.ts",
|
|
63944
|
-
"line":
|
|
64410
|
+
"line": 136
|
|
63945
64411
|
},
|
|
63946
64412
|
"name": "libc",
|
|
63947
64413
|
"optional": true,
|
|
@@ -63962,7 +64428,7 @@
|
|
|
63962
64428
|
"immutable": true,
|
|
63963
64429
|
"locationInModule": {
|
|
63964
64430
|
"filename": "src/javascript/yarnrc.ts",
|
|
63965
|
-
"line":
|
|
64431
|
+
"line": 134
|
|
63966
64432
|
},
|
|
63967
64433
|
"name": "os",
|
|
63968
64434
|
"optional": true,
|
|
@@ -63978,6 +64444,36 @@
|
|
|
63978
64444
|
],
|
|
63979
64445
|
"symbolId": "src/javascript/yarnrc:YarnSupportedArchitectures"
|
|
63980
64446
|
},
|
|
64447
|
+
"projen.javascript.YarnTaskPoolMode": {
|
|
64448
|
+
"assembly": "projen",
|
|
64449
|
+
"docs": {
|
|
64450
|
+
"stability": "experimental",
|
|
64451
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#taskPoolMode."
|
|
64452
|
+
},
|
|
64453
|
+
"fqn": "projen.javascript.YarnTaskPoolMode",
|
|
64454
|
+
"kind": "enum",
|
|
64455
|
+
"locationInModule": {
|
|
64456
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
64457
|
+
"line": 164
|
|
64458
|
+
},
|
|
64459
|
+
"members": [
|
|
64460
|
+
{
|
|
64461
|
+
"docs": {
|
|
64462
|
+
"stability": "experimental"
|
|
64463
|
+
},
|
|
64464
|
+
"name": "ASYNC"
|
|
64465
|
+
},
|
|
64466
|
+
{
|
|
64467
|
+
"docs": {
|
|
64468
|
+
"stability": "experimental"
|
|
64469
|
+
},
|
|
64470
|
+
"name": "WORKERS"
|
|
64471
|
+
}
|
|
64472
|
+
],
|
|
64473
|
+
"name": "YarnTaskPoolMode",
|
|
64474
|
+
"namespace": "javascript",
|
|
64475
|
+
"symbolId": "src/javascript/yarnrc:YarnTaskPoolMode"
|
|
64476
|
+
},
|
|
63981
64477
|
"projen.javascript.YarnWinLinkType": {
|
|
63982
64478
|
"assembly": "projen",
|
|
63983
64479
|
"docs": {
|
|
@@ -63988,7 +64484,7 @@
|
|
|
63988
64484
|
"kind": "enum",
|
|
63989
64485
|
"locationInModule": {
|
|
63990
64486
|
"filename": "src/javascript/yarnrc.ts",
|
|
63991
|
-
"line":
|
|
64487
|
+
"line": 147
|
|
63992
64488
|
},
|
|
63993
64489
|
"members": [
|
|
63994
64490
|
{
|
|
@@ -64011,24 +64507,26 @@
|
|
|
64011
64507
|
"projen.javascript.YarnWorkerPoolMode": {
|
|
64012
64508
|
"assembly": "projen",
|
|
64013
64509
|
"docs": {
|
|
64014
|
-
"
|
|
64510
|
+
"deprecated": "use {@link YarnTaskPoolMode } instead. Yarn calls this setting\n`taskPoolMode`; there is no `workerPoolMode` setting.",
|
|
64511
|
+
"stability": "deprecated",
|
|
64512
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#taskPoolMode."
|
|
64015
64513
|
},
|
|
64016
64514
|
"fqn": "projen.javascript.YarnWorkerPoolMode",
|
|
64017
64515
|
"kind": "enum",
|
|
64018
64516
|
"locationInModule": {
|
|
64019
64517
|
"filename": "src/javascript/yarnrc.ts",
|
|
64020
|
-
"line":
|
|
64518
|
+
"line": 158
|
|
64021
64519
|
},
|
|
64022
64520
|
"members": [
|
|
64023
64521
|
{
|
|
64024
64522
|
"docs": {
|
|
64025
|
-
"stability": "
|
|
64523
|
+
"stability": "deprecated"
|
|
64026
64524
|
},
|
|
64027
64525
|
"name": "ASYNC"
|
|
64028
64526
|
},
|
|
64029
64527
|
{
|
|
64030
64528
|
"docs": {
|
|
64031
|
-
"stability": "
|
|
64529
|
+
"stability": "deprecated"
|
|
64032
64530
|
},
|
|
64033
64531
|
"name": "WORKERS"
|
|
64034
64532
|
}
|
|
@@ -64050,7 +64548,7 @@
|
|
|
64050
64548
|
},
|
|
64051
64549
|
"locationInModule": {
|
|
64052
64550
|
"filename": "src/javascript/yarnrc.ts",
|
|
64053
|
-
"line":
|
|
64551
|
+
"line": 382
|
|
64054
64552
|
},
|
|
64055
64553
|
"parameters": [
|
|
64056
64554
|
{
|
|
@@ -64071,7 +64569,7 @@
|
|
|
64071
64569
|
"kind": "class",
|
|
64072
64570
|
"locationInModule": {
|
|
64073
64571
|
"filename": "src/javascript/yarnrc.ts",
|
|
64074
|
-
"line":
|
|
64572
|
+
"line": 381
|
|
64075
64573
|
},
|
|
64076
64574
|
"name": "Yarnrc",
|
|
64077
64575
|
"namespace": "javascript",
|
|
@@ -64088,11 +64586,33 @@
|
|
|
64088
64586
|
"kind": "interface",
|
|
64089
64587
|
"locationInModule": {
|
|
64090
64588
|
"filename": "src/javascript/yarnrc.ts",
|
|
64091
|
-
"line":
|
|
64589
|
+
"line": 170
|
|
64092
64590
|
},
|
|
64093
64591
|
"name": "YarnrcOptions",
|
|
64094
64592
|
"namespace": "javascript",
|
|
64095
64593
|
"properties": [
|
|
64594
|
+
{
|
|
64595
|
+
"abstract": true,
|
|
64596
|
+
"docs": {
|
|
64597
|
+
"stability": "experimental",
|
|
64598
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#approvedGitRepositories."
|
|
64599
|
+
},
|
|
64600
|
+
"immutable": true,
|
|
64601
|
+
"locationInModule": {
|
|
64602
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
64603
|
+
"line": 180
|
|
64604
|
+
},
|
|
64605
|
+
"name": "approvedGitRepositories",
|
|
64606
|
+
"optional": true,
|
|
64607
|
+
"type": {
|
|
64608
|
+
"collection": {
|
|
64609
|
+
"elementtype": {
|
|
64610
|
+
"primitive": "string"
|
|
64611
|
+
},
|
|
64612
|
+
"kind": "array"
|
|
64613
|
+
}
|
|
64614
|
+
}
|
|
64615
|
+
},
|
|
64096
64616
|
{
|
|
64097
64617
|
"abstract": true,
|
|
64098
64618
|
"docs": {
|
|
@@ -64102,7 +64622,7 @@
|
|
|
64102
64622
|
"immutable": true,
|
|
64103
64623
|
"locationInModule": {
|
|
64104
64624
|
"filename": "src/javascript/yarnrc.ts",
|
|
64105
|
-
"line":
|
|
64625
|
+
"line": 172
|
|
64106
64626
|
},
|
|
64107
64627
|
"name": "cacheFolder",
|
|
64108
64628
|
"optional": true,
|
|
@@ -64119,7 +64639,7 @@
|
|
|
64119
64639
|
"immutable": true,
|
|
64120
64640
|
"locationInModule": {
|
|
64121
64641
|
"filename": "src/javascript/yarnrc.ts",
|
|
64122
|
-
"line":
|
|
64642
|
+
"line": 174
|
|
64123
64643
|
},
|
|
64124
64644
|
"name": "cacheMigrationMode",
|
|
64125
64645
|
"optional": true,
|
|
@@ -64127,6 +64647,55 @@
|
|
|
64127
64647
|
"fqn": "projen.javascript.YarnCacheMigrationMode"
|
|
64128
64648
|
}
|
|
64129
64649
|
},
|
|
64650
|
+
{
|
|
64651
|
+
"abstract": true,
|
|
64652
|
+
"docs": {
|
|
64653
|
+
"stability": "experimental",
|
|
64654
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#catalog."
|
|
64655
|
+
},
|
|
64656
|
+
"immutable": true,
|
|
64657
|
+
"locationInModule": {
|
|
64658
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
64659
|
+
"line": 176
|
|
64660
|
+
},
|
|
64661
|
+
"name": "catalog",
|
|
64662
|
+
"optional": true,
|
|
64663
|
+
"type": {
|
|
64664
|
+
"collection": {
|
|
64665
|
+
"elementtype": {
|
|
64666
|
+
"primitive": "string"
|
|
64667
|
+
},
|
|
64668
|
+
"kind": "map"
|
|
64669
|
+
}
|
|
64670
|
+
}
|
|
64671
|
+
},
|
|
64672
|
+
{
|
|
64673
|
+
"abstract": true,
|
|
64674
|
+
"docs": {
|
|
64675
|
+
"stability": "experimental",
|
|
64676
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#catalogs."
|
|
64677
|
+
},
|
|
64678
|
+
"immutable": true,
|
|
64679
|
+
"locationInModule": {
|
|
64680
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
64681
|
+
"line": 178
|
|
64682
|
+
},
|
|
64683
|
+
"name": "catalogs",
|
|
64684
|
+
"optional": true,
|
|
64685
|
+
"type": {
|
|
64686
|
+
"collection": {
|
|
64687
|
+
"elementtype": {
|
|
64688
|
+
"collection": {
|
|
64689
|
+
"elementtype": {
|
|
64690
|
+
"primitive": "string"
|
|
64691
|
+
},
|
|
64692
|
+
"kind": "map"
|
|
64693
|
+
}
|
|
64694
|
+
},
|
|
64695
|
+
"kind": "map"
|
|
64696
|
+
}
|
|
64697
|
+
}
|
|
64698
|
+
},
|
|
64130
64699
|
{
|
|
64131
64700
|
"abstract": true,
|
|
64132
64701
|
"docs": {
|
|
@@ -64136,7 +64705,7 @@
|
|
|
64136
64705
|
"immutable": true,
|
|
64137
64706
|
"locationInModule": {
|
|
64138
64707
|
"filename": "src/javascript/yarnrc.ts",
|
|
64139
|
-
"line":
|
|
64708
|
+
"line": 184
|
|
64140
64709
|
},
|
|
64141
64710
|
"name": "changesetBaseRefs",
|
|
64142
64711
|
"optional": true,
|
|
@@ -64158,7 +64727,7 @@
|
|
|
64158
64727
|
"immutable": true,
|
|
64159
64728
|
"locationInModule": {
|
|
64160
64729
|
"filename": "src/javascript/yarnrc.ts",
|
|
64161
|
-
"line":
|
|
64730
|
+
"line": 186
|
|
64162
64731
|
},
|
|
64163
64732
|
"name": "changesetIgnorePatterns",
|
|
64164
64733
|
"optional": true,
|
|
@@ -64180,7 +64749,7 @@
|
|
|
64180
64749
|
"immutable": true,
|
|
64181
64750
|
"locationInModule": {
|
|
64182
64751
|
"filename": "src/javascript/yarnrc.ts",
|
|
64183
|
-
"line":
|
|
64752
|
+
"line": 188
|
|
64184
64753
|
},
|
|
64185
64754
|
"name": "checksumBehavior",
|
|
64186
64755
|
"optional": true,
|
|
@@ -64197,7 +64766,7 @@
|
|
|
64197
64766
|
"immutable": true,
|
|
64198
64767
|
"locationInModule": {
|
|
64199
64768
|
"filename": "src/javascript/yarnrc.ts",
|
|
64200
|
-
"line":
|
|
64769
|
+
"line": 190
|
|
64201
64770
|
},
|
|
64202
64771
|
"name": "cloneConcurrency",
|
|
64203
64772
|
"optional": true,
|
|
@@ -64214,7 +64783,7 @@
|
|
|
64214
64783
|
"immutable": true,
|
|
64215
64784
|
"locationInModule": {
|
|
64216
64785
|
"filename": "src/javascript/yarnrc.ts",
|
|
64217
|
-
"line":
|
|
64786
|
+
"line": 192
|
|
64218
64787
|
},
|
|
64219
64788
|
"name": "compressionLevel",
|
|
64220
64789
|
"optional": true,
|
|
@@ -64240,7 +64809,7 @@
|
|
|
64240
64809
|
"immutable": true,
|
|
64241
64810
|
"locationInModule": {
|
|
64242
64811
|
"filename": "src/javascript/yarnrc.ts",
|
|
64243
|
-
"line":
|
|
64812
|
+
"line": 194
|
|
64244
64813
|
},
|
|
64245
64814
|
"name": "constraintsPath",
|
|
64246
64815
|
"optional": true,
|
|
@@ -64257,7 +64826,7 @@
|
|
|
64257
64826
|
"immutable": true,
|
|
64258
64827
|
"locationInModule": {
|
|
64259
64828
|
"filename": "src/javascript/yarnrc.ts",
|
|
64260
|
-
"line":
|
|
64829
|
+
"line": 196
|
|
64261
64830
|
},
|
|
64262
64831
|
"name": "defaultLanguageName",
|
|
64263
64832
|
"optional": true,
|
|
@@ -64274,7 +64843,7 @@
|
|
|
64274
64843
|
"immutable": true,
|
|
64275
64844
|
"locationInModule": {
|
|
64276
64845
|
"filename": "src/javascript/yarnrc.ts",
|
|
64277
|
-
"line":
|
|
64846
|
+
"line": 198
|
|
64278
64847
|
},
|
|
64279
64848
|
"name": "defaultProtocol",
|
|
64280
64849
|
"optional": true,
|
|
@@ -64291,7 +64860,7 @@
|
|
|
64291
64860
|
"immutable": true,
|
|
64292
64861
|
"locationInModule": {
|
|
64293
64862
|
"filename": "src/javascript/yarnrc.ts",
|
|
64294
|
-
"line":
|
|
64863
|
+
"line": 200
|
|
64295
64864
|
},
|
|
64296
64865
|
"name": "defaultSemverRangePrefix",
|
|
64297
64866
|
"optional": true,
|
|
@@ -64308,7 +64877,7 @@
|
|
|
64308
64877
|
"immutable": true,
|
|
64309
64878
|
"locationInModule": {
|
|
64310
64879
|
"filename": "src/javascript/yarnrc.ts",
|
|
64311
|
-
"line":
|
|
64880
|
+
"line": 202
|
|
64312
64881
|
},
|
|
64313
64882
|
"name": "deferredVersionFolder",
|
|
64314
64883
|
"optional": true,
|
|
@@ -64325,7 +64894,7 @@
|
|
|
64325
64894
|
"immutable": true,
|
|
64326
64895
|
"locationInModule": {
|
|
64327
64896
|
"filename": "src/javascript/yarnrc.ts",
|
|
64328
|
-
"line":
|
|
64897
|
+
"line": 204
|
|
64329
64898
|
},
|
|
64330
64899
|
"name": "enableColors",
|
|
64331
64900
|
"optional": true,
|
|
@@ -64336,13 +64905,14 @@
|
|
|
64336
64905
|
{
|
|
64337
64906
|
"abstract": true,
|
|
64338
64907
|
"docs": {
|
|
64339
|
-
"
|
|
64340
|
-
"
|
|
64908
|
+
"deprecated": "use {@link YarnrcOptions.enableConstraintsChecks } instead. Yarn\ncalls this setting `enableConstraintsChecks` (note the trailing `s`).",
|
|
64909
|
+
"stability": "deprecated",
|
|
64910
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#enableConstraintsChecks."
|
|
64341
64911
|
},
|
|
64342
64912
|
"immutable": true,
|
|
64343
64913
|
"locationInModule": {
|
|
64344
64914
|
"filename": "src/javascript/yarnrc.ts",
|
|
64345
|
-
"line":
|
|
64915
|
+
"line": 211
|
|
64346
64916
|
},
|
|
64347
64917
|
"name": "enableConstraintsCheck",
|
|
64348
64918
|
"optional": true,
|
|
@@ -64350,6 +64920,23 @@
|
|
|
64350
64920
|
"primitive": "boolean"
|
|
64351
64921
|
}
|
|
64352
64922
|
},
|
|
64923
|
+
{
|
|
64924
|
+
"abstract": true,
|
|
64925
|
+
"docs": {
|
|
64926
|
+
"stability": "experimental",
|
|
64927
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#enableConstraintsChecks."
|
|
64928
|
+
},
|
|
64929
|
+
"immutable": true,
|
|
64930
|
+
"locationInModule": {
|
|
64931
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
64932
|
+
"line": 213
|
|
64933
|
+
},
|
|
64934
|
+
"name": "enableConstraintsChecks",
|
|
64935
|
+
"optional": true,
|
|
64936
|
+
"type": {
|
|
64937
|
+
"primitive": "boolean"
|
|
64938
|
+
}
|
|
64939
|
+
},
|
|
64353
64940
|
{
|
|
64354
64941
|
"abstract": true,
|
|
64355
64942
|
"docs": {
|
|
@@ -64359,7 +64946,7 @@
|
|
|
64359
64946
|
"immutable": true,
|
|
64360
64947
|
"locationInModule": {
|
|
64361
64948
|
"filename": "src/javascript/yarnrc.ts",
|
|
64362
|
-
"line":
|
|
64949
|
+
"line": 215
|
|
64363
64950
|
},
|
|
64364
64951
|
"name": "enableGlobalCache",
|
|
64365
64952
|
"optional": true,
|
|
@@ -64376,7 +64963,7 @@
|
|
|
64376
64963
|
"immutable": true,
|
|
64377
64964
|
"locationInModule": {
|
|
64378
64965
|
"filename": "src/javascript/yarnrc.ts",
|
|
64379
|
-
"line":
|
|
64966
|
+
"line": 217
|
|
64380
64967
|
},
|
|
64381
64968
|
"name": "enableHardenedMode",
|
|
64382
64969
|
"optional": true,
|
|
@@ -64393,7 +64980,7 @@
|
|
|
64393
64980
|
"immutable": true,
|
|
64394
64981
|
"locationInModule": {
|
|
64395
64982
|
"filename": "src/javascript/yarnrc.ts",
|
|
64396
|
-
"line":
|
|
64983
|
+
"line": 219
|
|
64397
64984
|
},
|
|
64398
64985
|
"name": "enableHyperlinks",
|
|
64399
64986
|
"optional": true,
|
|
@@ -64410,7 +64997,7 @@
|
|
|
64410
64997
|
"immutable": true,
|
|
64411
64998
|
"locationInModule": {
|
|
64412
64999
|
"filename": "src/javascript/yarnrc.ts",
|
|
64413
|
-
"line":
|
|
65000
|
+
"line": 221
|
|
64414
65001
|
},
|
|
64415
65002
|
"name": "enableImmutableCache",
|
|
64416
65003
|
"optional": true,
|
|
@@ -64427,7 +65014,7 @@
|
|
|
64427
65014
|
"immutable": true,
|
|
64428
65015
|
"locationInModule": {
|
|
64429
65016
|
"filename": "src/javascript/yarnrc.ts",
|
|
64430
|
-
"line":
|
|
65017
|
+
"line": 223
|
|
64431
65018
|
},
|
|
64432
65019
|
"name": "enableImmutableInstalls",
|
|
64433
65020
|
"optional": true,
|
|
@@ -64444,7 +65031,7 @@
|
|
|
64444
65031
|
"immutable": true,
|
|
64445
65032
|
"locationInModule": {
|
|
64446
65033
|
"filename": "src/javascript/yarnrc.ts",
|
|
64447
|
-
"line":
|
|
65034
|
+
"line": 225
|
|
64448
65035
|
},
|
|
64449
65036
|
"name": "enableInlineBuilds",
|
|
64450
65037
|
"optional": true,
|
|
@@ -64461,7 +65048,7 @@
|
|
|
64461
65048
|
"immutable": true,
|
|
64462
65049
|
"locationInModule": {
|
|
64463
65050
|
"filename": "src/javascript/yarnrc.ts",
|
|
64464
|
-
"line":
|
|
65051
|
+
"line": 227
|
|
64465
65052
|
},
|
|
64466
65053
|
"name": "enableInlineHunks",
|
|
64467
65054
|
"optional": true,
|
|
@@ -64478,7 +65065,7 @@
|
|
|
64478
65065
|
"immutable": true,
|
|
64479
65066
|
"locationInModule": {
|
|
64480
65067
|
"filename": "src/javascript/yarnrc.ts",
|
|
64481
|
-
"line":
|
|
65068
|
+
"line": 229
|
|
64482
65069
|
},
|
|
64483
65070
|
"name": "enableMessageNames",
|
|
64484
65071
|
"optional": true,
|
|
@@ -64495,7 +65082,7 @@
|
|
|
64495
65082
|
"immutable": true,
|
|
64496
65083
|
"locationInModule": {
|
|
64497
65084
|
"filename": "src/javascript/yarnrc.ts",
|
|
64498
|
-
"line":
|
|
65085
|
+
"line": 231
|
|
64499
65086
|
},
|
|
64500
65087
|
"name": "enableMirror",
|
|
64501
65088
|
"optional": true,
|
|
@@ -64512,7 +65099,7 @@
|
|
|
64512
65099
|
"immutable": true,
|
|
64513
65100
|
"locationInModule": {
|
|
64514
65101
|
"filename": "src/javascript/yarnrc.ts",
|
|
64515
|
-
"line":
|
|
65102
|
+
"line": 233
|
|
64516
65103
|
},
|
|
64517
65104
|
"name": "enableNetwork",
|
|
64518
65105
|
"optional": true,
|
|
@@ -64529,7 +65116,7 @@
|
|
|
64529
65116
|
"immutable": true,
|
|
64530
65117
|
"locationInModule": {
|
|
64531
65118
|
"filename": "src/javascript/yarnrc.ts",
|
|
64532
|
-
"line":
|
|
65119
|
+
"line": 235
|
|
64533
65120
|
},
|
|
64534
65121
|
"name": "enableOfflineMode",
|
|
64535
65122
|
"optional": true,
|
|
@@ -64546,7 +65133,7 @@
|
|
|
64546
65133
|
"immutable": true,
|
|
64547
65134
|
"locationInModule": {
|
|
64548
65135
|
"filename": "src/javascript/yarnrc.ts",
|
|
64549
|
-
"line":
|
|
65136
|
+
"line": 237
|
|
64550
65137
|
},
|
|
64551
65138
|
"name": "enableProgressBars",
|
|
64552
65139
|
"optional": true,
|
|
@@ -64563,7 +65150,7 @@
|
|
|
64563
65150
|
"immutable": true,
|
|
64564
65151
|
"locationInModule": {
|
|
64565
65152
|
"filename": "src/javascript/yarnrc.ts",
|
|
64566
|
-
"line":
|
|
65153
|
+
"line": 239
|
|
64567
65154
|
},
|
|
64568
65155
|
"name": "enableScripts",
|
|
64569
65156
|
"optional": true,
|
|
@@ -64580,7 +65167,7 @@
|
|
|
64580
65167
|
"immutable": true,
|
|
64581
65168
|
"locationInModule": {
|
|
64582
65169
|
"filename": "src/javascript/yarnrc.ts",
|
|
64583
|
-
"line":
|
|
65170
|
+
"line": 241
|
|
64584
65171
|
},
|
|
64585
65172
|
"name": "enableStrictSsl",
|
|
64586
65173
|
"optional": true,
|
|
@@ -64597,7 +65184,7 @@
|
|
|
64597
65184
|
"immutable": true,
|
|
64598
65185
|
"locationInModule": {
|
|
64599
65186
|
"filename": "src/javascript/yarnrc.ts",
|
|
64600
|
-
"line":
|
|
65187
|
+
"line": 243
|
|
64601
65188
|
},
|
|
64602
65189
|
"name": "enableTelemetry",
|
|
64603
65190
|
"optional": true,
|
|
@@ -64614,7 +65201,7 @@
|
|
|
64614
65201
|
"immutable": true,
|
|
64615
65202
|
"locationInModule": {
|
|
64616
65203
|
"filename": "src/javascript/yarnrc.ts",
|
|
64617
|
-
"line":
|
|
65204
|
+
"line": 245
|
|
64618
65205
|
},
|
|
64619
65206
|
"name": "enableTimers",
|
|
64620
65207
|
"optional": true,
|
|
@@ -64631,7 +65218,7 @@
|
|
|
64631
65218
|
"immutable": true,
|
|
64632
65219
|
"locationInModule": {
|
|
64633
65220
|
"filename": "src/javascript/yarnrc.ts",
|
|
64634
|
-
"line":
|
|
65221
|
+
"line": 247
|
|
64635
65222
|
},
|
|
64636
65223
|
"name": "enableTransparentWorkspaces",
|
|
64637
65224
|
"optional": true,
|
|
@@ -64648,7 +65235,7 @@
|
|
|
64648
65235
|
"immutable": true,
|
|
64649
65236
|
"locationInModule": {
|
|
64650
65237
|
"filename": "src/javascript/yarnrc.ts",
|
|
64651
|
-
"line":
|
|
65238
|
+
"line": 249
|
|
64652
65239
|
},
|
|
64653
65240
|
"name": "globalFolder",
|
|
64654
65241
|
"optional": true,
|
|
@@ -64665,7 +65252,7 @@
|
|
|
64665
65252
|
"immutable": true,
|
|
64666
65253
|
"locationInModule": {
|
|
64667
65254
|
"filename": "src/javascript/yarnrc.ts",
|
|
64668
|
-
"line":
|
|
65255
|
+
"line": 251
|
|
64669
65256
|
},
|
|
64670
65257
|
"name": "httpProxy",
|
|
64671
65258
|
"optional": true,
|
|
@@ -64682,7 +65269,7 @@
|
|
|
64682
65269
|
"immutable": true,
|
|
64683
65270
|
"locationInModule": {
|
|
64684
65271
|
"filename": "src/javascript/yarnrc.ts",
|
|
64685
|
-
"line":
|
|
65272
|
+
"line": 253
|
|
64686
65273
|
},
|
|
64687
65274
|
"name": "httpRetry",
|
|
64688
65275
|
"optional": true,
|
|
@@ -64699,7 +65286,7 @@
|
|
|
64699
65286
|
"immutable": true,
|
|
64700
65287
|
"locationInModule": {
|
|
64701
65288
|
"filename": "src/javascript/yarnrc.ts",
|
|
64702
|
-
"line":
|
|
65289
|
+
"line": 182
|
|
64703
65290
|
},
|
|
64704
65291
|
"name": "httpsCaFilePath",
|
|
64705
65292
|
"optional": true,
|
|
@@ -64716,7 +65303,7 @@
|
|
|
64716
65303
|
"immutable": true,
|
|
64717
65304
|
"locationInModule": {
|
|
64718
65305
|
"filename": "src/javascript/yarnrc.ts",
|
|
64719
|
-
"line":
|
|
65306
|
+
"line": 257
|
|
64720
65307
|
},
|
|
64721
65308
|
"name": "httpsCertFilePath",
|
|
64722
65309
|
"optional": true,
|
|
@@ -64733,7 +65320,7 @@
|
|
|
64733
65320
|
"immutable": true,
|
|
64734
65321
|
"locationInModule": {
|
|
64735
65322
|
"filename": "src/javascript/yarnrc.ts",
|
|
64736
|
-
"line":
|
|
65323
|
+
"line": 259
|
|
64737
65324
|
},
|
|
64738
65325
|
"name": "httpsKeyFilePath",
|
|
64739
65326
|
"optional": true,
|
|
@@ -64750,7 +65337,7 @@
|
|
|
64750
65337
|
"immutable": true,
|
|
64751
65338
|
"locationInModule": {
|
|
64752
65339
|
"filename": "src/javascript/yarnrc.ts",
|
|
64753
|
-
"line":
|
|
65340
|
+
"line": 261
|
|
64754
65341
|
},
|
|
64755
65342
|
"name": "httpsProxy",
|
|
64756
65343
|
"optional": true,
|
|
@@ -64767,7 +65354,7 @@
|
|
|
64767
65354
|
"immutable": true,
|
|
64768
65355
|
"locationInModule": {
|
|
64769
65356
|
"filename": "src/javascript/yarnrc.ts",
|
|
64770
|
-
"line":
|
|
65357
|
+
"line": 255
|
|
64771
65358
|
},
|
|
64772
65359
|
"name": "httpTimeout",
|
|
64773
65360
|
"optional": true,
|
|
@@ -64784,7 +65371,7 @@
|
|
|
64784
65371
|
"immutable": true,
|
|
64785
65372
|
"locationInModule": {
|
|
64786
65373
|
"filename": "src/javascript/yarnrc.ts",
|
|
64787
|
-
"line":
|
|
65374
|
+
"line": 263
|
|
64788
65375
|
},
|
|
64789
65376
|
"name": "ignorePath",
|
|
64790
65377
|
"optional": true,
|
|
@@ -64801,7 +65388,7 @@
|
|
|
64801
65388
|
"immutable": true,
|
|
64802
65389
|
"locationInModule": {
|
|
64803
65390
|
"filename": "src/javascript/yarnrc.ts",
|
|
64804
|
-
"line":
|
|
65391
|
+
"line": 265
|
|
64805
65392
|
},
|
|
64806
65393
|
"name": "immutablePatterns",
|
|
64807
65394
|
"optional": true,
|
|
@@ -64823,7 +65410,7 @@
|
|
|
64823
65410
|
"immutable": true,
|
|
64824
65411
|
"locationInModule": {
|
|
64825
65412
|
"filename": "src/javascript/yarnrc.ts",
|
|
64826
|
-
"line":
|
|
65413
|
+
"line": 269
|
|
64827
65414
|
},
|
|
64828
65415
|
"name": "initFields",
|
|
64829
65416
|
"optional": true,
|
|
@@ -64845,7 +65432,7 @@
|
|
|
64845
65432
|
"immutable": true,
|
|
64846
65433
|
"locationInModule": {
|
|
64847
65434
|
"filename": "src/javascript/yarnrc.ts",
|
|
64848
|
-
"line":
|
|
65435
|
+
"line": 267
|
|
64849
65436
|
},
|
|
64850
65437
|
"name": "initScope",
|
|
64851
65438
|
"optional": true,
|
|
@@ -64862,7 +65449,7 @@
|
|
|
64862
65449
|
"immutable": true,
|
|
64863
65450
|
"locationInModule": {
|
|
64864
65451
|
"filename": "src/javascript/yarnrc.ts",
|
|
64865
|
-
"line":
|
|
65452
|
+
"line": 271
|
|
64866
65453
|
},
|
|
64867
65454
|
"name": "injectEnvironmentFiles",
|
|
64868
65455
|
"optional": true,
|
|
@@ -64884,7 +65471,7 @@
|
|
|
64884
65471
|
"immutable": true,
|
|
64885
65472
|
"locationInModule": {
|
|
64886
65473
|
"filename": "src/javascript/yarnrc.ts",
|
|
64887
|
-
"line":
|
|
65474
|
+
"line": 273
|
|
64888
65475
|
},
|
|
64889
65476
|
"name": "installStatePath",
|
|
64890
65477
|
"optional": true,
|
|
@@ -64901,7 +65488,7 @@
|
|
|
64901
65488
|
"immutable": true,
|
|
64902
65489
|
"locationInModule": {
|
|
64903
65490
|
"filename": "src/javascript/yarnrc.ts",
|
|
64904
|
-
"line":
|
|
65491
|
+
"line": 275
|
|
64905
65492
|
},
|
|
64906
65493
|
"name": "logFilters",
|
|
64907
65494
|
"optional": true,
|
|
@@ -64923,7 +65510,7 @@
|
|
|
64923
65510
|
"immutable": true,
|
|
64924
65511
|
"locationInModule": {
|
|
64925
65512
|
"filename": "src/javascript/yarnrc.ts",
|
|
64926
|
-
"line":
|
|
65513
|
+
"line": 277
|
|
64927
65514
|
},
|
|
64928
65515
|
"name": "networkConcurrency",
|
|
64929
65516
|
"optional": true,
|
|
@@ -64940,7 +65527,7 @@
|
|
|
64940
65527
|
"immutable": true,
|
|
64941
65528
|
"locationInModule": {
|
|
64942
65529
|
"filename": "src/javascript/yarnrc.ts",
|
|
64943
|
-
"line":
|
|
65530
|
+
"line": 279
|
|
64944
65531
|
},
|
|
64945
65532
|
"name": "networkSettings",
|
|
64946
65533
|
"optional": true,
|
|
@@ -64962,7 +65549,7 @@
|
|
|
64962
65549
|
"immutable": true,
|
|
64963
65550
|
"locationInModule": {
|
|
64964
65551
|
"filename": "src/javascript/yarnrc.ts",
|
|
64965
|
-
"line":
|
|
65552
|
+
"line": 281
|
|
64966
65553
|
},
|
|
64967
65554
|
"name": "nmHoistingLimits",
|
|
64968
65555
|
"optional": true,
|
|
@@ -64979,7 +65566,7 @@
|
|
|
64979
65566
|
"immutable": true,
|
|
64980
65567
|
"locationInModule": {
|
|
64981
65568
|
"filename": "src/javascript/yarnrc.ts",
|
|
64982
|
-
"line":
|
|
65569
|
+
"line": 285
|
|
64983
65570
|
},
|
|
64984
65571
|
"name": "nmMode",
|
|
64985
65572
|
"optional": true,
|
|
@@ -64996,7 +65583,7 @@
|
|
|
64996
65583
|
"immutable": true,
|
|
64997
65584
|
"locationInModule": {
|
|
64998
65585
|
"filename": "src/javascript/yarnrc.ts",
|
|
64999
|
-
"line":
|
|
65586
|
+
"line": 283
|
|
65000
65587
|
},
|
|
65001
65588
|
"name": "nmSelfReferences",
|
|
65002
65589
|
"optional": true,
|
|
@@ -65004,6 +65591,23 @@
|
|
|
65004
65591
|
"primitive": "boolean"
|
|
65005
65592
|
}
|
|
65006
65593
|
},
|
|
65594
|
+
{
|
|
65595
|
+
"abstract": true,
|
|
65596
|
+
"docs": {
|
|
65597
|
+
"stability": "experimental",
|
|
65598
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#nodeExperimentalPackageMap."
|
|
65599
|
+
},
|
|
65600
|
+
"immutable": true,
|
|
65601
|
+
"locationInModule": {
|
|
65602
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
65603
|
+
"line": 289
|
|
65604
|
+
},
|
|
65605
|
+
"name": "nodeExperimentalPackageMap",
|
|
65606
|
+
"optional": true,
|
|
65607
|
+
"type": {
|
|
65608
|
+
"primitive": "boolean"
|
|
65609
|
+
}
|
|
65610
|
+
},
|
|
65007
65611
|
{
|
|
65008
65612
|
"abstract": true,
|
|
65009
65613
|
"docs": {
|
|
@@ -65013,7 +65617,7 @@
|
|
|
65013
65617
|
"immutable": true,
|
|
65014
65618
|
"locationInModule": {
|
|
65015
65619
|
"filename": "src/javascript/yarnrc.ts",
|
|
65016
|
-
"line":
|
|
65620
|
+
"line": 287
|
|
65017
65621
|
},
|
|
65018
65622
|
"name": "nodeLinker",
|
|
65019
65623
|
"optional": true,
|
|
@@ -65021,6 +65625,23 @@
|
|
|
65021
65625
|
"fqn": "projen.javascript.YarnNodeLinker"
|
|
65022
65626
|
}
|
|
65023
65627
|
},
|
|
65628
|
+
{
|
|
65629
|
+
"abstract": true,
|
|
65630
|
+
"docs": {
|
|
65631
|
+
"stability": "experimental",
|
|
65632
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#nodePackageMapType."
|
|
65633
|
+
},
|
|
65634
|
+
"immutable": true,
|
|
65635
|
+
"locationInModule": {
|
|
65636
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
65637
|
+
"line": 291
|
|
65638
|
+
},
|
|
65639
|
+
"name": "nodePackageMapType",
|
|
65640
|
+
"optional": true,
|
|
65641
|
+
"type": {
|
|
65642
|
+
"fqn": "projen.javascript.YarnNodePackageMapType"
|
|
65643
|
+
}
|
|
65644
|
+
},
|
|
65024
65645
|
{
|
|
65025
65646
|
"abstract": true,
|
|
65026
65647
|
"docs": {
|
|
@@ -65030,7 +65651,7 @@
|
|
|
65030
65651
|
"immutable": true,
|
|
65031
65652
|
"locationInModule": {
|
|
65032
65653
|
"filename": "src/javascript/yarnrc.ts",
|
|
65033
|
-
"line":
|
|
65654
|
+
"line": 301
|
|
65034
65655
|
},
|
|
65035
65656
|
"name": "npmAlwaysAuth",
|
|
65036
65657
|
"optional": true,
|
|
@@ -65047,7 +65668,7 @@
|
|
|
65047
65668
|
"immutable": true,
|
|
65048
65669
|
"locationInModule": {
|
|
65049
65670
|
"filename": "src/javascript/yarnrc.ts",
|
|
65050
|
-
"line":
|
|
65671
|
+
"line": 313
|
|
65051
65672
|
},
|
|
65052
65673
|
"name": "npmAuditExcludePackages",
|
|
65053
65674
|
"optional": true,
|
|
@@ -65069,7 +65690,7 @@
|
|
|
65069
65690
|
"immutable": true,
|
|
65070
65691
|
"locationInModule": {
|
|
65071
65692
|
"filename": "src/javascript/yarnrc.ts",
|
|
65072
|
-
"line":
|
|
65693
|
+
"line": 315
|
|
65073
65694
|
},
|
|
65074
65695
|
"name": "npmAuditIgnoreAdvisories",
|
|
65075
65696
|
"optional": true,
|
|
@@ -65091,7 +65712,7 @@
|
|
|
65091
65712
|
"immutable": true,
|
|
65092
65713
|
"locationInModule": {
|
|
65093
65714
|
"filename": "src/javascript/yarnrc.ts",
|
|
65094
|
-
"line":
|
|
65715
|
+
"line": 303
|
|
65095
65716
|
},
|
|
65096
65717
|
"name": "npmAuditRegistry",
|
|
65097
65718
|
"optional": true,
|
|
@@ -65108,7 +65729,7 @@
|
|
|
65108
65729
|
"immutable": true,
|
|
65109
65730
|
"locationInModule": {
|
|
65110
65731
|
"filename": "src/javascript/yarnrc.ts",
|
|
65111
|
-
"line":
|
|
65732
|
+
"line": 305
|
|
65112
65733
|
},
|
|
65113
65734
|
"name": "npmAuthIdent",
|
|
65114
65735
|
"optional": true,
|
|
@@ -65125,7 +65746,7 @@
|
|
|
65125
65746
|
"immutable": true,
|
|
65126
65747
|
"locationInModule": {
|
|
65127
65748
|
"filename": "src/javascript/yarnrc.ts",
|
|
65128
|
-
"line":
|
|
65749
|
+
"line": 307
|
|
65129
65750
|
},
|
|
65130
65751
|
"name": "npmAuthToken",
|
|
65131
65752
|
"optional": true,
|
|
@@ -65133,6 +65754,45 @@
|
|
|
65133
65754
|
"primitive": "string"
|
|
65134
65755
|
}
|
|
65135
65756
|
},
|
|
65757
|
+
{
|
|
65758
|
+
"abstract": true,
|
|
65759
|
+
"docs": {
|
|
65760
|
+
"stability": "experimental",
|
|
65761
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#npmMinimalAgeGate."
|
|
65762
|
+
},
|
|
65763
|
+
"immutable": true,
|
|
65764
|
+
"locationInModule": {
|
|
65765
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
65766
|
+
"line": 293
|
|
65767
|
+
},
|
|
65768
|
+
"name": "npmMinimalAgeGate",
|
|
65769
|
+
"optional": true,
|
|
65770
|
+
"type": {
|
|
65771
|
+
"primitive": "string"
|
|
65772
|
+
}
|
|
65773
|
+
},
|
|
65774
|
+
{
|
|
65775
|
+
"abstract": true,
|
|
65776
|
+
"docs": {
|
|
65777
|
+
"stability": "experimental",
|
|
65778
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#npmPreapprovedPackages."
|
|
65779
|
+
},
|
|
65780
|
+
"immutable": true,
|
|
65781
|
+
"locationInModule": {
|
|
65782
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
65783
|
+
"line": 295
|
|
65784
|
+
},
|
|
65785
|
+
"name": "npmPreapprovedPackages",
|
|
65786
|
+
"optional": true,
|
|
65787
|
+
"type": {
|
|
65788
|
+
"collection": {
|
|
65789
|
+
"elementtype": {
|
|
65790
|
+
"primitive": "string"
|
|
65791
|
+
},
|
|
65792
|
+
"kind": "array"
|
|
65793
|
+
}
|
|
65794
|
+
}
|
|
65795
|
+
},
|
|
65136
65796
|
{
|
|
65137
65797
|
"abstract": true,
|
|
65138
65798
|
"docs": {
|
|
@@ -65142,7 +65802,7 @@
|
|
|
65142
65802
|
"immutable": true,
|
|
65143
65803
|
"locationInModule": {
|
|
65144
65804
|
"filename": "src/javascript/yarnrc.ts",
|
|
65145
|
-
"line":
|
|
65805
|
+
"line": 309
|
|
65146
65806
|
},
|
|
65147
65807
|
"name": "npmPublishAccess",
|
|
65148
65808
|
"optional": true,
|
|
@@ -65150,6 +65810,23 @@
|
|
|
65150
65810
|
"fqn": "projen.javascript.YarnNpmPublishAccess"
|
|
65151
65811
|
}
|
|
65152
65812
|
},
|
|
65813
|
+
{
|
|
65814
|
+
"abstract": true,
|
|
65815
|
+
"docs": {
|
|
65816
|
+
"stability": "experimental",
|
|
65817
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#npmPublishProvenance."
|
|
65818
|
+
},
|
|
65819
|
+
"immutable": true,
|
|
65820
|
+
"locationInModule": {
|
|
65821
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
65822
|
+
"line": 311
|
|
65823
|
+
},
|
|
65824
|
+
"name": "npmPublishProvenance",
|
|
65825
|
+
"optional": true,
|
|
65826
|
+
"type": {
|
|
65827
|
+
"primitive": "boolean"
|
|
65828
|
+
}
|
|
65829
|
+
},
|
|
65153
65830
|
{
|
|
65154
65831
|
"abstract": true,
|
|
65155
65832
|
"docs": {
|
|
@@ -65159,7 +65836,7 @@
|
|
|
65159
65836
|
"immutable": true,
|
|
65160
65837
|
"locationInModule": {
|
|
65161
65838
|
"filename": "src/javascript/yarnrc.ts",
|
|
65162
|
-
"line":
|
|
65839
|
+
"line": 317
|
|
65163
65840
|
},
|
|
65164
65841
|
"name": "npmPublishRegistry",
|
|
65165
65842
|
"optional": true,
|
|
@@ -65176,7 +65853,7 @@
|
|
|
65176
65853
|
"immutable": true,
|
|
65177
65854
|
"locationInModule": {
|
|
65178
65855
|
"filename": "src/javascript/yarnrc.ts",
|
|
65179
|
-
"line":
|
|
65856
|
+
"line": 319
|
|
65180
65857
|
},
|
|
65181
65858
|
"name": "npmRegistries",
|
|
65182
65859
|
"optional": true,
|
|
@@ -65198,7 +65875,7 @@
|
|
|
65198
65875
|
"immutable": true,
|
|
65199
65876
|
"locationInModule": {
|
|
65200
65877
|
"filename": "src/javascript/yarnrc.ts",
|
|
65201
|
-
"line":
|
|
65878
|
+
"line": 321
|
|
65202
65879
|
},
|
|
65203
65880
|
"name": "npmRegistryServer",
|
|
65204
65881
|
"optional": true,
|
|
@@ -65215,7 +65892,7 @@
|
|
|
65215
65892
|
"immutable": true,
|
|
65216
65893
|
"locationInModule": {
|
|
65217
65894
|
"filename": "src/javascript/yarnrc.ts",
|
|
65218
|
-
"line":
|
|
65895
|
+
"line": 323
|
|
65219
65896
|
},
|
|
65220
65897
|
"name": "npmScopes",
|
|
65221
65898
|
"optional": true,
|
|
@@ -65237,7 +65914,7 @@
|
|
|
65237
65914
|
"immutable": true,
|
|
65238
65915
|
"locationInModule": {
|
|
65239
65916
|
"filename": "src/javascript/yarnrc.ts",
|
|
65240
|
-
"line":
|
|
65917
|
+
"line": 325
|
|
65241
65918
|
},
|
|
65242
65919
|
"name": "packageExtensions",
|
|
65243
65920
|
"optional": true,
|
|
@@ -65259,7 +65936,7 @@
|
|
|
65259
65936
|
"immutable": true,
|
|
65260
65937
|
"locationInModule": {
|
|
65261
65938
|
"filename": "src/javascript/yarnrc.ts",
|
|
65262
|
-
"line":
|
|
65939
|
+
"line": 327
|
|
65263
65940
|
},
|
|
65264
65941
|
"name": "patchFolder",
|
|
65265
65942
|
"optional": true,
|
|
@@ -65276,7 +65953,7 @@
|
|
|
65276
65953
|
"immutable": true,
|
|
65277
65954
|
"locationInModule": {
|
|
65278
65955
|
"filename": "src/javascript/yarnrc.ts",
|
|
65279
|
-
"line":
|
|
65956
|
+
"line": 329
|
|
65280
65957
|
},
|
|
65281
65958
|
"name": "pnpEnableEsmLoader",
|
|
65282
65959
|
"optional": true,
|
|
@@ -65293,7 +65970,7 @@
|
|
|
65293
65970
|
"immutable": true,
|
|
65294
65971
|
"locationInModule": {
|
|
65295
65972
|
"filename": "src/javascript/yarnrc.ts",
|
|
65296
|
-
"line":
|
|
65973
|
+
"line": 331
|
|
65297
65974
|
},
|
|
65298
65975
|
"name": "pnpEnableInlining",
|
|
65299
65976
|
"optional": true,
|
|
@@ -65310,7 +65987,7 @@
|
|
|
65310
65987
|
"immutable": true,
|
|
65311
65988
|
"locationInModule": {
|
|
65312
65989
|
"filename": "src/javascript/yarnrc.ts",
|
|
65313
|
-
"line":
|
|
65990
|
+
"line": 333
|
|
65314
65991
|
},
|
|
65315
65992
|
"name": "pnpFallbackMode",
|
|
65316
65993
|
"optional": true,
|
|
@@ -65327,7 +66004,7 @@
|
|
|
65327
66004
|
"immutable": true,
|
|
65328
66005
|
"locationInModule": {
|
|
65329
66006
|
"filename": "src/javascript/yarnrc.ts",
|
|
65330
|
-
"line":
|
|
66007
|
+
"line": 335
|
|
65331
66008
|
},
|
|
65332
66009
|
"name": "pnpIgnorePatterns",
|
|
65333
66010
|
"optional": true,
|
|
@@ -65349,7 +66026,7 @@
|
|
|
65349
66026
|
"immutable": true,
|
|
65350
66027
|
"locationInModule": {
|
|
65351
66028
|
"filename": "src/javascript/yarnrc.ts",
|
|
65352
|
-
"line":
|
|
66029
|
+
"line": 337
|
|
65353
66030
|
},
|
|
65354
66031
|
"name": "pnpMode",
|
|
65355
66032
|
"optional": true,
|
|
@@ -65357,6 +66034,23 @@
|
|
|
65357
66034
|
"fqn": "projen.javascript.YarnPnpMode"
|
|
65358
66035
|
}
|
|
65359
66036
|
},
|
|
66037
|
+
{
|
|
66038
|
+
"abstract": true,
|
|
66039
|
+
"docs": {
|
|
66040
|
+
"stability": "experimental",
|
|
66041
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#pnpmStoreFolder."
|
|
66042
|
+
},
|
|
66043
|
+
"immutable": true,
|
|
66044
|
+
"locationInModule": {
|
|
66045
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
66046
|
+
"line": 297
|
|
66047
|
+
},
|
|
66048
|
+
"name": "pnpmStoreFolder",
|
|
66049
|
+
"optional": true,
|
|
66050
|
+
"type": {
|
|
66051
|
+
"primitive": "string"
|
|
66052
|
+
}
|
|
66053
|
+
},
|
|
65360
66054
|
{
|
|
65361
66055
|
"abstract": true,
|
|
65362
66056
|
"docs": {
|
|
@@ -65366,7 +66060,7 @@
|
|
|
65366
66060
|
"immutable": true,
|
|
65367
66061
|
"locationInModule": {
|
|
65368
66062
|
"filename": "src/javascript/yarnrc.ts",
|
|
65369
|
-
"line":
|
|
66063
|
+
"line": 339
|
|
65370
66064
|
},
|
|
65371
66065
|
"name": "pnpShebang",
|
|
65372
66066
|
"optional": true,
|
|
@@ -65383,7 +66077,7 @@
|
|
|
65383
66077
|
"immutable": true,
|
|
65384
66078
|
"locationInModule": {
|
|
65385
66079
|
"filename": "src/javascript/yarnrc.ts",
|
|
65386
|
-
"line":
|
|
66080
|
+
"line": 341
|
|
65387
66081
|
},
|
|
65388
66082
|
"name": "pnpUnpluggedFolder",
|
|
65389
66083
|
"optional": true,
|
|
@@ -65400,7 +66094,7 @@
|
|
|
65400
66094
|
"immutable": true,
|
|
65401
66095
|
"locationInModule": {
|
|
65402
66096
|
"filename": "src/javascript/yarnrc.ts",
|
|
65403
|
-
"line":
|
|
66097
|
+
"line": 343
|
|
65404
66098
|
},
|
|
65405
66099
|
"name": "preferDeferredVersions",
|
|
65406
66100
|
"optional": true,
|
|
@@ -65417,7 +66111,7 @@
|
|
|
65417
66111
|
"immutable": true,
|
|
65418
66112
|
"locationInModule": {
|
|
65419
66113
|
"filename": "src/javascript/yarnrc.ts",
|
|
65420
|
-
"line":
|
|
66114
|
+
"line": 345
|
|
65421
66115
|
},
|
|
65422
66116
|
"name": "preferInteractive",
|
|
65423
66117
|
"optional": true,
|
|
@@ -65434,7 +66128,7 @@
|
|
|
65434
66128
|
"immutable": true,
|
|
65435
66129
|
"locationInModule": {
|
|
65436
66130
|
"filename": "src/javascript/yarnrc.ts",
|
|
65437
|
-
"line":
|
|
66131
|
+
"line": 347
|
|
65438
66132
|
},
|
|
65439
66133
|
"name": "preferReuse",
|
|
65440
66134
|
"optional": true,
|
|
@@ -65451,7 +66145,7 @@
|
|
|
65451
66145
|
"immutable": true,
|
|
65452
66146
|
"locationInModule": {
|
|
65453
66147
|
"filename": "src/javascript/yarnrc.ts",
|
|
65454
|
-
"line":
|
|
66148
|
+
"line": 349
|
|
65455
66149
|
},
|
|
65456
66150
|
"name": "preferTruncatedLines",
|
|
65457
66151
|
"optional": true,
|
|
@@ -65468,7 +66162,7 @@
|
|
|
65468
66162
|
"immutable": true,
|
|
65469
66163
|
"locationInModule": {
|
|
65470
66164
|
"filename": "src/javascript/yarnrc.ts",
|
|
65471
|
-
"line":
|
|
66165
|
+
"line": 351
|
|
65472
66166
|
},
|
|
65473
66167
|
"name": "progressBarStyle",
|
|
65474
66168
|
"optional": true,
|
|
@@ -65485,7 +66179,7 @@
|
|
|
65485
66179
|
"immutable": true,
|
|
65486
66180
|
"locationInModule": {
|
|
65487
66181
|
"filename": "src/javascript/yarnrc.ts",
|
|
65488
|
-
"line":
|
|
66182
|
+
"line": 353
|
|
65489
66183
|
},
|
|
65490
66184
|
"name": "rcFilename",
|
|
65491
66185
|
"optional": true,
|
|
@@ -65502,7 +66196,7 @@
|
|
|
65502
66196
|
"immutable": true,
|
|
65503
66197
|
"locationInModule": {
|
|
65504
66198
|
"filename": "src/javascript/yarnrc.ts",
|
|
65505
|
-
"line":
|
|
66199
|
+
"line": 355
|
|
65506
66200
|
},
|
|
65507
66201
|
"name": "supportedArchitectures",
|
|
65508
66202
|
"optional": true,
|
|
@@ -65519,7 +66213,7 @@
|
|
|
65519
66213
|
"immutable": true,
|
|
65520
66214
|
"locationInModule": {
|
|
65521
66215
|
"filename": "src/javascript/yarnrc.ts",
|
|
65522
|
-
"line":
|
|
66216
|
+
"line": 357
|
|
65523
66217
|
},
|
|
65524
66218
|
"name": "taskPoolConcurrency",
|
|
65525
66219
|
"optional": true,
|
|
@@ -65527,6 +66221,23 @@
|
|
|
65527
66221
|
"primitive": "string"
|
|
65528
66222
|
}
|
|
65529
66223
|
},
|
|
66224
|
+
{
|
|
66225
|
+
"abstract": true,
|
|
66226
|
+
"docs": {
|
|
66227
|
+
"stability": "experimental",
|
|
66228
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#taskPoolMode."
|
|
66229
|
+
},
|
|
66230
|
+
"immutable": true,
|
|
66231
|
+
"locationInModule": {
|
|
66232
|
+
"filename": "src/javascript/yarnrc.ts",
|
|
66233
|
+
"line": 359
|
|
66234
|
+
},
|
|
66235
|
+
"name": "taskPoolMode",
|
|
66236
|
+
"optional": true,
|
|
66237
|
+
"type": {
|
|
66238
|
+
"fqn": "projen.javascript.YarnTaskPoolMode"
|
|
66239
|
+
}
|
|
66240
|
+
},
|
|
65530
66241
|
{
|
|
65531
66242
|
"abstract": true,
|
|
65532
66243
|
"docs": {
|
|
@@ -65536,7 +66247,7 @@
|
|
|
65536
66247
|
"immutable": true,
|
|
65537
66248
|
"locationInModule": {
|
|
65538
66249
|
"filename": "src/javascript/yarnrc.ts",
|
|
65539
|
-
"line":
|
|
66250
|
+
"line": 368
|
|
65540
66251
|
},
|
|
65541
66252
|
"name": "telemetryInterval",
|
|
65542
66253
|
"optional": true,
|
|
@@ -65553,7 +66264,7 @@
|
|
|
65553
66264
|
"immutable": true,
|
|
65554
66265
|
"locationInModule": {
|
|
65555
66266
|
"filename": "src/javascript/yarnrc.ts",
|
|
65556
|
-
"line":
|
|
66267
|
+
"line": 370
|
|
65557
66268
|
},
|
|
65558
66269
|
"name": "telemetryUserId",
|
|
65559
66270
|
"optional": true,
|
|
@@ -65570,7 +66281,7 @@
|
|
|
65570
66281
|
"immutable": true,
|
|
65571
66282
|
"locationInModule": {
|
|
65572
66283
|
"filename": "src/javascript/yarnrc.ts",
|
|
65573
|
-
"line":
|
|
66284
|
+
"line": 372
|
|
65574
66285
|
},
|
|
65575
66286
|
"name": "tsEnableAutoTypes",
|
|
65576
66287
|
"optional": true,
|
|
@@ -65587,7 +66298,7 @@
|
|
|
65587
66298
|
"immutable": true,
|
|
65588
66299
|
"locationInModule": {
|
|
65589
66300
|
"filename": "src/javascript/yarnrc.ts",
|
|
65590
|
-
"line":
|
|
66301
|
+
"line": 374
|
|
65591
66302
|
},
|
|
65592
66303
|
"name": "unsafeHttpWhitelist",
|
|
65593
66304
|
"optional": true,
|
|
@@ -65609,7 +66320,7 @@
|
|
|
65609
66320
|
"immutable": true,
|
|
65610
66321
|
"locationInModule": {
|
|
65611
66322
|
"filename": "src/javascript/yarnrc.ts",
|
|
65612
|
-
"line":
|
|
66323
|
+
"line": 376
|
|
65613
66324
|
},
|
|
65614
66325
|
"name": "virtualFolder",
|
|
65615
66326
|
"optional": true,
|
|
@@ -65626,7 +66337,7 @@
|
|
|
65626
66337
|
"immutable": true,
|
|
65627
66338
|
"locationInModule": {
|
|
65628
66339
|
"filename": "src/javascript/yarnrc.ts",
|
|
65629
|
-
"line":
|
|
66340
|
+
"line": 299
|
|
65630
66341
|
},
|
|
65631
66342
|
"name": "winLinkType",
|
|
65632
66343
|
"optional": true,
|
|
@@ -65637,13 +66348,14 @@
|
|
|
65637
66348
|
{
|
|
65638
66349
|
"abstract": true,
|
|
65639
66350
|
"docs": {
|
|
65640
|
-
"
|
|
65641
|
-
"
|
|
66351
|
+
"deprecated": "use {@link YarnrcOptions.taskPoolMode } instead. Yarn calls this\nsetting `taskPoolMode`; there is no `workerPoolMode` setting.",
|
|
66352
|
+
"stability": "deprecated",
|
|
66353
|
+
"summary": "https://yarnpkg.com/configuration/yarnrc#taskPoolMode."
|
|
65642
66354
|
},
|
|
65643
66355
|
"immutable": true,
|
|
65644
66356
|
"locationInModule": {
|
|
65645
66357
|
"filename": "src/javascript/yarnrc.ts",
|
|
65646
|
-
"line":
|
|
66358
|
+
"line": 366
|
|
65647
66359
|
},
|
|
65648
66360
|
"name": "workerPoolMode",
|
|
65649
66361
|
"optional": true,
|
|
@@ -65660,7 +66372,7 @@
|
|
|
65660
66372
|
"immutable": true,
|
|
65661
66373
|
"locationInModule": {
|
|
65662
66374
|
"filename": "src/javascript/yarnrc.ts",
|
|
65663
|
-
"line":
|
|
66375
|
+
"line": 378
|
|
65664
66376
|
},
|
|
65665
66377
|
"name": "yarnPath",
|
|
65666
66378
|
"optional": true,
|
|
@@ -90046,6 +90758,6 @@
|
|
|
90046
90758
|
"usedFeatures": [
|
|
90047
90759
|
"class-covariant-overrides"
|
|
90048
90760
|
],
|
|
90049
|
-
"version": "0.101.
|
|
90050
|
-
"fingerprint": "
|
|
90761
|
+
"version": "0.101.27",
|
|
90762
|
+
"fingerprint": "uWl+oNUTsOLR6vbDqlfcv2WhXj+9237FpYqHr1PP9fk="
|
|
90051
90763
|
}
|