{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:42162622-0ed8-40ea-95c3-98a3d012f663",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-24T18:55:53Z",
    "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-devkit",
      "version": "21.2.12",
      "description": "Angular DevKit - Core Utility Library",
      "purl": "pkg:npm/%40angular-devkit/core@21.2.12",
      "bom-ref": "pkg:npm/@angular-devkit/core@21.2.12",
      "properties": [],
      "type": "application"
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/ajv-formats/package.json\\nnode_modules/ajv/package.json\\nnode_modules/chokidar/package.json\\nnode_modules/jsonc-parser/package.json\\nnode_modules/picomatch/package.json\\nnode_modules/rxjs/package.json\\nnode_modules/source-map/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Nick Fitzgerald <nfitzgerald@mozilla.com>"
        }
      ],
      "group": "",
      "name": "source-map",
      "version": "0.7.6",
      "description": "Generates and consumes source maps",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "url": "https://opensource.org/licenses/BSD-3-Clause",
            "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/source-map@0.7.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/mozilla/source-map"
        },
        {
          "type": "vcs",
          "url": "http://github.com/mozilla/source-map.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/source-map@0.7.6",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/source-map/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "source-map,Position,source-map/Position,SourceNode,source-map/SourceNode"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/source-map/package.json"
              }
            ],
            "concludedValue": "node_modules/source-map/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/utils/template.ts",
            "line": 9
          }
        ]
      }
    },
    {
      "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": "ImportedModules",
          "value": "rxjs,filter,rxjs/filter,Observable,rxjs/Observable,rxjs/map,mergeMap,rxjs/mergeMap,from,rxjs/from,publish,rxjs/publish,refCount,rxjs/refCount,ObservableInput,rxjs/ObservableInput,isObservable,rxjs/isObservable,lastValueFrom,rxjs/lastValueFrom,concat,rxjs/concat,concatMap,rxjs/concatMap,ignoreElements,rxjs/ignoreElements,rxjs/of,rxjs/tap,EMPTY,rxjs/EMPTY,Operator,rxjs/Operator,PartialObserver,rxjs/PartialObserver,Subject,rxjs/Subject,Subscription,rxjs/Subscription,throwError,rxjs/throwError,reduce,rxjs/reduce,switchMap,rxjs/switchMap,toArray,rxjs/toArray,catchError,rxjs/catchError"
        },
        {
          "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": "node/cli-logger.ts",
            "line": 9
          },
          {
            "location": "node/cli-logger.ts",
            "line": 27
          },
          {
            "location": "node/host.ts",
            "line": 24
          },
          {
            "location": "node/host.ts",
            "line": 67
          },
          {
            "location": "node/host.ts",
            "line": 68
          },
          {
            "location": "node/host.ts",
            "line": 73
          },
          {
            "location": "node/host.ts",
            "line": 74
          },
          {
            "location": "node/host.ts",
            "line": 79
          },
          {
            "location": "node/host.ts",
            "line": 85
          },
          {
            "location": "node/host.ts",
            "line": 89
          },
          {
            "location": "node/host.ts",
            "line": 90
          },
          {
            "location": "node/host.ts",
            "line": 95
          },
          {
            "location": "node/host.ts",
            "line": 99
          },
          {
            "location": "node/host.ts",
            "line": 103
          },
          {
            "location": "node/host.ts",
            "line": 108
          },
          {
            "location": "node/host.ts",
            "line": 147
          },
          {
            "location": "node/host.ts",
            "line": 211
          },
          {
            "location": "node/host.ts",
            "line": 215
          },
          {
            "location": "node/host.ts",
            "line": 262
          },
          {
            "location": "src/json/schema/interface.ts",
            "line": 10
          },
          {
            "location": "src/json/schema/registry.ts",
            "line": 14
          },
          {
            "location": "src/json/schema/registry.ts",
            "line": 132
          },
          {
            "location": "src/json/schema/registry.ts",
            "line": 133
          },
          {
            "location": "src/json/schema/registry.ts",
            "line": 323
          },
          {
            "location": "src/json/schema/registry.ts",
            "line": 342
          },
          {
            "location": "src/json/schema/registry.ts",
            "line": 375
          },
          {
            "location": "src/json/schema/registry.ts",
            "line": 577
          },
          {
            "location": "src/json/schema/registry.ts",
            "line": 641
          },
          {
            "location": "src/json/schema/registry.ts",
            "line": 642
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 19
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 81
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 82
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 84
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 85
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 86
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 95
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 97
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 99
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 102
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 103
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 104
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 114
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 122
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 124
          },
          {
            "location": "src/json/schema/visitor.ts",
            "line": 127
          },
          {
            "location": "src/logger/indent.ts",
            "line": 9
          },
          {
            "location": "src/logger/indent.ts",
            "line": 29
          },
          {
            "location": "src/logger/logger.ts",
            "line": 9
          },
          {
            "location": "src/logger/null-logger.ts",
            "line": 9
          },
          {
            "location": "src/logger/transform-logger.ts",
            "line": 9
          },
          {
            "location": "src/virtual-fs/host/create.ts",
            "line": 9
          },
          {
            "location": "src/virtual-fs/host/empty.ts",
            "line": 9
          },
          {
            "location": "src/virtual-fs/host/empty.ts",
            "line": 20
          },
          {
            "location": "src/virtual-fs/host/empty.ts",
            "line": 24
          },
          {
            "location": "src/virtual-fs/host/empty.ts",
            "line": 28
          },
          {
            "location": "src/virtual-fs/host/empty.ts",
            "line": 32
          },
          {
            "location": "src/virtual-fs/host/empty.ts",
            "line": 36
          },
          {
            "location": "src/virtual-fs/host/empty.ts",
            "line": 41
          },
          {
            "location": "src/virtual-fs/host/interface.ts",
            "line": 9
          },
          {
            "location": "src/virtual-fs/host/memory.ts",
            "line": 9
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 21
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 119
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 120
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 128
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 130
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 138
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 140
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 148
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 212
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 214
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 219
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 221
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 235
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 272
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 281
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 285
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 287
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 295
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 296
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 297
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 299
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 306
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 321
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 335
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 355
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 362
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 363
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 368
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 374
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 376
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 386
          },
          {
            "location": "src/virtual-fs/host/record.ts",
            "line": 394
          },
          {
            "location": "src/virtual-fs/host/resolver.ts",
            "line": 9
          },
          {
            "location": "src/virtual-fs/host/safe.ts",
            "line": 9
          },
          {
            "location": "src/virtual-fs/host/safe.ts",
            "line": 29
          },
          {
            "location": "src/virtual-fs/host/safe.ts",
            "line": 36
          },
          {
            "location": "src/virtual-fs/host/safe.ts",
            "line": 39
          },
          {
            "location": "src/virtual-fs/host/safe.ts",
            "line": 46
          },
          {
            "location": "src/virtual-fs/host/sync.ts",
            "line": 9
          },
          {
            "location": "src/workspace/host.ts",
            "line": 9
          },
          {
            "location": "src/workspace/host.ts",
            "line": 26
          },
          {
            "location": "src/workspace/host.ts",
            "line": 31
          },
          {
            "location": "src/workspace/host.ts",
            "line": 35
          },
          {
            "location": "src/workspace/host.ts",
            "line": 43
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Jon Schlinkert (https://github.com/jonschlinkert)"
        }
      ],
      "group": "",
      "name": "picomatch",
      "version": "4.0.4",
      "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
      "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/picomatch@4.0.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/micromatch/picomatch"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/picomatch@4.0.4",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/picomatch/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "picomatch,parse,picomatch/parse"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/picomatch/package.json"
              }
            ],
            "concludedValue": "node_modules/picomatch/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/virtual-fs/host/pattern.ts",
            "line": 9
          },
          {
            "location": "src/virtual-fs/host/pattern.ts",
            "line": 23
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Microsoft Corporation"
        }
      ],
      "group": "",
      "name": "jsonc-parser",
      "version": "3.3.1",
      "description": "Scanner and parser for JSON with comments.",
      "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/jsonc-parser@3.3.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/microsoft/node-jsonc-parser"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/jsonc-parser@3.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/jsonc-parser/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "jsonc-parser,JSONPath,jsonc-parser/JSONPath,Node,jsonc-parser/Node,findNodeAtLocation,jsonc-parser/findNodeAtLocation,getNodeValue,jsonc-parser/getNodeValue,parseTree,jsonc-parser/parseTree,applyEdits,jsonc-parser/applyEdits,modify,jsonc-parser/modify"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/jsonc-parser/package.json"
              }
            ],
            "concludedValue": "node_modules/jsonc-parser/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/workspace/json/metadata.ts",
            "line": 9
          },
          {
            "location": "src/workspace/json/metadata.ts",
            "line": 57
          },
          {
            "location": "src/workspace/json/metadata.ts",
            "line": 59
          },
          {
            "location": "src/workspace/json/reader.ts",
            "line": 9
          },
          {
            "location": "src/workspace/json/reader.ts",
            "line": 51
          },
          {
            "location": "src/workspace/json/reader.ts",
            "line": 57
          },
          {
            "location": "src/workspace/json/reader.ts",
            "line": 104
          },
          {
            "location": "src/workspace/json/reader.ts",
            "line": 109
          },
          {
            "location": "src/workspace/json/reader.ts",
            "line": 157
          },
          {
            "location": "src/workspace/json/reader.ts",
            "line": 158
          },
          {
            "location": "src/workspace/json/reader.ts",
            "line": 186
          },
          {
            "location": "src/workspace/json/reader.ts",
            "line": 195
          },
          {
            "location": "src/workspace/json/reader.ts",
            "line": 281
          },
          {
            "location": "src/workspace/json/writer.ts",
            "line": 9
          },
          {
            "location": "src/workspace/json/writer.ts",
            "line": 165
          },
          {
            "location": "src/workspace/json/writer.ts",
            "line": 173
          }
        ]
      },
      "tags": [
        "json",
        "parse"
      ]
    },
    {
      "authors": [
        {
          "name": "Paul Miller (https://paulmillr.com)"
        }
      ],
      "group": "",
      "name": "chokidar",
      "version": "5.0.0",
      "description": "Minimal and efficient cross-platform file watching 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/chokidar@5.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/paulmillr/chokidar"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/paulmillr/chokidar.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/chokidar@5.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/chokidar/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "chokidar"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/chokidar/package.json"
              }
            ],
            "concludedValue": "node_modules/chokidar/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "node/host.ts",
            "line": 44
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Evgeny Poberezkin"
        }
      ],
      "group": "",
      "name": "ajv-formats",
      "version": "3.0.1",
      "description": "Format validation for Ajv v7+",
      "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/ajv-formats@3.0.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/ajv-validator/ajv-formats#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/ajv-validator/ajv-formats.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/ajv-formats@3.0.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/ajv-formats/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "ajv-formats"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/ajv-formats/package.json"
              }
            ],
            "concludedValue": "node_modules/ajv-formats/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/json/schema/registry.ts",
            "line": 10
          },
          {
            "location": "src/json/schema/registry.ts",
            "line": 111
          }
        ]
      },
      "tags": [
        "validation"
      ]
    },
    {
      "authors": [
        {
          "name": "Evgeny Poberezkin"
        }
      ],
      "group": "",
      "name": "ajv",
      "version": "8.18.0",
      "description": "Another JSON Schema Validator",
      "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/ajv@8.18.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://ajv.js.org"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/ajv@8.18.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/ajv/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "ajv,ErrorObject,ajv/ErrorObject,Format,ajv/Format,SchemaObjCxt,ajv/SchemaObjCxt,ValidateFunction,ajv/ValidateFunction"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/ajv/package.json"
              }
            ],
            "concludedValue": "node_modules/ajv/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/json/schema/interface.ts",
            "line": 9
          },
          {
            "location": "src/json/schema/registry.ts",
            "line": 9
          }
        ]
      },
      "tags": [
        "json"
      ]
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@angular-devkit/core@21.2.12"
      ],
      "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-08-24T18:55:53Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, August 24, 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 '21.2.12'."
    }
  ]
}