{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:e61d4877-d19f-4787-960f-d38fa1b0e9e3",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-14T07:35:25Z",
    "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": "fixed-points",
      "group": "@solana",
      "version": "8.2.0",
      "description": "Fixed-point number types for JavaScript",
      "purl": "pkg:npm/%40solana/fixed-points@8.2.0",
      "bom-ref": "pkg:npm/@solana/fixed-points@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#solanafixed-points"
        },
        {
          "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/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__FIXED_POINTS__INVALID_ZERO_DENOMINATOR_RATIO,@solana/errors/SOLANA_ERROR__FIXED_POINTS__INVALID_ZERO_DENOMINATOR_RATIO,SOLANA_ERROR__FIXED_POINTS__SHAPE_MISMATCH,@solana/errors/SOLANA_ERROR__FIXED_POINTS__SHAPE_MISMATCH,SOLANA_ERROR__FIXED_POINTS__ARITHMETIC_OVERFLOW,@solana/errors/SOLANA_ERROR__FIXED_POINTS__ARITHMETIC_OVERFLOW,SOLANA_ERROR__FIXED_POINTS__STRICT_MODE_PRECISION_LOSS,@solana/errors/SOLANA_ERROR__FIXED_POINTS__STRICT_MODE_PRECISION_LOSS,SOLANA_ERROR__FIXED_POINTS__DIVISION_BY_ZERO,@solana/errors/SOLANA_ERROR__FIXED_POINTS__DIVISION_BY_ZERO,SOLANA_ERROR__FIXED_POINTS__INVALID_TOTAL_BITS,@solana/errors/SOLANA_ERROR__FIXED_POINTS__INVALID_TOTAL_BITS,SOLANA_ERROR__FIXED_POINTS__INVALID_FRACTIONAL_BITS,@solana/errors/SOLANA_ERROR__FIXED_POINTS__INVALID_FRACTIONAL_BITS,SOLANA_ERROR__FIXED_POINTS__FRACTIONAL_BITS_EXCEED_TOTAL_BITS,@solana/errors/SOLANA_ERROR__FIXED_POINTS__FRACTIONAL_BITS_EXCEED_TOTAL_BITS,SOLANA_ERROR__FIXED_POINTS__TOTAL_BITS_NOT_BYTE_ALIGNED,@solana/errors/SOLANA_ERROR__FIXED_POINTS__TOTAL_BITS_NOT_BYTE_ALIGNED,SOLANA_ERROR__FIXED_POINTS__VALUE_OUT_OF_RANGE,@solana/errors/SOLANA_ERROR__FIXED_POINTS__VALUE_OUT_OF_RANGE,SOLANA_ERROR__FIXED_POINTS__INVALID_STRING,@solana/errors/SOLANA_ERROR__FIXED_POINTS__INVALID_STRING,SOLANA_ERROR__FIXED_POINTS__MALFORMED_RAW_VALUE,@solana/errors/SOLANA_ERROR__FIXED_POINTS__MALFORMED_RAW_VALUE,SOLANA_ERROR__FIXED_POINTS__INVALID_DECIMALS,@solana/errors/SOLANA_ERROR__FIXED_POINTS__INVALID_DECIMALS"
        },
        {
          "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": 3
          },
          {
            "location": "dist/index.node.cjs",
            "line": 3
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 1
          },
          {
            "location": "dist/index.native.mjs",
            "line": 1
          },
          {
            "location": "dist/index.node.mjs",
            "line": 1
          },
          {
            "location": "src/assertions.ts",
            "line": 13
          },
          {
            "location": "src/binary/core.ts",
            "line": 1
          },
          {
            "location": "src/decimal/core.ts",
            "line": 1
          },
          {
            "location": "src/parsing.ts",
            "line": 1
          },
          {
            "location": "src/rounding.ts",
            "line": 1
          }
        ]
      },
      "tags": [
        "decode"
      ]
    },
    {
      "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,createDecoder,@solana/codecs-core/createDecoder,assertByteArrayIsNotEmptyForCodec,@solana/codecs-core/assertByteArrayIsNotEmptyForCodec,assertByteArrayHasEnoughBytesForCodec,@solana/codecs-core/assertByteArrayHasEnoughBytesForCodec,combineCodec,@solana/codecs-core/combineCodec,toArrayBuffer,@solana/codecs-core/toArrayBuffer,FixedSizeCodec,@solana/codecs-core/FixedSizeCodec,FixedSizeDecoder,@solana/codecs-core/FixedSizeDecoder,FixedSizeEncoder,@solana/codecs-core/FixedSizeEncoder,ReadonlyUint8Array,@solana/codecs-core/ReadonlyUint8Array"
        },
        {
          "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": 4
          },
          {
            "location": "dist/index.node.cjs",
            "line": 4
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 2
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 274
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 318
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 341
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 344
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 345
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 359
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 662
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 684
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 687
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 688
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 702
          },
          {
            "location": "dist/index.native.mjs",
            "line": 2
          },
          {
            "location": "dist/index.native.mjs",
            "line": 274
          },
          {
            "location": "dist/index.native.mjs",
            "line": 318
          },
          {
            "location": "dist/index.native.mjs",
            "line": 341
          },
          {
            "location": "dist/index.native.mjs",
            "line": 344
          },
          {
            "location": "dist/index.native.mjs",
            "line": 345
          },
          {
            "location": "dist/index.native.mjs",
            "line": 359
          },
          {
            "location": "dist/index.native.mjs",
            "line": 662
          },
          {
            "location": "dist/index.native.mjs",
            "line": 684
          },
          {
            "location": "dist/index.native.mjs",
            "line": 687
          },
          {
            "location": "dist/index.native.mjs",
            "line": 688
          },
          {
            "location": "dist/index.native.mjs",
            "line": 702
          },
          {
            "location": "dist/index.node.mjs",
            "line": 2
          },
          {
            "location": "dist/index.node.mjs",
            "line": 274
          },
          {
            "location": "dist/index.node.mjs",
            "line": 318
          },
          {
            "location": "dist/index.node.mjs",
            "line": 341
          },
          {
            "location": "dist/index.node.mjs",
            "line": 344
          },
          {
            "location": "dist/index.node.mjs",
            "line": 345
          },
          {
            "location": "dist/index.node.mjs",
            "line": 359
          },
          {
            "location": "dist/index.node.mjs",
            "line": 662
          },
          {
            "location": "dist/index.node.mjs",
            "line": 684
          },
          {
            "location": "dist/index.node.mjs",
            "line": 687
          },
          {
            "location": "dist/index.node.mjs",
            "line": 688
          },
          {
            "location": "dist/index.node.mjs",
            "line": 702
          },
          {
            "location": "src/binary/codecs.ts",
            "line": 10
          },
          {
            "location": "src/binary/codecs.ts",
            "line": 60
          },
          {
            "location": "src/binary/codecs.ts",
            "line": 111
          },
          {
            "location": "src/binary/codecs.ts",
            "line": 114
          },
          {
            "location": "src/binary/codecs.ts",
            "line": 115
          },
          {
            "location": "src/binary/codecs.ts",
            "line": 158
          },
          {
            "location": "src/codecs.ts",
            "line": 1
          },
          {
            "location": "src/codecs.ts",
            "line": 170
          },
          {
            "location": "src/decimal/codecs.ts",
            "line": 10
          },
          {
            "location": "src/decimal/codecs.ts",
            "line": 58
          },
          {
            "location": "src/decimal/codecs.ts",
            "line": 108
          },
          {
            "location": "src/decimal/codecs.ts",
            "line": 111
          },
          {
            "location": "src/decimal/codecs.ts",
            "line": 112
          },
          {
            "location": "src/decimal/codecs.ts",
            "line": 155
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@solana/fixed-points@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:25Z",
      "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 'fixed-points' 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 3 source files."
    }
  ]
}