{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:f7a42d1a-4892-4d98-9730-bd5af03d9567",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-25T14:31:33Z",
    "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": "internal-helpers",
      "group": "@astrojs",
      "version": "0.10.0",
      "description": "Internal helpers used by core Astro packages.",
      "purl": "pkg:npm/%40astrojs/internal-helpers@0.10.0",
      "bom-ref": "pkg:npm/@astrojs/internal-helpers@0.10.0",
      "author": "withastro",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "prepublish, build, build:ci, dev, test"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "build, build:ci"
        },
        {
          "name": "cdx:npm:hasInstallScript",
          "value": "true"
        },
        {
          "name": "cdx:npm:risky_scripts",
          "value": "prepublish"
        },
        {
          "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": "git+https://github.com/withastro/astro.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "generic\\nnpm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@types"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@types/hast/package.json\\nnode_modules/@types/js-yaml/package.json\\nnode_modules/@types/mdast/package.json\\nnode_modules/@types/picomatch/package.json\\nnode_modules/astro-scripts/package.json\\nnode_modules/js-yaml/package.json\\nnode_modules/picomatch/package.json\\nnode_modules/retext-smartypants/package.json\\nnode_modules/shiki/package.json\\nnode_modules/smol-toml/package.json\\nnode_modules/unified/package.json\\nshiki/onig.wasm"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
        }
      ],
      "group": "",
      "name": "unified",
      "version": "11.0.5",
      "description": "parse, inspect, transform, and serialize content through syntax trees",
      "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/unified@11.0.5",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://unifiedjs.com"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/unified@11.0.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/unified/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "unified,PluggableList,unified/PluggableList,Plugin,unified/Plugin"
        },
        {
          "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/unified/package.json"
              }
            ],
            "concludedValue": "node_modules/unified/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/markdown.ts",
            "line": 12
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Cynthia <cyyynthia@borkenware.com>"
        }
      ],
      "group": "",
      "name": "smol-toml",
      "version": "1.6.1",
      "description": "A small, fast, and correct TOML parser/serializer",
      "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/smol-toml@1.6.1",
      "type": "library",
      "bom-ref": "pkg:npm/smol-toml@1.6.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/smol-toml/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "smol-toml"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/smol-toml/package.json"
              }
            ],
            "concludedValue": "node_modules/smol-toml/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/frontmatter.js",
            "line": 2
          },
          {
            "location": "src/frontmatter.ts",
            "line": 2
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Pine Wu <octref@gmail.com>; Anthony Fu <anthonyfu117@hotmail.com>"
        }
      ],
      "group": "",
      "name": "shiki",
      "version": "4.0.2",
      "description": "A beautiful Syntax Highlighter.",
      "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/shiki@4.0.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/shikijs/shiki#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/shikijs/shiki.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/shiki@4.0.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/shiki/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "shiki/engine/oniguruma,createOnigurumaEngine,shiki/engine/oniguruma/createOnigurumaEngine,shiki/wasm,shiki/onig.wasm,shiki,createCssVariablesTheme,shiki/createCssVariablesTheme,createHighlighter,shiki/createHighlighter,isSpecialLang,shiki/isSpecialLang,BuiltinTheme,shiki/BuiltinTheme,HighlighterCoreOptions,shiki/HighlighterCoreOptions,LanguageRegistration,shiki/LanguageRegistration,ShikiTransformer,shiki/ShikiTransformer,ThemeRegistration,shiki/ThemeRegistration,ThemeRegistrationRaw,shiki/ThemeRegistrationRaw,RegexEngine,shiki/RegexEngine,BuiltinLanguage,shiki/BuiltinLanguage,BundledLanguage,shiki/BundledLanguage,LanguageInput,shiki/LanguageInput,SpecialLanguage,shiki/SpecialLanguage"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/shiki/package.json"
              }
            ],
            "concludedValue": "node_modules/shiki/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/shiki-engine-default.js",
            "line": 1
          },
          {
            "location": "dist/shiki-engine-default.js",
            "line": 3
          },
          {
            "location": "dist/shiki-engine-workerd.js",
            "line": 1
          },
          {
            "location": "dist/shiki-engine-workerd.js",
            "line": 3
          },
          {
            "location": "src/shiki-engine-default.ts",
            "line": 3
          },
          {
            "location": "src/shiki-engine-default.ts",
            "line": 6
          },
          {
            "location": "src/shiki-engine-workerd.ts",
            "line": 3
          },
          {
            "location": "src/shiki-engine-workerd.ts",
            "line": 7
          },
          {
            "location": "dist/shiki.js",
            "line": 5
          },
          {
            "location": "dist/shiki.js",
            "line": 8
          },
          {
            "location": "dist/shiki.js",
            "line": 45
          },
          {
            "location": "dist/shiki.js",
            "line": 63
          },
          {
            "location": "dist/shiki.js",
            "line": 72
          },
          {
            "location": "src/markdown.ts",
            "line": 11
          },
          {
            "location": "src/shiki-engine-default.ts",
            "line": 2
          },
          {
            "location": "src/shiki-engine-workerd.ts",
            "line": 2
          },
          {
            "location": "src/shiki.ts",
            "line": 17
          },
          {
            "location": "src/shiki.ts",
            "line": 82
          },
          {
            "location": "src/shiki.ts",
            "line": 152
          },
          {
            "location": "src/shiki.ts",
            "line": 174
          },
          {
            "location": "src/shiki.ts",
            "line": 190
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
        }
      ],
      "group": "",
      "name": "retext-smartypants",
      "version": "6.2.0",
      "description": "retext plugin to implement SmartyPants",
      "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/retext-smartypants@6.2.0",
      "type": "library",
      "bom-ref": "pkg:npm/retext-smartypants@6.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/retext-smartypants/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "retext-smartypants,Options,retext-smartypants/Options"
        },
        {
          "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/retext-smartypants/package.json"
              }
            ],
            "concludedValue": "node_modules/retext-smartypants/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/markdown.ts",
            "line": 3
          }
        ]
      }
    },
    {
      "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"
        },
        {
          "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": "dist/create-filter.js",
            "line": 1
          },
          {
            "location": "dist/create-filter.js",
            "line": 13
          },
          {
            "location": "src/create-filter.ts",
            "line": 1
          },
          {
            "location": "src/create-filter.ts",
            "line": 22
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Vladimir Zapparov <dervus.grim@gmail.com>"
        }
      ],
      "group": "",
      "name": "js-yaml",
      "version": "4.1.1",
      "description": "YAML 1.2 parser and serializer",
      "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/js-yaml@4.1.1",
      "type": "library",
      "bom-ref": "pkg:npm/js-yaml@4.1.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/js-yaml/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "js-yaml"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/js-yaml/package.json"
              }
            ],
            "concludedValue": "node_modules/js-yaml/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/frontmatter.js",
            "line": 1
          },
          {
            "location": "src/frontmatter.ts",
            "line": 1
          }
        ]
      }
    },
    {
      "group": "",
      "name": "astro-scripts",
      "version": "0.0.14",
      "scope": "optional",
      "purl": "pkg:npm/astro-scripts@0.0.14",
      "type": "library",
      "bom-ref": "pkg:npm/astro-scripts@0.0.14",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/astro-scripts/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/astro-scripts/package.json"
              }
            ],
            "concludedValue": "node_modules/astro-scripts/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "picomatch",
      "version": "4.0.2",
      "description": "TypeScript definitions for picomatch",
      "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/%40types/picomatch@4.0.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/picomatch"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/picomatch@4.0.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/picomatch/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/picomatch/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/picomatch/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "mdast",
      "version": "4.0.4",
      "description": "TypeScript definitions for mdast",
      "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/%40types/mdast@4.0.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdast"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/mdast@4.0.4",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/mdast/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/mdast/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/mdast/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "js-yaml",
      "version": "4.0.9",
      "description": "TypeScript definitions for js-yaml",
      "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/%40types/js-yaml@4.0.9",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/js-yaml@4.0.9",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/js-yaml/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/js-yaml/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/js-yaml/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "hast",
      "version": "3.0.4",
      "description": "TypeScript definitions for hast",
      "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/%40types/hast@3.0.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hast"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/hast@3.0.4",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/hast/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/hast/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/hast/package.json"
          }
        ]
      }
    },
    {
      "group": "",
      "name": "shiki/onig.wasm",
      "version": "",
      "scope": "required",
      "purl": "pkg:generic/onig.wasm?path=shiki/onig.wasm",
      "type": "library",
      "bom-ref": "pkg:generic/onig.wasm?path=shiki/onig.wasm",
      "properties": [
        {
          "name": "SrcFile",
          "value": "shiki/onig.wasm"
        },
        {
          "name": "ImportedModules",
          "value": "shiki/onig.wasm"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.3,
            "methods": [
              {
                "technique": "filename",
                "confidence": 0.3,
                "value": "shiki/onig.wasm"
              }
            ],
            "concludedValue": "shiki/onig.wasm"
          }
        ],
        "occurrences": [
          {
            "location": "dist/shiki-engine-workerd.js",
            "line": 3
          },
          {
            "location": "src/shiki-engine-workerd.ts",
            "line": 7
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@astrojs/internal-helpers@0.10.0"
      ],
      "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-25T14:31:33Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Tuesday, August 25, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'internal-helpers' with version '0.10.0'. 2 package type(s) and 1 purl namespaces are described in the document under components."
    }
  ]
}