{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:bea7cac7-c768-4c0f-aecc-1a764d446a3a",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-14T07:58:58Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "core",
      "group": "@angular",
      "version": "0.0.0-PLACEHOLDER",
      "description": "Angular - the core framework",
      "purl": "pkg:npm/%40angular/core@0.0.0-PLACEHOLDER",
      "bom-ref": "pkg:npm/@angular/core@0.0.0-PLACEHOLDER",
      "author": "angular",
      "properties": [
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/angular/angular.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@angular"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@angular/compiler/package.json\\nnode_modules/rxjs/package.json\\nnode_modules/tslib/package.json\\nnode_modules/zone.js/package.json\\ntest/bundling/node_modules/@angular/animations/package.json\\ntest/bundling/node_modules/@angular/build/package.json\\ntest/bundling/node_modules/@angular/common/package.json\\ntest/bundling/node_modules/@angular/compiler-cli/package.json\\ntest/bundling/node_modules/@angular/compiler/package.json\\ntest/bundling/node_modules/@angular/core/package.json\\ntest/bundling/node_modules/@angular/forms/package.json\\ntest/bundling/node_modules/@angular/platform-browser/package.json\\ntest/bundling/node_modules/@angular/router/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "angular"
        }
      ],
      "group": "@angular",
      "name": "router",
      "version": "0.0.0-PLACEHOLDER",
      "description": "Angular - the routing library",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40angular/router@0.0.0-PLACEHOLDER",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/angular/angular/tree/main/packages/router"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/angular/angular.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/@angular/router@0.0.0-PLACEHOLDER",
      "properties": [
        {
          "name": "SrcFile",
          "value": "test/bundling/node_modules/@angular/router/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "test/bundling/node_modules/@angular/router/package.json"
              }
            ],
            "concludedValue": "test/bundling/node_modules/@angular/router/package.json"
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "authors": [
        {
          "name": "angular"
        }
      ],
      "group": "@angular",
      "name": "platform-browser",
      "version": "0.0.0-PLACEHOLDER",
      "description": "Angular - library for using Angular in a web browser",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40angular/platform-browser@0.0.0-PLACEHOLDER",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/angular/angular.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/@angular/platform-browser@0.0.0-PLACEHOLDER",
      "properties": [
        {
          "name": "SrcFile",
          "value": "test/bundling/node_modules/@angular/platform-browser/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "test/bundling/node_modules/@angular/platform-browser/package.json"
              }
            ],
            "concludedValue": "test/bundling/node_modules/@angular/platform-browser/package.json"
          }
        ]
      },
      "tags": [
        "framework",
        "web"
      ]
    },
    {
      "authors": [
        {
          "name": "angular"
        }
      ],
      "group": "@angular",
      "name": "forms",
      "version": "0.0.0-PLACEHOLDER",
      "description": "Angular - directives and services for creating forms",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40angular/forms@0.0.0-PLACEHOLDER",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/angular/angular.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/@angular/forms@0.0.0-PLACEHOLDER",
      "properties": [
        {
          "name": "SrcFile",
          "value": "test/bundling/node_modules/@angular/forms/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "test/bundling/node_modules/@angular/forms/package.json"
              }
            ],
            "concludedValue": "test/bundling/node_modules/@angular/forms/package.json"
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "authors": [
        {
          "name": "angular"
        }
      ],
      "group": "@angular",
      "name": "core",
      "version": "0.0.0-PLACEHOLDER",
      "description": "Angular - the core framework",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40angular/core@0.0.0-PLACEHOLDER",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/angular/angular.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/@angular/core@0.0.0-PLACEHOLDER",
      "properties": [
        {
          "name": "SrcFile",
          "value": "test/bundling/node_modules/@angular/core/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "core,DeferBlockBehavior,.../src/core/DeferBlockBehavior,DeferBlockState,.../src/core/DeferBlockState"
        },
        {
          "name": "ImportedModules",
          "value": "@angular/core/primitives/di,Injector,@angular/core/primitives/di/Injector,InjectionToken,@angular/core/primitives/di/InjectionToken,NotFound,@angular/core/primitives/di/NotFound,isNotFound,@angular/core/primitives/di/isNotFound,@angular/core/primitives/signals,setActiveConsumer,@angular/core/primitives/signals/setActiveConsumer,ReactiveNode,@angular/core/primitives/signals/ReactiveNode"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "test/bundling/node_modules/@angular/core/package.json"
              }
            ],
            "concludedValue": "test/bundling/node_modules/@angular/core/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/di/contextual.ts",
            "line": 19
          },
          {
            "location": "src/di/r3_injector.ts",
            "line": 84
          },
          {
            "location": "src/di/r3_injector.ts",
            "line": 257
          },
          {
            "location": "src/di/r3_injector.ts",
            "line": 78
          },
          {
            "location": "src/di/r3_injector.ts",
            "line": 275
          },
          {
            "location": "src/di/r3_injector.ts",
            "line": 293
          },
          {
            "location": "src/di/r3_injector.ts",
            "line": 427
          },
          {
            "location": "src/di/r3_injector.ts",
            "line": 453
          },
          {
            "location": "src/di/r3_injector.ts",
            "line": 525
          },
          {
            "location": "src/di/r3_injector.ts",
            "line": 547
          },
          {
            "location": "src/render3/list_reconciliation.ts",
            "line": 9
          },
          {
            "location": "src/render3/list_reconciliation.ts",
            "line": 126
          },
          {
            "location": "src/render3/list_reconciliation.ts",
            "line": 128
          },
          {
            "location": "src/render3/list_reconciliation.ts",
            "line": 245
          },
          {
            "location": "src/render3/list_reconciliation.ts",
            "line": 247
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "group": "@angular",
      "name": "compiler-cli",
      "version": "0.0.0-PLACEHOLDER",
      "description": "Angular - the compiler CLI for Node.js",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40angular/compiler-cli@0.0.0-PLACEHOLDER",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/angular/angular/tree/main/packages/compiler-cli"
        },
        {
          "type": "vcs",
          "url": "https://github.com/angular/angular.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/@angular/compiler-cli@0.0.0-PLACEHOLDER",
      "properties": [
        {
          "name": "SrcFile",
          "value": "test/bundling/node_modules/@angular/compiler-cli/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@angular/compiler-cli/private/migrations,ImportManager,@angular/compiler-cli/private/migrations/ImportManager,PartialEvaluator,@angular/compiler-cli/private/migrations/PartialEvaluator,Reference,@angular/compiler-cli/private/migrations/Reference,TypeScriptReflectionHost,@angular/compiler-cli/private/migrations/TypeScriptReflectionHost,getAngularDecorators,@angular/compiler-cli/private/migrations/getAngularDecorators,FileSystem,@angular/compiler-cli/private/migrations/FileSystem,DtsMetadataReader,@angular/compiler-cli/private/migrations/DtsMetadataReader,ReflectionHost,@angular/compiler-cli/private/migrations/ReflectionHost,ClassDeclaration,@angular/compiler-cli/private/migrations/ClassDeclaration,Decorator,@angular/compiler-cli/private/migrations/Decorator,NgCompiler,@angular/compiler-cli/private/migrations/NgCompiler,MetadataReader,@angular/compiler-cli/private/migrations/MetadataReader,ResourceLoader,@angular/compiler-cli/private/migrations/ResourceLoader,ReferenceEmitter,@angular/compiler-cli/private/migrations/ReferenceEmitter,TemplateTypeChecker,@angular/compiler-cli/private/migrations/TemplateTypeChecker,DecoratorInputTransform,@angular/compiler-cli/private/migrations/DecoratorInputTransform,NgCompilerOptions,@angular/compiler-cli/private/migrations/NgCompilerOptions,CompilationMode,@angular/compiler-cli/private/migrations/CompilationMode,DirectiveMeta,@angular/compiler-cli/private/migrations/DirectiveMeta,DynamicValue,@angular/compiler-cli/private/migrations/DynamicValue,FatalDiagnosticError,@angular/compiler-cli/private/migrations/FatalDiagnosticError,InputMapping,@angular/compiler-cli/private/migrations/InputMapping,parseDecoratorInputTransformFunction,@angular/compiler-cli/private/migrations/parseDecoratorInputTransformFunction,ReferenceEmitKind,@angular/compiler-cli/private/migrations/ReferenceEmitKind,ResolvedValueMap,@angular/compiler-cli/private/migrations/ResolvedValueMap,unwrapExpression,@angular/compiler-cli/private/migrations/unwrapExpression,reflectObjectLiteral,@angular/compiler-cli/private/migrations/reflectObjectLiteral,extractTemplate,@angular/compiler-cli/private/migrations/extractTemplate,SymbolKind,@angular/compiler-cli/private/migrations/SymbolKind,isShim,@angular/compiler-cli/private/migrations/isShim,ExternalTemplateDeclaration,@angular/compiler-cli/private/migrations/ExternalTemplateDeclaration,InlineTemplateDeclaration,@angular/compiler-cli/private/migrations/InlineTemplateDeclaration,extractDecoratorQueryMetadata,@angular/compiler-cli/private/migrations/extractDecoratorQueryMetadata,queryDecoratorNames,@angular/compiler-cli/private/migrations/queryDecoratorNames,QueryFunctionName,@angular/compiler-cli/private/migrations/QueryFunctionName,DiagnosticCategoryLabel,@angular/compiler-cli/private/migrations/DiagnosticCategoryLabel,findAngularDecorator,@angular/compiler-cli/private/migrations/findAngularDecorator,PotentialImport,@angular/compiler-cli/private/migrations/PotentialImport,PotentialImportMode,@angular/compiler-cli/private/migrations/PotentialImportMode,PotentialImportKind,@angular/compiler-cli/private/migrations/PotentialImportKind,UnifiedModulesHost,@angular/compiler-cli/private/migrations/UnifiedModulesHost,getRootDirs,@angular/compiler-cli/private/migrations/getRootDirs,@angular/compiler-cli,AbsoluteFsPath,@angular/compiler-cli/AbsoluteFsPath,NodeJSFileSystem,@angular/compiler-cli/NodeJSFileSystem,@angular/compiler-cli/FileSystem,absoluteFrom,@angular/compiler-cli/absoluteFrom,OptimizeFor,@angular/compiler-cli/OptimizeFor,getFileSystem,@angular/compiler-cli/getFileSystem,ErrorCode,@angular/compiler-cli/ErrorCode,ngErrorCode,@angular/compiler-cli/ngErrorCode,createProgram,@angular/compiler-cli/createProgram,NgtscProgram,@angular/compiler-cli/NgtscProgram,FileStats,@angular/compiler-cli/FileStats,PathSegment,@angular/compiler-cli/PathSegment,PathString,@angular/compiler-cli/PathString,setFileSystem,@angular/compiler-cli/setFileSystem,NgtscCompilerHost,@angular/compiler-cli/NgtscCompilerHost,ParsedConfiguration,@angular/compiler-cli/ParsedConfiguration,isLocalRelativePath,@angular/compiler-cli/isLocalRelativePath,@angular/compiler-cli/private/migrations.js,@angular/compiler-cli/private/testing,MockFileSystem,@angular/compiler-cli/private/testing/MockFileSystem"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "test/bundling/node_modules/@angular/compiler-cli/package.json"
              }
            ],
            "concludedValue": "test/bundling/node_modules/@angular/compiler-cli/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "schematics/migrations/add-bootstrap-context-to-server-main/migration.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/application-config-core/application-config-core-migration.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/bootstrap-options-migration/migration.ts",
            "line": 25
          },
          {
            "location": "schematics/migrations/bootstrap-options-migration/migration.ts",
            "line": 733
          },
          {
            "location": "schematics/migrations/common-to-standalone-migration/index.ts",
            "line": 12
          },
          {
            "location": "schematics/migrations/common-to-standalone-migration/util.ts",
            "line": 12
          },
          {
            "location": "schematics/migrations/ngclass-to-class-migration/util.ts",
            "line": 26
          },
          {
            "location": "schematics/migrations/ngstyle-to-style-migration/util.ts",
            "line": 10
          },
          {
            "location": "schematics/migrations/output-migration/output-migration.ts",
            "line": 26
          },
          {
            "location": "schematics/migrations/output-migration/output-replacements.ts",
            "line": 11
          },
          {
            "location": "schematics/migrations/output-migration/output_helpers.ts",
            "line": 17
          },
          {
            "location": "schematics/migrations/output-migration/output_helpers.ts",
            "line": 130
          },
          {
            "location": "schematics/migrations/router-testing-module-migration/index.ts",
            "line": 10
          },
          {
            "location": "schematics/migrations/router-testing-module-migration/migration.ts",
            "line": 17
          },
          {
            "location": "schematics/migrations/router-testing-module-migration/utils.ts",
            "line": 11
          },
          {
            "location": "schematics/migrations/signal-migration/src/analysis_deps.ts",
            "line": 19
          },
          {
            "location": "schematics/migrations/signal-migration/src/convert-input/convert_to_signal.ts",
            "line": 12
          },
          {
            "location": "schematics/migrations/signal-migration/src/convert-input/prepare_and_check.ts",
            "line": 10
          },
          {
            "location": "schematics/migrations/signal-migration/src/input_detection/input_decorator.ts",
            "line": 29
          },
          {
            "location": "schematics/migrations/signal-migration/src/input_detection/input_decorator.ts",
            "line": 129
          },
          {
            "location": "schematics/migrations/signal-migration/src/input_detection/input_decorator.ts",
            "line": 207
          },
          {
            "location": "schematics/migrations/signal-migration/src/migration_host.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/10_apply_import_manager.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/1_identify_inputs.ts",
            "line": 15
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/2_find_source_file_references.ts",
            "line": 14
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/3_check_incompatible_patterns.ts",
            "line": 10
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/3_check_incompatible_patterns.ts",
            "line": 40
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/4_check_inheritance.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/6_migrate_input_declarations.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/9_migrate_ts_type_references.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/problematic_patterns/check_inheritance.ts",
            "line": 13
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/problematic_patterns/common_incompatible_patterns.ts",
            "line": 11
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/problematic_patterns/common_incompatible_patterns.ts",
            "line": 63
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/problematic_patterns/common_incompatible_patterns.ts",
            "line": 64
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/problematic_patterns/common_incompatible_patterns.ts",
            "line": 90
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_migration/migrate_ts_type_references.ts",
            "line": 10
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_host_references.ts",
            "line": 15
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_host_references.ts",
            "line": 54
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_host_references.ts",
            "line": 67
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_host_references.ts",
            "line": 71
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_host_references.ts",
            "line": 75
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_host_references.ts",
            "line": 97
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_template_references.ts",
            "line": 22
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_template_references.ts",
            "line": 130
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/index.ts",
            "line": 15
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/template_reference_visitor.ts",
            "line": 11
          },
          {
            "location": "schematics/migrations/signal-migration/src/phase_analysis.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/signal-migration/src/phase_analysis.ts",
            "line": 55
          },
          {
            "location": "schematics/migrations/signal-migration/src/phase_migrate.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/signal-migration/src/utils/extract_template.ts",
            "line": 18
          },
          {
            "location": "schematics/migrations/signal-migration/src/utils/extract_template.ts",
            "line": 38
          },
          {
            "location": "schematics/migrations/signal-migration/src/utils/extract_template.ts",
            "line": 50
          },
          {
            "location": "schematics/migrations/signal-queries-migration/convert_query_property.ts",
            "line": 12
          },
          {
            "location": "schematics/migrations/signal-queries-migration/identify_queries.ts",
            "line": 18
          },
          {
            "location": "schematics/migrations/signal-queries-migration/identify_queries.ts",
            "line": 54
          },
          {
            "location": "schematics/migrations/signal-queries-migration/identify_queries.ts",
            "line": 81
          },
          {
            "location": "schematics/migrations/signal-queries-migration/migration.ts",
            "line": 15
          },
          {
            "location": "schematics/migrations/signal-queries-migration/migration.ts",
            "line": 186
          },
          {
            "location": "schematics/migrations/signal-queries-migration/query_api_names.ts",
            "line": 9
          },
          {
            "location": "schematics/ng-generate/cleanup-unused-imports/unused_imports_migration.ts",
            "line": 20
          },
          {
            "location": "schematics/ng-generate/route-lazy-loading/to-lazy-routes.ts",
            "line": 11
          },
          {
            "location": "schematics/ng-generate/route-lazy-loading/util.ts",
            "line": 10
          },
          {
            "location": "schematics/ng-generate/route-lazy-loading/util.ts",
            "line": 26
          },
          {
            "location": "schematics/ng-generate/standalone-migration/prune-modules.ts",
            "line": 32
          },
          {
            "location": "schematics/ng-generate/standalone-migration/standalone-bootstrap.ts",
            "line": 10
          },
          {
            "location": "schematics/ng-generate/standalone-migration/to-standalone.ts",
            "line": 16
          },
          {
            "location": "schematics/ng-generate/standalone-migration/util.ts",
            "line": 10
          },
          {
            "location": "schematics/utils/change_tracker.ts",
            "line": 10
          },
          {
            "location": "schematics/utils/tsurge/base_migration.ts",
            "line": 9
          },
          {
            "location": "schematics/utils/tsurge/helpers/apply_import_manager.ts",
            "line": 11
          },
          {
            "location": "schematics/utils/tsurge/helpers/create_program.ts",
            "line": 15
          },
          {
            "location": "schematics/utils/tsurge/helpers/create_program.ts",
            "line": 73
          },
          {
            "location": "schematics/utils/tsurge/helpers/create_program.ts",
            "line": 79
          },
          {
            "location": "schematics/utils/tsurge/helpers/ngtsc_program.ts",
            "line": 10
          },
          {
            "location": "schematics/utils/tsurge/helpers/ts_program.ts",
            "line": 10
          },
          {
            "location": "schematics/utils/tsurge/program_info.ts",
            "line": 11
          },
          {
            "location": "schematics/migrations/ngclass-to-class-migration/ngclass-to-class-migration.ts",
            "line": 26
          },
          {
            "location": "schematics/migrations/ngstyle-to-style-migration/ngstyle-to-style-migration.ts",
            "line": 26
          },
          {
            "location": "schematics/migrations/signal-migration/src/cli.ts",
            "line": 11
          },
          {
            "location": "schematics/migrations/signal-migration/src/migration.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_template_references.ts",
            "line": 12
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_template_references.ts",
            "line": 96
          },
          {
            "location": "schematics/migrations/signal-migration/src/write_replacements.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/signal-migration/src/write_replacements.ts",
            "line": 18
          },
          {
            "location": "schematics/ng-generate/cleanup-unused-imports/unused_imports_migration.ts",
            "line": 19
          },
          {
            "location": "schematics/ng-generate/cleanup-unused-imports/unused_imports_migration.ts",
            "line": 89
          },
          {
            "location": "schematics/ng-generate/standalone-migration/index.ts",
            "line": 10
          },
          {
            "location": "schematics/ng-generate/standalone-migration/index.ts",
            "line": 100
          },
          {
            "location": "schematics/ng-generate/standalone-migration/prune-modules.ts",
            "line": 9
          },
          {
            "location": "schematics/ng-generate/standalone-migration/standalone-bootstrap.ts",
            "line": 9
          },
          {
            "location": "schematics/ng-generate/standalone-migration/to-standalone.ts",
            "line": 9
          },
          {
            "location": "schematics/ng-generate/standalone-migration/util.ts",
            "line": 9
          },
          {
            "location": "schematics/utils/ng_component_template.ts",
            "line": 10
          },
          {
            "location": "schematics/utils/ng_component_template.ts",
            "line": 45
          },
          {
            "location": "schematics/utils/tsurge/executors/analyze_exec.ts",
            "line": 9
          },
          {
            "location": "schematics/utils/tsurge/executors/migrate_exec.ts",
            "line": 9
          },
          {
            "location": "schematics/utils/tsurge/helpers/angular_devkit/devkit_filesystem.ts",
            "line": 25
          },
          {
            "location": "schematics/utils/tsurge/helpers/angular_devkit/run_in_devkit.ts",
            "line": 9
          },
          {
            "location": "schematics/utils/tsurge/helpers/angular_devkit/run_in_devkit.ts",
            "line": 71
          },
          {
            "location": "schematics/utils/tsurge/helpers/apply_import_manager.ts",
            "line": 10
          },
          {
            "location": "schematics/utils/tsurge/helpers/apply_import_manager.ts",
            "line": 40
          },
          {
            "location": "schematics/utils/tsurge/helpers/create_program.ts",
            "line": 9
          },
          {
            "location": "schematics/utils/tsurge/helpers/create_program.ts",
            "line": 33
          },
          {
            "location": "schematics/utils/tsurge/helpers/create_program.ts",
            "line": 85
          },
          {
            "location": "schematics/utils/tsurge/helpers/ngtsc_program.ts",
            "line": 9
          },
          {
            "location": "schematics/utils/tsurge/helpers/ts_program.ts",
            "line": 9
          },
          {
            "location": "schematics/utils/tsurge/program_info.ts",
            "line": 10
          },
          {
            "location": "schematics/utils/tsurge/project_paths.ts",
            "line": 14
          },
          {
            "location": "schematics/utils/tsurge/project_paths.ts",
            "line": 99
          },
          {
            "location": "schematics/utils/tsurge/project_paths.ts",
            "line": 129
          },
          {
            "location": "schematics/utils/tsurge/testing/run_single.ts",
            "line": 9
          },
          {
            "location": "schematics/utils/tsurge/testing/run_single.ts",
            "line": 33
          },
          {
            "location": "schematics/utils/tsurge/testing/run_single.ts",
            "line": 46
          },
          {
            "location": "schematics/utils/load_esm.ts",
            "line": 55
          },
          {
            "location": "schematics/utils/tsurge/testing/run_single.ts",
            "line": 10
          },
          {
            "location": "schematics/utils/tsurge/testing/test_run.ts",
            "line": 9
          }
        ]
      },
      "tags": [
        "cli",
        "framework"
      ]
    },
    {
      "authors": [
        {
          "name": "angular"
        }
      ],
      "group": "@angular",
      "name": "compiler",
      "version": "0.0.0-PLACEHOLDER",
      "description": "Angular - the compiler library",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40angular/compiler@0.0.0-PLACEHOLDER",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/angular/angular.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/@angular/compiler@0.0.0-PLACEHOLDER",
      "properties": [
        {
          "name": "SrcFile",
          "value": "test/bundling/node_modules/@angular/compiler/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "compiler/compiler_facade"
        },
        {
          "name": "ImportedModules",
          "value": "@angular/compiler,visitAll,@angular/compiler/visitAll,Element,@angular/compiler/Element,Node,@angular/compiler/Node,Text,@angular/compiler/Text,Attribute,@angular/compiler/Attribute,Block,@angular/compiler/Block,LetDeclaration,@angular/compiler/LetDeclaration,RecursiveVisitor,@angular/compiler/RecursiveVisitor,ParseTreeResult,@angular/compiler/ParseTreeResult,AbsoluteSourceSpan,@angular/compiler/AbsoluteSourceSpan,@angular/compiler/AST,PropertyRead,@angular/compiler/PropertyRead,DomElementSchemaRegistry,@angular/compiler/DomElementSchemaRegistry,ParseLocation,@angular/compiler/ParseLocation,ParseSourceSpan,@angular/compiler/ParseSourceSpan,ParsedEvent,@angular/compiler/ParsedEvent,ParsedProperty,@angular/compiler/ParsedProperty,makeBindingParser,@angular/compiler/makeBindingParser,TmplAstNode,@angular/compiler/TmplAstNode,Binary,@angular/compiler/Binary,BindingType,@angular/compiler/BindingType,Conditional,@angular/compiler/Conditional,ImplicitReceiver,@angular/compiler/ImplicitReceiver,LiteralMap,@angular/compiler/LiteralMap,ParsedEventType,@angular/compiler/ParsedEventType,RecursiveAstVisitor,@angular/compiler/RecursiveAstVisitor,SafePropertyRead,@angular/compiler/SafePropertyRead,TmplAstBoundAttribute,@angular/compiler/TmplAstBoundAttribute,TmplAstBoundEvent,@angular/compiler/TmplAstBoundEvent,TmplAstBoundText,@angular/compiler/TmplAstBoundText,TmplAstDeferredBlock,@angular/compiler/TmplAstDeferredBlock,TmplAstForLoopBlock,@angular/compiler/TmplAstForLoopBlock,TmplAstIfBlockBranch,@angular/compiler/TmplAstIfBlockBranch,TmplAstLetDeclaration,@angular/compiler/TmplAstLetDeclaration,TmplAstRecursiveVisitor,@angular/compiler/TmplAstRecursiveVisitor,TmplAstSwitchBlock,@angular/compiler/TmplAstSwitchBlock,TmplAstSwitchBlockCase,@angular/compiler/TmplAstSwitchBlockCase,TmplAstTemplate,@angular/compiler/TmplAstTemplate,tmplAstVisitAll,@angular/compiler/tmplAstVisitAll,WrappedNodeExpr,@angular/compiler/WrappedNodeExpr,R3QueryMetadata,@angular/compiler/R3QueryMetadata,Call,@angular/compiler/Call,HtmlParser,@angular/compiler/HtmlParser,TmplAstComponent,@angular/compiler/TmplAstComponent,TmplAstContent,@angular/compiler/TmplAstContent,TmplAstDeferredBlockError,@angular/compiler/TmplAstDeferredBlockError,TmplAstDeferredBlockLoading,@angular/compiler/TmplAstDeferredBlockLoading,TmplAstDeferredBlockPlaceholder,@angular/compiler/TmplAstDeferredBlockPlaceholder,TmplAstDeferredTrigger,@angular/compiler/TmplAstDeferredTrigger,TmplAstDirective,@angular/compiler/TmplAstDirective,TmplAstElement,@angular/compiler/TmplAstElement,TmplAstForLoopBlockEmpty,@angular/compiler/TmplAstForLoopBlockEmpty,TmplAstIcu,@angular/compiler/TmplAstIcu,TmplAstIfBlock,@angular/compiler/TmplAstIfBlock,TmplAstReference,@angular/compiler/TmplAstReference,TmplAstSwitchBlockCaseGroup,@angular/compiler/TmplAstSwitchBlockCaseGroup,TmplAstSwitchExhaustiveCheck,@angular/compiler/TmplAstSwitchExhaustiveCheck,TmplAstText,@angular/compiler/TmplAstText,TmplAstTextAttribute,@angular/compiler/TmplAstTextAttribute,TmplAstUnknownBlock,@angular/compiler/TmplAstUnknownBlock,TmplAstVariable,@angular/compiler/TmplAstVariable,ResourceLoader,@angular/compiler/ResourceLoader"
        },
        {
          "name": "SrcFile",
          "value": "node_modules/@angular/compiler/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@angular/compiler/package.json"
              }
            ],
            "concludedValue": "node_modules/@angular/compiler/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "schematics/migrations/control-flow-migration/cases.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/control-flow-migration/cases.ts",
            "line": 46
          },
          {
            "location": "schematics/migrations/control-flow-migration/fors.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/control-flow-migration/fors.ts",
            "line": 54
          },
          {
            "location": "schematics/migrations/control-flow-migration/ifs.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/control-flow-migration/ifs.ts",
            "line": 45
          },
          {
            "location": "schematics/migrations/control-flow-migration/switches.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/control-flow-migration/switches.ts",
            "line": 43
          },
          {
            "location": "schematics/migrations/control-flow-migration/types.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/control-flow-migration/util.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/control-flow-migration/util.ts",
            "line": 296
          },
          {
            "location": "schematics/migrations/control-flow-migration/util.ts",
            "line": 397
          },
          {
            "location": "schematics/migrations/control-flow-migration/util.ts",
            "line": 652
          },
          {
            "location": "schematics/migrations/control-flow-migration/util.ts",
            "line": 804
          },
          {
            "location": "schematics/migrations/ngclass-to-class-migration/util.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/ngclass-to-class-migration/util.ts",
            "line": 50
          },
          {
            "location": "schematics/migrations/ngstyle-to-style-migration/util.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/ngstyle-to-style-migration/util.ts",
            "line": 46
          },
          {
            "location": "schematics/migrations/output-migration/output-replacements.ts",
            "line": 21
          },
          {
            "location": "schematics/migrations/output-migration/output_helpers.ts",
            "line": 28
          },
          {
            "location": "schematics/migrations/self-closing-tags-migration/to-self-closing-tags.ts",
            "line": 15
          },
          {
            "location": "schematics/migrations/self-closing-tags-migration/to-self-closing-tags.ts",
            "line": 29
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_host_references.ts",
            "line": 23
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_host_references.ts",
            "line": 120
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/identify_template_references.ts",
            "line": 11
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/reference_kinds.ts",
            "line": 18
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/template_reference_visitor.ts",
            "line": 36
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/template_reference_visitor.ts",
            "line": 144
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/template_reference_visitor.ts",
            "line": 145
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/template_reference_visitor.ts",
            "line": 151
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/template_reference_visitor.ts",
            "line": 152
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/template_reference_visitor.ts",
            "line": 159
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/template_reference_visitor.ts",
            "line": 160
          },
          {
            "location": "schematics/migrations/signal-migration/src/passes/reference_resolution/template_reference_visitor.ts",
            "line": 161
          },
          {
            "location": "schematics/migrations/signal-queries-migration/convert_query_property.ts",
            "line": 14
          },
          {
            "location": "schematics/migrations/signal-queries-migration/identify_queries.ts",
            "line": 9
          },
          {
            "location": "schematics/migrations/signal-queries-migration/property_accesses.ts",
            "line": 17
          },
          {
            "location": "schematics/utils/parse_html.ts",
            "line": 19
          },
          {
            "location": "schematics/utils/parse_html.ts",
            "line": 133
          },
          {
            "location": "schematics/utils/template_ast_visitor.ts",
            "line": 40
          },
          {
            "location": "testing/src/test_bed_compiler.ts",
            "line": 9
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "authors": [
        {
          "name": "angular"
        }
      ],
      "group": "@angular",
      "name": "common",
      "version": "0.0.0-PLACEHOLDER",
      "description": "Angular - commonly needed directives and services",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40angular/common@0.0.0-PLACEHOLDER",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/angular/angular.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/@angular/common@0.0.0-PLACEHOLDER",
      "properties": [
        {
          "name": "SrcFile",
          "value": "test/bundling/node_modules/@angular/common/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "test/bundling/node_modules/@angular/common/package.json"
              }
            ],
            "concludedValue": "test/bundling/node_modules/@angular/common/package.json"
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "authors": [
        {
          "name": "Angular Authors"
        }
      ],
      "group": "@angular",
      "name": "build",
      "version": "21.2.9",
      "description": "Official build system for Angular",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40angular/build@21.2.9",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/angular/angular-cli"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/angular/angular-cli.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/@angular/build@21.2.9",
      "properties": [
        {
          "name": "SrcFile",
          "value": "test/bundling/node_modules/@angular/build/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "test/bundling/node_modules/@angular/build/package.json"
              }
            ],
            "concludedValue": "test/bundling/node_modules/@angular/build/package.json"
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "authors": [
        {
          "name": "angular"
        }
      ],
      "group": "@angular",
      "name": "animations",
      "version": "0.0.0-PLACEHOLDER",
      "description": "Angular - animations integration with web-animations",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40angular/animations@0.0.0-PLACEHOLDER",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/angular/angular.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/@angular/animations@0.0.0-PLACEHOLDER",
      "properties": [
        {
          "name": "SrcFile",
          "value": "test/bundling/node_modules/@angular/animations/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "test/bundling/node_modules/@angular/animations/package.json"
              }
            ],
            "concludedValue": "test/bundling/node_modules/@angular/animations/package.json"
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "authors": [
        {
          "name": "Brian Ford"
        }
      ],
      "group": "",
      "name": "zone.js",
      "version": "0.16.1",
      "description": "Zones for JavaScript",
      "scope": "excluded",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/zone.js@0.16.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "git://github.com/angular/angular.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/zone.js@0.16.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/zone.js/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "zone.js"
        },
        {
          "name": "cdx:npm:package:type-only",
          "value": "true"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/zone.js/package.json"
              }
            ],
            "concludedValue": "node_modules/zone.js/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "testing/src/fake_async.ts",
            "line": 10
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Microsoft Corp."
        }
      ],
      "group": "",
      "name": "tslib",
      "version": "2.8.1",
      "description": "Runtime library for TypeScript helper functions",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "0BSD",
            "url": "https://opensource.org/licenses/0BSD",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "false"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/tslib@2.8.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.typescriptlang.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Microsoft/tslib.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/tslib@2.8.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/tslib/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/tslib/package.json"
              }
            ],
            "concludedValue": "node_modules/tslib/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Ben Lesh <ben@benlesh.com>"
        }
      ],
      "group": "",
      "name": "rxjs",
      "version": "7.8.2",
      "description": "Reactive Extensions for modern JavaScript",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "url": "https://opensource.org/licenses/Apache-2.0",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/rxjs@7.8.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://rxjs.dev"
        },
        {
          "type": "vcs",
          "url": "https://github.com/reactivex/rxjs.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/rxjs@7.8.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/rxjs/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "rxjs-interop/output_from_observable,rxjs-interop/output_to_observable,rxjs-interop/take_until_destroyed,rxjs-interop/to_observable,rxjs-interop/to_signal,rxjs-interop/pending_until_event,rxjs-interop/rx_resource,toObservable,to_observable/toObservable,ToObservableOptions,to_observable/ToObservableOptions,toSignal,to_signal/toSignal,ToSignalOptions,to_signal/ToSignalOptions,RxResourceOptions,rx_resource/RxResourceOptions,rxResource,rx_resource/rxResource"
        },
        {
          "name": "ImportedModules",
          "value": "rxjs,Observable,rxjs/Observable,MonoTypeOperatorFunction,rxjs/MonoTypeOperatorFunction,Subscription,rxjs/Subscription,rxjs/operators,takeUntil,rxjs/operators/takeUntil,ReplaySubject,rxjs/ReplaySubject,Subscribable,rxjs/Subscribable,Subject,rxjs/Subject,rxjs/operators/map,PartialObserver,rxjs/PartialObserver,BehaviorSubject,rxjs/BehaviorSubject"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/rxjs/package.json"
              }
            ],
            "concludedValue": "node_modules/rxjs/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "rxjs-interop/src/output_from_observable.ts",
            "line": 19
          },
          {
            "location": "rxjs-interop/src/output_to_observable.ts",
            "line": 10
          },
          {
            "location": "rxjs-interop/src/pending_until_event.ts",
            "line": 10
          },
          {
            "location": "rxjs-interop/src/rx_resource.ts",
            "line": 9
          },
          {
            "location": "rxjs-interop/src/take_until_destroyed.ts",
            "line": 10
          },
          {
            "location": "rxjs-interop/src/take_until_destroyed.ts",
            "line": 11
          },
          {
            "location": "rxjs-interop/src/to_observable.ts",
            "line": 18
          },
          {
            "location": "rxjs-interop/src/to_signal.ts",
            "line": 23
          },
          {
            "location": "src/application/application_init.ts",
            "line": 9
          },
          {
            "location": "src/application/application_ref.ts",
            "line": 18
          },
          {
            "location": "src/application/application_ref.ts",
            "line": 19
          },
          {
            "location": "src/change_detection/scheduling/ng_zone_scheduling.ts",
            "line": 9
          },
          {
            "location": "src/change_detection/scheduling/zoneless_scheduling_impl.ts",
            "line": 9
          },
          {
            "location": "src/event_emitter.ts",
            "line": 10
          },
          {
            "location": "src/linker/query_list.ts",
            "line": 9
          },
          {
            "location": "src/pending_tasks_internal.ts",
            "line": 9
          },
          {
            "location": "src/platform/bootstrap.ts",
            "line": 8
          },
          {
            "location": "src/util/lang.ts",
            "line": 9
          },
          {
            "location": "rxjs-interop/src/take_until_destroyed.ts",
            "line": 41
          },
          {
            "location": "src/application/application_ref.ts",
            "line": 333
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@angular/core@0.0.0-PLACEHOLDER"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-09-14T07:58:58Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, September 14, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'core' with version '0.0.0-PLACEHOLDER'. The package type in this SBOM is npm with a single purl namespace '@angular' described under components. The components were identified from 13 source files."
    }
  ]
}