{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:db5ef2d6-7e1e-4df2-a5f1-7a1d6dde4f44",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-24T15:48:39Z",
    "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": "router-generator",
      "group": "@tanstack",
      "version": "1.167.11",
      "description": "Modern and scalable routing for React applications",
      "purl": "pkg:npm/%40tanstack/router-generator@1.167.11",
      "bom-ref": "pkg:npm/@tanstack/router-generator@1.167.11",
      "author": "Tanner Linsley",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "clean, clean:snapshots, test:eslint, test:types, test:types:ts55, test:types:ts56, test:types:ts57, test:types:ts58, test:types:ts59, test:types:ts60, test:unit, test:unit:dev, test:build, build"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "test:build, build"
        },
        {
          "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": "website",
          "url": "https://tanstack.com/router"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/TanStack/router.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@babel\\n@tanstack\\n@types"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@babel/types/package.json\\nnode_modules/@tanstack/react-router/package.json\\nnode_modules/@tanstack/router-core/package.json\\nnode_modules/@tanstack/router-utils/package.json\\nnode_modules/@tanstack/virtual-file-routes/package.json\\nnode_modules/@types/node/package.json\\nnode_modules/jiti/package.json\\nnode_modules/magic-string/package.json\\nnode_modules/prettier/package.json\\nnode_modules/vite/package.json\\nnode_modules/zod/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Colin McDonnell <zod@colinhacks.com>"
        }
      ],
      "group": "",
      "name": "zod",
      "version": "4.4.3",
      "description": "TypeScript-first schema declaration and validation library with static type inference",
      "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/zod@4.4.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://zod.dev"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/colinhacks/zod.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/zod@4.4.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/zod/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "zod,zod/z"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/zod/package.json"
              }
            ],
            "concludedValue": "node_modules/zod/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/cjs/config.cjs",
            "line": 6
          },
          {
            "location": "dist/cjs/filesystem/virtual/config.cjs",
            "line": 1
          },
          {
            "location": "dist/cjs/config.d.cts",
            "line": 1
          },
          {
            "location": "dist/cjs/filesystem/virtual/config.d.cts",
            "line": 1
          }
        ]
      },
      "tags": [
        "validation"
      ]
    },
    {
      "authors": [
        {
          "name": "Evan You"
        }
      ],
      "group": "",
      "name": "vite",
      "version": "8.0.14",
      "description": "Native-ESM powered web dev build tool",
      "scope": "optional",
      "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/vite@8.0.14",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://vite.dev"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/vitejs/vite.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/vite@8.0.14",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/vite/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/vite/package.json"
              }
            ],
            "concludedValue": "node_modules/vite/package.json"
          }
        ]
      },
      "tags": [
        "web"
      ]
    },
    {
      "authors": [
        {
          "name": "James Long"
        }
      ],
      "group": "",
      "name": "prettier",
      "version": "3.5.0",
      "description": "Prettier is an opinionated code formatter",
      "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/prettier@3.5.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://prettier.io"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/prettier@3.5.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/prettier/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "prettier"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/prettier/package.json"
              }
            ],
            "concludedValue": "node_modules/prettier/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/utils.js",
            "line": 4
          },
          {
            "location": "dist/esm/utils.js",
            "line": 400
          },
          {
            "location": "dist/cjs/utils.cjs",
            "line": 7
          },
          {
            "location": "src/utils.ts",
            "line": 4
          },
          {
            "location": "src/utils.ts",
            "line": 776
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Rich Harris"
        }
      ],
      "group": "",
      "name": "magic-string",
      "version": "0.30.21",
      "description": "Modify strings, generate sourcemaps",
      "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/magic-string@0.30.21",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "git+https://github.com/Rich-Harris/magic-string.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/magic-string@0.30.21",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/magic-string/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "magic-string"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/magic-string/package.json"
              }
            ],
            "concludedValue": "node_modules/magic-string/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/transform/transform.js",
            "line": 1
          },
          {
            "location": "dist/cjs/transform/transform.cjs",
            "line": 2
          },
          {
            "location": "src/transform/transform.ts",
            "line": 1
          }
        ]
      }
    },
    {
      "group": "",
      "name": "jiti",
      "version": "2.7.0",
      "description": "Runtime typescript and ESM support 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/jiti@2.7.0",
      "type": "library",
      "bom-ref": "pkg:npm/jiti@2.7.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/jiti/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "jiti,createJiti,jiti/createJiti"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/jiti/package.json"
              }
            ],
            "concludedValue": "node_modules/jiti/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/filesystem/virtual/loadConfigFile.js",
            "line": 1
          },
          {
            "location": "dist/esm/filesystem/virtual/loadConfigFile.js",
            "line": 4
          },
          {
            "location": "dist/cjs/filesystem/virtual/loadConfigFile.cjs",
            "line": 1
          },
          {
            "location": "src/filesystem/virtual/loadConfigFile.ts",
            "line": 1
          },
          {
            "location": "src/filesystem/virtual/loadConfigFile.ts",
            "line": 4
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "node",
      "version": "25.0.9",
      "description": "TypeScript definitions for node",
      "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/%40types/node@25.0.9",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/node@25.0.9",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/node/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/@types/node/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/node/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Tanner Linsley"
        }
      ],
      "group": "@tanstack",
      "name": "virtual-file-routes",
      "version": "1.162.0",
      "description": "Modern and scalable routing for React applications",
      "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/%40tanstack/virtual-file-routes@1.162.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tanstack.com/router"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/TanStack/router.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tanstack/virtual-file-routes@1.162.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tanstack/virtual-file-routes/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@tanstack/virtual-file-routes,VirtualRootRoute,@tanstack/virtual-file-routes/VirtualRootRoute,VirtualRouteSubtreeConfig,@tanstack/virtual-file-routes/VirtualRouteSubtreeConfig,VirtualRouteNode,@tanstack/virtual-file-routes/VirtualRouteNode"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tanstack/virtual-file-routes/package.json"
              }
            ],
            "concludedValue": "node_modules/@tanstack/virtual-file-routes/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/filesystem/physical/getRouteNodes.ts",
            "line": 22
          },
          {
            "location": "src/filesystem/virtual/getRouteNodes.ts",
            "line": 21
          },
          {
            "location": "dist/cjs/filesystem/virtual/config.d.cts",
            "line": 2
          },
          {
            "location": "dist/cjs/filesystem/virtual/getRouteNodes.d.cts",
            "line": 1
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Tanner Linsley"
        }
      ],
      "group": "@tanstack",
      "name": "router-utils",
      "version": "1.162.1",
      "description": "Modern and scalable routing for React applications",
      "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/%40tanstack/router-utils@1.162.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tanstack.com/router"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/TanStack/router.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tanstack/router-utils@1.162.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tanstack/router-utils/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@tanstack/router-utils,parseAst,@tanstack/router-utils/parseAst"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tanstack/router-utils/package.json"
              }
            ],
            "concludedValue": "node_modules/@tanstack/router-utils/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/transform/transform.js",
            "line": 3
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 9
          },
          {
            "location": "dist/cjs/transform/transform.cjs",
            "line": 6
          },
          {
            "location": "src/transform/transform.ts",
            "line": 3
          },
          {
            "location": "src/transform/transform.ts",
            "line": 57
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Tanner Linsley"
        }
      ],
      "group": "@tanstack",
      "name": "router-core",
      "version": "1.171.7",
      "description": "Modern and scalable routing for React applications",
      "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/%40tanstack/router-core@1.171.7",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tanstack.com/router"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/TanStack/router.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tanstack/router-core@1.171.7",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tanstack/router-core/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@tanstack/router-core,rootRouteId,@tanstack/router-core/rootRouteId"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tanstack/router-core/package.json"
              }
            ],
            "concludedValue": "node_modules/@tanstack/router-core/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/generator.js",
            "line": 13
          },
          {
            "location": "dist/cjs/generator.cjs",
            "line": 17
          },
          {
            "location": "src/generator.ts",
            "line": 5
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Tanner Linsley"
        }
      ],
      "group": "@tanstack",
      "name": "react-router",
      "version": "1.170.9",
      "description": "Modern and scalable routing for React applications",
      "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/%40tanstack/react-router@1.170.9",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tanstack.com/router"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/TanStack/router.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tanstack/react-router@1.170.9",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tanstack/react-router/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/@tanstack/react-router/package.json"
              }
            ],
            "concludedValue": "node_modules/@tanstack/react-router/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "The Babel Team (https://babel.dev/team)"
        }
      ],
      "group": "@babel",
      "name": "types",
      "version": "7.29.0",
      "description": "Babel Types is a Lodash-esque utility library for AST nodes",
      "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/%40babel/types@7.29.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://babel.dev/docs/en/next/babel-types"
        },
        {
          "type": "vcs",
          "url": "https://github.com/babel/babel.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@babel/types@7.29.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@babel/types/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "types,RouteNode,types/RouteNode,GetRouteNodesResult,types/GetRouteNodesResult,GetRoutesByFileMapResult,types/GetRoutesByFileMapResult,GetRoutesByFileMapResultValue,types/GetRoutesByFileMapResultValue,ImportDeclaration,types/ImportDeclaration,ImportSpecifier,types/ImportSpecifier,HandleNodeAccumulator,types/HandleNodeAccumulator"
        },
        {
          "name": "ImportedModules",
          "value": "@babel/types"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@babel/types/package.json"
              }
            ],
            "concludedValue": "node_modules/@babel/types/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/transform/transform.js",
            "line": 2
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 71
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 72
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 73
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 76
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 91
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 113
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 114
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 117
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 120
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 123
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 124
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 126
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 134
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 140
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 149
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 152
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 153
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 157
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 164
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 169
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 170
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 171
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 172
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 206
          },
          {
            "location": "dist/esm/transform/transform.js",
            "line": 208
          },
          {
            "location": "dist/cjs/transform/transform.cjs",
            "line": 4
          },
          {
            "location": "src/transform/transform.ts",
            "line": 2
          },
          {
            "location": "src/transform/transform.ts",
            "line": 169
          },
          {
            "location": "src/transform/transform.ts",
            "line": 173
          },
          {
            "location": "src/transform/transform.ts",
            "line": 175
          },
          {
            "location": "src/transform/transform.ts",
            "line": 183
          },
          {
            "location": "src/transform/transform.ts",
            "line": 215
          },
          {
            "location": "src/transform/transform.ts",
            "line": 246
          },
          {
            "location": "src/transform/transform.ts",
            "line": 250
          },
          {
            "location": "src/transform/transform.ts",
            "line": 254
          },
          {
            "location": "src/transform/transform.ts",
            "line": 258
          },
          {
            "location": "src/transform/transform.ts",
            "line": 262
          },
          {
            "location": "src/transform/transform.ts",
            "line": 266
          },
          {
            "location": "src/transform/transform.ts",
            "line": 273
          },
          {
            "location": "src/transform/transform.ts",
            "line": 291
          },
          {
            "location": "src/transform/transform.ts",
            "line": 292
          },
          {
            "location": "src/transform/transform.ts",
            "line": 308
          },
          {
            "location": "src/transform/transform.ts",
            "line": 309
          },
          {
            "location": "src/transform/transform.ts",
            "line": 327
          },
          {
            "location": "src/transform/transform.ts",
            "line": 334
          },
          {
            "location": "src/transform/transform.ts",
            "line": 338
          },
          {
            "location": "src/transform/transform.ts",
            "line": 343
          },
          {
            "location": "src/transform/transform.ts",
            "line": 360
          },
          {
            "location": "src/transform/transform.ts",
            "line": 376
          },
          {
            "location": "src/transform/transform.ts",
            "line": 379
          },
          {
            "location": "src/transform/transform.ts",
            "line": 383
          },
          {
            "location": "src/transform/transform.ts",
            "line": 386
          },
          {
            "location": "src/transform/transform.ts",
            "line": 455
          },
          {
            "location": "src/transform/transform.ts",
            "line": 460
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@tanstack/router-generator@1.167.11"
      ],
      "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-24T15:48:39Z",
      "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 'router-generator' with version '1.167.11'. The package type in this SBOM is npm with 3 purl namespaces described under components. The components were identified from 11 source files."
    }
  ]
}