{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:638554fb-e9bd-4684-9a50-9ec5761af277",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-14T07:35:20Z",
    "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": "codecs-data-structures",
      "group": "@solana",
      "version": "8.2.0",
      "description": "Codecs for various data structures",
      "purl": "pkg:npm/%40solana/codecs-data-structures@8.2.0",
      "bom-ref": "pkg:npm/@solana/codecs-data-structures@8.2.0",
      "author": "Solana Labs Maintainers <maintainers@solanalabs.com>",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "compile:docs, compile:js, compile:typedefs, dev, prepublishOnly, publish-impl, publish-packages, style:fix, test:lint, test:prettier, test:treeshakability:browser, test:treeshakability:native, test:treeshakability:node, test:typecheck, test:unit:browser, test:unit:node"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "compile:docs, compile:js, compile:typedefs"
        },
        {
          "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://www.solanakit.com/api#solanacodecs-data-structures"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@solana"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@solana/codecs-core/package.json\\nnode_modules/@solana/codecs-numbers/package.json\\nnode_modules/@solana/codecs-strings/package.json\\nnode_modules/@solana/errors/package.json\\nnode_modules/typescript/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Microsoft Corp."
        }
      ],
      "group": "",
      "name": "typescript",
      "version": "5.9.3",
      "description": "TypeScript is a language for application scale JavaScript development",
      "scope": "optional",
      "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/typescript@5.9.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.typescriptlang.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/microsoft/TypeScript.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/typescript@5.9.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/typescript/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/typescript/package.json"
              }
            ],
            "concludedValue": "node_modules/typescript/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "errors",
      "version": "8.2.0",
      "description": "Throw, identify, and decode Solana JavaScript errors",
      "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/%40solana/errors@8.2.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanaerrors"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/errors@8.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/errors/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/errors,SolanaError,@solana/errors/SolanaError,SOLANA_ERROR__CODECS__INVALID_NUMBER_OF_ITEMS,@solana/errors/SOLANA_ERROR__CODECS__INVALID_NUMBER_OF_ITEMS,SOLANA_ERROR__CODECS__INVALID_CONSTANT,@solana/errors/SOLANA_ERROR__CODECS__INVALID_CONSTANT,SOLANA_ERROR__CODECS__UNION_VARIANT_OUT_OF_RANGE,@solana/errors/SOLANA_ERROR__CODECS__UNION_VARIANT_OUT_OF_RANGE,SOLANA_ERROR__CODECS__INVALID_DISCRIMINATED_UNION_VARIANT,@solana/errors/SOLANA_ERROR__CODECS__INVALID_DISCRIMINATED_UNION_VARIANT,SOLANA_ERROR__CODECS__CANNOT_USE_LEXICAL_VALUES_AS_ENUM_DISCRIMINATORS,@solana/errors/SOLANA_ERROR__CODECS__CANNOT_USE_LEXICAL_VALUES_AS_ENUM_DISCRIMINATORS,SOLANA_ERROR__CODECS__INVALID_ENUM_VARIANT,@solana/errors/SOLANA_ERROR__CODECS__INVALID_ENUM_VARIANT,SOLANA_ERROR__CODECS__ENUM_DISCRIMINATOR_OUT_OF_RANGE,@solana/errors/SOLANA_ERROR__CODECS__ENUM_DISCRIMINATOR_OUT_OF_RANGE,SOLANA_ERROR__CODECS__INVALID_LITERAL_UNION_VARIANT,@solana/errors/SOLANA_ERROR__CODECS__INVALID_LITERAL_UNION_VARIANT,SOLANA_ERROR__CODECS__LITERAL_UNION_DISCRIMINATOR_OUT_OF_RANGE,@solana/errors/SOLANA_ERROR__CODECS__LITERAL_UNION_DISCRIMINATOR_OUT_OF_RANGE,SOLANA_ERROR__CODECS__INVALID_PATTERN_MATCH_VALUE,@solana/errors/SOLANA_ERROR__CODECS__INVALID_PATTERN_MATCH_VALUE,SOLANA_ERROR__CODECS__INVALID_PATTERN_MATCH_BYTES,@solana/errors/SOLANA_ERROR__CODECS__INVALID_PATTERN_MATCH_BYTES"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/errors/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/errors/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 5
          },
          {
            "location": "dist/index.node.cjs",
            "line": 5
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 3
          },
          {
            "location": "dist/index.native.mjs",
            "line": 3
          },
          {
            "location": "dist/index.node.mjs",
            "line": 3
          },
          {
            "location": "src/assertions.ts",
            "line": 1
          },
          {
            "location": "src/constant.ts",
            "line": 12
          },
          {
            "location": "src/discriminated-union.ts",
            "line": 14
          },
          {
            "location": "src/enum.ts",
            "line": 30
          },
          {
            "location": "src/literal-union.ts",
            "line": 29
          },
          {
            "location": "src/pattern-match.ts",
            "line": 7
          },
          {
            "location": "src/union.ts",
            "line": 14
          }
        ]
      },
      "tags": [
        "decode"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "codecs-strings",
      "version": "8.2.0",
      "description": "Codecs for strings of different sizes and encodings",
      "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/%40solana/codecs-strings@8.2.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanacodecs-strings"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/codecs-strings@8.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/codecs-strings/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/codecs-strings,getBase16Decoder,@solana/codecs-strings/getBase16Decoder"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/codecs-strings/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/codecs-strings/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/constant.ts",
            "line": 11
          },
          {
            "location": "src/constant.ts",
            "line": 81
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "codecs-numbers",
      "version": "8.2.0",
      "description": "Codecs for numbers of different sizes and endianness",
      "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/%40solana/codecs-numbers@8.2.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanacodecs-numbers"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/codecs-numbers@8.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/codecs-numbers/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/codecs-numbers,getU32Encoder,@solana/codecs-numbers/getU32Encoder,getU32Decoder,@solana/codecs-numbers/getU32Decoder,getU8Encoder,@solana/codecs-numbers/getU8Encoder,getU8Decoder,@solana/codecs-numbers/getU8Decoder,NumberCodec,@solana/codecs-numbers/NumberCodec,NumberDecoder,@solana/codecs-numbers/NumberDecoder,NumberEncoder,@solana/codecs-numbers/NumberEncoder,FixedSizeNumberCodec,@solana/codecs-numbers/FixedSizeNumberCodec,FixedSizeNumberDecoder,@solana/codecs-numbers/FixedSizeNumberDecoder,FixedSizeNumberEncoder,@solana/codecs-numbers/FixedSizeNumberEncoder"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/codecs-numbers/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/codecs-numbers/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 4
          },
          {
            "location": "dist/index.node.cjs",
            "line": 4
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 2
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 33
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 59
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 150
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 153
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 350
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 360
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 445
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 467
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 528
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 541
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 593
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 621
          },
          {
            "location": "dist/index.native.mjs",
            "line": 2
          },
          {
            "location": "dist/index.native.mjs",
            "line": 33
          },
          {
            "location": "dist/index.native.mjs",
            "line": 59
          },
          {
            "location": "dist/index.native.mjs",
            "line": 150
          },
          {
            "location": "dist/index.native.mjs",
            "line": 153
          },
          {
            "location": "dist/index.native.mjs",
            "line": 350
          },
          {
            "location": "dist/index.native.mjs",
            "line": 360
          },
          {
            "location": "dist/index.native.mjs",
            "line": 445
          },
          {
            "location": "dist/index.native.mjs",
            "line": 467
          },
          {
            "location": "dist/index.native.mjs",
            "line": 528
          },
          {
            "location": "dist/index.native.mjs",
            "line": 541
          },
          {
            "location": "dist/index.native.mjs",
            "line": 593
          },
          {
            "location": "dist/index.native.mjs",
            "line": 621
          },
          {
            "location": "dist/index.node.mjs",
            "line": 2
          },
          {
            "location": "dist/index.node.mjs",
            "line": 33
          },
          {
            "location": "dist/index.node.mjs",
            "line": 59
          },
          {
            "location": "dist/index.node.mjs",
            "line": 150
          },
          {
            "location": "dist/index.node.mjs",
            "line": 153
          },
          {
            "location": "dist/index.node.mjs",
            "line": 350
          },
          {
            "location": "dist/index.node.mjs",
            "line": 360
          },
          {
            "location": "dist/index.node.mjs",
            "line": 445
          },
          {
            "location": "dist/index.node.mjs",
            "line": 467
          },
          {
            "location": "dist/index.node.mjs",
            "line": 528
          },
          {
            "location": "dist/index.node.mjs",
            "line": 541
          },
          {
            "location": "dist/index.node.mjs",
            "line": 593
          },
          {
            "location": "dist/index.node.mjs",
            "line": 621
          },
          {
            "location": "src/array.ts",
            "line": 17
          },
          {
            "location": "src/array.ts",
            "line": 102
          },
          {
            "location": "src/array.ts",
            "line": 172
          },
          {
            "location": "src/boolean.ts",
            "line": 24
          },
          {
            "location": "src/boolean.ts",
            "line": 78
          },
          {
            "location": "src/boolean.ts",
            "line": 109
          },
          {
            "location": "src/discriminated-union.ts",
            "line": 13
          },
          {
            "location": "src/discriminated-union.ts",
            "line": 215
          },
          {
            "location": "src/discriminated-union.ts",
            "line": 270
          },
          {
            "location": "src/enum.ts",
            "line": 24
          },
          {
            "location": "src/enum.ts",
            "line": 113
          },
          {
            "location": "src/enum.ts",
            "line": 179
          },
          {
            "location": "src/literal-union.ts",
            "line": 24
          },
          {
            "location": "src/literal-union.ts",
            "line": 93
          },
          {
            "location": "src/literal-union.ts",
            "line": 148
          },
          {
            "location": "src/map.ts",
            "line": 15
          },
          {
            "location": "src/nullable.ts",
            "line": 29
          },
          {
            "location": "src/nullable.ts",
            "line": 127
          },
          {
            "location": "src/nullable.ts",
            "line": 203
          },
          {
            "location": "src/set.ts",
            "line": 15
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "codecs-core",
      "version": "8.2.0",
      "description": "Core types and helpers for encoding and decoding byte arrays on Solana",
      "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/%40solana/codecs-core@8.2.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanacodecs-core"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/codecs-core@8.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/codecs-core/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/codecs-core,createEncoder,@solana/codecs-core/createEncoder,getEncodedSize,@solana/codecs-core/getEncodedSize,createDecoder,@solana/codecs-core/createDecoder,combineCodec,@solana/codecs-core/combineCodec,assertByteArrayHasEnoughBytesForCodec,@solana/codecs-core/assertByteArrayHasEnoughBytesForCodec,transformEncoder,@solana/codecs-core/transformEncoder,transformDecoder,@solana/codecs-core/transformDecoder,containsBytes,@solana/codecs-core/containsBytes,isFixedSize,@solana/codecs-core/isFixedSize,assertIsFixedSize,@solana/codecs-core/assertIsFixedSize,fixEncoderSize,@solana/codecs-core/fixEncoderSize,fixDecoderSize,@solana/codecs-core/fixDecoderSize,Codec,@solana/codecs-core/Codec,Decoder,@solana/codecs-core/Decoder,Encoder,@solana/codecs-core/Encoder,FixedSizeCodec,@solana/codecs-core/FixedSizeCodec,FixedSizeDecoder,@solana/codecs-core/FixedSizeDecoder,FixedSizeEncoder,@solana/codecs-core/FixedSizeEncoder,ReadonlyUint8Array,@solana/codecs-core/ReadonlyUint8Array,VariableSizeCodec,@solana/codecs-core/VariableSizeCodec,VariableSizeDecoder,@solana/codecs-core/VariableSizeDecoder,VariableSizeEncoder,@solana/codecs-core/VariableSizeEncoder,Offset,@solana/codecs-core/Offset"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/codecs-core/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/codecs-core/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 3
          },
          {
            "location": "dist/index.node.cjs",
            "line": 3
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 1
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 25
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 28
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 36
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 39
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 40
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 63
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 90
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 100
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 124
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 127
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 147
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 150
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 153
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 156
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 159
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 168
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 176
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 178
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 185
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 194
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 198
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 212
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 233
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 251
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 253
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 268
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 282
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 295
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 298
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 303
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 316
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 319
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 322
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 338
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 340
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 353
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 363
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 372
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 453
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 475
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 495
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 498
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 504
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 510
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 513
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 519
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 525
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 529
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 542
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 554
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 557
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 563
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 569
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 572
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 578
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 584
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 591
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 597
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 598
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 607
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 611
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 619
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 625
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 626
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 635
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 636
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 644
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 651
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 683
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 710
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 713
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 716
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 722
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 724
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 739
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 753
          },
          {
            "location": "dist/index.native.mjs",
            "line": 1
          },
          {
            "location": "dist/index.native.mjs",
            "line": 25
          },
          {
            "location": "dist/index.native.mjs",
            "line": 28
          },
          {
            "location": "dist/index.native.mjs",
            "line": 36
          },
          {
            "location": "dist/index.native.mjs",
            "line": 39
          },
          {
            "location": "dist/index.native.mjs",
            "line": 40
          },
          {
            "location": "dist/index.native.mjs",
            "line": 63
          },
          {
            "location": "dist/index.native.mjs",
            "line": 90
          },
          {
            "location": "dist/index.native.mjs",
            "line": 100
          },
          {
            "location": "dist/index.native.mjs",
            "line": 124
          },
          {
            "location": "dist/index.native.mjs",
            "line": 127
          },
          {
            "location": "dist/index.native.mjs",
            "line": 147
          },
          {
            "location": "dist/index.native.mjs",
            "line": 150
          },
          {
            "location": "dist/index.native.mjs",
            "line": 153
          },
          {
            "location": "dist/index.native.mjs",
            "line": 156
          },
          {
            "location": "dist/index.native.mjs",
            "line": 159
          },
          {
            "location": "dist/index.native.mjs",
            "line": 168
          },
          {
            "location": "dist/index.native.mjs",
            "line": 176
          },
          {
            "location": "dist/index.native.mjs",
            "line": 178
          },
          {
            "location": "dist/index.native.mjs",
            "line": 185
          },
          {
            "location": "dist/index.native.mjs",
            "line": 194
          },
          {
            "location": "dist/index.native.mjs",
            "line": 198
          },
          {
            "location": "dist/index.native.mjs",
            "line": 212
          },
          {
            "location": "dist/index.native.mjs",
            "line": 233
          },
          {
            "location": "dist/index.native.mjs",
            "line": 251
          },
          {
            "location": "dist/index.native.mjs",
            "line": 253
          },
          {
            "location": "dist/index.native.mjs",
            "line": 268
          },
          {
            "location": "dist/index.native.mjs",
            "line": 282
          },
          {
            "location": "dist/index.native.mjs",
            "line": 295
          },
          {
            "location": "dist/index.native.mjs",
            "line": 298
          },
          {
            "location": "dist/index.native.mjs",
            "line": 303
          },
          {
            "location": "dist/index.native.mjs",
            "line": 316
          },
          {
            "location": "dist/index.native.mjs",
            "line": 319
          },
          {
            "location": "dist/index.native.mjs",
            "line": 322
          },
          {
            "location": "dist/index.native.mjs",
            "line": 338
          },
          {
            "location": "dist/index.native.mjs",
            "line": 340
          },
          {
            "location": "dist/index.native.mjs",
            "line": 353
          },
          {
            "location": "dist/index.native.mjs",
            "line": 363
          },
          {
            "location": "dist/index.native.mjs",
            "line": 372
          },
          {
            "location": "dist/index.native.mjs",
            "line": 453
          },
          {
            "location": "dist/index.native.mjs",
            "line": 475
          },
          {
            "location": "dist/index.native.mjs",
            "line": 495
          },
          {
            "location": "dist/index.native.mjs",
            "line": 498
          },
          {
            "location": "dist/index.native.mjs",
            "line": 504
          },
          {
            "location": "dist/index.native.mjs",
            "line": 510
          },
          {
            "location": "dist/index.native.mjs",
            "line": 513
          },
          {
            "location": "dist/index.native.mjs",
            "line": 519
          },
          {
            "location": "dist/index.native.mjs",
            "line": 525
          },
          {
            "location": "dist/index.native.mjs",
            "line": 529
          },
          {
            "location": "dist/index.native.mjs",
            "line": 542
          },
          {
            "location": "dist/index.native.mjs",
            "line": 554
          },
          {
            "location": "dist/index.native.mjs",
            "line": 557
          },
          {
            "location": "dist/index.native.mjs",
            "line": 563
          },
          {
            "location": "dist/index.native.mjs",
            "line": 569
          },
          {
            "location": "dist/index.native.mjs",
            "line": 572
          },
          {
            "location": "dist/index.native.mjs",
            "line": 578
          },
          {
            "location": "dist/index.native.mjs",
            "line": 584
          },
          {
            "location": "dist/index.native.mjs",
            "line": 591
          },
          {
            "location": "dist/index.native.mjs",
            "line": 597
          },
          {
            "location": "dist/index.native.mjs",
            "line": 598
          },
          {
            "location": "dist/index.native.mjs",
            "line": 607
          },
          {
            "location": "dist/index.native.mjs",
            "line": 611
          },
          {
            "location": "dist/index.native.mjs",
            "line": 619
          },
          {
            "location": "dist/index.native.mjs",
            "line": 625
          },
          {
            "location": "dist/index.native.mjs",
            "line": 626
          },
          {
            "location": "dist/index.native.mjs",
            "line": 635
          },
          {
            "location": "dist/index.native.mjs",
            "line": 636
          },
          {
            "location": "dist/index.native.mjs",
            "line": 644
          },
          {
            "location": "dist/index.native.mjs",
            "line": 651
          },
          {
            "location": "dist/index.native.mjs",
            "line": 683
          },
          {
            "location": "dist/index.native.mjs",
            "line": 710
          },
          {
            "location": "dist/index.native.mjs",
            "line": 713
          },
          {
            "location": "dist/index.native.mjs",
            "line": 716
          },
          {
            "location": "dist/index.native.mjs",
            "line": 722
          },
          {
            "location": "dist/index.native.mjs",
            "line": 724
          },
          {
            "location": "dist/index.native.mjs",
            "line": 739
          },
          {
            "location": "dist/index.native.mjs",
            "line": 753
          },
          {
            "location": "dist/index.node.mjs",
            "line": 1
          },
          {
            "location": "dist/index.node.mjs",
            "line": 25
          },
          {
            "location": "dist/index.node.mjs",
            "line": 28
          },
          {
            "location": "dist/index.node.mjs",
            "line": 36
          },
          {
            "location": "dist/index.node.mjs",
            "line": 39
          },
          {
            "location": "dist/index.node.mjs",
            "line": 40
          },
          {
            "location": "dist/index.node.mjs",
            "line": 63
          },
          {
            "location": "dist/index.node.mjs",
            "line": 90
          },
          {
            "location": "dist/index.node.mjs",
            "line": 100
          },
          {
            "location": "dist/index.node.mjs",
            "line": 124
          },
          {
            "location": "dist/index.node.mjs",
            "line": 127
          },
          {
            "location": "dist/index.node.mjs",
            "line": 147
          },
          {
            "location": "dist/index.node.mjs",
            "line": 150
          },
          {
            "location": "dist/index.node.mjs",
            "line": 153
          },
          {
            "location": "dist/index.node.mjs",
            "line": 156
          },
          {
            "location": "dist/index.node.mjs",
            "line": 159
          },
          {
            "location": "dist/index.node.mjs",
            "line": 168
          },
          {
            "location": "dist/index.node.mjs",
            "line": 176
          },
          {
            "location": "dist/index.node.mjs",
            "line": 178
          },
          {
            "location": "dist/index.node.mjs",
            "line": 185
          },
          {
            "location": "dist/index.node.mjs",
            "line": 194
          },
          {
            "location": "dist/index.node.mjs",
            "line": 198
          },
          {
            "location": "dist/index.node.mjs",
            "line": 212
          },
          {
            "location": "dist/index.node.mjs",
            "line": 233
          },
          {
            "location": "dist/index.node.mjs",
            "line": 251
          },
          {
            "location": "dist/index.node.mjs",
            "line": 253
          },
          {
            "location": "dist/index.node.mjs",
            "line": 268
          },
          {
            "location": "dist/index.node.mjs",
            "line": 282
          },
          {
            "location": "dist/index.node.mjs",
            "line": 295
          },
          {
            "location": "dist/index.node.mjs",
            "line": 298
          },
          {
            "location": "dist/index.node.mjs",
            "line": 303
          },
          {
            "location": "dist/index.node.mjs",
            "line": 316
          },
          {
            "location": "dist/index.node.mjs",
            "line": 319
          },
          {
            "location": "dist/index.node.mjs",
            "line": 322
          },
          {
            "location": "dist/index.node.mjs",
            "line": 338
          },
          {
            "location": "dist/index.node.mjs",
            "line": 340
          },
          {
            "location": "dist/index.node.mjs",
            "line": 353
          },
          {
            "location": "dist/index.node.mjs",
            "line": 363
          },
          {
            "location": "dist/index.node.mjs",
            "line": 372
          },
          {
            "location": "dist/index.node.mjs",
            "line": 453
          },
          {
            "location": "dist/index.node.mjs",
            "line": 475
          },
          {
            "location": "dist/index.node.mjs",
            "line": 495
          },
          {
            "location": "dist/index.node.mjs",
            "line": 498
          },
          {
            "location": "dist/index.node.mjs",
            "line": 504
          },
          {
            "location": "dist/index.node.mjs",
            "line": 510
          },
          {
            "location": "dist/index.node.mjs",
            "line": 513
          },
          {
            "location": "dist/index.node.mjs",
            "line": 519
          },
          {
            "location": "dist/index.node.mjs",
            "line": 525
          },
          {
            "location": "dist/index.node.mjs",
            "line": 529
          },
          {
            "location": "dist/index.node.mjs",
            "line": 542
          },
          {
            "location": "dist/index.node.mjs",
            "line": 554
          },
          {
            "location": "dist/index.node.mjs",
            "line": 557
          },
          {
            "location": "dist/index.node.mjs",
            "line": 563
          },
          {
            "location": "dist/index.node.mjs",
            "line": 569
          },
          {
            "location": "dist/index.node.mjs",
            "line": 572
          },
          {
            "location": "dist/index.node.mjs",
            "line": 578
          },
          {
            "location": "dist/index.node.mjs",
            "line": 584
          },
          {
            "location": "dist/index.node.mjs",
            "line": 591
          },
          {
            "location": "dist/index.node.mjs",
            "line": 597
          },
          {
            "location": "dist/index.node.mjs",
            "line": 598
          },
          {
            "location": "dist/index.node.mjs",
            "line": 607
          },
          {
            "location": "dist/index.node.mjs",
            "line": 611
          },
          {
            "location": "dist/index.node.mjs",
            "line": 619
          },
          {
            "location": "dist/index.node.mjs",
            "line": 625
          },
          {
            "location": "dist/index.node.mjs",
            "line": 626
          },
          {
            "location": "dist/index.node.mjs",
            "line": 635
          },
          {
            "location": "dist/index.node.mjs",
            "line": 636
          },
          {
            "location": "dist/index.node.mjs",
            "line": 644
          },
          {
            "location": "dist/index.node.mjs",
            "line": 651
          },
          {
            "location": "dist/index.node.mjs",
            "line": 683
          },
          {
            "location": "dist/index.node.mjs",
            "line": 710
          },
          {
            "location": "dist/index.node.mjs",
            "line": 713
          },
          {
            "location": "dist/index.node.mjs",
            "line": 716
          },
          {
            "location": "dist/index.node.mjs",
            "line": 722
          },
          {
            "location": "dist/index.node.mjs",
            "line": 724
          },
          {
            "location": "dist/index.node.mjs",
            "line": 739
          },
          {
            "location": "dist/index.node.mjs",
            "line": 753
          },
          {
            "location": "src/array.ts",
            "line": 16
          },
          {
            "location": "src/array.ts",
            "line": 106
          },
          {
            "location": "src/array.ts",
            "line": 111
          },
          {
            "location": "src/array.ts",
            "line": 112
          },
          {
            "location": "src/array.ts",
            "line": 177
          },
          {
            "location": "src/array.ts",
            "line": 293
          },
          {
            "location": "src/bit-array.ts",
            "line": 9
          },
          {
            "location": "src/bit-array.ts",
            "line": 67
          },
          {
            "location": "src/bit-array.ts",
            "line": 125
          },
          {
            "location": "src/bit-array.ts",
            "line": 128
          },
          {
            "location": "src/bit-array.ts",
            "line": 202
          },
          {
            "location": "src/boolean.ts",
            "line": 14
          },
          {
            "location": "src/boolean.ts",
            "line": 78
          },
          {
            "location": "src/boolean.ts",
            "line": 109
          },
          {
            "location": "src/boolean.ts",
            "line": 162
          },
          {
            "location": "src/bytes.ts",
            "line": 9
          },
          {
            "location": "src/bytes.ts",
            "line": 37
          },
          {
            "location": "src/bytes.ts",
            "line": 72
          },
          {
            "location": "src/bytes.ts",
            "line": 114
          },
          {
            "location": "src/constant.ts",
            "line": 10
          },
          {
            "location": "src/constant.ts",
            "line": 42
          },
          {
            "location": "src/constant.ts",
            "line": 78
          },
          {
            "location": "src/constant.ts",
            "line": 82
          },
          {
            "location": "src/constant.ts",
            "line": 134
          },
          {
            "location": "src/dependent-struct.ts",
            "line": 1
          },
          {
            "location": "src/dependent-struct.ts",
            "line": 211
          },
          {
            "location": "src/discriminated-union.ts",
            "line": 12
          },
          {
            "location": "src/discriminated-union.ts",
            "line": 218
          },
          {
            "location": "src/discriminated-union.ts",
            "line": 273
          },
          {
            "location": "src/discriminated-union.ts",
            "line": 361
          },
          {
            "location": "src/enum.ts",
            "line": 14
          },
          {
            "location": "src/enum.ts",
            "line": 121
          },
          {
            "location": "src/enum.ts",
            "line": 187
          },
          {
            "location": "src/enum.ts",
            "line": 308
          },
          {
            "location": "src/hidden-prefix.ts",
            "line": 14
          },
          {
            "location": "src/hidden-prefix.ts",
            "line": 61
          },
          {
            "location": "src/hidden-prefix.ts",
            "line": 107
          },
          {
            "location": "src/hidden-prefix.ts",
            "line": 179
          },
          {
            "location": "src/hidden-suffix.ts",
            "line": 14
          },
          {
            "location": "src/hidden-suffix.ts",
            "line": 61
          },
          {
            "location": "src/hidden-suffix.ts",
            "line": 107
          },
          {
            "location": "src/hidden-suffix.ts",
            "line": 179
          },
          {
            "location": "src/literal-union.ts",
            "line": 14
          },
          {
            "location": "src/literal-union.ts",
            "line": 94
          },
          {
            "location": "src/literal-union.ts",
            "line": 149
          },
          {
            "location": "src/literal-union.ts",
            "line": 248
          },
          {
            "location": "src/map.ts",
            "line": 14
          },
          {
            "location": "src/map.ts",
            "line": 92
          },
          {
            "location": "src/map.ts",
            "line": 147
          },
          {
            "location": "src/map.ts",
            "line": 284
          },
          {
            "location": "src/nullable.ts",
            "line": 19
          },
          {
            "location": "src/nullable.ts",
            "line": 125
          },
          {
            "location": "src/nullable.ts",
            "line": 131
          },
          {
            "location": "src/nullable.ts",
            "line": 132
          },
          {
            "location": "src/nullable.ts",
            "line": 142
          },
          {
            "location": "src/nullable.ts",
            "line": 146
          },
          {
            "location": "src/nullable.ts",
            "line": 201
          },
          {
            "location": "src/nullable.ts",
            "line": 207
          },
          {
            "location": "src/nullable.ts",
            "line": 208
          },
          {
            "location": "src/nullable.ts",
            "line": 218
          },
          {
            "location": "src/nullable.ts",
            "line": 219
          },
          {
            "location": "src/nullable.ts",
            "line": 228
          },
          {
            "location": "src/nullable.ts",
            "line": 352
          },
          {
            "location": "src/pattern-match.ts",
            "line": 2
          },
          {
            "location": "src/pattern-match.ts",
            "line": 242
          },
          {
            "location": "src/predicate.ts",
            "line": 2
          },
          {
            "location": "src/set.ts",
            "line": 14
          },
          {
            "location": "src/set.ts",
            "line": 81
          },
          {
            "location": "src/set.ts",
            "line": 121
          },
          {
            "location": "src/set.ts",
            "line": 205
          },
          {
            "location": "src/struct.ts",
            "line": 17
          },
          {
            "location": "src/struct.ts",
            "line": 102
          },
          {
            "location": "src/struct.ts",
            "line": 107
          },
          {
            "location": "src/struct.ts",
            "line": 167
          },
          {
            "location": "src/struct.ts",
            "line": 248
          },
          {
            "location": "src/tuple.ts",
            "line": 17
          },
          {
            "location": "src/tuple.ts",
            "line": 97
          },
          {
            "location": "src/tuple.ts",
            "line": 101
          },
          {
            "location": "src/tuple.ts",
            "line": 154
          },
          {
            "location": "src/tuple.ts",
            "line": 224
          },
          {
            "location": "src/union.ts",
            "line": 13
          },
          {
            "location": "src/union.ts",
            "line": 75
          },
          {
            "location": "src/union.ts",
            "line": 79
          },
          {
            "location": "src/union.ts",
            "line": 84
          },
          {
            "location": "src/union.ts",
            "line": 135
          },
          {
            "location": "src/union.ts",
            "line": 139
          },
          {
            "location": "src/union.ts",
            "line": 194
          },
          {
            "location": "src/union.ts",
            "line": 214
          },
          {
            "location": "src/union.ts",
            "line": 216
          },
          {
            "location": "src/unit.ts",
            "line": 9
          },
          {
            "location": "src/unit.ts",
            "line": 31
          },
          {
            "location": "src/unit.ts",
            "line": 57
          },
          {
            "location": "src/unit.ts",
            "line": 110
          },
          {
            "location": "src/utils.ts",
            "line": 13
          },
          {
            "location": "src/utils.ts",
            "line": 165
          },
          {
            "location": "src/utils.ts",
            "line": 169
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@solana/codecs-data-structures@8.2.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-09-14T07:35:20Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, September 14, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'codecs-data-structures' with version '8.2.0'. The package type in this SBOM is npm with a single purl namespace '@solana' described under components. The components were identified from 5 source files."
    }
  ]
}